UNPKG

viem

Version:

TypeScript Interface for Ethereum

35 lines 1.31 kB
export declare const shimmerTestnet: { blockExplorers: { readonly default: { readonly name: "Shimmer Network Explorer"; readonly url: "https://explorer.evm.testnet.shimmer.network"; }; }; 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: 1073; name: "Shimmer Testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "Shimmer"; readonly symbol: "SMR"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://json-rpc.evm.testnet.shimmer.network"]; }; }; sourceId?: number | undefined; testnet: true; formatters?: undefined; serializers?: import("../../index.js").ChainSerializers<undefined> | undefined; fees?: import("../../index.js").ChainFees<undefined> | undefined; readonly network: "shimmer-testnet"; }; //# sourceMappingURL=shimmerTestnet.d.ts.map