Skip to content

Commit

Permalink
Export Network Fields (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Sep 12, 2024
1 parent 4cb6e8d commit 5fecae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { CHAIN_INFO } from "./constants";
// We support all networks exported by viem
const SUPPORTED_NETWORKS = createNetworkMap(Object.values(chains));

interface NetworkFields {
export interface NetworkFields {
name: string;
rpcUrl: string;
chainId: number;
Expand Down

0 comments on commit 5fecae6

Please sign in to comment.