export declare const ink: { blockExplorers: { readonly default: { readonly name: "Ink Explorer"; readonly url: "https://explorer.inkonchain.com"; }; }; blockTime?: number | undefined | undefined; contracts?: { [x: string]: import("viem").ChainContract | { [sourceId: number]: import("viem").ChainContract | undefined; } | undefined; ensRegistry?: import("viem").ChainContract | undefined; ensUniversalResolver?: import("viem").ChainContract | undefined; multicall3?: import("viem").ChainContract | undefined; erc6492Verifier?: import("viem").ChainContract | undefined; } | undefined; ensTlds?: readonly string[] | undefined; id: 57073; name: "Ink"; nativeCurrency: { readonly name: "Ether"; readonly symbol: "ETH"; readonly decimals: 18; }; experimental_preconfirmationTime?: number | undefined | undefined; rpcUrls: { readonly default: { readonly http: readonly [string]; }; }; sourceId?: number | undefined | undefined; testnet?: boolean | undefined | undefined; custom?: Record | undefined; extendSchema?: Record | undefined; fees?: import("viem").ChainFees | undefined; formatters?: undefined; prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: { phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: { phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters"; }) => Promise) | undefined, options: { runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[]; }] | undefined; serializers?: import("viem").ChainSerializers | undefined; verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise) | undefined; }; export declare const CONTRACTS: { readonly TsunamiV3Factory: "0xD8B0826150B7686D1F56d6F10E31E58e1BCF1193"; readonly TsunamiV3PositionManager: "0x98b6267DA27c5A21Bd6e3edfBC2DA6b0428Fa9F7"; readonly TsunamiQuoterV2: "0x547D43a6F83A28720908537Aa25179ff8c6A6411"; readonly TsunamiSwapRouter02: "0x4415F2360bfD9B1bF55500Cb28fA41dF95CB2d2b"; readonly SentryLaunchFactory: "0xDc37e11B68052d1539fa23386eE58Ac444bf5BE1"; readonly SentryProtocolFeeController: "0x21be26C65a3E71d2756986D04FDf883F26D69e81"; readonly KrakenVerifiedRegistry: "0x54C3405f388E1d9DFbF69e43330F9F73B8EfdB32"; readonly WETH9: "0x4200000000000000000000000000000000000006"; readonly USDT0: "0x0200c29006150606b650577bbe7b6248f58470c1"; readonly USDC: "0x2D270e6886d130D724215A266106e6832161EAEd"; readonly X402FeeRouter: "0xa1aD9AE09d28C13CBB783e47C7d1B97F96C6711e"; readonly X402USDT0FeeRouter: "0x0d1e92c107bB315e425278CD999D90be804F39d6"; readonly IdentityRegistry: "0x7274e874CA62410a93Bd8bf61c69d8045E399c02"; readonly IdentityRegistryProxy: "0x8004A169FB4a3325136EB29fA0ceB6D2e539a432"; readonly ReputationRegistry: "0x8004BAa17C55a88189AE136b182e5fdA19dE9b63"; readonly ValidationRegistry: "0x8004Cc8439f36fd5F9F049D9fF86523Df6dAAB58"; readonly DailyGM: "0x9F500d075118272B3564ac6Ef2c70a9067Fd2d3F"; readonly DailyAgentGM: "0x2B9DD9Eede2AeCB095455ce45122101109E4AeC7"; readonly DailyGMPlus: "0x3FB6088d7Bda27211DD9403DCC280B22249b73B3"; }; export declare const DAILY_GM_PLUS_FEE_WEI = 500000000000000n; export declare function getDailyGmPlusMaxDailySpendWei(): bigint | undefined; export declare const SUBGRAPH_URL: string; export declare const DAILY_GM_SUBGRAPH_URL: string; export declare const DAILY_AGENT_GM_SUBGRAPH_URL: string; export declare const DAILY_GM_PLUS_SUBGRAPH_URL: string; export declare const SENTRY_API_BASE: string; export declare const X402_FACILITATOR_URL: string; export declare const DEFAULT_X402_ASSET: 'USDC' | 'USDT0'; export declare const DEFAULT_SLIPPAGE_BPS = 50; export declare const DEFAULT_DEADLINE_MINUTES = 20; export declare const FEE_TIERS: readonly [500, 3000, 10000]; //# sourceMappingURL=config.d.ts.map