UNPKG

viem

Version:

TypeScript Interface for Ethereum

35 lines 1.3 kB
export declare const scrollTestnet: { blockExplorers: { readonly default: { readonly name: "Blockscout"; readonly url: "https://blockscout.scroll.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: 534353; name: "Scroll Testnet"; nativeCurrency: { readonly name: "Ether"; readonly symbol: "ETH"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://alpha-rpc.scroll.io/l2"]; readonly webSocket: readonly ["wss://alpha-rpc.scroll.io/l2/ws"]; }; }; sourceId?: number | undefined; testnet: true; formatters?: undefined; serializers?: import("../../index.js").ChainSerializers<undefined> | undefined; fees?: import("../../index.js").ChainFees<undefined> | undefined; }; //# sourceMappingURL=scrollTestnet.d.ts.map