@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,186 @@
|
|
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 MoonshotWrappedSellInstructionAccounts = {
|
31
|
+
swapProgram: PublicKey | Pda;
|
32
|
+
sender: PublicKey | Pda;
|
33
|
+
senderTokenAccount: PublicKey | Pda;
|
34
|
+
curveAccount: PublicKey | Pda;
|
35
|
+
curveTokenAccount: PublicKey | Pda;
|
36
|
+
dexFee: PublicKey | Pda;
|
37
|
+
helioFee: PublicKey | Pda;
|
38
|
+
mint: PublicKey | Pda;
|
39
|
+
configAccount: PublicKey | Pda;
|
40
|
+
tokenProgram?: PublicKey | Pda;
|
41
|
+
associatedTokenProgram: PublicKey | Pda;
|
42
|
+
systemProgram?: PublicKey | Pda;
|
43
|
+
userWsolTokenAccount: PublicKey | Pda;
|
44
|
+
};
|
45
|
+
|
46
|
+
// Data.
|
47
|
+
export type MoonshotWrappedSellInstructionData = {
|
48
|
+
discriminator: Array<number>;
|
49
|
+
};
|
50
|
+
|
51
|
+
export type MoonshotWrappedSellInstructionDataArgs = {};
|
52
|
+
|
53
|
+
export function getMoonshotWrappedSellInstructionDataSerializer(): Serializer<
|
54
|
+
MoonshotWrappedSellInstructionDataArgs,
|
55
|
+
MoonshotWrappedSellInstructionData
|
56
|
+
> {
|
57
|
+
return mapSerializer<
|
58
|
+
MoonshotWrappedSellInstructionDataArgs,
|
59
|
+
any,
|
60
|
+
MoonshotWrappedSellInstructionData
|
61
|
+
>(
|
62
|
+
struct<MoonshotWrappedSellInstructionData>(
|
63
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
64
|
+
{ description: 'MoonshotWrappedSellInstructionData' }
|
65
|
+
),
|
66
|
+
(value) => ({ ...value, discriminator: [248, 2, 240, 253, 17, 184, 57, 8] })
|
67
|
+
) as Serializer<
|
68
|
+
MoonshotWrappedSellInstructionDataArgs,
|
69
|
+
MoonshotWrappedSellInstructionData
|
70
|
+
>;
|
71
|
+
}
|
72
|
+
|
73
|
+
// Instruction.
|
74
|
+
export function moonshotWrappedSell(
|
75
|
+
context: Pick<Context, 'programs'>,
|
76
|
+
input: MoonshotWrappedSellInstructionAccounts
|
77
|
+
): TransactionBuilder {
|
78
|
+
// Program ID.
|
79
|
+
const programId = context.programs.getPublicKey(
|
80
|
+
'jupiter',
|
81
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
82
|
+
);
|
83
|
+
|
84
|
+
// Accounts.
|
85
|
+
const resolvedAccounts = {
|
86
|
+
swapProgram: {
|
87
|
+
index: 0,
|
88
|
+
isWritable: false as boolean,
|
89
|
+
value: input.swapProgram ?? null,
|
90
|
+
},
|
91
|
+
sender: {
|
92
|
+
index: 1,
|
93
|
+
isWritable: true as boolean,
|
94
|
+
value: input.sender ?? null,
|
95
|
+
},
|
96
|
+
senderTokenAccount: {
|
97
|
+
index: 2,
|
98
|
+
isWritable: true as boolean,
|
99
|
+
value: input.senderTokenAccount ?? null,
|
100
|
+
},
|
101
|
+
curveAccount: {
|
102
|
+
index: 3,
|
103
|
+
isWritable: true as boolean,
|
104
|
+
value: input.curveAccount ?? null,
|
105
|
+
},
|
106
|
+
curveTokenAccount: {
|
107
|
+
index: 4,
|
108
|
+
isWritable: true as boolean,
|
109
|
+
value: input.curveTokenAccount ?? null,
|
110
|
+
},
|
111
|
+
dexFee: {
|
112
|
+
index: 5,
|
113
|
+
isWritable: true as boolean,
|
114
|
+
value: input.dexFee ?? null,
|
115
|
+
},
|
116
|
+
helioFee: {
|
117
|
+
index: 6,
|
118
|
+
isWritable: true as boolean,
|
119
|
+
value: input.helioFee ?? null,
|
120
|
+
},
|
121
|
+
mint: { index: 7, isWritable: false as boolean, value: input.mint ?? null },
|
122
|
+
configAccount: {
|
123
|
+
index: 8,
|
124
|
+
isWritable: false as boolean,
|
125
|
+
value: input.configAccount ?? null,
|
126
|
+
},
|
127
|
+
tokenProgram: {
|
128
|
+
index: 9,
|
129
|
+
isWritable: false as boolean,
|
130
|
+
value: input.tokenProgram ?? null,
|
131
|
+
},
|
132
|
+
associatedTokenProgram: {
|
133
|
+
index: 10,
|
134
|
+
isWritable: false as boolean,
|
135
|
+
value: input.associatedTokenProgram ?? null,
|
136
|
+
},
|
137
|
+
systemProgram: {
|
138
|
+
index: 11,
|
139
|
+
isWritable: false as boolean,
|
140
|
+
value: input.systemProgram ?? null,
|
141
|
+
},
|
142
|
+
userWsolTokenAccount: {
|
143
|
+
index: 12,
|
144
|
+
isWritable: true as boolean,
|
145
|
+
value: input.userWsolTokenAccount ?? null,
|
146
|
+
},
|
147
|
+
} satisfies ResolvedAccountsWithIndices;
|
148
|
+
|
149
|
+
// Default values.
|
150
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
151
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
152
|
+
'splToken',
|
153
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
154
|
+
);
|
155
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
156
|
+
}
|
157
|
+
if (!resolvedAccounts.systemProgram.value) {
|
158
|
+
resolvedAccounts.systemProgram.value = context.programs.getPublicKey(
|
159
|
+
'splSystem',
|
160
|
+
'11111111111111111111111111111111'
|
161
|
+
);
|
162
|
+
resolvedAccounts.systemProgram.isWritable = false;
|
163
|
+
}
|
164
|
+
|
165
|
+
// Accounts in order.
|
166
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
167
|
+
resolvedAccounts
|
168
|
+
).sort((a, b) => a.index - b.index);
|
169
|
+
|
170
|
+
// Keys and Signers.
|
171
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
172
|
+
orderedAccounts,
|
173
|
+
'programId',
|
174
|
+
programId
|
175
|
+
);
|
176
|
+
|
177
|
+
// Data.
|
178
|
+
const data = getMoonshotWrappedSellInstructionDataSerializer().serialize({});
|
179
|
+
|
180
|
+
// Bytes Created On Chain.
|
181
|
+
const bytesCreatedOnChain = 0;
|
182
|
+
|
183
|
+
return transactionBuilder([
|
184
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
185
|
+
]);
|
186
|
+
}
|
@@ -0,0 +1,178 @@
|
|
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 ObricSwapInstructionAccounts = {
|
31
|
+
swapProgram: PublicKey | Pda;
|
32
|
+
tradingPair: PublicKey | Pda;
|
33
|
+
mintX: PublicKey | Pda;
|
34
|
+
mintY: PublicKey | Pda;
|
35
|
+
reserveX: PublicKey | Pda;
|
36
|
+
reserveY: PublicKey | Pda;
|
37
|
+
userTokenAccountX: PublicKey | Pda;
|
38
|
+
userTokenAccountY: PublicKey | Pda;
|
39
|
+
protocolFee: PublicKey | Pda;
|
40
|
+
xPriceFeed: PublicKey | Pda;
|
41
|
+
yPriceFeed: PublicKey | Pda;
|
42
|
+
user: PublicKey | Pda;
|
43
|
+
tokenProgram?: PublicKey | Pda;
|
44
|
+
};
|
45
|
+
|
46
|
+
// Data.
|
47
|
+
export type ObricSwapInstructionData = { discriminator: Array<number> };
|
48
|
+
|
49
|
+
export type ObricSwapInstructionDataArgs = {};
|
50
|
+
|
51
|
+
export function getObricSwapInstructionDataSerializer(): Serializer<
|
52
|
+
ObricSwapInstructionDataArgs,
|
53
|
+
ObricSwapInstructionData
|
54
|
+
> {
|
55
|
+
return mapSerializer<
|
56
|
+
ObricSwapInstructionDataArgs,
|
57
|
+
any,
|
58
|
+
ObricSwapInstructionData
|
59
|
+
>(
|
60
|
+
struct<ObricSwapInstructionData>(
|
61
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
62
|
+
{ description: 'ObricSwapInstructionData' }
|
63
|
+
),
|
64
|
+
(value) => ({ ...value, discriminator: [65, 93, 96, 169, 190, 214, 95, 3] })
|
65
|
+
) as Serializer<ObricSwapInstructionDataArgs, ObricSwapInstructionData>;
|
66
|
+
}
|
67
|
+
|
68
|
+
// Instruction.
|
69
|
+
export function obricSwap(
|
70
|
+
context: Pick<Context, 'programs'>,
|
71
|
+
input: ObricSwapInstructionAccounts
|
72
|
+
): TransactionBuilder {
|
73
|
+
// Program ID.
|
74
|
+
const programId = context.programs.getPublicKey(
|
75
|
+
'jupiter',
|
76
|
+
'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4'
|
77
|
+
);
|
78
|
+
|
79
|
+
// Accounts.
|
80
|
+
const resolvedAccounts = {
|
81
|
+
swapProgram: {
|
82
|
+
index: 0,
|
83
|
+
isWritable: false as boolean,
|
84
|
+
value: input.swapProgram ?? null,
|
85
|
+
},
|
86
|
+
tradingPair: {
|
87
|
+
index: 1,
|
88
|
+
isWritable: true as boolean,
|
89
|
+
value: input.tradingPair ?? null,
|
90
|
+
},
|
91
|
+
mintX: {
|
92
|
+
index: 2,
|
93
|
+
isWritable: false as boolean,
|
94
|
+
value: input.mintX ?? null,
|
95
|
+
},
|
96
|
+
mintY: {
|
97
|
+
index: 3,
|
98
|
+
isWritable: false as boolean,
|
99
|
+
value: input.mintY ?? null,
|
100
|
+
},
|
101
|
+
reserveX: {
|
102
|
+
index: 4,
|
103
|
+
isWritable: true as boolean,
|
104
|
+
value: input.reserveX ?? null,
|
105
|
+
},
|
106
|
+
reserveY: {
|
107
|
+
index: 5,
|
108
|
+
isWritable: true as boolean,
|
109
|
+
value: input.reserveY ?? null,
|
110
|
+
},
|
111
|
+
userTokenAccountX: {
|
112
|
+
index: 6,
|
113
|
+
isWritable: true as boolean,
|
114
|
+
value: input.userTokenAccountX ?? null,
|
115
|
+
},
|
116
|
+
userTokenAccountY: {
|
117
|
+
index: 7,
|
118
|
+
isWritable: true as boolean,
|
119
|
+
value: input.userTokenAccountY ?? null,
|
120
|
+
},
|
121
|
+
protocolFee: {
|
122
|
+
index: 8,
|
123
|
+
isWritable: true as boolean,
|
124
|
+
value: input.protocolFee ?? null,
|
125
|
+
},
|
126
|
+
xPriceFeed: {
|
127
|
+
index: 9,
|
128
|
+
isWritable: false as boolean,
|
129
|
+
value: input.xPriceFeed ?? null,
|
130
|
+
},
|
131
|
+
yPriceFeed: {
|
132
|
+
index: 10,
|
133
|
+
isWritable: false as boolean,
|
134
|
+
value: input.yPriceFeed ?? null,
|
135
|
+
},
|
136
|
+
user: {
|
137
|
+
index: 11,
|
138
|
+
isWritable: false as boolean,
|
139
|
+
value: input.user ?? null,
|
140
|
+
},
|
141
|
+
tokenProgram: {
|
142
|
+
index: 12,
|
143
|
+
isWritable: false as boolean,
|
144
|
+
value: input.tokenProgram ?? null,
|
145
|
+
},
|
146
|
+
} satisfies ResolvedAccountsWithIndices;
|
147
|
+
|
148
|
+
// Default values.
|
149
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
150
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey(
|
151
|
+
'splToken',
|
152
|
+
'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA'
|
153
|
+
);
|
154
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
155
|
+
}
|
156
|
+
|
157
|
+
// Accounts in order.
|
158
|
+
const orderedAccounts: ResolvedAccount[] = Object.values(
|
159
|
+
resolvedAccounts
|
160
|
+
).sort((a, b) => a.index - b.index);
|
161
|
+
|
162
|
+
// Keys and Signers.
|
163
|
+
const [keys, signers] = getAccountMetasAndSigners(
|
164
|
+
orderedAccounts,
|
165
|
+
'programId',
|
166
|
+
programId
|
167
|
+
);
|
168
|
+
|
169
|
+
// Data.
|
170
|
+
const data = getObricSwapInstructionDataSerializer().serialize({});
|
171
|
+
|
172
|
+
// Bytes Created On Chain.
|
173
|
+
const bytesCreatedOnChain = 0;
|
174
|
+
|
175
|
+
return transactionBuilder([
|
176
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
177
|
+
]);
|
178
|
+
}
|
@@ -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 OneIntroSwapInstructionAccounts = {
|
31
|
+
swapProgram: PublicKey | Pda;
|
32
|
+
metadataState: PublicKey | Pda;
|
33
|
+
poolState: PublicKey | Pda;
|
34
|
+
poolAuthPda: PublicKey | Pda;
|
35
|
+
poolTokenInAccount: PublicKey | Pda;
|
36
|
+
poolTokenOutAccount: PublicKey | Pda;
|
37
|
+
user: PublicKey | Pda;
|
38
|
+
userTokenInAccount: PublicKey | Pda;
|
39
|
+
userTokenOutAccount: PublicKey | Pda;
|
40
|
+
metadataSwapFeeAccount: PublicKey | Pda;
|
41
|
+
referralTokenAccount: PublicKey | Pda;
|
42
|
+
tokenProgram?: PublicKey | Pda;
|
43
|
+
};
|
44
|
+
|
45
|
+
// Data.
|
46
|
+
export type OneIntroSwapInstructionData = { discriminator: Array<number> };
|
47
|
+
|
48
|
+
export type OneIntroSwapInstructionDataArgs = {};
|
49
|
+
|
50
|
+
export function getOneIntroSwapInstructionDataSerializer(): Serializer<
|
51
|
+
OneIntroSwapInstructionDataArgs,
|
52
|
+
OneIntroSwapInstructionData
|
53
|
+
> {
|
54
|
+
return mapSerializer<
|
55
|
+
OneIntroSwapInstructionDataArgs,
|
56
|
+
any,
|
57
|
+
OneIntroSwapInstructionData
|
58
|
+
>(
|
59
|
+
struct<OneIntroSwapInstructionData>(
|
60
|
+
[['discriminator', array(u8(), { size: 8 })]],
|
61
|
+
{ description: 'OneIntroSwapInstructionData' }
|
62
|
+
),
|
63
|
+
(value) => ({
|
64
|
+
...value,
|
65
|
+
discriminator: [208, 212, 80, 169, 36, 148, 209, 35],
|
66
|
+
})
|
67
|
+
) as Serializer<OneIntroSwapInstructionDataArgs, OneIntroSwapInstructionData>;
|
68
|
+
}
|
69
|
+
|
70
|
+
// Instruction.
|
71
|
+
export function oneIntroSwap(
|
72
|
+
context: Pick<Context, 'programs'>,
|
73
|
+
input: OneIntroSwapInstructionAccounts
|
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
|
+
metadataState: {
|
89
|
+
index: 1,
|
90
|
+
isWritable: false as boolean,
|
91
|
+
value: input.metadataState ?? null,
|
92
|
+
},
|
93
|
+
poolState: {
|
94
|
+
index: 2,
|
95
|
+
isWritable: true as boolean,
|
96
|
+
value: input.poolState ?? null,
|
97
|
+
},
|
98
|
+
poolAuthPda: {
|
99
|
+
index: 3,
|
100
|
+
isWritable: false as boolean,
|
101
|
+
value: input.poolAuthPda ?? null,
|
102
|
+
},
|
103
|
+
poolTokenInAccount: {
|
104
|
+
index: 4,
|
105
|
+
isWritable: true as boolean,
|
106
|
+
value: input.poolTokenInAccount ?? null,
|
107
|
+
},
|
108
|
+
poolTokenOutAccount: {
|
109
|
+
index: 5,
|
110
|
+
isWritable: true as boolean,
|
111
|
+
value: input.poolTokenOutAccount ?? null,
|
112
|
+
},
|
113
|
+
user: { index: 6, isWritable: true as boolean, value: input.user ?? null },
|
114
|
+
userTokenInAccount: {
|
115
|
+
index: 7,
|
116
|
+
isWritable: true as boolean,
|
117
|
+
value: input.userTokenInAccount ?? null,
|
118
|
+
},
|
119
|
+
userTokenOutAccount: {
|
120
|
+
index: 8,
|
121
|
+
isWritable: true as boolean,
|
122
|
+
value: input.userTokenOutAccount ?? null,
|
123
|
+
},
|
124
|
+
metadataSwapFeeAccount: {
|
125
|
+
index: 9,
|
126
|
+
isWritable: true as boolean,
|
127
|
+
value: input.metadataSwapFeeAccount ?? null,
|
128
|
+
},
|
129
|
+
referralTokenAccount: {
|
130
|
+
index: 10,
|
131
|
+
isWritable: true as boolean,
|
132
|
+
value: input.referralTokenAccount ?? 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 = getOneIntroSwapInstructionDataSerializer().serialize({});
|
164
|
+
|
165
|
+
// Bytes Created On Chain.
|
166
|
+
const bytesCreatedOnChain = 0;
|
167
|
+
|
168
|
+
return transactionBuilder([
|
169
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
170
|
+
]);
|
171
|
+
}
|