Properties
Optional
blockExplorers
blockExplorers?: {
default: ChainBlockExplorer;
etherscan?: ChainBlockExplorer;
}
Type declaration
-
default: ChainBlockExplorer
-
Optional
etherscan?: ChainBlockExplorer
Optional
contracts
contracts?: {
[key: string]: ChainContract | {
[chainId: number]: ChainContract;
};
} & {
ensRegistry?: ChainContract;
ensUniversalResolver?: ChainContract;
multicall3?: ChainContract;
}
Type declaration
-
[key: string]: ChainContract | {
[chainId: number]: ChainContract;
}
Type declaration
-
Optional
ensRegistry?: ChainContract
-
Optional
ensUniversalResolver?: ChainContract
-
Optional
multicall3?: ChainContract
Optional
fees
fees?: ChainFees<undefined | ChainFormatters>
Optional
formatters
formatters?: ChainFormatters
id
id: 1 | 42161 | 421613 | 43114 | 43113 | 8453 | 84531 | 56 | 42220 | 100 | 5 | 11155111 | 10 | 420 | 137 | 80001
nativeCurrency
nativeCurrency: ChainNativeCurrency
rpcUrls
rpcUrls: {
default: ChainRpcUrls;
public: ChainRpcUrls;
[key: string]: ChainRpcUrls;
}
Type declaration
-
[key: string]: ChainRpcUrls
-
default: ChainRpcUrls
-
public: ChainRpcUrls
Optional
serializers
serializers?: ChainSerializers<undefined | ChainFormatters>
Optional
sourceId
sourceId?: number
Optional
testnet
testnet?: boolean
Collection of block explorers