UNPKG

viem

Version:

TypeScript Interface for Ethereum

36 lines 1.01 kB
export declare const holesky: { blockExplorers?: { [key: string]: { name: string; url: string; }; default: { name: string; url: string; }; } | undefined; contracts: { readonly multicall3: { readonly address: "0xca11bde05977b3631167028862be2a173976ca11"; readonly blockCreated: 77; }; }; id: 17000; name: "Holesky"; nativeCurrency: { readonly name: "Holesky Ether"; readonly symbol: "ETH"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://ethereum-holesky.publicnode.com"]; }; }; sourceId?: number | undefined; testnet: true; formatters?: undefined; serializers?: import("../../index.js").ChainSerializers<undefined> | undefined; fees?: import("../../index.js").ChainFees<undefined> | undefined; }; //# sourceMappingURL=holesky.d.ts.map