export declare const l3xTestnet: { blockExplorers: { readonly default: { readonly name: "L3X Testnet Explorer"; readonly url: "https://explorer-testnet.l3x.com"; readonly apiUrl: "https://explorer-testnet.l3x.com/api/v2"; }; }; 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: 12325; name: "L3X Protocol Testnet"; nativeCurrency: { readonly name: "Ether"; readonly symbol: "ETH"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://rpc-testnet.l3x.com"]; readonly webSocket: readonly ["wss://rpc-testnet.l3x.com"]; }; }; 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=l3xTestnet.d.ts.map