Deploying to gh-pages from @ ethereum-lists/chains@7274acee2d 🚀

This commit is contained in:
ligi 2022-07-29 12:11:32 +00:00
parent 3f4fd51bbb
commit 4567a17ba4
6 changed files with 73 additions and 2 deletions

File diff suppressed because one or more lines are too long

30
chains/eip155-421613.json Normal file
View 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

View File

@ -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,

View File

@ -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",

View File

@ -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",