mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
87fe56ff7f
commit
c0d9b638fb
|
@ -11,8 +11,16 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rinkeby.arbitrum.io/rpc"
|
"https://rinkeby.arbitrum.io/rpc",
|
||||||
|
"wss://rinkeby.arbitrum.io/ws"
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://arbitrum.io"
|
"infoURL": "https://arbitrum.io",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "arbitrum-rinkeby",
|
||||||
|
"url": "https://rinkeby-explorer.arbitrum.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user