UNPKG

viem

Version:

TypeScript Interface for Ethereum

36 lines 1.23 kB
export declare const apeChain: { blockExplorers: { readonly default: { readonly name: "Apescan"; readonly url: "https://apescan.io"; readonly apiUrl: "https://api.apescan.io/api"; }; }; contracts: { readonly multicall3: { readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11"; readonly blockCreated: 20889; }; }; ensTlds?: readonly string[] | undefined; id: 33139; name: "Ape Chain"; nativeCurrency: { readonly name: "ApeCoin"; readonly symbol: "APE"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc.apechain.com/http"]; readonly webSocket: readonly ["wss://rpc.apechain.com/ws"]; }; }; sourceId: 42161; testnet?: boolean | undefined | undefined; custom?: Record<string, unknown> | undefined; fees?: import("../../index.js").ChainFees<undefined> | undefined; formatters?: undefined; serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined; }; //# sourceMappingURL=apeChain.d.ts.map