Chains / Networks
Custom RPC URLs
EVM
You can override the RPC url of any EVM network by using the overrideNetworkRpcUrl
method in combination with the overrides.evmNetworks
settings.
Example
The following example overrides the RPC url of the Ethereum mainnet and Polygon set in the dashboard with the ones set in the rpcUrlOverrides
object.
Solana and Eclipse
You can override the RPC url used for Solana and Eclipse requests by passing the customRpcUrls
option in the connection config options of the SolanaWalletConnectorsWithConfig
and EclipseWalletConnectorsWithConfig
functions.
Example
The following example overrides the RPC url for Solana and Eclipse.
Was this page helpful?