Variable CHAIN_ID_TO_NETWORK_IDConst

CHAIN_ID_TO_NETWORK_ID: {
    8453: "base-mainnet";
    84532: "base-sepolia";
} = ...

Maps chain IDs to their corresponding Coinbase network IDs. Only SmartWallet related chains are listed here right now.

Type declaration

  • Readonly 8453: "base-mainnet"
  • Readonly 84532: "base-sepolia"