-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoin-fountain.json
70 lines (70 loc) · 2.26 KB
/
coin-fountain.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
{
"data": "0x0dbe671f",
"gas": "0x52C2",
"chains": [
{
"name": "Ethereum",
"id": "0x1",
"rpc": "https://mainnet.infura.io/v3/",
"explorer": "https://etherscan.io ",
"contract": "0xfb5F2119115042CB84800EDd7B2aEa6963c5B99F",
"color": "#8c8dfc"
},
{
"name": "Arbitrum One",
"id": "0xa4b1",
"rpc": "https://arb1.arbitrum.io/rpc",
"explorer": "https://arbiscan.io",
"contract": "0x49AA4de7E6d99A2F7EFf1d1eaDE14404F5ae2E97",
"color": "#4a9eed"
},
{
"name": "Base",
"id": "0x2105",
"rpc": "https://mainnet.base.org",
"explorer": "https://basescan.org",
"contract": "0xAe6861A6E376b0544C44E41A038b797afBA06eE6",
"color": "#3d50f1"
},
{
"name": "Linea",
"id": "0xe708",
"rpc": "https://rpc.linea.build",
"explorer": "https://lineascan.build",
"contract": "0xCDFC607407AC05C2B0241e433f8Ff749589385B7",
"color": "#000000"
},
{
"name": "Optimism",
"id": "0xa",
"rpc": "https://mainnet.optimism.io",
"explorer": "https://optimistic.etherscan.io",
"contract": "0x320D382496641cCb20e31b09572EeC33e90f574C",
"color": "#f4292e"
},
{
"name": "Polygon zkEVM",
"id": "0x44d",
"rpc": "https://zkevm-rpc.com",
"explorer": "https://zkevm.polygonscan.com",
"contract": "0x0edB7a72593B57bC94766373aFCCc2AB039EfF25",
"color": "#8348e2"
},
{
"name": "Scroll",
"id": "0x82750",
"rpc": "https://rpc.scroll.io",
"explorer": "https://scrollscan.com",
"contract": "0x0edB7a72593B57bC94766373aFCCc2AB039EfF25",
"color": "#e6b166"
},
{
"name": "zkSync Era",
"id": "0x144",
"rpc": "https://zksync.drpc.org",
"explorer": "https://explorer.zksync.io",
"contract": "0xEfEb7506CC5EcCe26A85Ad5B4257e7e6cD496412",
"color": "#8c8dfc"
}
]
}