Optimism: Optimistic Rollups on GC
An Optimism implementation is now deployed on Gnosis Chain. With this setup, Gnosis Chain functions as the L1 (akin to Ethereum) and Optimism on GC as the L2.
Deployment processes are similar to using Optimism with Ethereum with updated configs to match the Gnosis chain setup.
Network Name
Optimism on Gnosis Chain
Chain ID
300
RPC Endpoint
https://optimism.gnosischain.com
WebSocket Endpoint
wss://optimism.gnosischain.com/wss
Block Explorer
L1 (GC) Contract Addresses
L2 (Optimism) Contract Addresses
Make a Deposit
Deposits are initiated through the Proxy__OVM_L1StandardBridge contract on the Gnosis Chain with the depositETH
method and the following inputs:
_l2Gas:
200000
data:
0x
value:
Deposit value in xDai (ie. 0.1 = 0.1 xDai)
Example using BlockScout
1) Go to https://blockscout.com/xdai/mainnet/address/0x184a119d4C1D08A459FCfBFe7ECc051c163B4c80/write-proxy
2) Connect a web3 wallet like MetaMask that contains some xDai for funding and gas fees.

3) Scroll down to the depositETH
method and enter the following:
_l2Gas:
200000
data:
0x
value:
Deposit value in xDai
(in this example we deposit 0.4 xDai to Optimism on GC)
Click Write and complete the transaction with your wallet.

Graph Protocol
When starting the graph-node the network key is: optimism
\
Last updated
Was this helpful?