@haven-fi/solauto-sdk 1.0.175 → 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 +48 -3
- package/dist/transactions/transactionsManager.d.ts +2 -1
- package/dist/transactions/transactionsManager.d.ts.map +1 -1
- package/dist/transactions/transactionsManager.js +13 -3
- 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 +75 -4
- package/src/transactions/transactionsManager.ts +31 -6
- package/tests/transactions/solautoMarginfi.ts +2 -2
@@ -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 TokenSwapV2InstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
swap: PublicKey | Pda;
|
13
|
+
authority?: PublicKey | Pda;
|
14
|
+
userTransferAuthority: PublicKey | Pda;
|
15
|
+
source: PublicKey | Pda;
|
16
|
+
swapSource: PublicKey | Pda;
|
17
|
+
swapDestination: PublicKey | Pda;
|
18
|
+
destination: PublicKey | Pda;
|
19
|
+
poolMint: PublicKey | Pda;
|
20
|
+
poolFee: PublicKey | Pda;
|
21
|
+
sourceMint: PublicKey | Pda;
|
22
|
+
destinationMint: PublicKey | Pda;
|
23
|
+
sourceTokenProgram: PublicKey | Pda;
|
24
|
+
destinationTokenProgram: PublicKey | Pda;
|
25
|
+
poolTokenProgram: PublicKey | Pda;
|
26
|
+
};
|
27
|
+
export type TokenSwapV2InstructionData = {
|
28
|
+
discriminator: Array<number>;
|
29
|
+
};
|
30
|
+
export type TokenSwapV2InstructionDataArgs = {};
|
31
|
+
export declare function getTokenSwapV2InstructionDataSerializer(): Serializer<TokenSwapV2InstructionDataArgs, TokenSwapV2InstructionData>;
|
32
|
+
export declare function tokenSwapV2(context: Pick<Context, 'identity' | 'programs'>, input: TokenSwapV2InstructionAccounts): TransactionBuilder;
|
33
|
+
//# sourceMappingURL=tokenSwapV2.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"tokenSwapV2.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/tokenSwapV2.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,IAAI,EAAE,SAAS,GAAG,GAAG,CAAC;IACtB,SAAS,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,qBAAqB,EAAE,SAAS,GAAG,GAAG,CAAC;IACvC,MAAM,EAAE,SAAS,GAAG,GAAG,CAAC;IACxB,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,QAAQ,EAAE,SAAS,GAAG,GAAG,CAAC;IAC1B,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC;IACzB,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,eAAe,EAAE,SAAS,GAAG,GAAG,CAAC;IACjC,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,uBAAuB,EAAE,SAAS,GAAG,GAAG,CAAC;IACzC,gBAAgB,EAAE,SAAS,GAAG,GAAG,CAAC;CACnC,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,GAAG,UAAU,CAAC,EAC/C,KAAK,EAAE,8BAA8B,GACpC,kBAAkB,CA4GpB"}
|
@@ -0,0 +1,114 @@
|
|
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.getTokenSwapV2InstructionDataSerializer = getTokenSwapV2InstructionDataSerializer;
|
11
|
+
exports.tokenSwapV2 = tokenSwapV2;
|
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 getTokenSwapV2InstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'TokenSwapV2InstructionData' }), (value) => ({
|
17
|
+
...value,
|
18
|
+
discriminator: [51, 48, 145, 115, 123, 95, 71, 138],
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
// Instruction.
|
22
|
+
function tokenSwapV2(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
|
+
swap: { index: 1, isWritable: false, value: input.swap ?? null },
|
33
|
+
authority: {
|
34
|
+
index: 2,
|
35
|
+
isWritable: false,
|
36
|
+
value: input.authority ?? null,
|
37
|
+
},
|
38
|
+
userTransferAuthority: {
|
39
|
+
index: 3,
|
40
|
+
isWritable: false,
|
41
|
+
value: input.userTransferAuthority ?? null,
|
42
|
+
},
|
43
|
+
source: {
|
44
|
+
index: 4,
|
45
|
+
isWritable: true,
|
46
|
+
value: input.source ?? null,
|
47
|
+
},
|
48
|
+
swapSource: {
|
49
|
+
index: 5,
|
50
|
+
isWritable: true,
|
51
|
+
value: input.swapSource ?? null,
|
52
|
+
},
|
53
|
+
swapDestination: {
|
54
|
+
index: 6,
|
55
|
+
isWritable: true,
|
56
|
+
value: input.swapDestination ?? null,
|
57
|
+
},
|
58
|
+
destination: {
|
59
|
+
index: 7,
|
60
|
+
isWritable: true,
|
61
|
+
value: input.destination ?? null,
|
62
|
+
},
|
63
|
+
poolMint: {
|
64
|
+
index: 8,
|
65
|
+
isWritable: true,
|
66
|
+
value: input.poolMint ?? null,
|
67
|
+
},
|
68
|
+
poolFee: {
|
69
|
+
index: 9,
|
70
|
+
isWritable: true,
|
71
|
+
value: input.poolFee ?? null,
|
72
|
+
},
|
73
|
+
sourceMint: {
|
74
|
+
index: 10,
|
75
|
+
isWritable: false,
|
76
|
+
value: input.sourceMint ?? null,
|
77
|
+
},
|
78
|
+
destinationMint: {
|
79
|
+
index: 11,
|
80
|
+
isWritable: false,
|
81
|
+
value: input.destinationMint ?? null,
|
82
|
+
},
|
83
|
+
sourceTokenProgram: {
|
84
|
+
index: 12,
|
85
|
+
isWritable: false,
|
86
|
+
value: input.sourceTokenProgram ?? null,
|
87
|
+
},
|
88
|
+
destinationTokenProgram: {
|
89
|
+
index: 13,
|
90
|
+
isWritable: false,
|
91
|
+
value: input.destinationTokenProgram ?? null,
|
92
|
+
},
|
93
|
+
poolTokenProgram: {
|
94
|
+
index: 14,
|
95
|
+
isWritable: false,
|
96
|
+
value: input.poolTokenProgram ?? null,
|
97
|
+
},
|
98
|
+
};
|
99
|
+
// Default values.
|
100
|
+
if (!resolvedAccounts.authority.value) {
|
101
|
+
resolvedAccounts.authority.value = context.identity.publicKey;
|
102
|
+
}
|
103
|
+
// Accounts in order.
|
104
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
105
|
+
// Keys and Signers.
|
106
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
107
|
+
// Data.
|
108
|
+
const data = getTokenSwapV2InstructionDataSerializer().serialize({});
|
109
|
+
// Bytes Created On Chain.
|
110
|
+
const bytesCreatedOnChain = 0;
|
111
|
+
return (0, umi_1.transactionBuilder)([
|
112
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
113
|
+
]);
|
114
|
+
}
|
@@ -0,0 +1,31 @@
|
|
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 WhirlpoolSwapInstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
tokenProgram?: PublicKey | Pda;
|
13
|
+
tokenAuthority: PublicKey | Pda;
|
14
|
+
whirlpool: PublicKey | Pda;
|
15
|
+
tokenOwnerAccountA: PublicKey | Pda;
|
16
|
+
tokenVaultA: PublicKey | Pda;
|
17
|
+
tokenOwnerAccountB: PublicKey | Pda;
|
18
|
+
tokenVaultB: PublicKey | Pda;
|
19
|
+
tickArray0: PublicKey | Pda;
|
20
|
+
tickArray1: PublicKey | Pda;
|
21
|
+
tickArray2: PublicKey | Pda;
|
22
|
+
/** Oracle is currently unused and will be enabled on subsequent updates */
|
23
|
+
oracle: PublicKey | Pda;
|
24
|
+
};
|
25
|
+
export type WhirlpoolSwapInstructionData = {
|
26
|
+
discriminator: Array<number>;
|
27
|
+
};
|
28
|
+
export type WhirlpoolSwapInstructionDataArgs = {};
|
29
|
+
export declare function getWhirlpoolSwapInstructionDataSerializer(): Serializer<WhirlpoolSwapInstructionDataArgs, WhirlpoolSwapInstructionData>;
|
30
|
+
export declare function whirlpoolSwap(context: Pick<Context, 'programs'>, input: WhirlpoolSwapInstructionAccounts): TransactionBuilder;
|
31
|
+
//# sourceMappingURL=whirlpoolSwap.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"whirlpoolSwap.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/whirlpoolSwap.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,gCAAgC,GAAG;IAC7C,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,YAAY,CAAC,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,2EAA2E;IAC3E,MAAM,EAAE,SAAS,GAAG,GAAG,CAAC;CACzB,CAAC;AAGF,MAAM,MAAM,4BAA4B,GAAG;IAAE,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE5E,MAAM,MAAM,gCAAgC,GAAG,EAAE,CAAC;AAElD,wBAAgB,yCAAyC,IAAI,UAAU,CACrE,gCAAgC,EAChC,4BAA4B,CAC7B,CAkBA;AAGD,wBAAgB,aAAa,CAC3B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,gCAAgC,GACtC,kBAAkB,CAqGpB"}
|
@@ -0,0 +1,104 @@
|
|
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.getWhirlpoolSwapInstructionDataSerializer = getWhirlpoolSwapInstructionDataSerializer;
|
11
|
+
exports.whirlpoolSwap = whirlpoolSwap;
|
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 getWhirlpoolSwapInstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'WhirlpoolSwapInstructionData' }), (value) => ({
|
17
|
+
...value,
|
18
|
+
discriminator: [123, 229, 184, 63, 12, 0, 92, 145],
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
// Instruction.
|
22
|
+
function whirlpoolSwap(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
|
+
tokenProgram: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: false,
|
35
|
+
value: input.tokenProgram ?? null,
|
36
|
+
},
|
37
|
+
tokenAuthority: {
|
38
|
+
index: 2,
|
39
|
+
isWritable: false,
|
40
|
+
value: input.tokenAuthority ?? null,
|
41
|
+
},
|
42
|
+
whirlpool: {
|
43
|
+
index: 3,
|
44
|
+
isWritable: true,
|
45
|
+
value: input.whirlpool ?? null,
|
46
|
+
},
|
47
|
+
tokenOwnerAccountA: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: true,
|
50
|
+
value: input.tokenOwnerAccountA ?? null,
|
51
|
+
},
|
52
|
+
tokenVaultA: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: true,
|
55
|
+
value: input.tokenVaultA ?? null,
|
56
|
+
},
|
57
|
+
tokenOwnerAccountB: {
|
58
|
+
index: 6,
|
59
|
+
isWritable: true,
|
60
|
+
value: input.tokenOwnerAccountB ?? null,
|
61
|
+
},
|
62
|
+
tokenVaultB: {
|
63
|
+
index: 7,
|
64
|
+
isWritable: true,
|
65
|
+
value: input.tokenVaultB ?? null,
|
66
|
+
},
|
67
|
+
tickArray0: {
|
68
|
+
index: 8,
|
69
|
+
isWritable: true,
|
70
|
+
value: input.tickArray0 ?? null,
|
71
|
+
},
|
72
|
+
tickArray1: {
|
73
|
+
index: 9,
|
74
|
+
isWritable: true,
|
75
|
+
value: input.tickArray1 ?? null,
|
76
|
+
},
|
77
|
+
tickArray2: {
|
78
|
+
index: 10,
|
79
|
+
isWritable: true,
|
80
|
+
value: input.tickArray2 ?? null,
|
81
|
+
},
|
82
|
+
oracle: {
|
83
|
+
index: 11,
|
84
|
+
isWritable: false,
|
85
|
+
value: input.oracle ?? null,
|
86
|
+
},
|
87
|
+
};
|
88
|
+
// Default values.
|
89
|
+
if (!resolvedAccounts.tokenProgram.value) {
|
90
|
+
resolvedAccounts.tokenProgram.value = context.programs.getPublicKey('splToken', 'TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA');
|
91
|
+
resolvedAccounts.tokenProgram.isWritable = false;
|
92
|
+
}
|
93
|
+
// Accounts in order.
|
94
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
95
|
+
// Keys and Signers.
|
96
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
97
|
+
// Data.
|
98
|
+
const data = getWhirlpoolSwapInstructionDataSerializer().serialize({});
|
99
|
+
// Bytes Created On Chain.
|
100
|
+
const bytesCreatedOnChain = 0;
|
101
|
+
return (0, umi_1.transactionBuilder)([
|
102
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
103
|
+
]);
|
104
|
+
}
|
@@ -0,0 +1,35 @@
|
|
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 WhirlpoolSwapV2InstructionAccounts = {
|
11
|
+
swapProgram: PublicKey | Pda;
|
12
|
+
tokenProgramA: PublicKey | Pda;
|
13
|
+
tokenProgramB: PublicKey | Pda;
|
14
|
+
memoProgram: PublicKey | Pda;
|
15
|
+
tokenAuthority: PublicKey | Pda;
|
16
|
+
whirlpool: PublicKey | Pda;
|
17
|
+
tokenMintA: PublicKey | Pda;
|
18
|
+
tokenMintB: PublicKey | Pda;
|
19
|
+
tokenOwnerAccountA: PublicKey | Pda;
|
20
|
+
tokenVaultA: PublicKey | Pda;
|
21
|
+
tokenOwnerAccountB: PublicKey | Pda;
|
22
|
+
tokenVaultB: PublicKey | Pda;
|
23
|
+
tickArray0: PublicKey | Pda;
|
24
|
+
tickArray1: PublicKey | Pda;
|
25
|
+
tickArray2: PublicKey | Pda;
|
26
|
+
/** Oracle is currently unused and will be enabled on subsequent updates */
|
27
|
+
oracle: PublicKey | Pda;
|
28
|
+
};
|
29
|
+
export type WhirlpoolSwapV2InstructionData = {
|
30
|
+
discriminator: Array<number>;
|
31
|
+
};
|
32
|
+
export type WhirlpoolSwapV2InstructionDataArgs = {};
|
33
|
+
export declare function getWhirlpoolSwapV2InstructionDataSerializer(): Serializer<WhirlpoolSwapV2InstructionDataArgs, WhirlpoolSwapV2InstructionData>;
|
34
|
+
export declare function whirlpoolSwapV2(context: Pick<Context, 'programs'>, input: WhirlpoolSwapV2InstructionAccounts): TransactionBuilder;
|
35
|
+
//# sourceMappingURL=whirlpoolSwapV2.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"whirlpoolSwapV2.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/instructions/whirlpoolSwapV2.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,kCAAkC,GAAG;IAC/C,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,aAAa,EAAE,SAAS,GAAG,GAAG,CAAC;IAC/B,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,cAAc,EAAE,SAAS,GAAG,GAAG,CAAC;IAChC,SAAS,EAAE,SAAS,GAAG,GAAG,CAAC;IAC3B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,kBAAkB,EAAE,SAAS,GAAG,GAAG,CAAC;IACpC,WAAW,EAAE,SAAS,GAAG,GAAG,CAAC;IAC7B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,UAAU,EAAE,SAAS,GAAG,GAAG,CAAC;IAC5B,2EAA2E;IAC3E,MAAM,EAAE,SAAS,GAAG,GAAG,CAAC;CACzB,CAAC;AAGF,MAAM,MAAM,8BAA8B,GAAG;IAAE,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAA;CAAE,CAAC;AAE9E,MAAM,MAAM,kCAAkC,GAAG,EAAE,CAAC;AAEpD,wBAAgB,2CAA2C,IAAI,UAAU,CACvE,kCAAkC,EAClC,8BAA8B,CAC/B,CAkBA;AAGD,wBAAgB,eAAe,CAC7B,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,KAAK,EAAE,kCAAkC,GACxC,kBAAkB,CAgHpB"}
|
@@ -0,0 +1,119 @@
|
|
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.getWhirlpoolSwapV2InstructionDataSerializer = getWhirlpoolSwapV2InstructionDataSerializer;
|
11
|
+
exports.whirlpoolSwapV2 = whirlpoolSwapV2;
|
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 getWhirlpoolSwapV2InstructionDataSerializer() {
|
16
|
+
return (0, serializers_1.mapSerializer)((0, serializers_1.struct)([['discriminator', (0, serializers_1.array)((0, serializers_1.u8)(), { size: 8 })]], { description: 'WhirlpoolSwapV2InstructionData' }), (value) => ({
|
17
|
+
...value,
|
18
|
+
discriminator: [56, 166, 129, 9, 157, 205, 118, 217],
|
19
|
+
}));
|
20
|
+
}
|
21
|
+
// Instruction.
|
22
|
+
function whirlpoolSwapV2(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
|
+
tokenProgramA: {
|
33
|
+
index: 1,
|
34
|
+
isWritable: false,
|
35
|
+
value: input.tokenProgramA ?? null,
|
36
|
+
},
|
37
|
+
tokenProgramB: {
|
38
|
+
index: 2,
|
39
|
+
isWritable: false,
|
40
|
+
value: input.tokenProgramB ?? null,
|
41
|
+
},
|
42
|
+
memoProgram: {
|
43
|
+
index: 3,
|
44
|
+
isWritable: false,
|
45
|
+
value: input.memoProgram ?? null,
|
46
|
+
},
|
47
|
+
tokenAuthority: {
|
48
|
+
index: 4,
|
49
|
+
isWritable: false,
|
50
|
+
value: input.tokenAuthority ?? null,
|
51
|
+
},
|
52
|
+
whirlpool: {
|
53
|
+
index: 5,
|
54
|
+
isWritable: true,
|
55
|
+
value: input.whirlpool ?? null,
|
56
|
+
},
|
57
|
+
tokenMintA: {
|
58
|
+
index: 6,
|
59
|
+
isWritable: false,
|
60
|
+
value: input.tokenMintA ?? null,
|
61
|
+
},
|
62
|
+
tokenMintB: {
|
63
|
+
index: 7,
|
64
|
+
isWritable: false,
|
65
|
+
value: input.tokenMintB ?? null,
|
66
|
+
},
|
67
|
+
tokenOwnerAccountA: {
|
68
|
+
index: 8,
|
69
|
+
isWritable: true,
|
70
|
+
value: input.tokenOwnerAccountA ?? null,
|
71
|
+
},
|
72
|
+
tokenVaultA: {
|
73
|
+
index: 9,
|
74
|
+
isWritable: true,
|
75
|
+
value: input.tokenVaultA ?? null,
|
76
|
+
},
|
77
|
+
tokenOwnerAccountB: {
|
78
|
+
index: 10,
|
79
|
+
isWritable: true,
|
80
|
+
value: input.tokenOwnerAccountB ?? null,
|
81
|
+
},
|
82
|
+
tokenVaultB: {
|
83
|
+
index: 11,
|
84
|
+
isWritable: true,
|
85
|
+
value: input.tokenVaultB ?? null,
|
86
|
+
},
|
87
|
+
tickArray0: {
|
88
|
+
index: 12,
|
89
|
+
isWritable: true,
|
90
|
+
value: input.tickArray0 ?? null,
|
91
|
+
},
|
92
|
+
tickArray1: {
|
93
|
+
index: 13,
|
94
|
+
isWritable: true,
|
95
|
+
value: input.tickArray1 ?? null,
|
96
|
+
},
|
97
|
+
tickArray2: {
|
98
|
+
index: 14,
|
99
|
+
isWritable: true,
|
100
|
+
value: input.tickArray2 ?? null,
|
101
|
+
},
|
102
|
+
oracle: {
|
103
|
+
index: 15,
|
104
|
+
isWritable: true,
|
105
|
+
value: input.oracle ?? null,
|
106
|
+
},
|
107
|
+
};
|
108
|
+
// Accounts in order.
|
109
|
+
const orderedAccounts = Object.values(resolvedAccounts).sort((a, b) => a.index - b.index);
|
110
|
+
// Keys and Signers.
|
111
|
+
const [keys, signers] = (0, shared_1.getAccountMetasAndSigners)(orderedAccounts, 'programId', programId);
|
112
|
+
// Data.
|
113
|
+
const data = getWhirlpoolSwapV2InstructionDataSerializer().serialize({});
|
114
|
+
// Bytes Created On Chain.
|
115
|
+
const bytesCreatedOnChain = 0;
|
116
|
+
return (0, umi_1.transactionBuilder)([
|
117
|
+
{ instruction: { keys, programId, data }, signers, bytesCreatedOnChain },
|
118
|
+
]);
|
119
|
+
}
|
@@ -0,0 +1,9 @@
|
|
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
|
+
export * from './jupiter';
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/programs/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,WAAW,CAAC"}
|
@@ -0,0 +1,24 @@
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
12
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
13
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
14
|
+
}
|
15
|
+
Object.defineProperty(o, k2, desc);
|
16
|
+
}) : (function(o, m, k, k2) {
|
17
|
+
if (k2 === undefined) k2 = k;
|
18
|
+
o[k2] = m[k];
|
19
|
+
}));
|
20
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
21
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
22
|
+
};
|
23
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
24
|
+
__exportStar(require("./jupiter"), exports);
|
@@ -0,0 +1,13 @@
|
|
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 { ClusterFilter, Context, Program, PublicKey } from '@metaplex-foundation/umi';
|
9
|
+
export declare const JUPITER_PROGRAM_ID: PublicKey<"JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4">;
|
10
|
+
export declare function createJupiterProgram(): Program;
|
11
|
+
export declare function getJupiterProgram<T extends Program = Program>(context: Pick<Context, 'programs'>, clusterFilter?: ClusterFilter): T;
|
12
|
+
export declare function getJupiterProgramId(context: Pick<Context, 'programs'>, clusterFilter?: ClusterFilter): PublicKey;
|
13
|
+
//# sourceMappingURL=jupiter.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"jupiter.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/programs/jupiter.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,aAAa,EACb,OAAO,EACP,OAAO,EACP,SAAS,EACV,MAAM,0BAA0B,CAAC;AAGlC,eAAO,MAAM,kBAAkB,EACoB,SAAS,CAAC,6CAA6C,CAAC,CAAC;AAE5G,wBAAgB,oBAAoB,IAAI,OAAO,CAc9C;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,EAC3D,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,aAAa,CAAC,EAAE,aAAa,GAC5B,CAAC,CAEH;AAED,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAClC,aAAa,CAAC,EAAE,aAAa,GAC5B,SAAS,CAMX"}
|
@@ -0,0 +1,36 @@
|
|
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.JUPITER_PROGRAM_ID = void 0;
|
11
|
+
exports.createJupiterProgram = createJupiterProgram;
|
12
|
+
exports.getJupiterProgram = getJupiterProgram;
|
13
|
+
exports.getJupiterProgramId = getJupiterProgramId;
|
14
|
+
const errors_1 = require("../errors");
|
15
|
+
exports.JUPITER_PROGRAM_ID = 'JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4';
|
16
|
+
function createJupiterProgram() {
|
17
|
+
return {
|
18
|
+
name: 'jupiter',
|
19
|
+
publicKey: exports.JUPITER_PROGRAM_ID,
|
20
|
+
getErrorFromCode(code, cause) {
|
21
|
+
return (0, errors_1.getJupiterErrorFromCode)(code, this, cause);
|
22
|
+
},
|
23
|
+
getErrorFromName(name, cause) {
|
24
|
+
return (0, errors_1.getJupiterErrorFromName)(name, this, cause);
|
25
|
+
},
|
26
|
+
isOnCluster() {
|
27
|
+
return true;
|
28
|
+
},
|
29
|
+
};
|
30
|
+
}
|
31
|
+
function getJupiterProgram(context, clusterFilter) {
|
32
|
+
return context.programs.get('jupiter', clusterFilter);
|
33
|
+
}
|
34
|
+
function getJupiterProgramId(context, clusterFilter) {
|
35
|
+
return context.programs.getPublicKey('jupiter', exports.JUPITER_PROGRAM_ID, clusterFilter);
|
36
|
+
}
|
@@ -0,0 +1,54 @@
|
|
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 { AccountMeta, Pda, PublicKey, Signer } from '@metaplex-foundation/umi';
|
9
|
+
/**
|
10
|
+
* Transforms the given object such that the given keys are optional.
|
11
|
+
* @internal
|
12
|
+
*/
|
13
|
+
export type PickPartial<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;
|
14
|
+
/**
|
15
|
+
* Asserts that the given value is not null or undefined.
|
16
|
+
* @internal
|
17
|
+
*/
|
18
|
+
export declare function expectSome<T>(value: T | null | undefined): T;
|
19
|
+
/**
|
20
|
+
* Asserts that the given value is a PublicKey.
|
21
|
+
* @internal
|
22
|
+
*/
|
23
|
+
export declare function expectPublicKey(value: PublicKey | Pda | Signer | null | undefined): PublicKey;
|
24
|
+
/**
|
25
|
+
* Asserts that the given value is a PDA.
|
26
|
+
* @internal
|
27
|
+
*/
|
28
|
+
export declare function expectPda(value: PublicKey | Pda | Signer | null | undefined): Pda;
|
29
|
+
/**
|
30
|
+
* Defines an instruction account to resolve.
|
31
|
+
* @internal
|
32
|
+
*/
|
33
|
+
export type ResolvedAccount<T = PublicKey | Pda | Signer | null> = {
|
34
|
+
isWritable: boolean;
|
35
|
+
value: T;
|
36
|
+
};
|
37
|
+
/**
|
38
|
+
* Defines a set of instruction account to resolve.
|
39
|
+
* @internal
|
40
|
+
*/
|
41
|
+
export type ResolvedAccounts = Record<string, ResolvedAccount>;
|
42
|
+
/**
|
43
|
+
* Defines a set of instruction account to resolve with their indices.
|
44
|
+
* @internal
|
45
|
+
*/
|
46
|
+
export type ResolvedAccountsWithIndices = Record<string, ResolvedAccount & {
|
47
|
+
index: number;
|
48
|
+
}>;
|
49
|
+
/**
|
50
|
+
* Get account metas and signers from resolved accounts.
|
51
|
+
* @internal
|
52
|
+
*/
|
53
|
+
export declare function getAccountMetasAndSigners(accounts: ResolvedAccount[], optionalAccountStrategy: 'omitted' | 'programId', programId: PublicKey): [AccountMeta[], Signer[]];
|
54
|
+
//# sourceMappingURL=index.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/jupiter-sdk/shared/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,EACL,WAAW,EAEX,GAAG,EAEH,SAAS,EACT,MAAM,EAEP,MAAM,0BAA0B,CAAC;AAElC;;;GAGG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACxD,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;AAEtB;;;GAGG;AACH,wBAAgB,UAAU,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,GAAG,SAAS,GAAG,CAAC,CAK5D;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,SAAS,GAAG,GAAG,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GACjD,SAAS,CAKX;AAED;;;GAGG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,SAAS,GAAG,GAAG,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GACjD,GAAG,CAKL;AAED;;;GAGG;AACH,MAAM,MAAM,eAAe,CAAC,CAAC,GAAG,SAAS,GAAG,GAAG,GAAG,MAAM,GAAG,IAAI,IAAI;IACjE,UAAU,EAAE,OAAO,CAAC;IACpB,KAAK,EAAE,CAAC,CAAC;CACV,CAAC;AAEF;;;GAGG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAC9C,MAAM,EACN,eAAe,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CACpC,CAAC;AAEF;;;GAGG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,eAAe,EAAE,EAC3B,uBAAuB,EAAE,SAAS,GAAG,WAAW,EAChD,SAAS,EAAE,SAAS,GACnB,CAAC,WAAW,EAAE,EAAE,MAAM,EAAE,CAAC,CAsB3B"}
|