AoX: Arbitrum on GC
Arbitrum Optimistic Rollup Deployment
Last updated
Was this helpful?
Arbitrum Optimistic Rollup Deployment
Last updated
Was this helpful?
Arbitrum has been deployed to Gnosis Chain called AoX! This unofficial instance was deployed for research and development purposes, cultivating a broad ecosystem for developers and users.
We are currently working on configs and bridge installation, . Look for more info and instructions coming soon.
For information on Arbitrum and usage basics, see the . Note that AoX is still being finalized, and some functionality is not yet available.
RPC
WSS
Chain ID
200
Explorer
Rollup Contract
Inbox Contract
Outbox Contract
Contracts version
Arb OS version
Sequencer/Validator docker image
Simple deposit functionality for users / bridge implementation is still in development. Devs can use the following ABI to call the depositEth
method. Use 0 for maxSubmissionCost
and attach an amount of xDai tokens to the transaction. It may take several minutes for execution finalization.
Connect your wallet to blockscout.
In the depositEth
method
Enter 0 for maxSubmissionCost field
Enter the amount of xDai to deposit
Click Write
and confirm in MetaMask
Once completed, it may take several minutes for the transaction to arrive at your address on the rollup. Switch to Arbitrum on xDai in Metamask to view the deposit.
Instructions in process
To adjust deployment, simply use the xDai Arbitrum RPC url in your hardhat.config.ts
:
ABI
Go to
For more info on Arbitrum and usage basics, please see the . You can work with Arbitrum on xDai as you would on Ethereum.