UNPKG

viem

Version:

TypeScript Interface for Ethereum

35 lines 1.25 kB
export declare const initVerseGenesis: { blockExplorers: { readonly default: { readonly name: "InitVerseGenesisScan"; readonly url: "https://genesis-testnet.iniscan.com"; readonly apiUrl: "https://explorer-testnet-api.inichain.com/api"; }; }; contracts: { readonly multicall3: { readonly address: "0x0cF32CBDd6c437331EA4f85ed2d881A5379B5a6F"; readonly blockCreated: 16361; }; }; ensTlds?: readonly string[] | undefined; id: 7234; name: "InitVerse Genesis Testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "InitVerse"; readonly symbol: "INI"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc-testnet.inichain.com"]; }; }; sourceId?: number | undefined | undefined; testnet: true; 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=initVerseGenesis.d.ts.map