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 |
- Open the Rabby extension.
- Click the network dropdown in the top left.
- Click Add Network.
- Enter the details from the table above for the network you want to add.
- Click Save.
- Open the MetaMask extension.
- Click the network selector at the top.
- Click Add Network.
- Click Add a network manually.
- Enter the details from the table above.
- 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