mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@7274acee2d 🚀
This commit is contained in:
parent
3f4fd51bbb
commit
4567a17ba4
File diff suppressed because one or more lines are too long
30
chains/eip155-421613.json
Normal file
30
chains/eip155-421613.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "Arbitrum Görli",
|
||||
"title": "Arbitrum Görli Rollup Testnet",
|
||||
"chainId": 421613,
|
||||
"shortName": "arb-goerli",
|
||||
"chain": "ETH",
|
||||
"networkId": 421613,
|
||||
"nativeCurrency": {
|
||||
"name": "Arbitrum Görli Ether",
|
||||
"symbol": "AGOR",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
"https://goerli-rollup.arbitrum.io/rpc/"
|
||||
],
|
||||
"faucets": [],
|
||||
"infoURL": "https://arbitrum.io/",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Arbitrum Görli Rollup Explorer",
|
||||
"url": "https://goerli-rollup-explorer.arbitrum.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-5",
|
||||
"bridges": [ {"url":"https://bridge.arbitrum.io/"} ]
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5302,6 +5302,19 @@
|
|||
"rpc": ["https://rinkeby.arbitrum.io/rpc"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"],
|
||||
"infoURL": "https://arbitrum.io"
|
||||
}, {
|
||||
"name": "Arbitrum Görli",
|
||||
"chainId": 421613,
|
||||
"shortName": "arb-goerli",
|
||||
"networkId": 421613,
|
||||
"nativeCurrency": {
|
||||
"name": "Arbitrum Görli Ether",
|
||||
"symbol": "AGOR",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://goerli-rollup.arbitrum.io/rpc/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://arbitrum.io/"
|
||||
}, {
|
||||
"name": "Dexalot Testnet",
|
||||
"chainId": 432201,
|
||||
|
|
|
@ -7599,6 +7599,33 @@
|
|||
"url": "https://bridge.arbitrum.io"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Arbitrum Görli",
|
||||
"title": "Arbitrum Görli Rollup Testnet",
|
||||
"chainId": 421613,
|
||||
"shortName": "arb-goerli",
|
||||
"chain": "ETH",
|
||||
"networkId": 421613,
|
||||
"nativeCurrency": {
|
||||
"name": "Arbitrum Görli Ether",
|
||||
"symbol": "AGOR",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://goerli-rollup.arbitrum.io/rpc/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://arbitrum.io/",
|
||||
"explorers": [{
|
||||
"name": "Arbitrum Görli Rollup Explorer",
|
||||
"url": "https://goerli-rollup-explorer.arbitrum.io",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-5",
|
||||
"bridges": [{
|
||||
"url": "https://bridge.arbitrum.io/"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Dexalot Testnet",
|
||||
"chain": "DEXALOT",
|
||||
|
|
|
@ -407,6 +407,7 @@
|
|||
"sparta": "eip155:333888",
|
||||
"olympus": "eip155:333999",
|
||||
"arb-rinkeby": "eip155:421611",
|
||||
"arb-goerli": "eip155:421613",
|
||||
"Dexalot": "eip155:432201",
|
||||
"wlkt": "eip155:444900",
|
||||
"oc": "eip155:474142",
|
||||
|
|
Loading…
Reference in New Issue
Block a user