mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Remove free arbitrum one websocket endpoints (#1218)
The Arbitrum One free public endpoint no longer supports websockets, see https://mobile.twitter.com/arbitrum/status/1530288743474659328
This commit is contained in:
parent
8be79e231a
commit
bf0148171a
|
@ -12,8 +12,7 @@
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
|
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||||
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
|
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
|
||||||
"https://arb1.arbitrum.io/rpc",
|
"https://arb1.arbitrum.io/rpc"
|
||||||
"wss://arb1.arbitrum.io/ws"
|
|
||||||
],
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
|
|
@ -11,8 +11,7 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://rinkeby.arbitrum.io/rpc",
|
"https://rinkeby.arbitrum.io/rpc"
|
||||||
"wss://rinkeby.arbitrum.io/ws"
|
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"
|
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user