viem
Version:
43 lines • 1.53 kB
TypeScript
export declare const holesky: {
blockExplorers: {
readonly default: {
readonly name: "Etherscan";
readonly url: "https://holesky.etherscan.io";
readonly apiUrl: "https://api-holesky.etherscan.io/api";
};
};
contracts: {
readonly multicall3: {
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
readonly blockCreated: 77;
};
readonly ensRegistry: {
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
readonly blockCreated: 801613;
};
readonly ensUniversalResolver: {
readonly address: "0xa6AC935D4971E3CD133b950aE053bECD16fE7f3b";
readonly blockCreated: 973484;
};
};
ensTlds?: readonly string[] | undefined;
id: 17000;
name: "Holesky";
nativeCurrency: {
readonly name: "Holesky Ether";
readonly symbol: "ETH";
readonly decimals: 18;
};
rpcUrls: {
readonly default: {
readonly http: readonly ["https://ethereum-holesky-rpc.publicnode.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=holesky.d.ts.map