You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arbitrum has 5 networks according to chainlist.org
3 of these network are "production" meaning they operate as L2s off Ethereum or another L1 (xDai/Gnosis Chain), and the other two are testnets (although Rinkeby is being deprecated)
Unfortunately, we only have the Rinkeby testnet as testnet (which is the wrong key, it should be using rinkeby)
Specification
Update in breaking change release v0.5.0 to change testnet to rinkeby, add goerli and nova, and consider changing mainnet to one since Arbitrum One and Arbitrum Nova are both Ethereum Mainnet L2s
Dependencies
Updates to Infura, Alchemy, and other providers that support Arbitrum required
The text was updated successfully, but these errors were encountered:
Overview
Arbitrum has 5 networks according to
chainlist.org
3 of these network are "production" meaning they operate as L2s off Ethereum or another L1 (xDai/Gnosis Chain), and the other two are testnets (although Rinkeby is being deprecated)
Unfortunately, we only have the Rinkeby testnet as
testnet
(which is the wrong key, it should be usingrinkeby
)Specification
Update in breaking change release
v0.5.0
to changetestnet
torinkeby
, addgoerli
andnova
, and consider changingmainnet
toone
since Arbitrum One and Arbitrum Nova are both Ethereum Mainnet L2sDependencies
Updates to Infura, Alchemy, and other providers that support Arbitrum required
The text was updated successfully, but these errors were encountered: