export declare const dodochainTestnet: { blockExplorers: { readonly default: { readonly name: "DODOchain Testnet (Sepolia) Explorer"; readonly url: "https://testnet-scan.dodochain.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: 53457; name: "DODOchain Testnet"; nativeCurrency: { readonly decimals: 18; readonly name: "DODO"; readonly symbol: "DODO"; }; rpcUrls: { readonly default: { readonly http: readonly ["https://dodochain-testnet.alt.technology"]; readonly webSocket: readonly ["wss://dodochain-testnet.alt.technology/ws"]; }; }; 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=dodochainTestnet.d.ts.map