-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.example.json
More file actions
8 lines (8 loc) · 840 Bytes
/
config.example.json
File metadata and controls
8 lines (8 loc) · 840 Bytes
1
2
3
4
5
6
7
8
{
"1": {"rpc": "https://cloudflare-eth.com", "mainnetEquivalent": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "stable": false},
"10": {"rpc": "https://mainnet.optimism.io", "mainnetEquivalent": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "stable": false},
"56": {"rpc": "https://bsc-dataseed2.ninicoin.io", "mainnetEquivalent": "0xB8c77482e45F1F44dE1745F52C74426C631bDD52", "stable": false},
"100": {"rpc": "https://rpc.gnosischain.com", "mainnetEquivalent": "0x6B175474E89094C44Da98b954EedeAC495271d0F", "stable": true},
"137": {"rpc": "https://polygon.llamarpc.com", "mainnetEquivalent": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0", "stable": false},
"42161": {"rpc":"https://endpoints.omniatech.io/v1/arbitrum/one/public", "mainnetEquivalent": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "stable": false}
}