mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Fix: Arbitrum One Infura RPC URL was wrong (#440)
This commit is contained in:
parent
a6e1bf1ab5
commit
6f47cb48bd
|
@ -11,7 +11,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"rpc": [
|
||||
"https://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://arb1.arbitrum.io/rpc",
|
||||
"wss://arb1.arbitrum.io/ws"
|
||||
|
|
Loading…
Reference in New Issue
Block a user