export declare const bitTorrentTestnet: { blockExplorers: { readonly default: { readonly name: "Bttcscan"; readonly url: "https://testnet.bttcscan.com"; readonly apiUrl: "https://testnet.bttcscan.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: 1028; name: "BitTorrent Chain Testnet"; nativeCurrency: { readonly name: "BitTorrent"; readonly symbol: "BTT"; readonly decimals: 18; }; rpcUrls: { readonly default: { readonly http: readonly ["https://testrpc.bittorrentchain.io"]; }; readonly public: { readonly http: readonly ["https://testrpc.bittorrentchain.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: "bittorrent-chain-testnet"; }; //# sourceMappingURL=bitTorrentTestnet.d.ts.map