export declare const thunderTestnet: { blockExplorers: { readonly default: { readonly name: "5ireChain Explorer"; readonly url: "https://explorer.5ire.network"; }; }; contracts?: { [x: string]: import("../core/Types.js").ChainContract | { [sourceId: number]: import("../core/Types.js").ChainContract | undefined; } | undefined; ensRegistry?: import("../core/Types.js").ChainContract | undefined; ensUniversalResolver?: import("../core/Types.js").ChainContract | undefined; multicall3?: import("../core/Types.js").ChainContract | undefined; } | undefined; id: 997; name: "5ireChain Thunder Testnet"; nativeCurrency: { readonly name: "5ire Token"; readonly symbol: "5IRE"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc-testnet.5ire.network"]; }; }; sourceId?: number | undefined; testnet: true; custom?: Record | undefined; fees?: import("../core/Types.js").ChainFees | undefined; formatters?: undefined; serializers?: import("../core/Types.js").ChainSerializers | undefined; }; //# sourceMappingURL=thunderTestnet.d.ts.map