export declare const NADFUN_CONTRACTS: { readonly WMON: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A"; readonly BONDING_CURVE_ROUTER: "0x6F6B8F1a20703309951a5127c45B49b1CD981A22"; readonly BONDING_CURVE: "0xA7283d07812a02AFB7C09B60f8896bCEA3F90aCE"; readonly LENS: "0x7e78A8DE94f21804F7a17F4E8BF9EC2c872187ea"; readonly DEX_ROUTER: "0x0B79d71AE99528D1dB24A4148b5f4F865cc2b137"; readonly DEX_FACTORY: "0x6B5F564339DbAD6b780249827f2198a841FEB7F3"; }; export declare const MONAD_CONTRACTS: { readonly WMON: "0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A"; readonly MULTICALL3: "0xcA11bde05977b3631167028862bE2a173976CA11"; readonly PERMIT2: "0x000000000022d473030f116ddee9f6b43ac78ba3"; readonly ENTRYPOINT_V07: "0x0000000071727De22E5E9d8BAf0edAc6f37da032"; }; export declare const RPC_URL: string; export declare const RPC_URL_BACKUP: string; export declare const WS_URL = "wss://rpc.monad.xyz"; export declare const CHAIN_ID = 143; export declare const NADFUN_API_BASE = "https://api.nadapp.net"; export declare const NADFUN_ENDPOINTS: { readonly TOKENS_BY_CREATION: "/order/creation_time"; readonly TOKENS_BY_MARKET_CAP: "/order/market_cap"; readonly TOKENS_BY_LAST_REPLY: "/order/last_reply"; readonly TOKENS_GRADUATED: "/token/graduated"; readonly TOKEN_MARKET: "/token/market"; readonly TOKEN_INFO: "/token/info"; readonly METADATA_IMAGE: "/metadata/image"; readonly METADATA_UPLOAD: "/metadata/metadata"; readonly TOKEN_SALT: "/token/salt"; }; export declare const GAS_CONFIG: { readonly GAS_PRICE: bigint; readonly MAX_PRIORITY_FEE: bigint; }; export declare const BONDING_CURVE_CONFIG: { readonly VIRTUAL_MON_RESERVE: bigint; readonly VIRTUAL_TOKEN_RESERVE: bigint; readonly GRADUATION_TOKENS: bigint; readonly DEPLOY_FEE: bigint; readonly GRADUATION_FEE: bigint; }; export declare const RPC_RATE_LIMITS: { readonly PRIMARY: { readonly requests: 25; readonly perSeconds: 1; }; readonly BACKUP: { readonly requests: 300; readonly perSeconds: 10; }; }; export declare const getCurrentNetwork: () => string; //# sourceMappingURL=constants.d.ts.map