Skip to content

Reddio Mainnet Developer GuideAdd commentMore actions

This guide provides all the necessary information to connect to and build on the Reddio Mainnet, including RPC configuration, bridge access, and commonly used token contract addresses.

Mainnet Configuration

You can connect to the Reddio Mainnet using the following settings:

ItemValue
Network NameReddio Mainnet
Chain ID50342
RPC URLhttps://mainnet.reddio.com/rpc
Currency SymbolRDO
Block Explorerhttps://reddio.cloud.blockscout.com

Token Bridge

Assets can be bridged from Ethereum Mainnet to Reddio Mainnet via the official Reddio Bridge:

Bridge Contract Addresses

Contract NameContract Address
L1 Bridge(Ethereum)0xCc0a76eE23BBc536b0A72C965C1b76289A48D7D4
L2 Bridge(Reddio Mainnet)0x284B8b9019eCB64fA278D4Ef772e4b036a0dc3A3

Supported Assets

TokenContract Address on Reddio Mainnet
ETH0x0D53164EABe50DD8CA6db50A1872BdF2d7C8E401
USDT0x94151307eEB748DeABd644641D486cf4938a644d
WRDO (Wrapped Reddio)0x3e610681347167F4bB95D3E49EEE8748e2Fa9484

WRDO is the ERC-20 wrapped version of the native RDO token, using the WETH9 standard.

RDO Cross-Chain Addresses

ChainRDO Address
Ethereum0x0D53164EABe50DD8CA6db50A1872BdF2d7C8E401
BNB0x94151307eEB748DeABd644641D486cf4938a644d

Essential Infrastructure Contracts

Reddio Mainnet has pre-deployed several essential contracts to support application development.

Multicall3

Most DApps rely on Multicall3 to batch multiple eth_call operations into a single call.

ETH Compatible Details

Reddio is compatible with go-ethereum v1.14.0

It's compatable with ETH RPC as followings:

  • eth_blockNumber
  • eth_call
  • eth_chainId
  • eth_estimateGas
  • eth_gasPrice
  • eth_getBalance
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_getCode
  • eth_getLogs
  • eth_getStorageAt
  • eth_getTransactionByHash
  • eth_getTransactionCount
  • eth_getTransactionReceipt
  • eth_sendRawTransaction

If you have any questions, please contact us at Discord