Network type. Use a value from Networks or a successful lookup. Object literals and arbitrary chain IDs are not valid Network values.
Use the network registry
findNetworkById returns Network | undefined for an exact numeric chain ID. findNetworkByName trims the input, compares registry slugs without case sensitivity, and returns Network | undefined. Names such as base-sepolia are registry slugs, not display names.
Each Network has id, name, displayName, nativeTokenSymbol, and explorerUrl.
Supported networks
The installed SDK build defines these registry entries:
Use
Object.values(Networks) when a selector or integration needs the complete registry. The registry is fixed by the installed package version; there is no public API for adding a custom network.