export declare const flowMainnet: { blockExplorers: { readonly default: { readonly name: "Mainnet Explorer"; readonly url: "https://flowdiver.io"; }; }; 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: 747; name: "FlowEVM Mainnet"; nativeCurrency: { readonly decimals: 18; readonly name: "Flow"; readonly symbol: "FLOW"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://mainnet.evm.nodes.onflow.org"]; }; }; 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; }; //# sourceMappingURL=flowMainnet.d.ts.map