Avalanche SDK Client
    Preparing search index...

    Variable avalancheConst

    avalanche: {
        blockExplorers: { default: { apiUrl: "https://api.avax.network"; name: "Avalanche Explorer"; url: "https://subnets.avax.network" } };
        contracts: {
            multicall3: { address: "0xca11bde05977b3631167028862be2a173976ca11"; blockCreated: 11907934 };
            teleporterMessenger: { address: "0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf" };
            teleporterRegistry: { address: "0x7C43605E14F391720e1b37E49C78C4b03A488d98" };
        };
        id: 43114;
        name: "Avalanche";
        nativeCurrency: { decimals: 18; name: "Avalanche"; symbol: "AVAX" };
        rpcUrls: { default: { http: readonly [(...)] } };
    } = ...

    Type declaration

    • blockExplorers: { default: { apiUrl: "https://api.avax.network"; name: "Avalanche Explorer"; url: "https://subnets.avax.network" } }

      Collection of block explorers

    • contracts: {
          multicall3: { address: "0xca11bde05977b3631167028862be2a173976ca11"; blockCreated: 11907934 };
          teleporterMessenger: { address: "0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf" };
          teleporterRegistry: { address: "0x7C43605E14F391720e1b37E49C78C4b03A488d98" };
      }

      Collection of contracts

    • id: 43114

      ID in number form

    • name: "Avalanche"

      Human-readable name

    • nativeCurrency: { decimals: 18; name: "Avalanche"; symbol: "AVAX" }

      Currency used by chain

    • rpcUrls: { default: { http: readonly [(...)] } }

      Collection of RPC endpoints