mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix RPC<>Faucet
This commit is contained in:
parent
1adb8b2172
commit
e87e529533
|
@ -10,12 +10,13 @@
|
|||
"symbol": "ARETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}",
|
||||
"rpc": [
|
||||
"https://rinkeby.arbitrum.io/rpc",
|
||||
"wss://rinkeby.arbitrum.io/ws"
|
||||
],
|
||||
"faucets": [],
|
||||
"faucets": [
|
||||
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"
|
||||
],
|
||||
"infoURL": "https://arbitrum.io",
|
||||
"explorers": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user