Add ArbRinkeby (#307)

* Add ArbRinkeby data

* Fix currency
This commit is contained in:
FabijanC 2021-06-21 13:43:36 +02:00 committed by GitHub
parent 313219334e
commit 87fe56ff7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
{
"name": "Arbitrum Testnet Rinkeby",
"chainId": 421611,
"shortName": "arb-rinkeby",
"chain": "ETH",
"network": "rinkeby",
"networkId": 421611,
"nativeCurrency": {
"name": "Arbitrum Rinkeby Ether",
"symbol": "ARETH",
"decimals": 18
},
"rpc": [
"https://rinkeby.arbitrum.io/rpc"
],
"faucets": [],
"infoURL": "https://arbitrum.io"
}