Skip to main content
You can add any EVM network that Dynamic does not support out of the box by passing a list of GenericNetwork objects to the evmNetworks property in ClientProps when initializing the SDK.
The evmNetworks list replaces the EVM networks enabled in your Dynamic dashboard for this session. Pass the full list of networks you want the SDK to use.

Example

The following example sets Ethereum Mainnet and Polygon as supported networks.
In the GenericNetwork initializer, chainId and networkId accept an Int, Int64, or String. chainName, lcdUrl, nameService, privateCustomerRpcUrls, and vanityName are optional.

Type Reference

GenericNetwork

NativeCurrency

Next Steps

Last modified on August 13, 2026