@haven-fi/solauto-sdk 1.0.176 → 1.0.177
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/constants/generalAccounts.d.ts.map +1 -1
- package/dist/constants/generalAccounts.js +0 -1
- package/dist/constants/solautoConstants.d.ts +0 -1
- package/dist/constants/solautoConstants.d.ts.map +1 -1
- package/dist/constants/solautoConstants.js +3 -3
- package/dist/generated/errors/solauto.d.ts +8 -26
- package/dist/generated/errors/solauto.d.ts.map +1 -1
- package/dist/generated/errors/solauto.js +26 -59
- package/dist/jupiter-sdk/accounts/index.d.ts +9 -0
- package/dist/jupiter-sdk/accounts/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/accounts/index.js +24 -0
- package/dist/jupiter-sdk/accounts/tokenLedger.d.ts +32 -0
- package/dist/jupiter-sdk/accounts/tokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/accounts/tokenLedger.js +68 -0
- package/dist/jupiter-sdk/errors/index.d.ts +9 -0
- package/dist/jupiter-sdk/errors/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/errors/index.js +24 -0
- package/dist/jupiter-sdk/errors/jupiter.d.ts +127 -0
- package/dist/jupiter-sdk/errors/jupiter.d.ts.map +1 -0
- package/dist/jupiter-sdk/errors/jupiter.js +229 -0
- package/dist/jupiter-sdk/index.d.ts +14 -0
- package/dist/jupiter-sdk/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/index.js +29 -0
- package/dist/jupiter-sdk/instructions/aldrinSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/aldrinSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/aldrinSwap.js +95 -0
- package/dist/jupiter-sdk/instructions/aldrinV2Swap.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/aldrinV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/aldrinV2Swap.js +100 -0
- package/dist/jupiter-sdk/instructions/balansolSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/balansolSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/balansolSwap.js +130 -0
- package/dist/jupiter-sdk/instructions/claim.d.ts +25 -0
- package/dist/jupiter-sdk/instructions/claim.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/claim.js +64 -0
- package/dist/jupiter-sdk/instructions/claimToken.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/claimToken.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/claimToken.js +93 -0
- package/dist/jupiter-sdk/instructions/cloneSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/cloneSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cloneSwap.js +120 -0
- package/dist/jupiter-sdk/instructions/createOpenOrders.d.ts +24 -0
- package/dist/jupiter-sdk/instructions/createOpenOrders.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createOpenOrders.js +76 -0
- package/dist/jupiter-sdk/instructions/createProgramOpenOrders.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/createProgramOpenOrders.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createProgramOpenOrders.js +86 -0
- package/dist/jupiter-sdk/instructions/createTokenAccount.d.ts +27 -0
- package/dist/jupiter-sdk/instructions/createTokenAccount.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createTokenAccount.js +70 -0
- package/dist/jupiter-sdk/instructions/createTokenLedger.d.ts +21 -0
- package/dist/jupiter-sdk/instructions/createTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/createTokenLedger.js +62 -0
- package/dist/jupiter-sdk/instructions/cremaSwap.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/cremaSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cremaSwap.js +119 -0
- package/dist/jupiter-sdk/instructions/cropperSwap.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/cropperSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cropperSwap.js +103 -0
- package/dist/jupiter-sdk/instructions/cykuraSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/cykuraSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/cykuraSwap.js +99 -0
- package/dist/jupiter-sdk/instructions/deltafiSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/deltafiSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/deltafiSwap.js +109 -0
- package/dist/jupiter-sdk/instructions/dradexSwap.d.ts +35 -0
- package/dist/jupiter-sdk/instructions/dradexSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/dradexSwap.js +121 -0
- package/dist/jupiter-sdk/instructions/exactOutRoute.d.ts +42 -0
- package/dist/jupiter-sdk/instructions/exactOutRoute.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/exactOutRoute.js +109 -0
- package/dist/jupiter-sdk/instructions/goosefxSwap.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/goosefxSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/goosefxSwap.js +115 -0
- package/dist/jupiter-sdk/instructions/goosefxV2Swap.d.ts +38 -0
- package/dist/jupiter-sdk/instructions/goosefxV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/goosefxV2Swap.js +140 -0
- package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.js +91 -0
- package/dist/jupiter-sdk/instructions/index.d.ts +72 -0
- package/dist/jupiter-sdk/instructions/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/index.js +87 -0
- package/dist/jupiter-sdk/instructions/invariantSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/invariantSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/invariantSwap.js +95 -0
- package/dist/jupiter-sdk/instructions/lifinitySwap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/lifinitySwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/lifinitySwap.js +113 -0
- package/dist/jupiter-sdk/instructions/lifinityV2Swap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/lifinityV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/lifinityV2Swap.js +113 -0
- package/dist/jupiter-sdk/instructions/marcoPoloSwap.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/marcoPoloSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/marcoPoloSwap.js +137 -0
- package/dist/jupiter-sdk/instructions/marinadeDeposit.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/marinadeDeposit.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/marinadeDeposit.js +144 -0
- package/dist/jupiter-sdk/instructions/marinadeUnstake.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/marinadeUnstake.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/marinadeUnstake.js +105 -0
- package/dist/jupiter-sdk/instructions/mercurialSwap.d.ts +25 -0
- package/dist/jupiter-sdk/instructions/mercurialSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/mercurialSwap.js +76 -0
- package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/meteoraDlmmSwap.js +119 -0
- package/dist/jupiter-sdk/instructions/meteoraSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/meteoraSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/meteoraSwap.js +120 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedBuy.js +119 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedSell.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedSell.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/moonshotWrappedSell.js +106 -0
- package/dist/jupiter-sdk/instructions/obricSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/obricSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/obricSwap.js +106 -0
- package/dist/jupiter-sdk/instructions/oneIntroSwap.d.ts +30 -0
- package/dist/jupiter-sdk/instructions/oneIntroSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/oneIntroSwap.js +100 -0
- package/dist/jupiter-sdk/instructions/openBookV2Swap.d.ts +35 -0
- package/dist/jupiter-sdk/instructions/openBookV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/openBookV2Swap.js +125 -0
- package/dist/jupiter-sdk/instructions/perpsAddLiquidity.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/perpsAddLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsAddLiquidity.js +110 -0
- package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsRemoveLiquidity.js +110 -0
- package/dist/jupiter-sdk/instructions/perpsSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/perpsSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsSwap.js +120 -0
- package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsV2AddLiquidity.js +115 -0
- package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsV2RemoveLiquidity.js +112 -0
- package/dist/jupiter-sdk/instructions/perpsV2Swap.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/perpsV2Swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/perpsV2Swap.js +130 -0
- package/dist/jupiter-sdk/instructions/phoenixSwap.d.ts +27 -0
- package/dist/jupiter-sdk/instructions/phoenixSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/phoenixSwap.js +89 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedBuy.js +123 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/pumpdotfunWrappedSell.js +107 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwap.js +102 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumClmmSwapV2.js +117 -0
- package/dist/jupiter-sdk/instructions/raydiumCpSwap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/raydiumCpSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumCpSwap.js +116 -0
- package/dist/jupiter-sdk/instructions/raydiumSwap.d.ts +36 -0
- package/dist/jupiter-sdk/instructions/raydiumSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/raydiumSwap.js +134 -0
- package/dist/jupiter-sdk/instructions/route.d.ts +40 -0
- package/dist/jupiter-sdk/instructions/route.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/route.js +99 -0
- package/dist/jupiter-sdk/instructions/routeWithTokenLedger.d.ts +39 -0
- package/dist/jupiter-sdk/instructions/routeWithTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/routeWithTokenLedger.js +103 -0
- package/dist/jupiter-sdk/instructions/saberAddDecimals.d.ts +26 -0
- package/dist/jupiter-sdk/instructions/saberAddDecimals.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/saberAddDecimals.js +81 -0
- package/dist/jupiter-sdk/instructions/saberSwap.d.ts +28 -0
- package/dist/jupiter-sdk/instructions/saberSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/saberSwap.js +87 -0
- package/dist/jupiter-sdk/instructions/senchaSwap.d.ts +28 -0
- package/dist/jupiter-sdk/instructions/senchaSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/senchaSwap.js +90 -0
- package/dist/jupiter-sdk/instructions/serumSwap.d.ts +34 -0
- package/dist/jupiter-sdk/instructions/serumSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/serumSwap.js +122 -0
- package/dist/jupiter-sdk/instructions/setTokenLedger.d.ts +20 -0
- package/dist/jupiter-sdk/instructions/setTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/setTokenLedger.js +46 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.d.ts +46 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsExactOutRoute.js +120 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRoute.d.ts +46 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRoute.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRoute.js +120 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.d.ts +45 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.js +126 -0
- package/dist/jupiter-sdk/instructions/stabbleStableSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/stabbleStableSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/stabbleStableSwap.js +101 -0
- package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/stabbleWeightedSwap.js +101 -0
- package/dist/jupiter-sdk/instructions/stepSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/stepSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/stepSwap.js +98 -0
- package/dist/jupiter-sdk/instructions/symmetrySwap.d.ts +32 -0
- package/dist/jupiter-sdk/instructions/symmetrySwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/symmetrySwap.js +114 -0
- package/dist/jupiter-sdk/instructions/tokenSwap.d.ts +29 -0
- package/dist/jupiter-sdk/instructions/tokenSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/tokenSwap.js +98 -0
- package/dist/jupiter-sdk/instructions/tokenSwapV2.d.ts +33 -0
- package/dist/jupiter-sdk/instructions/tokenSwapV2.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/tokenSwapV2.js +114 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwap.d.ts +31 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwap.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwap.js +104 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.d.ts +35 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.d.ts.map +1 -0
- package/dist/jupiter-sdk/instructions/whirlpoolSwapV2.js +119 -0
- package/dist/jupiter-sdk/programs/index.d.ts +9 -0
- package/dist/jupiter-sdk/programs/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/programs/index.js +24 -0
- package/dist/jupiter-sdk/programs/jupiter.d.ts +13 -0
- package/dist/jupiter-sdk/programs/jupiter.d.ts.map +1 -0
- package/dist/jupiter-sdk/programs/jupiter.js +36 -0
- package/dist/jupiter-sdk/shared/index.d.ts +54 -0
- package/dist/jupiter-sdk/shared/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/shared/index.js +69 -0
- package/dist/jupiter-sdk/types/accountsType.d.ts +15 -0
- package/dist/jupiter-sdk/types/accountsType.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/accountsType.js +22 -0
- package/dist/jupiter-sdk/types/amountWithSlippage.d.ts +18 -0
- package/dist/jupiter-sdk/types/amountWithSlippage.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/amountWithSlippage.js +17 -0
- package/dist/jupiter-sdk/types/index.d.ts +15 -0
- package/dist/jupiter-sdk/types/index.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/index.js +30 -0
- package/dist/jupiter-sdk/types/remainingAccountsInfo.d.ts +17 -0
- package/dist/jupiter-sdk/types/remainingAccountsInfo.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/remainingAccountsInfo.js +15 -0
- package/dist/jupiter-sdk/types/remainingAccountsSlice.d.ts +19 -0
- package/dist/jupiter-sdk/types/remainingAccountsSlice.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/remainingAccountsSlice.js +18 -0
- package/dist/jupiter-sdk/types/routePlanStep.d.ts +23 -0
- package/dist/jupiter-sdk/types/routePlanStep.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/routePlanStep.js +20 -0
- package/dist/jupiter-sdk/types/side.d.ts +15 -0
- package/dist/jupiter-sdk/types/side.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/side.js +20 -0
- package/dist/jupiter-sdk/types/swap.d.ts +372 -0
- package/dist/jupiter-sdk/types/swap.d.ts.map +1 -0
- package/dist/jupiter-sdk/types/swap.js +188 -0
- package/dist/transactions/transactionUtils.d.ts +5 -0
- package/dist/transactions/transactionUtils.d.ts.map +1 -1
- package/dist/transactions/transactionUtils.js +46 -4
- package/dist/transactions/transactionsManager.d.ts +2 -1
- package/dist/transactions/transactionsManager.d.ts.map +1 -1
- package/dist/transactions/transactionsManager.js +12 -20
- package/package.json +1 -1
- package/src/constants/generalAccounts.ts +0 -3
- package/src/constants/solautoConstants.ts +1 -2
- package/src/generated/errors/solauto.ts +30 -88
- package/src/jupiter-sdk/accounts/index.ts +9 -0
- package/src/jupiter-sdk/accounts/tokenLedger.ts +146 -0
- package/src/jupiter-sdk/errors/index.ts +9 -0
- package/src/jupiter-sdk/errors/jupiter.ts +282 -0
- package/src/jupiter-sdk/index.ts +14 -0
- package/src/jupiter-sdk/instructions/aldrinSwap.ts +165 -0
- package/src/jupiter-sdk/instructions/aldrinV2Swap.ts +171 -0
- package/src/jupiter-sdk/instructions/balansolSwap.ts +211 -0
- package/src/jupiter-sdk/instructions/claim.ts +128 -0
- package/src/jupiter-sdk/instructions/claimToken.ts +171 -0
- package/src/jupiter-sdk/instructions/cloneSwap.ts +195 -0
- package/src/jupiter-sdk/instructions/createOpenOrders.ts +148 -0
- package/src/jupiter-sdk/instructions/createProgramOpenOrders.ts +170 -0
- package/src/jupiter-sdk/instructions/createTokenAccount.ts +152 -0
- package/src/jupiter-sdk/instructions/createTokenLedger.ts +128 -0
- package/src/jupiter-sdk/instructions/cremaSwap.ts +193 -0
- package/src/jupiter-sdk/instructions/cropperSwap.ts +174 -0
- package/src/jupiter-sdk/instructions/cykuraSwap.ts +169 -0
- package/src/jupiter-sdk/instructions/deltafiSwap.ts +181 -0
- package/src/jupiter-sdk/instructions/dradexSwap.ts +200 -0
- package/src/jupiter-sdk/instructions/exactOutRoute.ts +208 -0
- package/src/jupiter-sdk/instructions/goosefxSwap.ts +189 -0
- package/src/jupiter-sdk/instructions/goosefxV2Swap.ts +222 -0
- package/src/jupiter-sdk/instructions/heliumTreasuryManagementRedeemV0.ts +169 -0
- package/src/jupiter-sdk/instructions/index.ts +72 -0
- package/src/jupiter-sdk/instructions/invariantSwap.ts +168 -0
- package/src/jupiter-sdk/instructions/lifinitySwap.ts +186 -0
- package/src/jupiter-sdk/instructions/lifinityV2Swap.ts +189 -0
- package/src/jupiter-sdk/instructions/marcoPoloSwap.ts +223 -0
- package/src/jupiter-sdk/instructions/marinadeDeposit.ts +230 -0
- package/src/jupiter-sdk/instructions/marinadeUnstake.ts +182 -0
- package/src/jupiter-sdk/instructions/mercurialSwap.ts +145 -0
- package/src/jupiter-sdk/instructions/meteoraDlmmSwap.ts +193 -0
- package/src/jupiter-sdk/instructions/meteoraSwap.ts +195 -0
- package/src/jupiter-sdk/instructions/moonshotWrappedBuy.ts +201 -0
- package/src/jupiter-sdk/instructions/moonshotWrappedSell.ts +186 -0
- package/src/jupiter-sdk/instructions/obricSwap.ts +178 -0
- package/src/jupiter-sdk/instructions/oneIntroSwap.ts +171 -0
- package/src/jupiter-sdk/instructions/openBookV2Swap.ts +207 -0
- package/src/jupiter-sdk/instructions/perpsAddLiquidity.ts +186 -0
- package/src/jupiter-sdk/instructions/perpsRemoveLiquidity.ts +188 -0
- package/src/jupiter-sdk/instructions/perpsSwap.ts +195 -0
- package/src/jupiter-sdk/instructions/perpsV2AddLiquidity.ts +194 -0
- package/src/jupiter-sdk/instructions/perpsV2RemoveLiquidity.ts +193 -0
- package/src/jupiter-sdk/instructions/perpsV2Swap.ts +207 -0
- package/src/jupiter-sdk/instructions/phoenixSwap.ts +157 -0
- package/src/jupiter-sdk/instructions/pumpdotfunWrappedBuy.ts +209 -0
- package/src/jupiter-sdk/instructions/pumpdotfunWrappedSell.ts +190 -0
- package/src/jupiter-sdk/instructions/raydiumClmmSwap.ts +175 -0
- package/src/jupiter-sdk/instructions/raydiumClmmSwapV2.ts +193 -0
- package/src/jupiter-sdk/instructions/raydiumCpSwap.ts +189 -0
- package/src/jupiter-sdk/instructions/raydiumSwap.ts +211 -0
- package/src/jupiter-sdk/instructions/route.ts +189 -0
- package/src/jupiter-sdk/instructions/routeWithTokenLedger.ts +201 -0
- package/src/jupiter-sdk/instructions/saberAddDecimals.ts +151 -0
- package/src/jupiter-sdk/instructions/saberSwap.ts +156 -0
- package/src/jupiter-sdk/instructions/senchaSwap.ts +159 -0
- package/src/jupiter-sdk/instructions/serumSwap.ts +200 -0
- package/src/jupiter-sdk/instructions/setTokenLedger.ts +106 -0
- package/src/jupiter-sdk/instructions/sharedAccountsExactOutRoute.ts +226 -0
- package/src/jupiter-sdk/instructions/sharedAccountsRoute.ts +225 -0
- package/src/jupiter-sdk/instructions/sharedAccountsRouteWithTokenLedger.ts +231 -0
- package/src/jupiter-sdk/instructions/stabbleStableSwap.ts +176 -0
- package/src/jupiter-sdk/instructions/stabbleWeightedSwap.ts +178 -0
- package/src/jupiter-sdk/instructions/stepSwap.ts +168 -0
- package/src/jupiter-sdk/instructions/symmetrySwap.ts +187 -0
- package/src/jupiter-sdk/instructions/tokenSwap.ts +168 -0
- package/src/jupiter-sdk/instructions/tokenSwapV2.ts +185 -0
- package/src/jupiter-sdk/instructions/whirlpoolSwap.ts +179 -0
- package/src/jupiter-sdk/instructions/whirlpoolSwapV2.ts +194 -0
- package/src/jupiter-sdk/programs/index.ts +9 -0
- package/src/jupiter-sdk/programs/jupiter.ts +52 -0
- package/src/jupiter-sdk/shared/index.ts +117 -0
- package/src/jupiter-sdk/types/accountsType.ts +25 -0
- package/src/jupiter-sdk/types/amountWithSlippage.ts +34 -0
- package/src/jupiter-sdk/types/index.ts +15 -0
- package/src/jupiter-sdk/types/remainingAccountsInfo.ts +34 -0
- package/src/jupiter-sdk/types/remainingAccountsSlice.ts +33 -0
- package/src/jupiter-sdk/types/routePlanStep.ts +39 -0
- package/src/jupiter-sdk/types/side.ts +23 -0
- package/src/jupiter-sdk/types/swap.ts +566 -0
- package/src/transactions/transactionUtils.ts +72 -5
- package/src/transactions/transactionsManager.ts +26 -29
@@ -0,0 +1,120 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
5
|
+
* to add features, then rerun kinobi to update it.
|
6
|
+
*
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.getPerpsSwapInstructionDataSerializer = getPerpsSwapInstructionDataSerializer;
|
11
|
+
exports.perpsSwap = perpsSwap;
|
12
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
13
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
14
|
+
const shared_1 = require("../shared");
|
15
|
+
function getPerpsSwapInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'PerpsSwapInstructionData' }), (value) => ({
|
17
|
+
...value,
|
18
|
+
discriminator: [147, 22, 108, 178, 110, 18, 171, 34],
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
// Instruction.
|
22
|
+
function perpsSwap(context, input) {
|
23
|
+
// Program ID.
|
24
|
+
const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
|
25
|
+
// Accounts.
|
26
|
+
const resolvedAccounts = {
|
27
|
+
swapProgram: {
|
28
|
+
index: 0,
|
29
|
+
isWritable: false,
|
30
|
+
value: input.swapProgram ?? null,
|
31
|
+
},
|
32
|
+
owner: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: true,
|
35
|
+
value: input.owner ?? null,
|
36
|
+
},
|
37
|
+
fundingAccount: {
|
38
|
+
index: 2,
|
39
|
+
isWritable: true,
|
40
|
+
value: input.fundingAccount ?? null,
|
41
|
+
},
|
42
|
+
receivingAccount: {
|
43
|
+
index: 3,
|
44
|
+
isWritable: true,
|
45
|
+
value: input.receivingAccount ?? null,
|
46
|
+
},
|
47
|
+
transferAuthority: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: false,
|
50
|
+
value: input.transferAuthority ?? null,
|
51
|
+
},
|
52
|
+
perpetuals: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: false,
|
55
|
+
value: input.perpetuals ?? null,
|
56
|
+
},
|
57
|
+
pool: { index: 6, isWritable: true, value: input.pool ?? null },
|
58
|
+
receivingCustody: {
|
59
|
+
index: 7,
|
60
|
+
isWritable: true,
|
61
|
+
value: input.receivingCustody ?? null,
|
62
|
+
},
|
63
|
+
receivingCustodyOracleAccount: {
|
64
|
+
index: 8,
|
65
|
+
isWritable: false,
|
66
|
+
value: input.receivingCustodyOracleAccount ?? null,
|
67
|
+
},
|
68
|
+
receivingCustodyTokenAccount: {
|
69
|
+
index: 9,
|
70
|
+
isWritable: true,
|
71
|
+
value: input.receivingCustodyTokenAccount ?? null,
|
72
|
+
},
|
73
|
+
dispensingCustody: {
|
74
|
+
index: 10,
|
75
|
+
isWritable: true,
|
76
|
+
value: input.dispensingCustody ?? null,
|
77
|
+
},
|
78
|
+
dispensingCustodyOracleAccount: {
|
79
|
+
index: 11,
|
80
|
+
isWritable: false,
|
81
|
+
value: input.dispensingCustodyOracleAccount ?? null,
|
82
|
+
},
|
83
|
+
dispensingCustodyTokenAccount: {
|
84
|
+
index: 12,
|
85
|
+
isWritable: true,
|
86
|
+
value: input.dispensingCustodyTokenAccount ?? null,
|
87
|
+
},
|
88
|
+
tokenProgram: {
|
89
|
+
index: 13,
|
90
|
+
isWritable: false,
|
91
|
+
value: input.tokenProgram ?? null,
|
92
|
+
},
|
93
|
+
eventAuthority: {
|
94
|
+
index: 14,
|
95
|
+
isWritable: false,
|
96
|
+
value: input.eventAuthority ?? null,
|
97
|
+
},
|
98
|
+
program: {
|
99
|
+
index: 15,
|
100
|
+
isWritable: false,
|
101
|
+
value: input.program ?? null,
|
102
|
+
},
|
103
|
+
};
|
104
|
+
// Default values.
|
105
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
106
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
107
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
108
|
+
}
|
109
|
+
// Accounts in order.
|
110
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
111
|
+
// Keys and Signers.
|
112
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
113
|
+
// Data.
|
114
|
+
const data = getPerpsSwapInstructionDataSerializer().serialize({});
|
115
|
+
// Bytes Created On Chain.
|
116
|
+
const bytesCreatedOnChain = 0;
|
117
|
+
return (0, umi_1.transactionBuilder)([
|
118
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
119
|
+
]);
|
120
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Context, Pda, PublicKey, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type PerpsV2AddLiquidityInstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
owner: PublicKey | Pda;
|
13
|
+
fundingOrReceivingAccount: PublicKey | Pda;
|
14
|
+
lpTokenAccount: PublicKey | Pda;
|
15
|
+
transferAuthority: PublicKey | Pda;
|
16
|
+
perpetuals: PublicKey | Pda;
|
17
|
+
pool: PublicKey | Pda;
|
18
|
+
custody: PublicKey | Pda;
|
19
|
+
custodyDovesPriceAccount: PublicKey | Pda;
|
20
|
+
custodyPythnetPriceAccount: PublicKey | Pda;
|
21
|
+
custodyTokenAccount: PublicKey | Pda;
|
22
|
+
lpTokenMint: PublicKey | Pda;
|
23
|
+
tokenProgram?: PublicKey | Pda;
|
24
|
+
eventAuthority: PublicKey | Pda;
|
25
|
+
program: PublicKey | Pda;
|
26
|
+
};
|
27
|
+
export type PerpsV2AddLiquidityInstructionData = {
|
28
|
+
discriminator: Array<number>;
|
29
|
+
};
|
30
|
+
export type PerpsV2AddLiquidityInstructionDataArgs = {};
|
31
|
+
export declare function getPerpsV2AddLiquidityInstructionDataSerializer(): Serializer<PerpsV2AddLiquidityInstructionDataArgs, PerpsV2AddLiquidityInstructionData>;
|
32
|
+
export declare function perpsV2AddLiquidity(context: Pick<Context, 'programs'>, input: PerpsV2AddLiquidityInstructionAccounts): TransactionBuilder;
|
33
|
+
//# sourceMappingURL=perpsV2AddLiquidity.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"perpsV2AddLiquidity.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/perpsV2AddLiquidity.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,sCAAsC,GAAG;IACnD,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,KAAK,EAAE,SAAS,GAAG,GAAG,CAAC;IACvB,yBAAyB,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3C,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;IACzB,wBAAwB,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1C,0BAA0B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5C,mBAAmB,EAAE,SAAS,GAAG,GAAG,CAAC;IACrC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;CAC1B,CAAC;AAGF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG,EAAE,CAAC;AAExD,wBAAgB,+CAA+C,IAAI,UAAU,CAC3E,sCAAsC,EACtC,kCAAkC,CACnC,CAkBA;AAGD,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,sCAAsC,GAC5C,kBAAkB,CAgHpB"}
|
@@ -0,0 +1,115 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
5
|
+
* to add features, then rerun kinobi to update it.
|
6
|
+
*
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.getPerpsV2AddLiquidityInstructionDataSerializer = getPerpsV2AddLiquidityInstructionDataSerializer;
|
11
|
+
exports.perpsV2AddLiquidity = perpsV2AddLiquidity;
|
12
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
13
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
14
|
+
const shared_1 = require("../shared");
|
15
|
+
function getPerpsV2AddLiquidityInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'PerpsV2AddLiquidityInstructionData' }), (value) => ({
|
17
|
+
...value,
|
18
|
+
discriminator: [18, 66, 88, 194, 197, 52, 116, 212],
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
// Instruction.
|
22
|
+
function perpsV2AddLiquidity(context, input) {
|
23
|
+
// Program ID.
|
24
|
+
const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
|
25
|
+
// Accounts.
|
26
|
+
const resolvedAccounts = {
|
27
|
+
swapProgram: {
|
28
|
+
index: 0,
|
29
|
+
isWritable: false,
|
30
|
+
value: input.swapProgram ?? null,
|
31
|
+
},
|
32
|
+
owner: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: false,
|
35
|
+
value: input.owner ?? null,
|
36
|
+
},
|
37
|
+
fundingOrReceivingAccount: {
|
38
|
+
index: 2,
|
39
|
+
isWritable: true,
|
40
|
+
value: input.fundingOrReceivingAccount ?? null,
|
41
|
+
},
|
42
|
+
lpTokenAccount: {
|
43
|
+
index: 3,
|
44
|
+
isWritable: true,
|
45
|
+
value: input.lpTokenAccount ?? null,
|
46
|
+
},
|
47
|
+
transferAuthority: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: false,
|
50
|
+
value: input.transferAuthority ?? null,
|
51
|
+
},
|
52
|
+
perpetuals: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: false,
|
55
|
+
value: input.perpetuals ?? null,
|
56
|
+
},
|
57
|
+
pool: { index: 6, isWritable: true, value: input.pool ?? null },
|
58
|
+
custody: {
|
59
|
+
index: 7,
|
60
|
+
isWritable: true,
|
61
|
+
value: input.custody ?? null,
|
62
|
+
},
|
63
|
+
custodyDovesPriceAccount: {
|
64
|
+
index: 8,
|
65
|
+
isWritable: false,
|
66
|
+
value: input.custodyDovesPriceAccount ?? null,
|
67
|
+
},
|
68
|
+
custodyPythnetPriceAccount: {
|
69
|
+
index: 9,
|
70
|
+
isWritable: false,
|
71
|
+
value: input.custodyPythnetPriceAccount ?? null,
|
72
|
+
},
|
73
|
+
custodyTokenAccount: {
|
74
|
+
index: 10,
|
75
|
+
isWritable: true,
|
76
|
+
value: input.custodyTokenAccount ?? null,
|
77
|
+
},
|
78
|
+
lpTokenMint: {
|
79
|
+
index: 11,
|
80
|
+
isWritable: true,
|
81
|
+
value: input.lpTokenMint ?? null,
|
82
|
+
},
|
83
|
+
tokenProgram: {
|
84
|
+
index: 12,
|
85
|
+
isWritable: false,
|
86
|
+
value: input.tokenProgram ?? null,
|
87
|
+
},
|
88
|
+
eventAuthority: {
|
89
|
+
index: 13,
|
90
|
+
isWritable: false,
|
91
|
+
value: input.eventAuthority ?? null,
|
92
|
+
},
|
93
|
+
program: {
|
94
|
+
index: 14,
|
95
|
+
isWritable: false,
|
96
|
+
value: input.program ?? null,
|
97
|
+
},
|
98
|
+
};
|
99
|
+
// Default values.
|
100
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
101
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
102
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
103
|
+
}
|
104
|
+
// Accounts in order.
|
105
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
106
|
+
// Keys and Signers.
|
107
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
108
|
+
// Data.
|
109
|
+
const data = getPerpsV2AddLiquidityInstructionDataSerializer().serialize({});
|
110
|
+
// Bytes Created On Chain.
|
111
|
+
const bytesCreatedOnChain = 0;
|
112
|
+
return (0, umi_1.transactionBuilder)([
|
113
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
114
|
+
]);
|
115
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Context, Pda, PublicKey, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type PerpsV2RemoveLiquidityInstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
owner: PublicKey | Pda;
|
13
|
+
fundingOrReceivingAccount: PublicKey | Pda;
|
14
|
+
lpTokenAccount: PublicKey | Pda;
|
15
|
+
transferAuthority: PublicKey | Pda;
|
16
|
+
perpetuals: PublicKey | Pda;
|
17
|
+
pool: PublicKey | Pda;
|
18
|
+
custody: PublicKey | Pda;
|
19
|
+
custodyDovesPriceAccount: PublicKey | Pda;
|
20
|
+
custodyPythnetPriceAccount: PublicKey | Pda;
|
21
|
+
custodyTokenAccount: PublicKey | Pda;
|
22
|
+
lpTokenMint: PublicKey | Pda;
|
23
|
+
tokenProgram?: PublicKey | Pda;
|
24
|
+
eventAuthority: PublicKey | Pda;
|
25
|
+
program: PublicKey | Pda;
|
26
|
+
};
|
27
|
+
export type PerpsV2RemoveLiquidityInstructionData = {
|
28
|
+
discriminator: Array<number>;
|
29
|
+
};
|
30
|
+
export type PerpsV2RemoveLiquidityInstructionDataArgs = {};
|
31
|
+
export declare function getPerpsV2RemoveLiquidityInstructionDataSerializer(): Serializer<PerpsV2RemoveLiquidityInstructionDataArgs, PerpsV2RemoveLiquidityInstructionData>;
|
32
|
+
export declare function perpsV2RemoveLiquidity(context: Pick<Context, 'programs'>, input: PerpsV2RemoveLiquidityInstructionAccounts): TransactionBuilder;
|
33
|
+
//# sourceMappingURL=perpsV2RemoveLiquidity.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"perpsV2RemoveLiquidity.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/perpsV2RemoveLiquidity.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,yCAAyC,GAAG;IACtD,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,KAAK,EAAE,SAAS,GAAG,GAAG,CAAC;IACvB,yBAAyB,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3C,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;IACzB,wBAAwB,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1C,0BAA0B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5C,mBAAmB,EAAE,SAAS,GAAG,GAAG,CAAC;IACrC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;CAC1B,CAAC;AAGF,MAAM,MAAM,qCAAqC,GAAG;IAClD,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,yCAAyC,GAAG,EAAE,CAAC;AAE3D,wBAAgB,kDAAkD,IAAI,UAAU,CAC9E,yCAAyC,EACzC,qCAAqC,CACtC,CAeA;AAGD,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,yCAAyC,GAC/C,kBAAkB,CAkHpB"}
|
@@ -0,0 +1,112 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
5
|
+
* to add features, then rerun kinobi to update it.
|
6
|
+
*
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.getPerpsV2RemoveLiquidityInstructionDataSerializer = getPerpsV2RemoveLiquidityInstructionDataSerializer;
|
11
|
+
exports.perpsV2RemoveLiquidity = perpsV2RemoveLiquidity;
|
12
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
13
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
14
|
+
const shared_1 = require("../shared");
|
15
|
+
function getPerpsV2RemoveLiquidityInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'PerpsV2RemoveLiquidityInstructionData' }), (value) => ({ ...value, discriminator: [16, 103, 98, 99, 106, 36, 5, 105] }));
|
17
|
+
}
|
18
|
+
// Instruction.
|
19
|
+
function perpsV2RemoveLiquidity(context, input) {
|
20
|
+
// Program ID.
|
21
|
+
const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
|
22
|
+
// Accounts.
|
23
|
+
const resolvedAccounts = {
|
24
|
+
swapProgram: {
|
25
|
+
index: 0,
|
26
|
+
isWritable: false,
|
27
|
+
value: input.swapProgram ?? null,
|
28
|
+
},
|
29
|
+
owner: {
|
30
|
+
index: 1,
|
31
|
+
isWritable: false,
|
32
|
+
value: input.owner ?? null,
|
33
|
+
},
|
34
|
+
fundingOrReceivingAccount: {
|
35
|
+
index: 2,
|
36
|
+
isWritable: true,
|
37
|
+
value: input.fundingOrReceivingAccount ?? null,
|
38
|
+
},
|
39
|
+
lpTokenAccount: {
|
40
|
+
index: 3,
|
41
|
+
isWritable: true,
|
42
|
+
value: input.lpTokenAccount ?? null,
|
43
|
+
},
|
44
|
+
transferAuthority: {
|
45
|
+
index: 4,
|
46
|
+
isWritable: false,
|
47
|
+
value: input.transferAuthority ?? null,
|
48
|
+
},
|
49
|
+
perpetuals: {
|
50
|
+
index: 5,
|
51
|
+
isWritable: false,
|
52
|
+
value: input.perpetuals ?? null,
|
53
|
+
},
|
54
|
+
pool: { index: 6, isWritable: true, value: input.pool ?? null },
|
55
|
+
custody: {
|
56
|
+
index: 7,
|
57
|
+
isWritable: true,
|
58
|
+
value: input.custody ?? null,
|
59
|
+
},
|
60
|
+
custodyDovesPriceAccount: {
|
61
|
+
index: 8,
|
62
|
+
isWritable: false,
|
63
|
+
value: input.custodyDovesPriceAccount ?? null,
|
64
|
+
},
|
65
|
+
custodyPythnetPriceAccount: {
|
66
|
+
index: 9,
|
67
|
+
isWritable: false,
|
68
|
+
value: input.custodyPythnetPriceAccount ?? null,
|
69
|
+
},
|
70
|
+
custodyTokenAccount: {
|
71
|
+
index: 10,
|
72
|
+
isWritable: true,
|
73
|
+
value: input.custodyTokenAccount ?? null,
|
74
|
+
},
|
75
|
+
lpTokenMint: {
|
76
|
+
index: 11,
|
77
|
+
isWritable: true,
|
78
|
+
value: input.lpTokenMint ?? null,
|
79
|
+
},
|
80
|
+
tokenProgram: {
|
81
|
+
index: 12,
|
82
|
+
isWritable: false,
|
83
|
+
value: input.tokenProgram ?? null,
|
84
|
+
},
|
85
|
+
eventAuthority: {
|
86
|
+
index: 13,
|
87
|
+
isWritable: false,
|
88
|
+
value: input.eventAuthority ?? null,
|
89
|
+
},
|
90
|
+
program: {
|
91
|
+
index: 14,
|
92
|
+
isWritable: false,
|
93
|
+
value: input.program ?? null,
|
94
|
+
},
|
95
|
+
};
|
96
|
+
// Default values.
|
97
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
98
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
99
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
100
|
+
}
|
101
|
+
// Accounts in order.
|
102
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
103
|
+
// Keys and Signers.
|
104
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
105
|
+
// Data.
|
106
|
+
const data = getPerpsV2RemoveLiquidityInstructionDataSerializer().serialize({});
|
107
|
+
// Bytes Created On Chain.
|
108
|
+
const bytesCreatedOnChain = 0;
|
109
|
+
return (0, umi_1.transactionBuilder)([
|
110
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
111
|
+
]);
|
112
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Context, Pda, PublicKey, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type PerpsV2SwapInstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
owner: PublicKey | Pda;
|
13
|
+
fundingAccount: PublicKey | Pda;
|
14
|
+
receivingAccount: PublicKey | Pda;
|
15
|
+
transferAuthority: PublicKey | Pda;
|
16
|
+
perpetuals: PublicKey | Pda;
|
17
|
+
pool: PublicKey | Pda;
|
18
|
+
receivingCustody: PublicKey | Pda;
|
19
|
+
receivingCustodyDovesPriceAccount: PublicKey | Pda;
|
20
|
+
receivingCustodyPythnetPriceAccount: PublicKey | Pda;
|
21
|
+
receivingCustodyTokenAccount: PublicKey | Pda;
|
22
|
+
dispensingCustody: PublicKey | Pda;
|
23
|
+
dispensingCustodyDovesPriceAccount: PublicKey | Pda;
|
24
|
+
dispensingCustodyPythnetPriceAccount: PublicKey | Pda;
|
25
|
+
dispensingCustodyTokenAccount: PublicKey | Pda;
|
26
|
+
tokenProgram?: PublicKey | Pda;
|
27
|
+
eventAuthority: PublicKey | Pda;
|
28
|
+
program: PublicKey | Pda;
|
29
|
+
};
|
30
|
+
export type PerpsV2SwapInstructionData = {
|
31
|
+
discriminator: Array<number>;
|
32
|
+
};
|
33
|
+
export type PerpsV2SwapInstructionDataArgs = {};
|
34
|
+
export declare function getPerpsV2SwapInstructionDataSerializer(): Serializer<PerpsV2SwapInstructionDataArgs, PerpsV2SwapInstructionData>;
|
35
|
+
export declare function perpsV2Swap(context: Pick<Context, 'programs'>, input: PerpsV2SwapInstructionAccounts): TransactionBuilder;
|
36
|
+
//# sourceMappingURL=perpsV2Swap.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"perpsV2Swap.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/perpsV2Swap.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,KAAK,EAAE,SAAS,GAAG,GAAG,CAAC;IACvB,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,gBAAgB,EAAE,SAAS,GAAG,GAAG,CAAC;IAClC,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,gBAAgB,EAAE,SAAS,GAAG,GAAG,CAAC;IAClC,iCAAiC,EAAE,SAAS,GAAG,GAAG,CAAC;IACnD,mCAAmC,EAAE,SAAS,GAAG,GAAG,CAAC;IACrD,4BAA4B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC9C,iBAAiB,EAAE,SAAS,GAAG,GAAG,CAAC;IACnC,kCAAkC,EAAE,SAAS,GAAG,GAAG,CAAC;IACpD,oCAAoC,EAAE,SAAS,GAAG,GAAG,CAAC;IACtD,6BAA6B,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/C,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;CAC1B,CAAC;AAGF,MAAM,MAAM,0BAA0B,GAAG;IAAE,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE1E,MAAM,MAAM,8BAA8B,GAAG,EAAE,CAAC;AAEhD,wBAAgB,uCAAuC,IAAI,UAAU,CACnE,8BAA8B,EAC9B,0BAA0B,CAC3B,CAeA;AAGD,wBAAgB,WAAW,CACzB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,8BAA8B,GACpC,kBAAkB,CA+HpB"}
|
@@ -0,0 +1,130 @@
|
|
1
|
+
"use strict";
|
2
|
+
/**
|
3
|
+
* This code was AUTOGENERATED using the kinobi library.
|
4
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
5
|
+
* to add features, then rerun kinobi to update it.
|
6
|
+
*
|
7
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
8
|
+
*/
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
10
|
+
exports.getPerpsV2SwapInstructionDataSerializer = getPerpsV2SwapInstructionDataSerializer;
|
11
|
+
exports.perpsV2Swap = perpsV2Swap;
|
12
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
13
|
+
const serializers_1 = require("@metaplex-foundation/umi/serializers");
|
14
|
+
const shared_1 = require("../shared");
|
15
|
+
function getPerpsV2SwapInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'PerpsV2SwapInstructionData' }), (value) => ({
|
17
|
+
...value,
|
18
|
+
discriminator: [127, 245, 19, 158, 82, 250, 33, 18],
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
// Instruction.
|
22
|
+
function perpsV2Swap(context, input) {
|
23
|
+
// Program ID.
|
24
|
+
const programId = context.programs.getPublicKey('jupiter', 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4');
|
25
|
+
// Accounts.
|
26
|
+
const resolvedAccounts = {
|
27
|
+
swapProgram: {
|
28
|
+
index: 0,
|
29
|
+
isWritable: false,
|
30
|
+
value: input.swapProgram ?? null,
|
31
|
+
},
|
32
|
+
owner: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: false,
|
35
|
+
value: input.owner ?? null,
|
36
|
+
},
|
37
|
+
fundingAccount: {
|
38
|
+
index: 2,
|
39
|
+
isWritable: true,
|
40
|
+
value: input.fundingAccount ?? null,
|
41
|
+
},
|
42
|
+
receivingAccount: {
|
43
|
+
index: 3,
|
44
|
+
isWritable: true,
|
45
|
+
value: input.receivingAccount ?? null,
|
46
|
+
},
|
47
|
+
transferAuthority: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: false,
|
50
|
+
value: input.transferAuthority ?? null,
|
51
|
+
},
|
52
|
+
perpetuals: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: false,
|
55
|
+
value: input.perpetuals ?? null,
|
56
|
+
},
|
57
|
+
pool: { index: 6, isWritable: true, value: input.pool ?? null },
|
58
|
+
receivingCustody: {
|
59
|
+
index: 7,
|
60
|
+
isWritable: true,
|
61
|
+
value: input.receivingCustody ?? null,
|
62
|
+
},
|
63
|
+
receivingCustodyDovesPriceAccount: {
|
64
|
+
index: 8,
|
65
|
+
isWritable: false,
|
66
|
+
value: input.receivingCustodyDovesPriceAccount ?? null,
|
67
|
+
},
|
68
|
+
receivingCustodyPythnetPriceAccount: {
|
69
|
+
index: 9,
|
70
|
+
isWritable: false,
|
71
|
+
value: input.receivingCustodyPythnetPriceAccount ?? null,
|
72
|
+
},
|
73
|
+
receivingCustodyTokenAccount: {
|
74
|
+
index: 10,
|
75
|
+
isWritable: true,
|
76
|
+
value: input.receivingCustodyTokenAccount ?? null,
|
77
|
+
},
|
78
|
+
dispensingCustody: {
|
79
|
+
index: 11,
|
80
|
+
isWritable: true,
|
81
|
+
value: input.dispensingCustody ?? null,
|
82
|
+
},
|
83
|
+
dispensingCustodyDovesPriceAccount: {
|
84
|
+
index: 12,
|
85
|
+
isWritable: false,
|
86
|
+
value: input.dispensingCustodyDovesPriceAccount ?? null,
|
87
|
+
},
|
88
|
+
dispensingCustodyPythnetPriceAccount: {
|
89
|
+
index: 13,
|
90
|
+
isWritable: false,
|
91
|
+
value: input.dispensingCustodyPythnetPriceAccount ?? null,
|
92
|
+
},
|
93
|
+
dispensingCustodyTokenAccount: {
|
94
|
+
index: 14,
|
95
|
+
isWritable: true,
|
96
|
+
value: input.dispensingCustodyTokenAccount ?? null,
|
97
|
+
},
|
98
|
+
tokenProgram: {
|
99
|
+
index: 15,
|
100
|
+
isWritable: false,
|
101
|
+
value: input.tokenProgram ?? null,
|
102
|
+
},
|
103
|
+
eventAuthority: {
|
104
|
+
index: 16,
|
105
|
+
isWritable: false,
|
106
|
+
value: input.eventAuthority ?? null,
|
107
|
+
},
|
108
|
+
program: {
|
109
|
+
index: 17,
|
110
|
+
isWritable: false,
|
111
|
+
value: input.program ?? null,
|
112
|
+
},
|
113
|
+
};
|
114
|
+
// Default values.
|
115
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
116
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
117
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
118
|
+
}
|
119
|
+
// Accounts in order.
|
120
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
121
|
+
// Keys and Signers.
|
122
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
123
|
+
// Data.
|
124
|
+
const data = getPerpsV2SwapInstructionDataSerializer().serialize({});
|
125
|
+
// Bytes Created On Chain.
|
126
|
+
const bytesCreatedOnChain = 0;
|
127
|
+
return (0, umi_1.transactionBuilder)([
|
128
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
129
|
+
]);
|
130
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/**
|
2
|
+
* This code was AUTOGENERATED using the kinobi library.
|
3
|
+
* Please DO NOT EDIT THIS FILE, instead use visitors
|
4
|
+
* to add features, then rerun kinobi to update it.
|
5
|
+
*
|
6
|
+
* @see https://github.com/metaplex-foundation/kinobi
|
7
|
+
*/
|
8
|
+
import { Context, Pda, PublicKey, TransactionBuilder } from '@metaplex-foundation/umi';
|
9
|
+
import { Serializer } from '@metaplex-foundation/umi/serializers';
|
10
|
+
export type PhoenixSwapInstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
logAuthority: PublicKey | Pda;
|
13
|
+
market: PublicKey | Pda;
|
14
|
+
trader: PublicKey | Pda;
|
15
|
+
baseAccount: PublicKey | Pda;
|
16
|
+
quoteAccount: PublicKey | Pda;
|
17
|
+
baseVault: PublicKey | Pda;
|
18
|
+
quoteVault: PublicKey | Pda;
|
19
|
+
tokenProgram?: PublicKey | Pda;
|
20
|
+
};
|
21
|
+
export type PhoenixSwapInstructionData = {
|
22
|
+
discriminator: Array<number>;
|
23
|
+
};
|
24
|
+
export type PhoenixSwapInstructionDataArgs = {};
|
25
|
+
export declare function getPhoenixSwapInstructionDataSerializer(): Serializer<PhoenixSwapInstructionDataArgs, PhoenixSwapInstructionData>;
|
26
|
+
export declare function phoenixSwap(context: Pick<Context, 'programs'>, input: PhoenixSwapInstructionAccounts): TransactionBuilder;
|
27
|
+
//# sourceMappingURL=phoenixSwap.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"phoenixSwap.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/phoenixSwap.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,OAAO,EACP,GAAG,EACH,SAAS,EACT,kBAAkB,EAEnB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,UAAU,EAKX,MAAM,sCAAsC,CAAC;AAQ9C,MAAM,MAAM,8BAA8B,GAAG;IAC3C,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,YAAY,EAAE,SAAS,GAAG,GAAG,CAAC;IAC9B,MAAM,EAAE,SAAS,GAAG,GAAG,CAAC;IACxB,MAAM,EAAE,SAAS,GAAG,GAAG,CAAC;IACxB,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,YAAY,EAAE,SAAS,GAAG,GAAG,CAAC;IAC9B,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;CAChC,CAAC;AAGF,MAAM,MAAM,0BAA0B,GAAG;IAAE,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE1E,MAAM,MAAM,8BAA8B,GAAG,EAAE,CAAC;AAEhD,wBAAgB,uCAAuC,IAAI,UAAU,CACnE,8BAA8B,EAC9B,0BAA0B,CAC3B,CAeA;AAGD,wBAAgB,WAAW,CACzB,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,8BAA8B,GACpC,kBAAkB,CAsFpB"}
|