export declare const platformId = "thala"; export declare const packageId = "0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01"; export declare const vePackageId = "0x167f411fc5a678fb40d86e0af646fa8f62458b686ad8996215248447037af40c"; export declare const farmingPackageId = "0x6b3720cd988adeaf721ed9d4730da4324d52364871a68eac62b46d21e4d2fa99"; export declare const vaultFilter = "0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::vault::Vault<"; export declare const vaultCollateralParamsFilter = "0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::vault::VaultCollateralParams<"; export declare const thlCoin = "0x7fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL"; export declare const modCoin = "0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::mod_coin::MOD"; export declare const thlModPool = "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::weighted_pool::WeightedPoolToken<0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::mod_coin::MOD, 0x7fd500c11216f0fe3095d0c4b8aa4d64a4e2e04f83758462f2b127255643615::thl_coin::THL, 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::base_pool::Null, 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::base_pool::Null, 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::weighted_pool::Weight_20, 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::weighted_pool::Weight_80, 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::base_pool::Null, 0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::base_pool::Null>"; export declare const stabilityEndpoint = "https://app.thala.fi/api/total-stability"; export declare const programAddressLP = "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af"; export declare const lpStableTypeTokenPrefix = "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::stable_pool::StablePoolToken"; export declare const lpWeightedTypeTokenPrefix = "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::weighted_pool::WeightedPoolToken"; export declare const lpStableTypePrefix = "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::stable_pool::StablePool"; export declare const lpWeightedTypePrefix = "0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::weighted_pool::WeightedPool"; export declare const lpStableCoinInfoTypePrefix = "0x1::coin::CoinInfo<0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::stable_pool::StablePoolToken"; export declare const lpWeightedCoinInfoTypePrefix = "0x1::coin::CoinInfo<0x48271d39d0b05bd6efca2278f22277d6fcc375504f9839fd73f74ace240861af::weighted_pool::WeightedPoolToken"; export declare const stabilityDepositPayload: (owner: string) => { function: `${string}::${string}::${string}`; typeArguments: string[]; functionArguments: string[]; }; export declare const stabilityClaimablePayload: (owner: string) => { function: `${string}::${string}::${string}`; typeArguments: never[]; functionArguments: string[]; }; export declare const vetokenBalancePayload: (owner: string, coinType: string) => { function: `${string}::${string}::${string}`; typeArguments: string[]; functionArguments: string[]; }; export declare const farmingPoolPayload: (owner: string, poolId: number, rewardCoinType: string) => { function: `${string}::${string}::${string}`; typeArguments: string[]; functionArguments: (string | number)[]; }; export declare const farmingPoolsKey = "farming-pools";