Arbitrum:Rinkeby - Added block explorer and websocket rpc endpoint (#311)

* Arbitrum:Rinkeby - Added block explorer and websocket rpc endpoing

* Update _data/chains/eip155-421611.json

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Mark Ridgwell 2021-06-26 16:59:48 +01:00 committed by GitHub
parent 87fe56ff7f
commit c0d9b638fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,16 @@
"decimals": 18
},
"rpc": [
"https://rinkeby.arbitrum.io/rpc"
"https://rinkeby.arbitrum.io/rpc",
"wss://rinkeby.arbitrum.io/ws"
],
"faucets": [],
"infoURL": "https://arbitrum.io"
"infoURL": "https://arbitrum.io",
"explorers": [
{
"name": "arbitrum-rinkeby",
"url": "https://rinkeby-explorer.arbitrum.io",
"standard": "EIP3091"
}
]
}