mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Arbitrum Görli Rollup Testnet (#1395)
* eip155-421613.json * rename explorer * url format * Update _data/chains/eip155-421613.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
af19d08ec4
commit
7274acee2d
30
_data/chains/eip155-421613.json
Normal file
30
_data/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/"} ]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user