Appearance
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:
Item | Value |
---|---|
Network Name | Reddio Mainnet |
Chain ID | 50342 |
RPC URL | https://mainnet.reddio.com/rpc |
Currency Symbol | RDO |
Block Explorer | https://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 Name | Contract 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:
Token | Contract Address on Reddio Mainnet |
---|---|
ETH | 0x0D53164EABe50DD8CA6db50A1872BdF2d7C8E401 |
USDT | 0x94151307eEB748DeABd644641D486cf4938a644d |
RDO is available on both Ethereum and BNB Chain under the following contract addresses:
Chain | RDO Address |
---|---|
Ethereum | 0x0D53164EABe50DD8CA6db50A1872BdF2d7C8E401 |
BNB | 0x94151307eEB748DeABd644641D486cf4938a644d |
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