Chain Configuration
EVM-compatible Cosmos SDK blockchain with Proof of Authority consensus
Chain ID
13601
ogx_13601-1
Symbol
OGX
Prefix: ogx
Total Supply
10000000000000000000000000000 OGX
Consensus
PoA
Proof of Authority
Chain Parameters
EVM Chain ID
13601
Cosmos Chain ID
ogx_13601-1
Address Prefix
ogx
Base Denomination
aogx
Key Algorithm
eth_secp256k1
Framework
Evmos v18.1.0
Public Endpoints
JSON-RPC (EVM)
https://rpc.oseanchain.com
WebSocket
wss://ws.oseanchain.com
REST API (Cosmos)
https://rest.oseanchain.com
Dashboard
https://api.oseanchain.com
MetaMask Configuration
Network Name
OseanChain
RPC URL
https://rpc.oseanchain.com
Chain ID
13601
Currency Symbol
OGX
Quick Connect (Web3.js / Ethers.js)
// Ethers.js v6
import from 'ethers';
const provider = new JsonRpcProvider('https://rpc.oseanchain.com');
// Web3.js
const Web3 = require('web3');
const web3 = new Web3('https://rpc.oseanchain.com');
// Get latest block
const block = await provider.getBlockNumber();
console.log('Latest block:', block);