export declare const wemixTestnet: { blockExplorers: { readonly default: { readonly name: "wemixExplorer"; readonly url: "https://testnet.wemixscan.com"; readonly apiUrl: "https://testnet.wemixscan.com/api"; }; }; 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: 1112; name: "WEMIX Testnet"; nativeCurrency: { readonly name: "WEMIX"; readonly symbol: "tWEMIX"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://api.test.wemix.com"]; }; readonly public: { readonly http: readonly ["https://api.test.wemix.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; readonly network: "wemix-testnet"; }; //# sourceMappingURL=wemixTestnet.d.ts.map