{
  "name": "Chain 138 RPC Capabilities",
  "version": {
    "major": 1,
    "minor": 1,
    "patch": 0
  },
  "generatedBy": "SolaceScanScout",
  "timestamp": "2026-03-28T00:00:00Z",
  "chainId": 138,
  "chainName": "DeFi Oracle Meta Mainnet",
  "rpcUrl": "https://rpc-http-pub.d-bis.org",
  "explorerUrl": "https://explorer.d-bis.org",
  "explorerApiUrl": "https://explorer.d-bis.org/api/v2",
  "walletSupport": {
    "walletAddEthereumChain": true,
    "walletWatchAsset": true,
    "notes": [
      "MetaMask primarily relies on JSON-RPC correctness for balances, gas estimation, calls, and transaction submission.",
      "Explorer-served network metadata and token list metadata complement wallet UX but do not replace RPC method support."
    ]
  },
  "http": {
    "supportedMethods": [
      "web3_clientVersion",
      "net_version",
      "eth_chainId",
      "eth_blockNumber",
      "eth_syncing",
      "eth_gasPrice",
      "eth_maxPriorityFeePerGas",
      "eth_feeHistory",
      "eth_estimateGas",
      "eth_getCode"
    ],
    "unsupportedMethods": [],
    "notes": [
      "eth_feeHistory is available for wallet fee estimation.",
      "eth_maxPriorityFeePerGas is exposed on the public RPC for wallet-grade fee suggestion compatibility."
    ]
  },
  "tracing": {
    "supportedMethods": [
      "trace_block",
      "trace_replayBlockTransactions"
    ],
    "unsupportedMethods": [
      "debug_traceBlockByNumber"
    ],
    "notes": [
      "TRACE support is enabled for explorer-grade indexing and internal transaction analysis.",
      "Debug tracing is intentionally not enabled on the public RPC tier."
    ]
  },
  "ws": {
    "notes": [
      "Use the dedicated public WebSocket endpoint for subscriptions and live wallet/provider events.",
      "HTTP and WebSocket method coverage should be treated as separate operational surfaces."
    ]
  }
}
