Skip to main content
Wallet and indexer methods accept the fixed Network registry. The Swift SDK does not accept caller-defined network objects.

Look up a network

Use enum values in application code and lookup helpers when converting stored chain IDs or names.
findById(_:) and findByName(_:) return nil outside the registry. Names are case-insensitive and trimmed. polygonamoy is accepted as an additional lookup spelling, and .amoy is an alias for .polygonAmoy.

Supported registry values

Network.supportedNetworks returns these values in registry order. Each value also provides displayName, nativeTokenSymbol, explorerUrl, and explorerURL.

Public API reference

Use the Swift API reference for exhaustive declarations, model fields, error codes, and operation names.