Avalanche SDK Client
    Preparing search index...

    Variable avalancheFujiConst

    avalancheFuji: {
        blockExplorers: { default: { apiUrl: "https://api.avax-test.network/"; name: "Avalanche Explorer"; url: "https://subnets.avax-test.network/" } };
        contracts: {
            multicall3: { address: "0xca11bde05977b3631167028862be2a173976ca11"; blockCreated: 7096959 };
            teleporterMessenger: { address: "0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf" };
            teleporterRegistry: { address: "0xF86Cb19Ad8405AEFa7d09C778215D2Cb6eBfB228" };
        };
        id: 43113;
        name: "Avalanche Fuji";
        nativeCurrency: { decimals: 18; name: "Avalanche Fuji"; symbol: "AVAX" };
        rpcUrls: { default: { http: readonly [(...)] } };
        testnet: true;
    } = ...

    Type declaration

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

      Collection of block explorers

    • contracts: {
          multicall3: { address: "0xca11bde05977b3631167028862be2a173976ca11"; blockCreated: 7096959 };
          teleporterMessenger: { address: "0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf" };
          teleporterRegistry: { address: "0xF86Cb19Ad8405AEFa7d09C778215D2Cb6eBfB228" };
      }

      Collection of contracts

    • id: 43113

      ID in number form

    • name: "Avalanche Fuji"

      Human-readable name

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

      Currency used by chain

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

      Collection of RPC endpoints

    • testnet: true

      Flag for test networks