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

Currently supported assets:

  • RDO
  • ETH
  • USDT

Once bridged, the tokens will be available on Reddio Mainnet under the following contract addresses:

TokenContract Address on Reddio Mainnet
ETH0x0D53164EABe50DD8CA6db50A1872BdF2d7C8E401
USDT0x94151307eEB748DeABd644641D486cf4938a644d

RDO is available on both Ethereum and BNB Chain under the following contract addresses:

ChainRDO Address
Ethereum0x0D53164EABe50DD8CA6db50A1872BdF2d7C8E401
BNB0x94151307eEB748DeABd644641D486cf4938a644d

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