@haven-fi/solauto-sdk 1.0.176 → 1.0.177
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,282 @@
|
|
|
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
|
+
|
|
9
|
+
import { Program, ProgramError } from '@metaplex-foundation/umi';
|
|
10
|
+
|
|
11
|
+
type ProgramErrorConstructor = new (
|
|
12
|
+
program: Program,
|
|
13
|
+
cause?: Error
|
|
14
|
+
) => ProgramError;
|
|
15
|
+
const codeToErrorMap: Map<number, ProgramErrorConstructor> = new Map();
|
|
16
|
+
const nameToErrorMap: Map<string, ProgramErrorConstructor> = new Map();
|
|
17
|
+
|
|
18
|
+
/** EmptyRoute: Empty route */
|
|
19
|
+
export class EmptyRouteError extends ProgramError {
|
|
20
|
+
override readonly name: string = 'EmptyRoute';
|
|
21
|
+
|
|
22
|
+
readonly code: number = 0x1770; // 6000
|
|
23
|
+
|
|
24
|
+
constructor(program: Program, cause?: Error) {
|
|
25
|
+
super('Empty route', program, cause);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
codeToErrorMap.set(0x1770, EmptyRouteError);
|
|
29
|
+
nameToErrorMap.set('EmptyRoute', EmptyRouteError);
|
|
30
|
+
|
|
31
|
+
/** SlippageToleranceExceeded: Slippage tolerance exceeded */
|
|
32
|
+
export class SlippageToleranceExceededError extends ProgramError {
|
|
33
|
+
override readonly name: string = 'SlippageToleranceExceeded';
|
|
34
|
+
|
|
35
|
+
readonly code: number = 0x1771; // 6001
|
|
36
|
+
|
|
37
|
+
constructor(program: Program, cause?: Error) {
|
|
38
|
+
super('Slippage tolerance exceeded', program, cause);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
codeToErrorMap.set(0x1771, SlippageToleranceExceededError);
|
|
42
|
+
nameToErrorMap.set('SlippageToleranceExceeded', SlippageToleranceExceededError);
|
|
43
|
+
|
|
44
|
+
/** InvalidCalculation: Invalid calculation */
|
|
45
|
+
export class InvalidCalculationError extends ProgramError {
|
|
46
|
+
override readonly name: string = 'InvalidCalculation';
|
|
47
|
+
|
|
48
|
+
readonly code: number = 0x1772; // 6002
|
|
49
|
+
|
|
50
|
+
constructor(program: Program, cause?: Error) {
|
|
51
|
+
super('Invalid calculation', program, cause);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
codeToErrorMap.set(0x1772, InvalidCalculationError);
|
|
55
|
+
nameToErrorMap.set('InvalidCalculation', InvalidCalculationError);
|
|
56
|
+
|
|
57
|
+
/** MissingPlatformFeeAccount: Missing platform fee account */
|
|
58
|
+
export class MissingPlatformFeeAccountError extends ProgramError {
|
|
59
|
+
override readonly name: string = 'MissingPlatformFeeAccount';
|
|
60
|
+
|
|
61
|
+
readonly code: number = 0x1773; // 6003
|
|
62
|
+
|
|
63
|
+
constructor(program: Program, cause?: Error) {
|
|
64
|
+
super('Missing platform fee account', program, cause);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
codeToErrorMap.set(0x1773, MissingPlatformFeeAccountError);
|
|
68
|
+
nameToErrorMap.set('MissingPlatformFeeAccount', MissingPlatformFeeAccountError);
|
|
69
|
+
|
|
70
|
+
/** InvalidSlippage: Invalid slippage */
|
|
71
|
+
export class InvalidSlippageError extends ProgramError {
|
|
72
|
+
override readonly name: string = 'InvalidSlippage';
|
|
73
|
+
|
|
74
|
+
readonly code: number = 0x1774; // 6004
|
|
75
|
+
|
|
76
|
+
constructor(program: Program, cause?: Error) {
|
|
77
|
+
super('Invalid slippage', program, cause);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
codeToErrorMap.set(0x1774, InvalidSlippageError);
|
|
81
|
+
nameToErrorMap.set('InvalidSlippage', InvalidSlippageError);
|
|
82
|
+
|
|
83
|
+
/** NotEnoughPercent: Not enough percent to 100 */
|
|
84
|
+
export class NotEnoughPercentError extends ProgramError {
|
|
85
|
+
override readonly name: string = 'NotEnoughPercent';
|
|
86
|
+
|
|
87
|
+
readonly code: number = 0x1775; // 6005
|
|
88
|
+
|
|
89
|
+
constructor(program: Program, cause?: Error) {
|
|
90
|
+
super('Not enough percent to 100', program, cause);
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
codeToErrorMap.set(0x1775, NotEnoughPercentError);
|
|
94
|
+
nameToErrorMap.set('NotEnoughPercent', NotEnoughPercentError);
|
|
95
|
+
|
|
96
|
+
/** InvalidInputIndex: Token input index is invalid */
|
|
97
|
+
export class InvalidInputIndexError extends ProgramError {
|
|
98
|
+
override readonly name: string = 'InvalidInputIndex';
|
|
99
|
+
|
|
100
|
+
readonly code: number = 0x1776; // 6006
|
|
101
|
+
|
|
102
|
+
constructor(program: Program, cause?: Error) {
|
|
103
|
+
super('Token input index is invalid', program, cause);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
codeToErrorMap.set(0x1776, InvalidInputIndexError);
|
|
107
|
+
nameToErrorMap.set('InvalidInputIndex', InvalidInputIndexError);
|
|
108
|
+
|
|
109
|
+
/** InvalidOutputIndex: Token output index is invalid */
|
|
110
|
+
export class InvalidOutputIndexError extends ProgramError {
|
|
111
|
+
override readonly name: string = 'InvalidOutputIndex';
|
|
112
|
+
|
|
113
|
+
readonly code: number = 0x1777; // 6007
|
|
114
|
+
|
|
115
|
+
constructor(program: Program, cause?: Error) {
|
|
116
|
+
super('Token output index is invalid', program, cause);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
codeToErrorMap.set(0x1777, InvalidOutputIndexError);
|
|
120
|
+
nameToErrorMap.set('InvalidOutputIndex', InvalidOutputIndexError);
|
|
121
|
+
|
|
122
|
+
/** NotEnoughAccountKeys: Not Enough Account keys */
|
|
123
|
+
export class NotEnoughAccountKeysError extends ProgramError {
|
|
124
|
+
override readonly name: string = 'NotEnoughAccountKeys';
|
|
125
|
+
|
|
126
|
+
readonly code: number = 0x1778; // 6008
|
|
127
|
+
|
|
128
|
+
constructor(program: Program, cause?: Error) {
|
|
129
|
+
super('Not Enough Account keys', program, cause);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
codeToErrorMap.set(0x1778, NotEnoughAccountKeysError);
|
|
133
|
+
nameToErrorMap.set('NotEnoughAccountKeys', NotEnoughAccountKeysError);
|
|
134
|
+
|
|
135
|
+
/** NonZeroMinimumOutAmountNotSupported: Non zero minimum out amount not supported */
|
|
136
|
+
export class NonZeroMinimumOutAmountNotSupportedError extends ProgramError {
|
|
137
|
+
override readonly name: string = 'NonZeroMinimumOutAmountNotSupported';
|
|
138
|
+
|
|
139
|
+
readonly code: number = 0x1779; // 6009
|
|
140
|
+
|
|
141
|
+
constructor(program: Program, cause?: Error) {
|
|
142
|
+
super('Non zero minimum out amount not supported', program, cause);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
codeToErrorMap.set(0x1779, NonZeroMinimumOutAmountNotSupportedError);
|
|
146
|
+
nameToErrorMap.set(
|
|
147
|
+
'NonZeroMinimumOutAmountNotSupported',
|
|
148
|
+
NonZeroMinimumOutAmountNotSupportedError
|
|
149
|
+
);
|
|
150
|
+
|
|
151
|
+
/** InvalidRoutePlan: Invalid route plan */
|
|
152
|
+
export class InvalidRoutePlanError extends ProgramError {
|
|
153
|
+
override readonly name: string = 'InvalidRoutePlan';
|
|
154
|
+
|
|
155
|
+
readonly code: number = 0x177a; // 6010
|
|
156
|
+
|
|
157
|
+
constructor(program: Program, cause?: Error) {
|
|
158
|
+
super('Invalid route plan', program, cause);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
codeToErrorMap.set(0x177a, InvalidRoutePlanError);
|
|
162
|
+
nameToErrorMap.set('InvalidRoutePlan', InvalidRoutePlanError);
|
|
163
|
+
|
|
164
|
+
/** InvalidReferralAuthority: Invalid referral authority */
|
|
165
|
+
export class InvalidReferralAuthorityError extends ProgramError {
|
|
166
|
+
override readonly name: string = 'InvalidReferralAuthority';
|
|
167
|
+
|
|
168
|
+
readonly code: number = 0x177b; // 6011
|
|
169
|
+
|
|
170
|
+
constructor(program: Program, cause?: Error) {
|
|
171
|
+
super('Invalid referral authority', program, cause);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
codeToErrorMap.set(0x177b, InvalidReferralAuthorityError);
|
|
175
|
+
nameToErrorMap.set('InvalidReferralAuthority', InvalidReferralAuthorityError);
|
|
176
|
+
|
|
177
|
+
/** LedgerTokenAccountDoesNotMatch: Token account doesn't match the ledger */
|
|
178
|
+
export class LedgerTokenAccountDoesNotMatchError extends ProgramError {
|
|
179
|
+
override readonly name: string = 'LedgerTokenAccountDoesNotMatch';
|
|
180
|
+
|
|
181
|
+
readonly code: number = 0x177c; // 6012
|
|
182
|
+
|
|
183
|
+
constructor(program: Program, cause?: Error) {
|
|
184
|
+
super("Token account doesn't match the ledger", program, cause);
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
codeToErrorMap.set(0x177c, LedgerTokenAccountDoesNotMatchError);
|
|
188
|
+
nameToErrorMap.set(
|
|
189
|
+
'LedgerTokenAccountDoesNotMatch',
|
|
190
|
+
LedgerTokenAccountDoesNotMatchError
|
|
191
|
+
);
|
|
192
|
+
|
|
193
|
+
/** InvalidTokenLedger: Invalid token ledger */
|
|
194
|
+
export class InvalidTokenLedgerError extends ProgramError {
|
|
195
|
+
override readonly name: string = 'InvalidTokenLedger';
|
|
196
|
+
|
|
197
|
+
readonly code: number = 0x177d; // 6013
|
|
198
|
+
|
|
199
|
+
constructor(program: Program, cause?: Error) {
|
|
200
|
+
super('Invalid token ledger', program, cause);
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
codeToErrorMap.set(0x177d, InvalidTokenLedgerError);
|
|
204
|
+
nameToErrorMap.set('InvalidTokenLedger', InvalidTokenLedgerError);
|
|
205
|
+
|
|
206
|
+
/** IncorrectTokenProgramID: Token program ID is invalid */
|
|
207
|
+
export class IncorrectTokenProgramIDError extends ProgramError {
|
|
208
|
+
override readonly name: string = 'IncorrectTokenProgramID';
|
|
209
|
+
|
|
210
|
+
readonly code: number = 0x177e; // 6014
|
|
211
|
+
|
|
212
|
+
constructor(program: Program, cause?: Error) {
|
|
213
|
+
super('Token program ID is invalid', program, cause);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
codeToErrorMap.set(0x177e, IncorrectTokenProgramIDError);
|
|
217
|
+
nameToErrorMap.set('IncorrectTokenProgramID', IncorrectTokenProgramIDError);
|
|
218
|
+
|
|
219
|
+
/** TokenProgramNotProvided: Token program not provided */
|
|
220
|
+
export class TokenProgramNotProvidedError extends ProgramError {
|
|
221
|
+
override readonly name: string = 'TokenProgramNotProvided';
|
|
222
|
+
|
|
223
|
+
readonly code: number = 0x177f; // 6015
|
|
224
|
+
|
|
225
|
+
constructor(program: Program, cause?: Error) {
|
|
226
|
+
super('Token program not provided', program, cause);
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
codeToErrorMap.set(0x177f, TokenProgramNotProvidedError);
|
|
230
|
+
nameToErrorMap.set('TokenProgramNotProvided', TokenProgramNotProvidedError);
|
|
231
|
+
|
|
232
|
+
/** SwapNotSupported: Swap not supported */
|
|
233
|
+
export class SwapNotSupportedError extends ProgramError {
|
|
234
|
+
override readonly name: string = 'SwapNotSupported';
|
|
235
|
+
|
|
236
|
+
readonly code: number = 0x1780; // 6016
|
|
237
|
+
|
|
238
|
+
constructor(program: Program, cause?: Error) {
|
|
239
|
+
super('Swap not supported', program, cause);
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
codeToErrorMap.set(0x1780, SwapNotSupportedError);
|
|
243
|
+
nameToErrorMap.set('SwapNotSupported', SwapNotSupportedError);
|
|
244
|
+
|
|
245
|
+
/** ExactOutAmountNotMatched: Exact out amount doesn't match */
|
|
246
|
+
export class ExactOutAmountNotMatchedError extends ProgramError {
|
|
247
|
+
override readonly name: string = 'ExactOutAmountNotMatched';
|
|
248
|
+
|
|
249
|
+
readonly code: number = 0x1781; // 6017
|
|
250
|
+
|
|
251
|
+
constructor(program: Program, cause?: Error) {
|
|
252
|
+
super("Exact out amount doesn't match", program, cause);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
codeToErrorMap.set(0x1781, ExactOutAmountNotMatchedError);
|
|
256
|
+
nameToErrorMap.set('ExactOutAmountNotMatched', ExactOutAmountNotMatchedError);
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Attempts to resolve a custom program error from the provided error code.
|
|
260
|
+
* @category Errors
|
|
261
|
+
*/
|
|
262
|
+
export function getJupiterErrorFromCode(
|
|
263
|
+
code: number,
|
|
264
|
+
program: Program,
|
|
265
|
+
cause?: Error
|
|
266
|
+
): ProgramError | null {
|
|
267
|
+
const constructor = codeToErrorMap.get(code);
|
|
268
|
+
return constructor ? new constructor(program, cause) : null;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Attempts to resolve a custom program error from the provided error name, i.e. 'Unauthorized'.
|
|
273
|
+
* @category Errors
|
|
274
|
+
*/
|
|
275
|
+
export function getJupiterErrorFromName(
|
|
276
|
+
name: string,
|
|
277
|
+
program: Program,
|
|
278
|
+
cause?: Error
|
|
279
|
+
): ProgramError | null {
|
|
280
|
+
const constructor = nameToErrorMap.get(name);
|
|
281
|
+
return constructor ? new constructor(program, cause) : null;
|
|
282
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
|
|
9
|
+
export * from './accounts';
|
|
10
|
+
export * from './errors';
|
|
11
|
+
export * from './instructions';
|
|
12
|
+
export * from './programs';
|
|
13
|
+
export * from './shared';
|
|
14
|
+
export * from './types';
|
|
@@ -0,0 +1,165 @@
|
|
|
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
|
+
|
|
9
|
+
import {
|
|
10
|
+
Context,
|
|
11
|
+
Pda,
|
|
12
|
+
PublicKey,
|
|
13
|
+
TransactionBuilder,
|
|
14
|
+
transactionBuilder,
|
|
15
|
+
} from '@metaplex-foundation/umi';
|
|
16
|
+
import {
|
|
17
|
+
Serializer,
|
|
18
|
+
array,
|
|
19
|
+
mapSerializer,
|
|
20
|
+
struct,
|
|
21
|
+
u8,
|
|
22
|
+
} from '@metaplex-foundation/umi/serializers';
|
|
23
|
+
import {
|
|
24
|
+
ResolvedAccount,
|
|
25
|
+
ResolvedAccountsWithIndices,
|
|
26
|
+
getAccountMetasAndSigners,
|
|
27
|
+
} from '../shared';
|
|
28
|
+
|
|
29
|
+
// Accounts.
|
|
30
|
+
export type AldrinSwapInstructionAccounts = {
|
|
31
|
+
swapProgram: PublicKey | Pda;
|
|
32
|
+
pool: PublicKey | Pda;
|
|
33
|
+
poolSigner: PublicKey | Pda;
|
|
34
|
+
poolMint: PublicKey | Pda;
|
|
35
|
+
baseTokenVault: PublicKey | Pda;
|
|
36
|
+
quoteTokenVault: PublicKey | Pda;
|
|
37
|
+
feePoolTokenAccount: PublicKey | Pda;
|
|
38
|
+
walletAuthority: PublicKey | Pda;
|
|
39
|
+
userBaseTokenAccount: PublicKey | Pda;
|
|
40
|
+
userQuoteTokenAccount: PublicKey | Pda;
|
|
41
|
+
tokenProgram?: PublicKey | Pda;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
// Data.
|
|
45
|
+
export type AldrinSwapInstructionData = { discriminator: Array<number> };
|
|
46
|
+
|
|
47
|
+
export type AldrinSwapInstructionDataArgs = {};
|
|
48
|
+
|
|
49
|
+
export function getAldrinSwapInstructionDataSerializer(): Serializer<
|
|
50
|
+
AldrinSwapInstructionDataArgs,
|
|
51
|
+
AldrinSwapInstructionData
|
|
52
|
+
> {
|
|
53
|
+
return mapSerializer<
|
|
54
|
+
AldrinSwapInstructionDataArgs,
|
|
55
|
+
any,
|
|
56
|
+
AldrinSwapInstructionData
|
|
57
|
+
>(
|
|
58
|
+
struct<AldrinSwapInstructionData>(
|
|
59
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
|
60
|
+
{ description: 'AldrinSwapInstructionData' }
|
|
61
|
+
),
|
|
62
|
+
(value) => ({
|
|
63
|
+
...value,
|
|
64
|
+
discriminator: [251, 232, 119, 166, 225, 185, 169, 161],
|
|
65
|
+
})
|
|
66
|
+
) as Serializer<AldrinSwapInstructionDataArgs, AldrinSwapInstructionData>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Instruction.
|
|
70
|
+
export function aldrinSwap(
|
|
71
|
+
context: Pick<Context, 'programs'>,
|
|
72
|
+
input: AldrinSwapInstructionAccounts
|
|
73
|
+
): TransactionBuilder {
|
|
74
|
+
// Program ID.
|
|
75
|
+
const programId = context.programs.getPublicKey(
|
|
76
|
+
'jupiter',
|
|
77
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
|
78
|
+
);
|
|
79
|
+
|
|
80
|
+
// Accounts.
|
|
81
|
+
const resolvedAccounts = {
|
|
82
|
+
swapProgram: {
|
|
83
|
+
index: 0,
|
|
84
|
+
isWritable: false as boolean,
|
|
85
|
+
value: input.swapProgram ?? null,
|
|
86
|
+
},
|
|
87
|
+
pool: { index: 1, isWritable: false as boolean, value: input.pool ?? null },
|
|
88
|
+
poolSigner: {
|
|
89
|
+
index: 2,
|
|
90
|
+
isWritable: false as boolean,
|
|
91
|
+
value: input.poolSigner ?? null,
|
|
92
|
+
},
|
|
93
|
+
poolMint: {
|
|
94
|
+
index: 3,
|
|
95
|
+
isWritable: true as boolean,
|
|
96
|
+
value: input.poolMint ?? null,
|
|
97
|
+
},
|
|
98
|
+
baseTokenVault: {
|
|
99
|
+
index: 4,
|
|
100
|
+
isWritable: true as boolean,
|
|
101
|
+
value: input.baseTokenVault ?? null,
|
|
102
|
+
},
|
|
103
|
+
quoteTokenVault: {
|
|
104
|
+
index: 5,
|
|
105
|
+
isWritable: true as boolean,
|
|
106
|
+
value: input.quoteTokenVault ?? null,
|
|
107
|
+
},
|
|
108
|
+
feePoolTokenAccount: {
|
|
109
|
+
index: 6,
|
|
110
|
+
isWritable: true as boolean,
|
|
111
|
+
value: input.feePoolTokenAccount ?? null,
|
|
112
|
+
},
|
|
113
|
+
walletAuthority: {
|
|
114
|
+
index: 7,
|
|
115
|
+
isWritable: false as boolean,
|
|
116
|
+
value: input.walletAuthority ?? null,
|
|
117
|
+
},
|
|
118
|
+
userBaseTokenAccount: {
|
|
119
|
+
index: 8,
|
|
120
|
+
isWritable: true as boolean,
|
|
121
|
+
value: input.userBaseTokenAccount ?? null,
|
|
122
|
+
},
|
|
123
|
+
userQuoteTokenAccount: {
|
|
124
|
+
index: 9,
|
|
125
|
+
isWritable: true as boolean,
|
|
126
|
+
value: input.userQuoteTokenAccount ?? null,
|
|
127
|
+
},
|
|
128
|
+
tokenProgram: {
|
|
129
|
+
index: 10,
|
|
130
|
+
isWritable: false as boolean,
|
|
131
|
+
value: input.tokenProgram ?? null,
|
|
132
|
+
},
|
|
133
|
+
} satisfies ResolvedAccountsWithIndices;
|
|
134
|
+
|
|
135
|
+
// Default values.
|
|
136
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
|
137
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
|
138
|
+
'splToken',
|
|
139
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
|
140
|
+
);
|
|
141
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
// Accounts in order.
|
|
145
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
|
146
|
+
resolvedAccounts
|
|
147
|
+
).sort((a, b) => a.index - b.index);
|
|
148
|
+
|
|
149
|
+
// Keys and Signers.
|
|
150
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
|
151
|
+
orderedAccounts,
|
|
152
|
+
'programId',
|
|
153
|
+
programId
|
|
154
|
+
);
|
|
155
|
+
|
|
156
|
+
// Data.
|
|
157
|
+
const data = getAldrinSwapInstructionDataSerializer().serialize({});
|
|
158
|
+
|
|
159
|
+
// Bytes Created On Chain.
|
|
160
|
+
const bytesCreatedOnChain = 0;
|
|
161
|
+
|
|
162
|
+
return transactionBuilder([
|
|
163
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
|
164
|
+
]);
|
|
165
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
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
|
+
|
|
9
|
+
import {
|
|
10
|
+
Context,
|
|
11
|
+
Pda,
|
|
12
|
+
PublicKey,
|
|
13
|
+
TransactionBuilder,
|
|
14
|
+
transactionBuilder,
|
|
15
|
+
} from '@metaplex-foundation/umi';
|
|
16
|
+
import {
|
|
17
|
+
Serializer,
|
|
18
|
+
array,
|
|
19
|
+
mapSerializer,
|
|
20
|
+
struct,
|
|
21
|
+
u8,
|
|
22
|
+
} from '@metaplex-foundation/umi/serializers';
|
|
23
|
+
import {
|
|
24
|
+
ResolvedAccount,
|
|
25
|
+
ResolvedAccountsWithIndices,
|
|
26
|
+
getAccountMetasAndSigners,
|
|
27
|
+
} from '../shared';
|
|
28
|
+
|
|
29
|
+
// Accounts.
|
|
30
|
+
export type AldrinV2SwapInstructionAccounts = {
|
|
31
|
+
swapProgram: PublicKey | Pda;
|
|
32
|
+
pool: PublicKey | Pda;
|
|
33
|
+
poolSigner: PublicKey | Pda;
|
|
34
|
+
poolMint: PublicKey | Pda;
|
|
35
|
+
baseTokenVault: PublicKey | Pda;
|
|
36
|
+
quoteTokenVault: PublicKey | Pda;
|
|
37
|
+
feePoolTokenAccount: PublicKey | Pda;
|
|
38
|
+
walletAuthority: PublicKey | Pda;
|
|
39
|
+
userBaseTokenAccount: PublicKey | Pda;
|
|
40
|
+
userQuoteTokenAccount: PublicKey | Pda;
|
|
41
|
+
curve: PublicKey | Pda;
|
|
42
|
+
tokenProgram?: PublicKey | Pda;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// Data.
|
|
46
|
+
export type AldrinV2SwapInstructionData = { discriminator: Array<number> };
|
|
47
|
+
|
|
48
|
+
export type AldrinV2SwapInstructionDataArgs = {};
|
|
49
|
+
|
|
50
|
+
export function getAldrinV2SwapInstructionDataSerializer(): Serializer<
|
|
51
|
+
AldrinV2SwapInstructionDataArgs,
|
|
52
|
+
AldrinV2SwapInstructionData
|
|
53
|
+
> {
|
|
54
|
+
return mapSerializer<
|
|
55
|
+
AldrinV2SwapInstructionDataArgs,
|
|
56
|
+
any,
|
|
57
|
+
AldrinV2SwapInstructionData
|
|
58
|
+
>(
|
|
59
|
+
struct<AldrinV2SwapInstructionData>(
|
|
60
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
|
61
|
+
{ description: 'AldrinV2SwapInstructionData' }
|
|
62
|
+
),
|
|
63
|
+
(value) => ({
|
|
64
|
+
...value,
|
|
65
|
+
discriminator: [190, 166, 89, 139, 33, 152, 16, 10],
|
|
66
|
+
})
|
|
67
|
+
) as Serializer<AldrinV2SwapInstructionDataArgs, AldrinV2SwapInstructionData>;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// Instruction.
|
|
71
|
+
export function aldrinV2Swap(
|
|
72
|
+
context: Pick<Context, 'programs'>,
|
|
73
|
+
input: AldrinV2SwapInstructionAccounts
|
|
74
|
+
): TransactionBuilder {
|
|
75
|
+
// Program ID.
|
|
76
|
+
const programId = context.programs.getPublicKey(
|
|
77
|
+
'jupiter',
|
|
78
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
|
79
|
+
);
|
|
80
|
+
|
|
81
|
+
// Accounts.
|
|
82
|
+
const resolvedAccounts = {
|
|
83
|
+
swapProgram: {
|
|
84
|
+
index: 0,
|
|
85
|
+
isWritable: false as boolean,
|
|
86
|
+
value: input.swapProgram ?? null,
|
|
87
|
+
},
|
|
88
|
+
pool: { index: 1, isWritable: false as boolean, value: input.pool ?? null },
|
|
89
|
+
poolSigner: {
|
|
90
|
+
index: 2,
|
|
91
|
+
isWritable: false as boolean,
|
|
92
|
+
value: input.poolSigner ?? null,
|
|
93
|
+
},
|
|
94
|
+
poolMint: {
|
|
95
|
+
index: 3,
|
|
96
|
+
isWritable: true as boolean,
|
|
97
|
+
value: input.poolMint ?? null,
|
|
98
|
+
},
|
|
99
|
+
baseTokenVault: {
|
|
100
|
+
index: 4,
|
|
101
|
+
isWritable: true as boolean,
|
|
102
|
+
value: input.baseTokenVault ?? null,
|
|
103
|
+
},
|
|
104
|
+
quoteTokenVault: {
|
|
105
|
+
index: 5,
|
|
106
|
+
isWritable: true as boolean,
|
|
107
|
+
value: input.quoteTokenVault ?? null,
|
|
108
|
+
},
|
|
109
|
+
feePoolTokenAccount: {
|
|
110
|
+
index: 6,
|
|
111
|
+
isWritable: true as boolean,
|
|
112
|
+
value: input.feePoolTokenAccount ?? null,
|
|
113
|
+
},
|
|
114
|
+
walletAuthority: {
|
|
115
|
+
index: 7,
|
|
116
|
+
isWritable: false as boolean,
|
|
117
|
+
value: input.walletAuthority ?? null,
|
|
118
|
+
},
|
|
119
|
+
userBaseTokenAccount: {
|
|
120
|
+
index: 8,
|
|
121
|
+
isWritable: true as boolean,
|
|
122
|
+
value: input.userBaseTokenAccount ?? null,
|
|
123
|
+
},
|
|
124
|
+
userQuoteTokenAccount: {
|
|
125
|
+
index: 9,
|
|
126
|
+
isWritable: true as boolean,
|
|
127
|
+
value: input.userQuoteTokenAccount ?? null,
|
|
128
|
+
},
|
|
129
|
+
curve: {
|
|
130
|
+
index: 10,
|
|
131
|
+
isWritable: false as boolean,
|
|
132
|
+
value: input.curve ?? null,
|
|
133
|
+
},
|
|
134
|
+
tokenProgram: {
|
|
135
|
+
index: 11,
|
|
136
|
+
isWritable: false as boolean,
|
|
137
|
+
value: input.tokenProgram ?? null,
|
|
138
|
+
},
|
|
139
|
+
} satisfies ResolvedAccountsWithIndices;
|
|
140
|
+
|
|
141
|
+
// Default values.
|
|
142
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
|
143
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
|
144
|
+
'splToken',
|
|
145
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
|
146
|
+
);
|
|
147
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// Accounts in order.
|
|
151
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
|
152
|
+
resolvedAccounts
|
|
153
|
+
).sort((a, b) => a.index - b.index);
|
|
154
|
+
|
|
155
|
+
// Keys and Signers.
|
|
156
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
|
157
|
+
orderedAccounts,
|
|
158
|
+
'programId',
|
|
159
|
+
programId
|
|
160
|
+
);
|
|
161
|
+
|
|
162
|
+
// Data.
|
|
163
|
+
const data = getAldrinV2SwapInstructionDataSerializer().serialize({});
|
|
164
|
+
|
|
165
|
+
// Bytes Created On Chain.
|
|
166
|
+
const bytesCreatedOnChain = 0;
|
|
167
|
+
|
|
168
|
+
return transactionBuilder([
|
|
169
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
|
170
|
+
]);
|
|
171
|
+
}
|