-
Notifications
You must be signed in to change notification settings - Fork 17
/
chains.json
62 lines (62 loc) · 1.15 KB
/
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
{
"1": {
"name": "Ethereum Mainnet",
"explorer": "api.etherscan.io"
},
"3": {
"name": "Ropsten",
"explorer": "api-ropsten.etherscan.io"
},
"4": {
"name": "Rinkeby",
"explorer": "api-rinkeby.etherscan.io"
},
"5": {
"name": "Goerli",
"explorer": "api-goerli.etherscan.io"
},
"10": {
"name": "Optimism",
"explorer": "api-optimistic.etherscan.io"
},
"25": {
"name": "Cronos",
"explorer": "api.cronoscan.com"
},
"42": {
"name": "Kovan",
"explorer": "api-kovan.etherscan.io"
},
"56": {
"name": "BSC",
"explorer": "api.bscscan.com"
},
"128": {
"name": "Huobi ECO",
"explorer": "api.hecoinfo.com"
},
"137": {
"name": "Polygon",
"explorer": "api.polygonscan.com"
},
"250": {
"name": "Fantom",
"explorer": "api.ftmscan.com"
},
"42161": {
"name": "Arbitrum",
"explorer": "api.arbiscan.io"
},
"43114": {
"name": "Avalanche",
"explorer": "api.snowtrace.io"
},
"11155111": {
"name": "Sepolia",
"explorer": "api-sepolia.etherscan.io"
},
"1313161554": {
"name": "Aurora",
"explorer": "api.aurorascan.dev"
}
}