UNPKG

viem

Version:

TypeScript Interface for Ethereum

34 lines 1.21 kB
export declare const ektaTestnet: { blockExplorers: { readonly default: { readonly name: "Test Ektascan"; readonly url: "https://test.ektascan.io"; }; }; contracts?: { [x: string]: import("../../index.js").ChainContract | { [sourceId: number]: import("../../index.js").ChainContract | undefined; } | undefined; ensRegistry?: import("../../index.js").ChainContract | undefined; ensUniversalResolver?: import("../../index.js").ChainContract | undefined; multicall3?: import("../../index.js").ChainContract | undefined; } | undefined; id: 1004; name: "Ekta Testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "EKTA"; readonly symbol: "EKTA"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://test.ekta.io:8545"]; }; }; sourceId?: number | undefined; testnet: true; formatters?: undefined; serializers?: import("../../index.js").ChainSerializers<undefined> | undefined; fees?: import("../../index.js").ChainFees<undefined> | undefined; }; //# sourceMappingURL=ektaTestnet.d.ts.map