@haven-fi/solauto-sdk 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/clients/index.d.ts +2 -0
- package/dist/clients/index.d.ts.map +1 -0
- package/dist/clients/index.js +17 -0
- package/dist/clients/solautoClient.d.ts +73 -0
- package/dist/clients/solautoClient.d.ts.map +1 -0
- package/dist/clients/solautoClient.js +416 -0
- package/dist/clients/solautoMarginfiClient.d.ts +40 -0
- package/dist/clients/solautoMarginfiClient.d.ts.map +1 -0
- package/dist/clients/solautoMarginfiClient.js +313 -0
- package/dist/constants/generalAccounts.d.ts +5 -0
- package/dist/constants/generalAccounts.d.ts.map +1 -0
- package/dist/constants/generalAccounts.js +8 -0
- package/dist/constants/index.d.ts +6 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/index.js +21 -0
- package/dist/constants/marginfiAccounts.d.ts +7 -0
- package/dist/constants/marginfiAccounts.d.ts.map +1 -0
- package/dist/constants/marginfiAccounts.js +23 -0
- package/dist/constants/pythConstants.d.ts +5 -0
- package/dist/constants/pythConstants.d.ts.map +1 -0
- package/dist/constants/pythConstants.js +10 -0
- package/dist/constants/solautoConstants.d.ts +19 -0
- package/dist/constants/solautoConstants.d.ts.map +1 -0
- package/dist/constants/solautoConstants.js +35 -0
- package/dist/constants/tokenConstants.d.ts +3 -0
- package/dist/constants/tokenConstants.d.ts.map +1 -0
- package/dist/constants/tokenConstants.js +10 -0
- package/dist/generated/accounts/index.d.ts +10 -0
- package/dist/generated/accounts/index.d.ts.map +1 -0
- package/dist/generated/accounts/index.js +25 -0
- package/dist/generated/accounts/referralState.d.ts +37 -0
- package/dist/generated/accounts/referralState.d.ts.map +1 -0
- package/dist/generated/accounts/referralState.js +73 -0
- package/dist/generated/accounts/solautoPosition.d.ts +58 -0
- package/dist/generated/accounts/solautoPosition.d.ts.map +1 -0
- package/dist/generated/accounts/solautoPosition.js +82 -0
- package/dist/generated/errors/index.d.ts +9 -0
- package/dist/generated/errors/index.d.ts.map +1 -0
- package/dist/generated/errors/index.js +24 -0
- package/dist/generated/errors/solauto.d.ts +91 -0
- package/dist/generated/errors/solauto.d.ts.map +1 -0
- package/dist/generated/errors/solauto.js +163 -0
- package/dist/generated/index.d.ts +14 -0
- package/dist/generated/index.d.ts.map +1 -0
- package/dist/generated/index.js +29 -0
- package/dist/generated/instructions/cancelDCA.d.ts +26 -0
- package/dist/generated/instructions/cancelDCA.d.ts.map +1 -0
- package/dist/generated/instructions/cancelDCA.js +92 -0
- package/dist/generated/instructions/claimReferralFees.d.ts +26 -0
- package/dist/generated/instructions/claimReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/claimReferralFees.js +87 -0
- package/dist/generated/instructions/closePosition.d.ts +28 -0
- package/dist/generated/instructions/closePosition.d.ts.map +1 -0
- package/dist/generated/instructions/closePosition.js +102 -0
- package/dist/generated/instructions/convertReferralFees.d.ts +27 -0
- package/dist/generated/instructions/convertReferralFees.d.ts.map +1 -0
- package/dist/generated/instructions/convertReferralFees.js +96 -0
- package/dist/generated/instructions/index.d.ts +18 -0
- package/dist/generated/instructions/index.d.ts.map +1 -0
- package/dist/generated/instructions/index.js +33 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts +46 -0
- package/dist/generated/instructions/marginfiOpenPosition.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiOpenPosition.js +161 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts +42 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiProtocolInteraction.js +150 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts +49 -0
- package/dist/generated/instructions/marginfiRebalance.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRebalance.js +164 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts +27 -0
- package/dist/generated/instructions/marginfiRefreshData.d.ts.map +1 -0
- package/dist/generated/instructions/marginfiRefreshData.js +84 -0
- package/dist/generated/instructions/updatePosition.d.ts +30 -0
- package/dist/generated/instructions/updatePosition.d.ts.map +1 -0
- package/dist/generated/instructions/updatePosition.js +87 -0
- package/dist/generated/instructions/updateReferralStates.d.ts +30 -0
- package/dist/generated/instructions/updateReferralStates.d.ts.map +1 -0
- package/dist/generated/instructions/updateReferralStates.js +77 -0
- package/dist/generated/programs/index.d.ts +9 -0
- package/dist/generated/programs/index.d.ts.map +1 -0
- package/dist/generated/programs/index.js +24 -0
- package/dist/generated/programs/solauto.d.ts +13 -0
- package/dist/generated/programs/solauto.d.ts.map +1 -0
- package/dist/generated/programs/solauto.js +36 -0
- package/dist/generated/shared/index.d.ts +54 -0
- package/dist/generated/shared/index.d.ts.map +1 -0
- package/dist/generated/shared/index.js +70 -0
- package/dist/generated/types/automationSettings.d.ts +26 -0
- package/dist/generated/types/automationSettings.d.ts.map +1 -0
- package/dist/generated/types/automationSettings.js +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts +22 -0
- package/dist/generated/types/automationSettingsInp.d.ts.map +1 -0
- package/dist/generated/types/automationSettingsInp.js +20 -0
- package/dist/generated/types/dCASettings.d.ts +21 -0
- package/dist/generated/types/dCASettings.d.ts.map +1 -0
- package/dist/generated/types/dCASettings.js +20 -0
- package/dist/generated/types/dCASettingsInp.d.ts +19 -0
- package/dist/generated/types/dCASettingsInp.d.ts.map +1 -0
- package/dist/generated/types/dCASettingsInp.js +19 -0
- package/dist/generated/types/feeType.d.ts +15 -0
- package/dist/generated/types/feeType.d.ts.map +1 -0
- package/dist/generated/types/feeType.js +20 -0
- package/dist/generated/types/index.d.ts +26 -0
- package/dist/generated/types/index.d.ts.map +1 -0
- package/dist/generated/types/index.js +41 -0
- package/dist/generated/types/lendingPlatform.d.ts +16 -0
- package/dist/generated/types/lendingPlatform.d.ts.map +1 -0
- package/dist/generated/types/lendingPlatform.js +23 -0
- package/dist/generated/types/podBool.d.ts +14 -0
- package/dist/generated/types/podBool.d.ts.map +1 -0
- package/dist/generated/types/podBool.js +17 -0
- package/dist/generated/types/positionData.d.ts +32 -0
- package/dist/generated/types/positionData.d.ts.map +1 -0
- package/dist/generated/types/positionData.js +25 -0
- package/dist/generated/types/positionState.d.ts +35 -0
- package/dist/generated/types/positionState.d.ts.map +1 -0
- package/dist/generated/types/positionState.js +27 -0
- package/dist/generated/types/positionTokenUsage.d.ts +36 -0
- package/dist/generated/types/positionTokenUsage.d.ts.map +1 -0
- package/dist/generated/types/positionTokenUsage.js +27 -0
- package/dist/generated/types/rebalanceData.d.ts +29 -0
- package/dist/generated/types/rebalanceData.d.ts.map +1 -0
- package/dist/generated/types/rebalanceData.js +24 -0
- package/dist/generated/types/solautoAction.d.ts +44 -0
- package/dist/generated/types/solautoAction.d.ts.map +1 -0
- package/dist/generated/types/solautoAction.js +51 -0
- package/dist/generated/types/solautoRebalanceType.d.ts +17 -0
- package/dist/generated/types/solautoRebalanceType.d.ts.map +1 -0
- package/dist/generated/types/solautoRebalanceType.js +24 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts +31 -0
- package/dist/generated/types/solautoSettingsParameters.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParameters.js +25 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts +28 -0
- package/dist/generated/types/solautoSettingsParametersInp.d.ts.map +1 -0
- package/dist/generated/types/solautoSettingsParametersInp.js +23 -0
- package/dist/generated/types/tokenAmount.d.ts +18 -0
- package/dist/generated/types/tokenAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenAmount.js +18 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts +27 -0
- package/dist/generated/types/tokenBalanceAmount.d.ts.map +1 -0
- package/dist/generated/types/tokenBalanceAmount.js +33 -0
- package/dist/generated/types/updatePositionData.d.ts +22 -0
- package/dist/generated/types/updatePositionData.d.ts.map +1 -0
- package/dist/generated/types/updatePositionData.js +20 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts +136 -0
- package/dist/marginfi-sdk/accounts/bank.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/bank.js +124 -0
- package/dist/marginfi-sdk/accounts/index.d.ts +11 -0
- package/dist/marginfi-sdk/accounts/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/index.js +26 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts +58 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiAccount.js +76 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts +35 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.d.ts.map +1 -0
- package/dist/marginfi-sdk/accounts/marginfiGroup.js +71 -0
- package/dist/marginfi-sdk/errors/index.d.ts +9 -0
- package/dist/marginfi-sdk/errors/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/index.js +24 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts +283 -0
- package/dist/marginfi-sdk/errors/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/errors/marginfi.js +515 -0
- package/dist/marginfi-sdk/index.d.ts +14 -0
- package/dist/marginfi-sdk/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/index.js +29 -0
- package/dist/marginfi-sdk/instructions/index.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/index.js +47 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts +30 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountBorrow.js +83 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts +22 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountCloseBalance.js +53 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts +29 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountDeposit.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountEndFlashloan.js +50 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountLiquidate.js +100 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts +31 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountRepay.js +82 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountSettleEmissions.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountStartFlashloan.js +62 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts +32 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdraw.js +87 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts +27 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.js +86 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts +20 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.js +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts +37 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBank.js +127 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts +39 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.js +128 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts +25 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolCollectBankFees.js +76 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts +46 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolConfigureBank.js +67 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.js +81 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts +35 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolSetupEmissions.js +97 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts +33 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.js +85 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiAccountInitialize.js +76 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts +24 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupConfigure.js +52 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts +21 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/marginfiGroupInitialize.js +57 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setAccountFlag.js +60 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts +23 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/setNewAccountAuthority.js +69 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts +26 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.d.ts.map +1 -0
- package/dist/marginfi-sdk/instructions/unsetAccountFlag.js +57 -0
- package/dist/marginfi-sdk/programs/index.d.ts +9 -0
- package/dist/marginfi-sdk/programs/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/index.js +24 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts +13 -0
- package/dist/marginfi-sdk/programs/marginfi.d.ts.map +1 -0
- package/dist/marginfi-sdk/programs/marginfi.js +36 -0
- package/dist/marginfi-sdk/shared/index.d.ts +54 -0
- package/dist/marginfi-sdk/shared/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/shared/index.js +70 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts +23 -0
- package/dist/marginfi-sdk/types/accountEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/accountEventHeader.js +20 -0
- package/dist/marginfi-sdk/types/balance.d.ts +32 -0
- package/dist/marginfi-sdk/types/balance.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balance.js +25 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceDecreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts +17 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceIncreaseType.js +24 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts +15 -0
- package/dist/marginfi-sdk/types/balanceSide.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/balanceSide.js +22 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts +67 -0
- package/dist/marginfi-sdk/types/bankConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfig.js +32 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts +65 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankConfigCompact.js +31 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankOperationalState.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankOperationalState.js +23 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts +16 -0
- package/dist/marginfi-sdk/types/bankVaultType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/bankVaultType.js +23 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts +19 -0
- package/dist/marginfi-sdk/types/groupEventHeader.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/groupEventHeader.js +18 -0
- package/dist/marginfi-sdk/types/index.d.ts +31 -0
- package/dist/marginfi-sdk/types/index.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/index.js +46 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts +31 -0
- package/dist/marginfi-sdk/types/interestRateConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfig.js +25 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts +29 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigCompact.js +24 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts +30 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/interestRateConfigOpt.js +24 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts +19 -0
- package/dist/marginfi-sdk/types/lendingAccount.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/lendingAccount.js +19 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts +17 -0
- package/dist/marginfi-sdk/types/liquidationBalances.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/liquidationBalances.js +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts +20 -0
- package/dist/marginfi-sdk/types/oracleConfig.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleConfig.js +19 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts +15 -0
- package/dist/marginfi-sdk/types/oraclePriceType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oraclePriceType.js +22 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts +17 -0
- package/dist/marginfi-sdk/types/oracleSetup.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/oracleSetup.js +24 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts +15 -0
- package/dist/marginfi-sdk/types/priceBias.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/priceBias.js +22 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/requirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/requirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts +16 -0
- package/dist/marginfi-sdk/types/riskRequirementType.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskRequirementType.js +23 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts +15 -0
- package/dist/marginfi-sdk/types/riskTier.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/riskTier.js +22 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts +16 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.d.ts.map +1 -0
- package/dist/marginfi-sdk/types/wrappedI80F48.js +17 -0
- package/dist/transactions/index.d.ts +3 -0
- package/dist/transactions/index.d.ts.map +1 -0
- package/dist/transactions/index.js +18 -0
- package/dist/transactions/transactionUtils.d.ts +12 -0
- package/dist/transactions/transactionUtils.d.ts.map +1 -0
- package/dist/transactions/transactionUtils.js +262 -0
- package/dist/transactions/transactionsManager.d.ts +42 -0
- package/dist/transactions/transactionsManager.d.ts.map +1 -0
- package/dist/transactions/transactionsManager.js +246 -0
- package/dist/types/accounts.d.ts +8 -0
- package/dist/types/accounts.d.ts.map +1 -0
- package/dist/types/accounts.js +2 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.js +17 -0
- package/dist/utils/accountUtils.d.ts +11 -0
- package/dist/utils/accountUtils.d.ts.map +1 -0
- package/dist/utils/accountUtils.js +60 -0
- package/dist/utils/deleteme.d.ts +2 -0
- package/dist/utils/deleteme.d.ts.map +1 -0
- package/dist/utils/deleteme.js +21 -0
- package/dist/utils/generalUtils.d.ts +11 -0
- package/dist/utils/generalUtils.d.ts.map +1 -0
- package/dist/utils/generalUtils.js +107 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/index.js +24 -0
- package/dist/utils/jitoUtils.d.ts +15 -0
- package/dist/utils/jitoUtils.d.ts.map +1 -0
- package/dist/utils/jitoUtils.js +108 -0
- package/dist/utils/jupiterUtils.d.ts +21 -0
- package/dist/utils/jupiterUtils.d.ts.map +1 -0
- package/dist/utils/jupiterUtils.js +61 -0
- package/dist/utils/local/shared.d.ts +3 -0
- package/dist/utils/local/shared.d.ts.map +1 -0
- package/dist/utils/local/shared.js +63 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts +2 -0
- package/dist/utils/local/updateMarginfiLUT.d.ts.map +1 -0
- package/dist/utils/local/updateMarginfiLUT.js +22 -0
- package/dist/utils/local/updateSolautoLUT.d.ts +2 -0
- package/dist/utils/local/updateSolautoLUT.d.ts.map +1 -0
- package/dist/utils/local/updateSolautoLUT.js +13 -0
- package/dist/utils/marginfiUtils.d.ts +14 -0
- package/dist/utils/marginfiUtils.d.ts.map +1 -0
- package/dist/utils/marginfiUtils.js +201 -0
- package/dist/utils/numberUtils.d.ts +9 -0
- package/dist/utils/numberUtils.d.ts.map +1 -0
- package/dist/utils/numberUtils.js +62 -0
- package/dist/utils/solanaUtils.d.ts +18 -0
- package/dist/utils/solanaUtils.d.ts.map +1 -0
- package/dist/utils/solanaUtils.js +183 -0
- package/dist/utils/solauto/generalUtils.d.ts +51 -0
- package/dist/utils/solauto/generalUtils.d.ts.map +1 -0
- package/dist/utils/solauto/generalUtils.js +271 -0
- package/dist/utils/solauto/index.d.ts +3 -0
- package/dist/utils/solauto/index.d.ts.map +1 -0
- package/dist/utils/solauto/index.js +18 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts +17 -0
- package/dist/utils/solauto/rebalanceUtils.d.ts.map +1 -0
- package/dist/utils/solauto/rebalanceUtils.js +199 -0
- package/package.json +37 -0
- package/src/clients/index.ts +1 -0
- package/src/clients/solautoClient.ts +684 -0
- package/src/clients/solautoMarginfiClient.ts +496 -0
- package/src/constants/README.md +9 -0
- package/src/constants/generalAccounts.ts +8 -0
- package/src/constants/index.ts +5 -0
- package/src/constants/marginfiAccounts.ts +24 -0
- package/src/constants/pythConstants.ts +10 -0
- package/src/constants/solautoConstants.ts +54 -0
- package/src/constants/tokenConstants.ts +9 -0
- package/src/generated/accounts/index.ts +10 -0
- package/src/generated/accounts/referralState.ts +159 -0
- package/src/generated/accounts/solautoPosition.ts +205 -0
- package/src/generated/errors/index.ts +9 -0
- package/src/generated/errors/solauto.ts +228 -0
- package/src/generated/index.ts +14 -0
- package/src/generated/instructions/cancelDCA.ts +161 -0
- package/src/generated/instructions/claimReferralFees.ts +159 -0
- package/src/generated/instructions/closePosition.ts +176 -0
- package/src/generated/instructions/convertReferralFees.ts +172 -0
- package/src/generated/instructions/index.ts +18 -0
- package/src/generated/instructions/marginfiOpenPosition.ts +275 -0
- package/src/generated/instructions/marginfiProtocolInteraction.ts +257 -0
- package/src/generated/instructions/marginfiRebalance.ts +274 -0
- package/src/generated/instructions/marginfiRefreshData.ts +147 -0
- package/src/generated/instructions/updatePosition.ts +173 -0
- package/src/generated/instructions/updateReferralStates.ts +166 -0
- package/src/generated/programs/index.ts +9 -0
- package/src/generated/programs/solauto.ts +52 -0
- package/src/generated/shared/index.ts +117 -0
- package/src/generated/types/automationSettings.ts +52 -0
- package/src/generated/types/automationSettingsInp.ts +43 -0
- package/src/generated/types/dCASettings.ts +45 -0
- package/src/generated/types/dCASettingsInp.ts +37 -0
- package/src/generated/types/feeType.ts +23 -0
- package/src/generated/types/index.ts +26 -0
- package/src/generated/types/lendingPlatform.ts +26 -0
- package/src/generated/types/podBool.ts +19 -0
- package/src/generated/types/positionData.ts +69 -0
- package/src/generated/types/positionState.ts +72 -0
- package/src/generated/types/positionTokenUsage.ts +67 -0
- package/src/generated/types/rebalanceData.ts +60 -0
- package/src/generated/types/solautoAction.ts +101 -0
- package/src/generated/types/solautoRebalanceType.ts +27 -0
- package/src/generated/types/solautoSettingsParameters.ts +62 -0
- package/src/generated/types/solautoSettingsParametersInp.ts +58 -0
- package/src/generated/types/tokenAmount.ts +29 -0
- package/src/generated/types/tokenBalanceAmount.ts +67 -0
- package/src/generated/types/updatePositionData.ts +49 -0
- package/src/index.ts +6 -0
- package/src/marginfi-sdk/accounts/bank.ts +311 -0
- package/src/marginfi-sdk/accounts/index.ts +11 -0
- package/src/marginfi-sdk/accounts/marginfiAccount.ts +195 -0
- package/src/marginfi-sdk/accounts/marginfiGroup.ts +164 -0
- package/src/marginfi-sdk/errors/index.ts +9 -0
- package/src/marginfi-sdk/errors/marginfi.ts +650 -0
- package/src/marginfi-sdk/index.ts +14 -0
- package/src/marginfi-sdk/instructions/index.ts +32 -0
- package/src/marginfi-sdk/instructions/lendingAccountBorrow.ts +167 -0
- package/src/marginfi-sdk/instructions/lendingAccountCloseBalance.ts +118 -0
- package/src/marginfi-sdk/instructions/lendingAccountDeposit.ts +164 -0
- package/src/marginfi-sdk/instructions/lendingAccountEndFlashloan.ts +113 -0
- package/src/marginfi-sdk/instructions/lendingAccountLiquidate.ts +186 -0
- package/src/marginfi-sdk/instructions/lendingAccountRepay.ts +171 -0
- package/src/marginfi-sdk/instructions/lendingAccountSettleEmissions.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingAccountStartFlashloan.ts +138 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdraw.ts +177 -0
- package/src/marginfi-sdk/instructions/lendingAccountWithdrawEmissions.ts +160 -0
- package/src/marginfi-sdk/instructions/lendingPoolAccrueBankInterest.ts +108 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBank.ts +226 -0
- package/src/marginfi-sdk/instructions/lendingPoolAddBankWithSeed.ts +231 -0
- package/src/marginfi-sdk/instructions/lendingPoolCollectBankFees.ts +147 -0
- package/src/marginfi-sdk/instructions/lendingPoolConfigureBank.ts +181 -0
- package/src/marginfi-sdk/instructions/lendingPoolHandleBankruptcy.ts +154 -0
- package/src/marginfi-sdk/instructions/lendingPoolSetupEmissions.ts +190 -0
- package/src/marginfi-sdk/instructions/lendingPoolUpdateEmissionsParameters.ts +176 -0
- package/src/marginfi-sdk/instructions/marginfiAccountInitialize.ts +146 -0
- package/src/marginfi-sdk/instructions/marginfiGroupConfigure.ts +129 -0
- package/src/marginfi-sdk/instructions/marginfiGroupInitialize.ts +126 -0
- package/src/marginfi-sdk/instructions/setAccountFlag.ts +132 -0
- package/src/marginfi-sdk/instructions/setNewAccountAuthority.ts +137 -0
- package/src/marginfi-sdk/instructions/unsetAccountFlag.ts +130 -0
- package/src/marginfi-sdk/programs/index.ts +9 -0
- package/src/marginfi-sdk/programs/marginfi.ts +52 -0
- package/src/marginfi-sdk/shared/index.ts +117 -0
- package/src/marginfi-sdk/types/accountEventHeader.ts +44 -0
- package/src/marginfi-sdk/types/balance.ts +61 -0
- package/src/marginfi-sdk/types/balanceDecreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceIncreaseType.ts +27 -0
- package/src/marginfi-sdk/types/balanceSide.ts +25 -0
- package/src/marginfi-sdk/types/bankConfig.ts +117 -0
- package/src/marginfi-sdk/types/bankConfigCompact.ts +114 -0
- package/src/marginfi-sdk/types/bankOperationalState.ts +26 -0
- package/src/marginfi-sdk/types/bankVaultType.ts +26 -0
- package/src/marginfi-sdk/types/groupEventHeader.ts +38 -0
- package/src/marginfi-sdk/types/index.ts +31 -0
- package/src/marginfi-sdk/types/interestRateConfig.ts +60 -0
- package/src/marginfi-sdk/types/interestRateConfigCompact.ts +52 -0
- package/src/marginfi-sdk/types/interestRateConfigOpt.ts +57 -0
- package/src/marginfi-sdk/types/lendingAccount.ts +38 -0
- package/src/marginfi-sdk/types/liquidationBalances.ts +33 -0
- package/src/marginfi-sdk/types/oracleConfig.ts +36 -0
- package/src/marginfi-sdk/types/oraclePriceType.ts +25 -0
- package/src/marginfi-sdk/types/oracleSetup.ts +27 -0
- package/src/marginfi-sdk/types/priceBias.ts +22 -0
- package/src/marginfi-sdk/types/requirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskRequirementType.ts +26 -0
- package/src/marginfi-sdk/types/riskTier.ts +22 -0
- package/src/marginfi-sdk/types/wrappedI80F48.ts +22 -0
- package/src/transactions/index.ts +2 -0
- package/src/transactions/transactionUtils.ts +518 -0
- package/src/transactions/transactionsManager.ts +344 -0
- package/src/types/accounts.ts +7 -0
- package/src/types/index.ts +1 -0
- package/src/utils/accountUtils.ts +92 -0
- package/src/utils/deleteme.ts +40 -0
- package/src/utils/generalUtils.ts +123 -0
- package/src/utils/index.ts +8 -0
- package/src/utils/jitoUtils.ts +192 -0
- package/src/utils/jupiterUtils.ts +114 -0
- package/src/utils/local/shared.ts +85 -0
- package/src/utils/local/updateMarginfiLUT.ts +33 -0
- package/src/utils/local/updateSolautoLUT.ts +15 -0
- package/src/utils/marginfiUtils.ts +383 -0
- package/src/utils/numberUtils.ts +77 -0
- package/src/utils/solanaUtils.ts +333 -0
- package/src/utils/solauto/generalUtils.ts +371 -0
- package/src/utils/solauto/index.ts +2 -0
- package/src/utils/solauto/rebalanceUtils.ts +359 -0
- package/tests/shared.ts +15 -0
- package/tests/transactions/solautoMarginfi.ts +144 -0
- package/tests/unit/lookupTables.ts +40 -0
- package/tests/unit/rebalanceCalculations.ts +432 -0
- package/tsconfig.json +22 -0
@@ -0,0 +1,183 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
+
};
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
+
exports.sendSingleOptimizedTransaction = exports.getComputeUnitPriceEstimate = exports.assembleFinalTransaction = exports.getAdressLookupInputs = exports.splTokenTransferUmiIx = exports.closeTokenAccountUmiIx = exports.systemTransferUmiIx = exports.createAssociatedTokenAccountUmiIx = exports.setComputeUnitPriceUmiIx = exports.setComputeUnitLimitUmiIx = exports.getWrappedInstruction = exports.currentUnixSecondsSolana = exports.getSecretKey = exports.loadSecretKey = void 0;
|
7
|
+
const fs_1 = __importDefault(require("fs"));
|
8
|
+
const bs58_1 = __importDefault(require("bs58"));
|
9
|
+
const path_1 = __importDefault(require("path"));
|
10
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
11
|
+
const umi_web3js_adapters_1 = require("@metaplex-foundation/umi-web3js-adapters");
|
12
|
+
const web3_js_1 = require("@solana/web3.js");
|
13
|
+
const spl_token_1 = require("@solana/spl-token");
|
14
|
+
const accountUtils_1 = require("./accountUtils");
|
15
|
+
const solautoConstants_1 = require("../constants/solautoConstants");
|
16
|
+
const generalUtils_1 = require("./generalUtils");
|
17
|
+
const marginfi_sdk_1 = require("../marginfi-sdk");
|
18
|
+
function loadSecretKey(keypairPath) {
|
19
|
+
const secretKey = JSON.parse(fs_1.default.readFileSync(keypairPath, "utf8"));
|
20
|
+
return new Uint8Array(secretKey);
|
21
|
+
}
|
22
|
+
exports.loadSecretKey = loadSecretKey;
|
23
|
+
function getSecretKey(keypairFilename = "id") {
|
24
|
+
return loadSecretKey(path_1.default.join(process.env.HOME, ".config", "solana", keypairFilename + ".json"));
|
25
|
+
}
|
26
|
+
exports.getSecretKey = getSecretKey;
|
27
|
+
async function currentUnixSecondsSolana() {
|
28
|
+
return await (0, generalUtils_1.retryWithExponentialBackoff)(async () => {
|
29
|
+
const blockTime = await solautoConstants_1.CONNECTION.getBlockTime(await solautoConstants_1.CONNECTION.getSlot());
|
30
|
+
if (blockTime === null) {
|
31
|
+
throw new Error("Unable to retrieve block time");
|
32
|
+
}
|
33
|
+
return blockTime;
|
34
|
+
});
|
35
|
+
}
|
36
|
+
exports.currentUnixSecondsSolana = currentUnixSecondsSolana;
|
37
|
+
function getWrappedInstruction(signer, ix) {
|
38
|
+
return {
|
39
|
+
instruction: (0, umi_web3js_adapters_1.fromWeb3JsInstruction)(ix),
|
40
|
+
signers: [signer],
|
41
|
+
bytesCreatedOnChain: 0,
|
42
|
+
};
|
43
|
+
}
|
44
|
+
exports.getWrappedInstruction = getWrappedInstruction;
|
45
|
+
function setComputeUnitLimitUmiIx(signer, maxComputeUnits) {
|
46
|
+
return getWrappedInstruction(signer, web3_js_1.ComputeBudgetProgram.setComputeUnitLimit({
|
47
|
+
units: maxComputeUnits,
|
48
|
+
}));
|
49
|
+
}
|
50
|
+
exports.setComputeUnitLimitUmiIx = setComputeUnitLimitUmiIx;
|
51
|
+
function setComputeUnitPriceUmiIx(signer, lamports) {
|
52
|
+
return getWrappedInstruction(signer, web3_js_1.ComputeBudgetProgram.setComputeUnitPrice({
|
53
|
+
microLamports: lamports,
|
54
|
+
}));
|
55
|
+
}
|
56
|
+
exports.setComputeUnitPriceUmiIx = setComputeUnitPriceUmiIx;
|
57
|
+
function createAssociatedTokenAccountUmiIx(signer, wallet, mint) {
|
58
|
+
return getWrappedInstruction(signer, (0, spl_token_1.createAssociatedTokenAccountIdempotentInstruction)((0, umi_web3js_adapters_1.toWeb3JsPublicKey)(signer.publicKey), (0, accountUtils_1.getTokenAccount)(wallet, mint), wallet, mint));
|
59
|
+
}
|
60
|
+
exports.createAssociatedTokenAccountUmiIx = createAssociatedTokenAccountUmiIx;
|
61
|
+
function systemTransferUmiIx(signer, destination, lamports) {
|
62
|
+
return getWrappedInstruction(signer, web3_js_1.SystemProgram.transfer({
|
63
|
+
fromPubkey: (0, umi_web3js_adapters_1.toWeb3JsPublicKey)(signer.publicKey),
|
64
|
+
toPubkey: destination,
|
65
|
+
lamports,
|
66
|
+
}));
|
67
|
+
}
|
68
|
+
exports.systemTransferUmiIx = systemTransferUmiIx;
|
69
|
+
function closeTokenAccountUmiIx(signer, tokenAccount, authority) {
|
70
|
+
return getWrappedInstruction(signer, (0, spl_token_1.createCloseAccountInstruction)(tokenAccount, authority, authority));
|
71
|
+
}
|
72
|
+
exports.closeTokenAccountUmiIx = closeTokenAccountUmiIx;
|
73
|
+
function splTokenTransferUmiIx(signer, fromTa, toTa, authority, amount) {
|
74
|
+
return getWrappedInstruction(signer, (0, spl_token_1.createTransferInstruction)(fromTa, toTa, authority, amount));
|
75
|
+
}
|
76
|
+
exports.splTokenTransferUmiIx = splTokenTransferUmiIx;
|
77
|
+
async function getAdressLookupInputs(lookupTableAddresses) {
|
78
|
+
const addressLookupTableAccountInfos = await solautoConstants_1.UMI.rpc.getAccounts(lookupTableAddresses.map((key) => (0, umi_1.publicKey)(key)));
|
79
|
+
return addressLookupTableAccountInfos.reduce((acc, accountInfo, index) => {
|
80
|
+
const addressLookupTableAddress = lookupTableAddresses[index];
|
81
|
+
if (accountInfo.exists) {
|
82
|
+
acc.push({
|
83
|
+
publicKey: (0, umi_1.publicKey)(addressLookupTableAddress),
|
84
|
+
addresses: web3_js_1.AddressLookupTableAccount.deserialize(accountInfo.data).addresses.map((x) => (0, umi_1.publicKey)(x)),
|
85
|
+
});
|
86
|
+
}
|
87
|
+
return acc;
|
88
|
+
}, new Array());
|
89
|
+
}
|
90
|
+
exports.getAdressLookupInputs = getAdressLookupInputs;
|
91
|
+
function assembleFinalTransaction(signer, tx, computeUnitPrice, computeUnitLimit) {
|
92
|
+
tx = tx
|
93
|
+
.prepend(setComputeUnitPriceUmiIx(signer, computeUnitPrice))
|
94
|
+
.prepend(computeUnitLimit
|
95
|
+
? setComputeUnitLimitUmiIx(signer, computeUnitLimit)
|
96
|
+
: (0, umi_1.transactionBuilder)());
|
97
|
+
const marginfiStartFlSerializer = (0, marginfi_sdk_1.getLendingAccountStartFlashloanInstructionDataSerializer)();
|
98
|
+
const marginfiStartFlDiscriminator = marginfiStartFlSerializer
|
99
|
+
.serialize({
|
100
|
+
endIndex: 0,
|
101
|
+
})
|
102
|
+
.slice(0, 8);
|
103
|
+
const marginfiEndFlSerializer = (0, marginfi_sdk_1.getLendingAccountEndFlashloanInstructionDataSerializer)();
|
104
|
+
const marginfiEndFlDiscriminator = marginfiEndFlSerializer
|
105
|
+
.serialize({
|
106
|
+
endIndex: 0,
|
107
|
+
})
|
108
|
+
.slice(0, 8);
|
109
|
+
let endFlIndex = 0;
|
110
|
+
const instructions = tx.getInstructions();
|
111
|
+
for (let i = instructions.length - 1; i >= 0; i--) {
|
112
|
+
const ix = instructions[i];
|
113
|
+
try {
|
114
|
+
const [data, _] = marginfiStartFlSerializer.deserialize(ix.data);
|
115
|
+
if ((0, generalUtils_1.arraysAreEqual)(data.discriminator, Array.from(marginfiStartFlDiscriminator))) {
|
116
|
+
ix.data = marginfiStartFlSerializer.serialize({
|
117
|
+
endIndex: endFlIndex,
|
118
|
+
});
|
119
|
+
}
|
120
|
+
}
|
121
|
+
catch { }
|
122
|
+
try {
|
123
|
+
const [data, _] = marginfiEndFlSerializer.deserialize(ix.data);
|
124
|
+
if ((0, generalUtils_1.arraysAreEqual)(data.discriminator, Array.from(marginfiEndFlDiscriminator))) {
|
125
|
+
endFlIndex = i;
|
126
|
+
}
|
127
|
+
}
|
128
|
+
catch { }
|
129
|
+
}
|
130
|
+
return tx;
|
131
|
+
}
|
132
|
+
exports.assembleFinalTransaction = assembleFinalTransaction;
|
133
|
+
async function simulateTransaction(transaction) {
|
134
|
+
const simulationResult = await solautoConstants_1.CONNECTION.simulateTransaction(transaction, {
|
135
|
+
sigVerify: true,
|
136
|
+
});
|
137
|
+
if (simulationResult.value.err) {
|
138
|
+
simulationResult.value.logs?.forEach((x) => {
|
139
|
+
console.log(x);
|
140
|
+
});
|
141
|
+
throw simulationResult.value.err;
|
142
|
+
}
|
143
|
+
return simulationResult;
|
144
|
+
}
|
145
|
+
async function getComputeUnitPriceEstimate(tx, attemptNum) {
|
146
|
+
const web3Transaction = (0, umi_web3js_adapters_1.toWeb3JsTransaction)((await tx.setLatestBlockhash(solautoConstants_1.UMI, { commitment: "finalized" })).build(solautoConstants_1.UMI));
|
147
|
+
const serializedTransaction = bs58_1.default.encode(web3Transaction.serialize());
|
148
|
+
const resp = await solautoConstants_1.UMI.rpc.call("getPriorityFeeEstimate", [
|
149
|
+
{
|
150
|
+
transaction: serializedTransaction,
|
151
|
+
options: { priorityLevel: attemptNum && attemptNum > 0 ? "VeryHigh" : "High" },
|
152
|
+
},
|
153
|
+
]);
|
154
|
+
const feeEstimate = Math.round(resp.priorityFeeEstimate);
|
155
|
+
console.log("Compute unit price: ", feeEstimate);
|
156
|
+
return feeEstimate;
|
157
|
+
}
|
158
|
+
exports.getComputeUnitPriceEstimate = getComputeUnitPriceEstimate;
|
159
|
+
async function sendSingleOptimizedTransaction(client, tx, simulateOnly, attemptNum) {
|
160
|
+
client.log("Sending single optimized transaction...");
|
161
|
+
client.log("Instructions: ", tx.getInstructions().length);
|
162
|
+
client.log("Serialized transaction size: ", tx.getTransactionSize(solautoConstants_1.UMI));
|
163
|
+
const feeEstimate = await getComputeUnitPriceEstimate(tx, attemptNum);
|
164
|
+
const simulationResult = await (0, generalUtils_1.retryWithExponentialBackoff)(async () => await simulateTransaction((0, umi_web3js_adapters_1.toWeb3JsTransaction)(await (await assembleFinalTransaction(client.signer, tx, feeEstimate, 1400000).setLatestBlockhash(solautoConstants_1.UMI)).buildAndSign(solautoConstants_1.UMI))));
|
165
|
+
const computeUnitLimit = Math.round(simulationResult.value.unitsConsumed * 1.15);
|
166
|
+
console.log("Compute unit limit: ", computeUnitLimit);
|
167
|
+
if (!simulateOnly) {
|
168
|
+
const result = await (0, generalUtils_1.retryWithExponentialBackoff)(async () => await assembleFinalTransaction(client.signer, tx, feeEstimate, computeUnitLimit).sendAndConfirm(solautoConstants_1.UMI, {
|
169
|
+
send: {
|
170
|
+
skipPreflight: true,
|
171
|
+
commitment: "finalized",
|
172
|
+
},
|
173
|
+
confirm: { commitment: "finalized" },
|
174
|
+
}));
|
175
|
+
client.log(`https://solscan.io/tx/${bs58_1.default.encode(result.signature)}`);
|
176
|
+
if (result.result.value.err !== null) {
|
177
|
+
throw new Error(result.result.value.err.toString());
|
178
|
+
}
|
179
|
+
return result.signature;
|
180
|
+
}
|
181
|
+
return undefined;
|
182
|
+
}
|
183
|
+
exports.sendSingleOptimizedTransaction = sendSingleOptimizedTransaction;
|
@@ -0,0 +1,51 @@
|
|
1
|
+
import { PublicKey } from "@metaplex-foundation/umi";
|
2
|
+
import { AutomationSettings, DCASettings, DCASettingsInpArgs, FeeType, LendingPlatform, PositionState, SolautoSettingsParameters, SolautoSettingsParametersInpArgs } from "../../generated";
|
3
|
+
export declare function nextAutomationPeriodTimestamp(automation: AutomationSettings): number;
|
4
|
+
export declare function eligibleForNextAutomationPeriod(automation: AutomationSettings): boolean;
|
5
|
+
export declare function getUpdatedValueFromAutomation(currValue: number, targetValue: number, automation: AutomationSettings, currentUnixTimestamp: number): number;
|
6
|
+
export declare function getAdjustedSettingsFromAutomation(settings: SolautoSettingsParameters, currentUnixSeconds: number): SolautoSettingsParameters;
|
7
|
+
export declare function getSolautoFeesBps(isReferred: boolean, feeType: FeeType): {
|
8
|
+
solauto: number;
|
9
|
+
referrer: number;
|
10
|
+
total: number;
|
11
|
+
};
|
12
|
+
export declare function getMaxLiqUtilizationRate(maxLtvBps: number, liqThresholdBps: number): number;
|
13
|
+
export declare function maxRepayFrom(maxLtvBps: number, liqThresholdBps: number): number;
|
14
|
+
export declare function maxRepayTo(maxLtvBps: number, liqThresholdBps: number): number;
|
15
|
+
export declare function eligibileForRebalance(positionState: PositionState, positionSettings: SolautoSettingsParameters, positionDca: DCASettings): boolean;
|
16
|
+
export declare function eligibleForRefresh(positionState: PositionState, positionSettings: SolautoSettingsParameters): boolean;
|
17
|
+
export declare function getSolautoManagedPositions(authority?: PublicKey): Promise<{
|
18
|
+
authority: PublicKey;
|
19
|
+
positionId: number;
|
20
|
+
lendingPlatform: LendingPlatform;
|
21
|
+
}[]>;
|
22
|
+
export declare function getAllReferralStates(): Promise<PublicKey[]>;
|
23
|
+
export declare function getReferralsByUser(user: PublicKey): Promise<PublicKey[]>;
|
24
|
+
type PositionAdjustment = {
|
25
|
+
type: "supply";
|
26
|
+
value: bigint;
|
27
|
+
} | {
|
28
|
+
type: "debt";
|
29
|
+
value: bigint;
|
30
|
+
} | {
|
31
|
+
type: "debtDcaIn";
|
32
|
+
value: bigint;
|
33
|
+
} | {
|
34
|
+
type: "settings";
|
35
|
+
value: SolautoSettingsParametersInpArgs;
|
36
|
+
} | {
|
37
|
+
type: "dca";
|
38
|
+
value: DCASettingsInpArgs;
|
39
|
+
};
|
40
|
+
export declare class LivePositionUpdates {
|
41
|
+
supplyAdjustment: bigint;
|
42
|
+
debtAdjustment: bigint;
|
43
|
+
debtTaBalanceAdjustment: bigint;
|
44
|
+
settings: SolautoSettingsParameters | undefined;
|
45
|
+
activeDca: DCASettings | undefined;
|
46
|
+
new(update: PositionAdjustment): void;
|
47
|
+
reset(): void;
|
48
|
+
hasUpdates(): boolean;
|
49
|
+
}
|
50
|
+
export {};
|
51
|
+
//# sourceMappingURL=generalUtils.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"generalUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/solauto/generalUtils.ts"],"names":[],"mappings":"AACA,OAAO,EAAoB,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EACL,kBAAkB,EAClB,WAAW,EACX,kBAAkB,EAClB,OAAO,EACP,eAAe,EACf,aAAa,EAEb,yBAAyB,EACzB,gCAAgC,EAIjC,MAAM,iBAAiB,CAAC;AAyBzB,wBAAgB,6BAA6B,CAC3C,UAAU,EAAE,kBAAkB,GAC7B,MAAM,CAKR;AAED,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,kBAAkB,GAC7B,OAAO,CAET;AAED,wBAAgB,6BAA6B,CAC3C,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,kBAAkB,EAC9B,oBAAoB,EAAE,MAAM,UAY7B;AAED,wBAAgB,iCAAiC,CAC/C,QAAQ,EAAE,yBAAyB,EACnC,kBAAkB,EAAE,MAAM,GACzB,yBAAyB,CAgB3B;AAED,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG;IACxE,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf,CAYA;AAED,wBAAgB,wBAAwB,CACtC,SAAS,EAAE,MAAM,EACjB,eAAe,EAAE,MAAM,GACtB,MAAM,CAER;AAED,wBAAgB,YAAY,CAAC,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,UAEtE;AAED,wBAAgB,UAAU,CAAC,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,UAEpE;AAED,wBAAgB,qBAAqB,CACnC,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,yBAAyB,EAC3C,WAAW,EAAE,WAAW,GACvB,OAAO,CA+BT;AAED,wBAAgB,kBAAkB,CAChC,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,yBAAyB,GAC1C,OAAO,CAMT;AAED,wBAAsB,0BAA0B,CAC9C,SAAS,CAAC,EAAE,SAAS,GACpB,OAAO,CACR;IACE,SAAS,EAAE,SAAS,CAAC;IACrB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,eAAe,CAAC;CAClC,EAAE,CACJ,CAkDA;AAED,wBAAsB,oBAAoB,IAAI,OAAO,CAAC,SAAS,EAAE,CAAC,CAejE;AAED,wBAAsB,kBAAkB,CACtC,IAAI,EAAE,SAAS,GACd,OAAO,CAAC,SAAS,EAAE,CAAC,CA2BtB;AAED,KAAK,kBAAkB,GACnB;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAC/B;IAAE,IAAI,EAAE,WAAW,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACpC;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,KAAK,EAAE,gCAAgC,CAAA;CAAE,GAC7D;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE,kBAAkB,CAAA;CAAE,CAAC;AAE/C,qBAAa,mBAAmB;IACvB,gBAAgB,EAAE,MAAM,CAAa;IACrC,cAAc,EAAE,MAAM,CAAa;IACnC,uBAAuB,EAAE,MAAM,CAAa;IAC5C,QAAQ,EAAE,yBAAyB,GAAG,SAAS,CAAa;IAC5D,SAAS,EAAE,WAAW,GAAG,SAAS,CAAa;IAEtD,GAAG,CAAC,MAAM,EAAE,kBAAkB;IAyD9B,KAAK;IAQL,UAAU,IAAI,OAAO;CAQtB"}
|
@@ -0,0 +1,271 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.LivePositionUpdates = exports.getReferralsByUser = exports.getAllReferralStates = exports.getSolautoManagedPositions = exports.eligibleForRefresh = exports.eligibileForRebalance = exports.maxRepayTo = exports.maxRepayFrom = exports.getMaxLiqUtilizationRate = exports.getSolautoFeesBps = exports.getAdjustedSettingsFromAutomation = exports.getUpdatedValueFromAutomation = exports.eligibleForNextAutomationPeriod = exports.nextAutomationPeriodTimestamp = void 0;
|
4
|
+
const umi_1 = require("@metaplex-foundation/umi");
|
5
|
+
const generated_1 = require("../../generated");
|
6
|
+
const generalUtils_1 = require("../generalUtils");
|
7
|
+
const numberUtils_1 = require("../numberUtils");
|
8
|
+
const solautoConstants_1 = require("../../constants/solautoConstants");
|
9
|
+
const accountUtils_1 = require("../accountUtils");
|
10
|
+
const umi_web3js_adapters_1 = require("@metaplex-foundation/umi-web3js-adapters");
|
11
|
+
function newPeriodsPassed(automation, currentUnixTimestamp) {
|
12
|
+
return Math.min(automation.targetPeriods, automation.periodsPassed +
|
13
|
+
Math.floor((currentUnixTimestamp - Number(automation.unixStartDate)) /
|
14
|
+
Number(automation.intervalSeconds)));
|
15
|
+
}
|
16
|
+
function nextAutomationPeriodTimestamp(automation) {
|
17
|
+
return automation.periodsPassed === 0
|
18
|
+
? Number(automation.unixStartDate)
|
19
|
+
: Number(automation.unixStartDate) +
|
20
|
+
automation.periodsPassed * Number(automation.intervalSeconds);
|
21
|
+
}
|
22
|
+
exports.nextAutomationPeriodTimestamp = nextAutomationPeriodTimestamp;
|
23
|
+
function eligibleForNextAutomationPeriod(automation) {
|
24
|
+
return (0, generalUtils_1.currentUnixSeconds)() >= nextAutomationPeriodTimestamp(automation);
|
25
|
+
}
|
26
|
+
exports.eligibleForNextAutomationPeriod = eligibleForNextAutomationPeriod;
|
27
|
+
function getUpdatedValueFromAutomation(currValue, targetValue, automation, currentUnixTimestamp) {
|
28
|
+
const currRateDiff = currValue - targetValue;
|
29
|
+
const progressPct = 1 /
|
30
|
+
Math.max(1, automation.targetPeriods -
|
31
|
+
newPeriodsPassed(automation, currentUnixTimestamp));
|
32
|
+
const newValue = currValue - currRateDiff * progressPct;
|
33
|
+
return newValue;
|
34
|
+
}
|
35
|
+
exports.getUpdatedValueFromAutomation = getUpdatedValueFromAutomation;
|
36
|
+
function getAdjustedSettingsFromAutomation(settings, currentUnixSeconds) {
|
37
|
+
const boostToBps = settings.automation.targetPeriods > 0 &&
|
38
|
+
eligibleForNextAutomationPeriod(settings.automation)
|
39
|
+
? getUpdatedValueFromAutomation(settings.boostToBps, settings.targetBoostToBps, settings.automation, currentUnixSeconds)
|
40
|
+
: settings.boostToBps;
|
41
|
+
return {
|
42
|
+
...settings,
|
43
|
+
boostToBps,
|
44
|
+
};
|
45
|
+
}
|
46
|
+
exports.getAdjustedSettingsFromAutomation = getAdjustedSettingsFromAutomation;
|
47
|
+
function getSolautoFeesBps(isReferred, feeType) {
|
48
|
+
const fees = feeType === generated_1.FeeType.Small ? 100 : 500;
|
49
|
+
let referrer = 0;
|
50
|
+
if (isReferred) {
|
51
|
+
referrer = fees / 4;
|
52
|
+
}
|
53
|
+
return {
|
54
|
+
solauto: fees - referrer,
|
55
|
+
referrer,
|
56
|
+
total: fees,
|
57
|
+
};
|
58
|
+
}
|
59
|
+
exports.getSolautoFeesBps = getSolautoFeesBps;
|
60
|
+
function getMaxLiqUtilizationRate(maxLtvBps, liqThresholdBps) {
|
61
|
+
return (0, numberUtils_1.toBps)(((0, numberUtils_1.fromBps)(maxLtvBps) - 0.015) / (0, numberUtils_1.fromBps)(liqThresholdBps)) - 1;
|
62
|
+
}
|
63
|
+
exports.getMaxLiqUtilizationRate = getMaxLiqUtilizationRate;
|
64
|
+
function maxRepayFrom(maxLtvBps, liqThresholdBps) {
|
65
|
+
return Math.min(9000, getMaxLiqUtilizationRate(maxLtvBps, liqThresholdBps - 1000));
|
66
|
+
}
|
67
|
+
exports.maxRepayFrom = maxRepayFrom;
|
68
|
+
function maxRepayTo(maxLtvBps, liqThresholdBps) {
|
69
|
+
return Math.min(maxRepayFrom(maxLtvBps, liqThresholdBps) - solautoConstants_1.MAX_REPAY_GAP_BPS, getMaxLiqUtilizationRate(maxLtvBps, liqThresholdBps));
|
70
|
+
}
|
71
|
+
exports.maxRepayTo = maxRepayTo;
|
72
|
+
function eligibileForRebalance(positionState, positionSettings, positionDca) {
|
73
|
+
if (positionDca.automation.targetPeriods > 0 &&
|
74
|
+
eligibleForNextAutomationPeriod(positionDca.automation)) {
|
75
|
+
return true;
|
76
|
+
}
|
77
|
+
const boostToBps = eligibleForRefresh(positionState, positionSettings) &&
|
78
|
+
positionSettings.automation.targetPeriods > 0
|
79
|
+
? getUpdatedValueFromAutomation(positionSettings.boostToBps, positionSettings.targetBoostToBps, positionSettings.automation, (0, generalUtils_1.currentUnixSeconds)())
|
80
|
+
: positionSettings.boostToBps;
|
81
|
+
const repayFrom = positionSettings.repayToBps + positionSettings.repayGap;
|
82
|
+
const boostFrom = boostToBps - positionSettings.boostGap;
|
83
|
+
if (positionState.liqUtilizationRateBps <= boostFrom) {
|
84
|
+
return true;
|
85
|
+
}
|
86
|
+
else if (positionState.liqUtilizationRateBps >= repayFrom ||
|
87
|
+
repayFrom - positionState.liqUtilizationRateBps < repayFrom * 0.01) {
|
88
|
+
return true;
|
89
|
+
}
|
90
|
+
return false;
|
91
|
+
}
|
92
|
+
exports.eligibileForRebalance = eligibileForRebalance;
|
93
|
+
function eligibleForRefresh(positionState, positionSettings) {
|
94
|
+
if (positionSettings.automation.targetPeriods > 0) {
|
95
|
+
return eligibleForNextAutomationPeriod(positionSettings.automation);
|
96
|
+
}
|
97
|
+
else {
|
98
|
+
return (0, generalUtils_1.currentUnixSeconds)() - Number(positionState.lastUpdated) > 60 * 60 * 24 * 7;
|
99
|
+
}
|
100
|
+
}
|
101
|
+
exports.eligibleForRefresh = eligibleForRefresh;
|
102
|
+
async function getSolautoManagedPositions(authority) {
|
103
|
+
// bump: [u8; 1]
|
104
|
+
// position_id: [u8; 1]
|
105
|
+
// self_managed: u8 - (1 for true, 0 for false)
|
106
|
+
// padding: [u8; 5]
|
107
|
+
// authority: Pubkey
|
108
|
+
// lending_platform: u8
|
109
|
+
const accounts = await solautoConstants_1.UMI.rpc.getProgramAccounts(generated_1.SOLAUTO_PROGRAM_ID, {
|
110
|
+
commitment: "finalized",
|
111
|
+
dataSlice: {
|
112
|
+
offset: 0,
|
113
|
+
length: 1 + 1 + 1 + 5 + 32 + 1, // bump + position_id + self_managed + padding + authority (pubkey) + lending_platform
|
114
|
+
},
|
115
|
+
filters: [
|
116
|
+
{
|
117
|
+
dataSize: (0, generated_1.getSolautoPositionSize)(),
|
118
|
+
},
|
119
|
+
{
|
120
|
+
memcmp: {
|
121
|
+
bytes: new Uint8Array([0]),
|
122
|
+
offset: 2,
|
123
|
+
},
|
124
|
+
},
|
125
|
+
...(authority
|
126
|
+
? [
|
127
|
+
{
|
128
|
+
memcmp: {
|
129
|
+
bytes: new Uint8Array((0, umi_web3js_adapters_1.toWeb3JsPublicKey)(authority).toBuffer()),
|
130
|
+
offset: 8,
|
131
|
+
},
|
132
|
+
},
|
133
|
+
]
|
134
|
+
: []),
|
135
|
+
],
|
136
|
+
});
|
137
|
+
return accounts.map((x) => {
|
138
|
+
const [position, _] = (0, generated_1.getSolautoPositionAccountDataSerializer)().deserialize(new Uint8Array([
|
139
|
+
...x.data,
|
140
|
+
...Array((0, generated_1.getSolautoPositionSize)() - x.data.length).fill(0),
|
141
|
+
]));
|
142
|
+
return {
|
143
|
+
authority: position.authority,
|
144
|
+
positionId: position.positionId[0],
|
145
|
+
lendingPlatform: position.position.lendingPlatform,
|
146
|
+
};
|
147
|
+
});
|
148
|
+
}
|
149
|
+
exports.getSolautoManagedPositions = getSolautoManagedPositions;
|
150
|
+
async function getAllReferralStates() {
|
151
|
+
const accounts = await solautoConstants_1.UMI.rpc.getProgramAccounts(generated_1.SOLAUTO_PROGRAM_ID, {
|
152
|
+
commitment: "finalized",
|
153
|
+
dataSlice: {
|
154
|
+
offset: 0,
|
155
|
+
length: 0,
|
156
|
+
},
|
157
|
+
filters: [
|
158
|
+
{
|
159
|
+
dataSize: (0, generated_1.getReferralStateSize)(),
|
160
|
+
},
|
161
|
+
],
|
162
|
+
});
|
163
|
+
return accounts.map((x) => x.publicKey);
|
164
|
+
}
|
165
|
+
exports.getAllReferralStates = getAllReferralStates;
|
166
|
+
async function getReferralsByUser(user) {
|
167
|
+
// bump: [u8; 1],
|
168
|
+
// padding: [u8; 7],
|
169
|
+
// authority: Pubkey,
|
170
|
+
// referred_by_state: Pubkey,
|
171
|
+
const userReferralState = await (0, accountUtils_1.getReferralState)((0, umi_web3js_adapters_1.toWeb3JsPublicKey)(user));
|
172
|
+
const accounts = await solautoConstants_1.UMI.rpc.getProgramAccounts(generated_1.SOLAUTO_PROGRAM_ID, {
|
173
|
+
commitment: "finalized",
|
174
|
+
dataSlice: {
|
175
|
+
offset: 0,
|
176
|
+
length: 0,
|
177
|
+
},
|
178
|
+
filters: [
|
179
|
+
{
|
180
|
+
dataSize: (0, generated_1.getReferralStateSize)(),
|
181
|
+
},
|
182
|
+
{
|
183
|
+
memcmp: {
|
184
|
+
bytes: userReferralState.toBytes(),
|
185
|
+
offset: 1 + 7 + 32, // bump + padding + authority - target the referred_by_state field
|
186
|
+
},
|
187
|
+
},
|
188
|
+
],
|
189
|
+
});
|
190
|
+
return accounts.map((x) => x.publicKey);
|
191
|
+
}
|
192
|
+
exports.getReferralsByUser = getReferralsByUser;
|
193
|
+
class LivePositionUpdates {
|
194
|
+
constructor() {
|
195
|
+
this.supplyAdjustment = BigInt(0);
|
196
|
+
this.debtAdjustment = BigInt(0);
|
197
|
+
this.debtTaBalanceAdjustment = BigInt(0);
|
198
|
+
this.settings = undefined;
|
199
|
+
this.activeDca = undefined;
|
200
|
+
}
|
201
|
+
new(update) {
|
202
|
+
if (update.type === "supply") {
|
203
|
+
this.supplyAdjustment += update.value;
|
204
|
+
}
|
205
|
+
else if (update.type === "debt") {
|
206
|
+
this.debtAdjustment += update.value;
|
207
|
+
}
|
208
|
+
else if (update.type === "debtDcaIn") {
|
209
|
+
this.debtTaBalanceAdjustment += update.value;
|
210
|
+
}
|
211
|
+
else if (update.type === "settings") {
|
212
|
+
const settings = update.value;
|
213
|
+
this.settings = {
|
214
|
+
automation: (0, umi_1.isOption)(settings.automation) && (0, umi_1.isSome)(settings.automation)
|
215
|
+
? {
|
216
|
+
...settings.automation.value,
|
217
|
+
intervalSeconds: BigInt(settings.automation.value.intervalSeconds),
|
218
|
+
unixStartDate: BigInt(settings.automation.value.unixStartDate),
|
219
|
+
padding: new Uint8Array([]),
|
220
|
+
padding1: [],
|
221
|
+
}
|
222
|
+
: {
|
223
|
+
targetPeriods: 0,
|
224
|
+
periodsPassed: 0,
|
225
|
+
intervalSeconds: BigInt(0),
|
226
|
+
unixStartDate: BigInt(0),
|
227
|
+
padding: new Uint8Array([]),
|
228
|
+
padding1: [],
|
229
|
+
},
|
230
|
+
targetBoostToBps: (0, umi_1.isOption)(settings.targetBoostToBps) &&
|
231
|
+
(0, umi_1.isSome)(settings.targetBoostToBps)
|
232
|
+
? settings.targetBoostToBps.value
|
233
|
+
: 0,
|
234
|
+
boostGap: settings.boostGap,
|
235
|
+
boostToBps: settings.boostToBps,
|
236
|
+
repayGap: settings.repayGap,
|
237
|
+
repayToBps: settings.repayToBps,
|
238
|
+
padding: new Uint8Array([]),
|
239
|
+
padding1: [],
|
240
|
+
};
|
241
|
+
}
|
242
|
+
else if (update.type === "dca") {
|
243
|
+
const dca = update.value;
|
244
|
+
this.activeDca = {
|
245
|
+
automation: {
|
246
|
+
...dca.automation,
|
247
|
+
intervalSeconds: BigInt(dca.automation.intervalSeconds),
|
248
|
+
unixStartDate: BigInt(dca.automation.unixStartDate),
|
249
|
+
padding: new Uint8Array([]),
|
250
|
+
padding1: [],
|
251
|
+
},
|
252
|
+
debtToAddBaseUnit: BigInt(dca.debtToAddBaseUnit),
|
253
|
+
padding: new Uint8Array([]),
|
254
|
+
};
|
255
|
+
}
|
256
|
+
}
|
257
|
+
reset() {
|
258
|
+
this.supplyAdjustment = BigInt(0);
|
259
|
+
this.debtAdjustment = BigInt(0);
|
260
|
+
this.debtTaBalanceAdjustment = BigInt(0);
|
261
|
+
this.settings = undefined;
|
262
|
+
this.activeDca = undefined;
|
263
|
+
}
|
264
|
+
hasUpdates() {
|
265
|
+
return (this.supplyAdjustment !== BigInt(0) ||
|
266
|
+
this.debtAdjustment !== BigInt(0) ||
|
267
|
+
this.debtTaBalanceAdjustment !== BigInt(0) ||
|
268
|
+
this.settings !== undefined);
|
269
|
+
}
|
270
|
+
}
|
271
|
+
exports.LivePositionUpdates = LivePositionUpdates;
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utils/solauto/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./generalUtils"), exports);
|
18
|
+
__exportStar(require("./rebalanceUtils"), exports);
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { PublicKey } from "@solana/web3.js";
|
2
|
+
import { SolautoClient } from "../../clients/solautoClient";
|
3
|
+
import { QuoteResponse } from "@jup-ag/api";
|
4
|
+
import { JupSwapDetails } from "../jupiterUtils";
|
5
|
+
export interface RebalanceValues {
|
6
|
+
increasingLeverage: boolean;
|
7
|
+
debtAdjustmentUsd: number;
|
8
|
+
amountUsdToDcaIn: number;
|
9
|
+
}
|
10
|
+
export declare function getRebalanceValues(client: SolautoClient, targetLiqUtilizationRateBps?: number, limitGapBps?: number): RebalanceValues;
|
11
|
+
export interface FlashLoanDetails {
|
12
|
+
baseUnitAmount: bigint;
|
13
|
+
mint: PublicKey;
|
14
|
+
}
|
15
|
+
export declare function getFlashLoanDetails(client: SolautoClient, values: RebalanceValues, jupQuote: QuoteResponse): FlashLoanDetails | undefined;
|
16
|
+
export declare function getJupSwapRebalanceDetails(client: SolautoClient, values: RebalanceValues, targetLiqUtilizationRateBps?: number, attemptNum?: number): JupSwapDetails;
|
17
|
+
//# sourceMappingURL=rebalanceUtils.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"rebalanceUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/solauto/rebalanceUtils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAU5D,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AA4IjD,MAAM,WAAW,eAAe;IAC9B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,aAAa,EACrB,2BAA2B,CAAC,EAAE,MAAM,EACpC,WAAW,CAAC,EAAE,MAAM,GACnB,eAAe,CA8EjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,IAAI,EAAE,SAAS,CAAC;CACjB;AAED,wBAAgB,mBAAmB,CACjC,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,eAAe,EACvB,QAAQ,EAAE,aAAa,GACtB,gBAAgB,GAAG,SAAS,CAiE9B;AAED,wBAAgB,0BAA0B,CACxC,MAAM,EAAE,aAAa,EACrB,MAAM,EAAE,eAAe,EACvB,2BAA2B,CAAC,EAAE,MAAM,EACpC,UAAU,CAAC,EAAE,MAAM,GAClB,cAAc,CAmChB"}
|