UNPKG

@avalanche-sdk/client

Version:

A TypeScript SDK for interacting with the Avalanche network through JSON-RPC APIs. This SDK provides a comprehensive set of tools to interact with all Avalanche chains (P-Chain, X-Chain, C-Chain) and various APIs, including wallet functionality for transa

43 lines 1.56 kB
export declare const avalanche: { blockExplorers: { readonly default: { readonly name: "Avalanche Explorer"; readonly url: "https://subnets.avax.network"; readonly apiUrl: "https://api.avax.network"; }; }; blockTime?: number | undefined | undefined; contracts: { readonly multicall3: { readonly address: "0xca11bde05977b3631167028862be2a173976ca11"; readonly blockCreated: 11907934; }; readonly teleporterRegistry: { readonly address: "0x7C43605E14F391720e1b37E49C78C4b03A488d98"; }; readonly teleporterMessenger: { readonly address: "0x253b2784c75e510dD0fF1da844684a1aC0aa5fcf"; }; }; ensTlds?: readonly string[] | undefined; id: 43114; name: "Avalanche"; nativeCurrency: { readonly decimals: 18; readonly name: "Avalanche"; readonly symbol: "AVAX"; }; experimental_preconfirmationTime?: number | undefined | undefined; rpcUrls: { readonly default: { readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"]; }; }; sourceId?: number | undefined | undefined; testnet?: boolean | undefined | undefined; custom?: Record<string, unknown> | undefined; fees?: import("viem").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined; }; //# sourceMappingURL=avalanche.d.ts.map