-
Notifications
You must be signed in to change notification settings - Fork 0
/
chains.json
42 lines (42 loc) · 1.41 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
[
{
"chainId": 324,
"name": "ZKsyncERA",
"iconUrl": "https://s2.coinmarketcap.com/static/img/coins/64x64/24091.png",
"publicRpcs": [
"https://mainnet.era.zksync.io",
"https://zksync.drpc.org",
"https://zksync.meowrpc.com"
],
"explorerUrl": "https://explorer.zksync.io/",
"websiteUrl": "https://zksync.io/",
"launchDate": 1679626800,
"chainType": "Rollup",
"baseToken": {
"name": "Ether",
"symbol": "ETH",
"contractAddress": null,
"type": "native",
"imageUrl": "https://coin-images.coingecko.com/coins/images/279/large/ethereum.png?1696501628",
"decimals": 18
}
},
{
"chainId": 388,
"name": "Cronos",
"iconUrl": "https://zkevm.cronos.org/images/chains/zkevm.svg",
"chainType": "Validium",
"publicRpcs": ["https://mainnet.zkevm.cronos.org"],
"explorerUrl": "https://explorer.zkevm.cronos.org/",
"websiteUrl": "https://cronos.org/zkevm",
"baseToken": {
"symbol": "zkCRO",
"name": "zkCRO",
"contractAddress": "0x28Ff2E4dD1B58efEB0fC138602A28D5aE81e44e2",
"type": "erc20",
"imageUrl": "https://zkevm.cronos.org/images/chains/zkevm.svg",
"decimals": 18
},
"launchDate": 1679626800
}
]