Skip to content

Commit

Permalink
Expose new types
Browse files Browse the repository at this point in the history
  • Loading branch information
andreogle committed Nov 6, 2023
1 parent adaa4bc commit 2a4cd58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export type Chain = z.infer<typeof chainSchema>;
export type ChainExplorer = z.infer<typeof chainExplorerSchema>;
export type ChainExplorerAPI = z.infer<typeof chainExplorerAPISchema>;
export type ChainExplorerAPIKey = z.infer<typeof chainExplorerAPIKeySchema>;
export type ChainHardhatConfigOverrides = z.infer<typeof hardhatConfigOverrides>;
export type ChainProviders = z.infer<typeof chainProvidersSchema>;
export type ChainProvider = z.infer<typeof chainProviderSchema>;

export interface HardhatNetworksConfig {
[key: string]: {
Expand Down

0 comments on commit 2a4cd58

Please sign in to comment.