export declare const zkFairTestnet: { blockExplorers: { readonly default: { readonly name: "zkFair Explorer"; readonly url: "https://testnet-scan.zkfair.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: 43851; name: "ZKFair Testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "USD Coin"; readonly symbol: "USDC"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://testnet-rpc.zkfair.io"]; }; readonly public: { readonly http: readonly ["https://testnet-rpc.zkfair.io"]; }; }; 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: "zkfair-testnet"; }; //# sourceMappingURL=zkFairTestnet.d.ts.map