Const
Optional
blockExplorers?: { default: ChainBlockExplorer; [key: string]: ChainBlockExplorer }Optional
contracts?: {Collection of contracts
Optional
custom?: Record<string, unknown>Custom chain data.
Optional
ensTlds?: readonly string[]Collection of ENS TLDs for the chain.
Optional
fees?: ChainFees<undefined>Modifies how fees are derived.
Optional
formatters?: undefinedModifies how data is formatted and typed (e.g. blocks and transactions)
ID in number form
Human-readable name
Currency used by chain
Collection of RPC endpoints
Optional
serializers?: ChainSerializers<undefined, TransactionSerializable>Modifies how data is serialized (e.g. transactions).
Optional
sourceId?: numberSource Chain ID (ie. the L1 chain)
Optional
testnet?: booleanFlag for test networks
Collection of block explorers