-
Notifications
You must be signed in to change notification settings - Fork 0
/
fallback-supported-chains.json
106 lines (106 loc) · 2.3 KB
/
fallback-supported-chains.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"SEPOLIA": {
"id": "11155111",
"name": "Sepolia",
"rpcUrl": "https://endpoints.omniatech.io/v1/eth/sepolia/public",
"explorerUrl": "https://sepolia.etherscan.io",
"token": {
"name": "Sepolia",
"symbol": "Sepolia",
"decimals": 18
},
"type": "EVM",
"icon": "ethereum"
},
"POLYGON": {
"id": "137",
"name": "Polygon",
"rpcUrl": "https://polygon-rpc.com/",
"explorerUrl": "https://polygonscan.com/",
"token": {
"name": "MATIC",
"symbol": "MATIC",
"decimals": 18
},
"type": "EVM",
"icon": "polygon"
},
"POLYGON_TESTNET": {
"id": "80001",
"name": "Polygon Testnet",
"rpcUrl": "https://endpoints.omniatech.io/v1/matic/mumbai/public",
"explorerUrl": "https://mumbai.polygonscan.com/",
"token": {
"name": "Matic",
"symbol": "Matic",
"decimals": 18
},
"type": "EVM",
"icon": "polygon"
},
"MAINNET": {
"id": "1",
"name": "Ethereum",
"rpcUrl": "https://eth.llamarpc.com",
"explorerUrl": "https://etherscan.io/",
"token": {
"name": "Ethereum",
"symbol": "Eth",
"decimals": 18
},
"type": "EVM",
"icon": "ethereum"
},
"ARBITRUM": {
"id": "42161",
"name": "Arbitrum",
"rpcUrl": "https://arbitrum.meowrpc.com",
"explorerUrl": "https://arbiscan.io/",
"token": {
"name": "Ethereum",
"symbol": "Eth",
"decimals": 18
},
"type": "EVM",
"icon": "arbitrum"
},
"XDC": {
"id": "50",
"name": "XDC",
"rpcUrl": "https://rpc-xdc.icecreamswap.com",
"explorerUrl": "https://xdc.blocksscan.io/",
"token": {
"name": "XDC",
"symbol": "XDC",
"decimals": 18
},
"type": "EVM",
"icon": "ethereum"
},
"AVALANCE": {
"id": "43114",
"name": "Avalance",
"rpcUrl": "https://avax.meowrpc.com",
"explorerUrl": "https://snowtrace.io/",
"token": {
"name": "AVAX",
"symbol": "AVAX",
"decimals": 18
},
"type": "EVM",
"icon": "ethereum"
},
"BSC": {
"id": "56",
"name": "Binance Smart Chain",
"rpcUrl": "https://bsc-dataseed.binance.org/",
"explorerUrl": "https://bscscan.com",
"token": {
"name": "BNB",
"symbol": "BNB",
"decimals": 18
},
"type": "EVM",
"icon": "ethereum"
}
}