Lewati ke isi

Chain ID

Network Chain ID Hex Symbol
Devnet 8844 0x2284 GAT
Private Testnet 8845 0x2285 GAT
Mainnet 8846 0x2296 GAT
Public Testnet 8847 0x2287 GAT

MetaMask — Mainnet

{
  "chainId": "0x2296",
  "chainName": "Garuda Chain Mainnet",
  "nativeCurrency": {
    "name": "Garuda Asset Token",
    "symbol": "GAT",
    "decimals": 18
  },
  "rpcUrls": ["https://rpc.garudachain.id"],
  "blockExplorerUrls": ["https://explorer.garudachain.id"]
}

MetaMask — Devnet

{
  "chainId": "0x2284",
  "chainName": "Garuda Chain Devnet",
  "nativeCurrency": {
    "name": "Garuda Asset Token",
    "symbol": "GAT",
    "decimals": 18
  },
  "rpcUrls": ["http://localhost:8545"],
  "blockExplorerUrls": ["http://localhost:3000"]
}

Verifikasi Chain ID

cast chain-id --rpc-url https://rpc.garudachain.id
# 8846