Skip to content

Connect a Web3 Wallet

Snowside operates three Avalanche L1 networks. Use the details below to connect your Web3 wallet to each network manually or via CLI.

Parameter Value
Network Name Snowside Mainnet
RPC URL https://rpc.snowside.network/mainnet
Chain ID 32904 | 0x8088
Currency Symbol ECX
Block Explorer URL https://explorer.snowside.network
Parameter Value
Network Name Snowside Testnet
RPC URL https://rpc.snowside.network/testnet
Chain ID 33160 | 0x8188
Currency Symbol ECX
Block Explorer URL https://explorer-testnet.snowside.network
Parameter Value
Network Name Snowside Signet
RPC URL https://rpc.snowside.network/signet
Chain ID 33416 | 0x8288
Currency Symbol ECX
Block Explorer URL https://explorer-signet.snowside.network
  1. Open the Rabby extension.
  2. Click the network dropdown in the top left.
  3. Click Add Network.
  4. Enter the details from the table above for the network you want to add.
  5. Click Save.
  1. Open the MetaMask extension.
  2. Click the network selector at the top.
  3. Click Add Network.
  4. Click Add a network manually.
  5. Enter the details from the table above.
  6. Click Save.

You can add these networks to your Foundry cast configuration using the commands below.

cast chain-id --rpc-url https://rpc.snowside.network/mainnet
cast chain-id --rpc-url https://rpc.snowside.network/testnet
cast chain-id --rpc-url https://rpc.snowside.network/signet