Skip to main content
EVM wallet and indexer methods accept values from the SDK’s static Networks registry. Solana-specific methods use the separate SolanaNetworks registry. Arbitrary network objects and custom chains are not supported.

Use a supported network

Lookup helpers return undefined when the network is not in the registry. Names are trimmed and matched without case sensitivity. Every frozen Network value contains id, name, nativeTokenSymbol, explorerUrl, and displayName.

Supported registry

Enumerate the current registry with Object.values(Networks) instead of maintaining a separate app-side list.

Solana networks

Solana methods accept one of two cluster values:
The EVM lookup helpers do not look up Solana clusters. Use SolanaNetworks directly.

Public API reference

Use the React Native API reference for exhaustive parameter, return-model, fee-option, metadata, and error types. The public JavaScript surface represents absent optional values with undefined. Native bridge transport values are not part of this API.