Network Constants
Chain ID
mainnet: ritbit-mainnet
testnet: ritbit-testnet
Native Token Denom
mainnet: urit
testnet: urit
The denom is 18-decimal: 1 RIT = 10^18 urit.
Address Prefix
account: rit
validator operator: ritvaloper
Fee Denoms
Both networks accept fees in either the native token or USDC:
| Denom | Minimum gas price |
|---|---|
urit | 25000000000 |
uusdc | 0.025 |
To confirm the current values against a live node:
curl -s https://rest.mainnet.rubin.trade/cosmos/base/node/v1beta1/config | jq -r '.minimum_gas_price'USDC over IBC
In addition to the native uusdc, USDC bridged from Noble over IBC is
available on mainnet as:
ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5This is the hash of transfer/channel-0/uusdc, where channel-0 is the
transfer channel to Noble (noble-1).
EVM
Native currency: RIT, 18 decimals.
| mainnet | testnet | |
|---|---|---|
| EVM Chain ID | 111984 (0x1b570) | 202006 (0x31516) |
EVM RPC/WebSocket URLs are listed in Public Endpoints below.
Public Endpoints
All endpoints are served under two equivalent domains — rubin.trade and
ritbit.xyz. Use either; they point to the same infrastructure.
Mainnet
RPC https://rpc.mainnet.rubin.trade
RPC WebSocket wss://rpc.mainnet.rubin.trade/websocket
REST https://rest.mainnet.rubin.trade
gRPC (TLS) grpc.mainnet.rubin.trade:443
# EVM
EVM JSON-RPC https://evm-rpc.mainnet.rubin.trade
EVM WebSocket wss://evm-rpc.mainnet.rubin.trade
# Indexer
Indexer API https://indexer.mainnet.rubin.trade
Indexer WebSocket wss://indexer.mainnet.rubin.trade/v4/wsTestnet
RPC https://rpc.testnet.rubin.trade
RPC WebSocket wss://rpc.testnet.rubin.trade/websocket
REST https://rest.testnet.rubin.trade
gRPC (TLS) grpc.testnet.rubin.trade:443
# EVM
EVM JSON-RPC https://evm-rpc.testnet.rubin.trade
EVM WebSocket wss://evm-rpc.testnet.rubin.trade
# Indexer
Indexer API https://indexer.testnet.rubin.trade
Indexer WebSocket wss://indexer.testnet.rubin.trade/v4/wsChain Registry
Mainnet: ritbit
The testnet is not published in the Cosmos chain registry.