export declare const wemix: { blockExplorers: { readonly default: { readonly name: "wemixExplorer"; readonly url: "https://explorer.wemix.com"; }; }; 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: 1111; name: "WEMIX"; nativeCurrency: { readonly name: "WEMIX"; readonly symbol: "WEMIX"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://api.wemix.com"]; }; readonly public: { readonly http: readonly ["https://api.wemix.com"]; }; }; sourceId?: number | undefined; testnet?: boolean | undefined; custom?: Record | undefined; fees?: import("../core/Types.js").ChainFees | undefined; formatters?: undefined; serializers?: import("../core/Types.js").ChainSerializers | undefined; readonly network: "wemix-mainnet"; }; //# sourceMappingURL=wemix.d.ts.map