Bridge CGT (Arbitrum)
Bridge CGT (Arbitrum)
Bridge CGT (Arbitrum)
This guide walks you through depositing the CGT token from Ethereum (L1) to your Arbitrum rollup (L2).
TOKEN_ADDRESS: CGT token address on L1INBOX_ADDRESS: Find this on the rollup contracts page as the “Inbox” or fetch it from api.conduit.xyz/file/v1/arbitrum/core/your-network-slugOnly CGT rollups exposes ERC20 deposit functions directly on the Inbox.
Deposit CGT by calling your rollup’s Inbox contract directly from the command line.
Use Etherscan to approve and deposit without writing code.
Contract → Write Contract.Connect to Web3.approve and set spender to your INBOX_ADDRESS, amount to the desired deposit amount (in wei).