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:
Joshua Colvin 2022-06-03 23:43:36 -07:00 committed by GitHub
parent 8be79e231a
commit bf0148171a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -12,8 +12,7 @@
"rpc": [
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arb1.arbitrum.io/rpc",
"wss://arb1.arbitrum.io/ws"
"https://arb1.arbitrum.io/rpc"
],
"faucets": [],
"explorers": [

View File

@ -11,8 +11,7 @@
"decimals": 18
},
"rpc": [
"https://rinkeby.arbitrum.io/rpc",
"wss://rinkeby.arbitrum.io/ws"
"https://rinkeby.arbitrum.io/rpc"
],
"faucets": [
"http://fauceth.komputing.org?chain=421611&address=${ADDRESS}"