@defisaver/sdk 1.0.64 → 1.0.66

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1167) hide show
  1. package/.babelrc +3 -3
  2. package/.editorconfig +9 -9
  3. package/.env.example +1 -1
  4. package/.eslintignore +5 -5
  5. package/.eslintrc.js +36 -36
  6. package/ACTIONS.md +1765 -1765
  7. package/AccessLists/AaveAccessLists.ts +26 -26
  8. package/AccessLists/BalancerAccessLists.ts +18 -18
  9. package/AccessLists/CompoundAccessLists.ts +31 -31
  10. package/AccessLists/DyDxAccessLists.ts +8 -8
  11. package/AccessLists/FlashLoanAccessLists.ts +26 -26
  12. package/AccessLists/GuniAccessLists.ts +14 -14
  13. package/AccessLists/InstaAccessLists.ts +7 -7
  14. package/AccessLists/LidoAccessLists.ts +19 -19
  15. package/AccessLists/LiquityAccessLists.ts +79 -79
  16. package/AccessLists/MStableAccessLists.ts +16 -16
  17. package/AccessLists/MakerAccessLists.ts +42 -42
  18. package/AccessLists/RariAccessLists.ts +10 -10
  19. package/AccessLists/ReflexerAccessLists.ts +50 -50
  20. package/AccessLists/UniswapAccessLists.ts +38 -38
  21. package/AccessLists/UtilsAccessLists.ts +34 -34
  22. package/AccessLists/YearnAccessLists.ts +12 -12
  23. package/AccessLists/index.ts +37 -37
  24. package/DEV.md +43 -43
  25. package/README.md +10 -10
  26. package/docs/md/README.md +12 -12
  27. package/docs/md/classes/AaveBorrowAction.md +458 -458
  28. package/docs/md/classes/AaveClaimStkAaveAction.md +455 -455
  29. package/docs/md/classes/AaveCollateralSwitchAction.md +455 -455
  30. package/docs/md/classes/AavePaybackAction.md +458 -458
  31. package/docs/md/classes/AaveSupplyAction.md +458 -458
  32. package/docs/md/classes/AaveV2FlashLoanAction.md +458 -458
  33. package/docs/md/classes/AaveV2FlashLoanPaybackAction.md +454 -454
  34. package/docs/md/classes/AaveV3ATokenPaybackAction.md +644 -644
  35. package/docs/md/classes/AaveV3BorrowAction.md +606 -606
  36. package/docs/md/classes/AaveV3ClaimRewardsAction.md +603 -603
  37. package/docs/md/classes/AaveV3CollateralSwitchAction.md +603 -603
  38. package/docs/md/classes/AaveV3FlashLoanAction.md +604 -604
  39. package/docs/md/classes/AaveV3FlashLoanPaybackAction.md +454 -454
  40. package/docs/md/classes/AaveV3PaybackAction.md +618 -618
  41. package/docs/md/classes/AaveV3RatioCheckAction.md +454 -454
  42. package/docs/md/classes/AaveV3RatioTrigger.md +454 -454
  43. package/docs/md/classes/AaveV3SetEModeAction.md +601 -601
  44. package/docs/md/classes/AaveV3SupplyAction.md +618 -618
  45. package/docs/md/classes/AaveV3SwapBorrowRateModeAction.md +602 -602
  46. package/docs/md/classes/AaveV3WithdrawAction.md +603 -603
  47. package/docs/md/classes/AaveWithdrawAction.md +456 -456
  48. package/docs/md/classes/Action.md +604 -604
  49. package/docs/md/classes/ActionWithL2.md +612 -612
  50. package/docs/md/classes/AutomationV2Unsub.md +452 -452
  51. package/docs/md/classes/BalancerFlashLoanAction.md +456 -456
  52. package/docs/md/classes/BalancerFlashLoanPaybackAction.md +454 -454
  53. package/docs/md/classes/BalancerV2ClaimAction.md +457 -457
  54. package/docs/md/classes/BalancerV2SupplyAction.md +458 -458
  55. package/docs/md/classes/BalancerV2WithdrawAction.md +470 -470
  56. package/docs/md/classes/CBChickenInAction.md +454 -454
  57. package/docs/md/classes/CBChickenOutAction.md +455 -455
  58. package/docs/md/classes/CBCreateAction.md +454 -454
  59. package/docs/md/classes/CBRedeemAction.md +456 -456
  60. package/docs/md/classes/ChainLinkPriceTrigger.md +453 -453
  61. package/docs/md/classes/ChangeProxyOwnerAction.md +453 -453
  62. package/docs/md/classes/CompV3RatioTrigger.md +454 -454
  63. package/docs/md/classes/CompoundBorrowAction.md +455 -455
  64. package/docs/md/classes/CompoundClaimAction.md +456 -456
  65. package/docs/md/classes/CompoundCollateralSwitchAction.md +454 -454
  66. package/docs/md/classes/CompoundGetDebtAction.md +452 -452
  67. package/docs/md/classes/CompoundPaybackAction.md +456 -456
  68. package/docs/md/classes/CompoundRatioTrigger.md +453 -453
  69. package/docs/md/classes/CompoundSupplyAction.md +456 -456
  70. package/docs/md/classes/CompoundV3AllowAction.md +455 -455
  71. package/docs/md/classes/CompoundV3BorrowAction.md +456 -456
  72. package/docs/md/classes/CompoundV3ClaimAction.md +456 -456
  73. package/docs/md/classes/CompoundV3PaybackAction.md +468 -468
  74. package/docs/md/classes/CompoundV3RatioCheckAction.md +456 -456
  75. package/docs/md/classes/CompoundV3SupplyAction.md +468 -468
  76. package/docs/md/classes/CompoundV3TransferAction.md +457 -457
  77. package/docs/md/classes/CompoundV3WithdrawAction.md +457 -457
  78. package/docs/md/classes/CompoundWithdrawAction.md +455 -455
  79. package/docs/md/classes/ConvexClaimAction.md +466 -466
  80. package/docs/md/classes/ConvexDepositAction.md +468 -468
  81. package/docs/md/classes/ConvexWithdrawAction.md +468 -468
  82. package/docs/md/classes/CurveClaimFeesAction.md +452 -452
  83. package/docs/md/classes/CurveDepositAction.md +467 -467
  84. package/docs/md/classes/CurveGaugeDepositAction.md +455 -455
  85. package/docs/md/classes/CurveGaugeWithdrawAction.md +454 -454
  86. package/docs/md/classes/CurveMintCrvAction.md +452 -452
  87. package/docs/md/classes/CurveStethPoolDepositAction.md +456 -456
  88. package/docs/md/classes/CurveStethPoolWithdrawAction.md +457 -457
  89. package/docs/md/classes/CurveSwapAction.md +457 -457
  90. package/docs/md/classes/CurveWithdrawAction.md +468 -468
  91. package/docs/md/classes/DfsWeb3.md +212 -212
  92. package/docs/md/classes/DyDxFlashLoanAction.md +456 -456
  93. package/docs/md/classes/DyDxFlashLoanPaybackAction.md +454 -454
  94. package/docs/md/classes/DyDxWithdrawAction.md +455 -455
  95. package/docs/md/classes/EulerFlashLoanAction.md +456 -456
  96. package/docs/md/classes/EulerFlashLoanPaybackAction.md +454 -454
  97. package/docs/md/classes/GUniDeposit.md +461 -461
  98. package/docs/md/classes/GUniWithdraw.md +458 -458
  99. package/docs/md/classes/GasFeeAction.md +454 -454
  100. package/docs/md/classes/GasFeeActionL2.md +455 -455
  101. package/docs/md/classes/GasPriceTrigger.md +35 -35
  102. package/docs/md/classes/InstPullTokensAction.md +454 -454
  103. package/docs/md/classes/LidoStakeAction.md +455 -455
  104. package/docs/md/classes/LidoUnwrapAction.md +455 -455
  105. package/docs/md/classes/LidoWrapAction.md +456 -456
  106. package/docs/md/classes/LiquityBorrowAction.md +457 -457
  107. package/docs/md/classes/LiquityClaimAction.md +453 -453
  108. package/docs/md/classes/LiquityClaimSPRewardsAction.md +454 -454
  109. package/docs/md/classes/LiquityClaimStakingRewardsAction.md +454 -454
  110. package/docs/md/classes/LiquityCloseAction.md +454 -454
  111. package/docs/md/classes/LiquityEthGainToTroveAction.md +455 -455
  112. package/docs/md/classes/LiquityOpenAction.md +459 -459
  113. package/docs/md/classes/LiquityPaybackAction.md +456 -456
  114. package/docs/md/classes/LiquityRatioTrigger.md +453 -453
  115. package/docs/md/classes/LiquityRedeemAction.md +461 -461
  116. package/docs/md/classes/LiquitySPDepositAction.md +456 -456
  117. package/docs/md/classes/LiquitySPWithdrawAction.md +458 -458
  118. package/docs/md/classes/LiquityStakeAction.md +456 -456
  119. package/docs/md/classes/LiquitySupplyAction.md +456 -456
  120. package/docs/md/classes/LiquityUnstakeAction.md +458 -458
  121. package/docs/md/classes/LiquityWithdrawAction.md +456 -456
  122. package/docs/md/classes/MStableClaimAction.md +456 -456
  123. package/docs/md/classes/MStableDepositAction.md +461 -461
  124. package/docs/md/classes/MStableWithdrawAction.md +461 -461
  125. package/docs/md/classes/MakerClaimAction.md +455 -455
  126. package/docs/md/classes/MakerFlashLoanAction.md +455 -455
  127. package/docs/md/classes/MakerFlashLoanPaybackAction.md +454 -454
  128. package/docs/md/classes/MakerGenerateAction.md +456 -456
  129. package/docs/md/classes/MakerGiveAction.md +456 -456
  130. package/docs/md/classes/MakerMergeAction.md +455 -455
  131. package/docs/md/classes/MakerOpenVaultAction.md +454 -454
  132. package/docs/md/classes/MakerPaybackAction.md +456 -456
  133. package/docs/md/classes/MakerRatioAction.md +453 -453
  134. package/docs/md/classes/MakerRatioCheckAction.md +457 -457
  135. package/docs/md/classes/MakerRatioTrigger.md +453 -453
  136. package/docs/md/classes/MakerSupplyAction.md +457 -457
  137. package/docs/md/classes/MakerWithdrawAction.md +457 -457
  138. package/docs/md/classes/PullTokenAction.md +455 -455
  139. package/docs/md/classes/RariDepositAction.md +458 -458
  140. package/docs/md/classes/RariWithdrawAction.md +459 -459
  141. package/docs/md/classes/Recipe.md +195 -195
  142. package/docs/md/classes/ReflexerGenerateAction.md +455 -455
  143. package/docs/md/classes/ReflexerNativeUniV2SaviourDepositAction.md +455 -455
  144. package/docs/md/classes/ReflexerNativeUniV2SaviourGetReservesAction.md +454 -454
  145. package/docs/md/classes/ReflexerNativeUniV2SaviourWithdrawAction.md +455 -455
  146. package/docs/md/classes/ReflexerOpenSafeAction.md +453 -453
  147. package/docs/md/classes/ReflexerPaybackAction.md +455 -455
  148. package/docs/md/classes/ReflexerRatioTrigger.md +453 -453
  149. package/docs/md/classes/ReflexerSupplyAction.md +456 -456
  150. package/docs/md/classes/ReflexerWithdrawAction.md +456 -456
  151. package/docs/md/classes/SellAction.md +613 -613
  152. package/docs/md/classes/SendTokenAction.md +467 -467
  153. package/docs/md/classes/SendTokenAndUnwrapAction.md +455 -455
  154. package/docs/md/classes/Strategy.md +195 -195
  155. package/docs/md/classes/SubInputsAction.md +454 -454
  156. package/docs/md/classes/SumInputsAction.md +454 -454
  157. package/docs/md/classes/TimestampTrigger.md +451 -451
  158. package/docs/md/classes/ToggleSubAction.md +454 -454
  159. package/docs/md/classes/TokenBalanceAction.md +452 -452
  160. package/docs/md/classes/TrailingStopTrigger.md +453 -453
  161. package/docs/md/classes/TransferNFTAction.md +454 -454
  162. package/docs/md/classes/UniV3CurrentTickTrigger.md +452 -452
  163. package/docs/md/classes/UniswapSupplyAction.md +461 -461
  164. package/docs/md/classes/UniswapV3CollectAction.md +614 -614
  165. package/docs/md/classes/UniswapV3CreatePoolAction.md +611 -611
  166. package/docs/md/classes/UniswapV3MintAction.md +610 -610
  167. package/docs/md/classes/UniswapV3SupplyAction.md +63 -63
  168. package/docs/md/classes/UniswapV3WithdrawAction.md +618 -618
  169. package/docs/md/classes/UniswapWithdrawAction.md +460 -460
  170. package/docs/md/classes/UnwrapEthAction.md +600 -600
  171. package/docs/md/classes/UpdateSubAction.md +454 -454
  172. package/docs/md/classes/WrapEthAction.md +599 -599
  173. package/docs/md/classes/YearnSupplyAction.md +456 -456
  174. package/docs/md/classes/YearnWithdrawAction.md +456 -456
  175. package/docs/md/modules.md +814 -814
  176. package/esm/AccessLists/AaveAccessLists.d.ts +2 -2
  177. package/esm/AccessLists/AaveAccessLists.js +19 -19
  178. package/esm/AccessLists/BalancerAccessLists.d.ts +2 -2
  179. package/esm/AccessLists/BalancerAccessLists.js +14 -14
  180. package/esm/AccessLists/CompoundAccessLists.d.ts +2 -2
  181. package/esm/AccessLists/CompoundAccessLists.js +23 -23
  182. package/esm/AccessLists/DyDxAccessLists.d.ts +2 -2
  183. package/esm/AccessLists/DyDxAccessLists.js +6 -6
  184. package/esm/AccessLists/FlashLoanAccessLists.d.ts +2 -2
  185. package/esm/AccessLists/FlashLoanAccessLists.js +20 -20
  186. package/esm/AccessLists/GuniAccessLists.d.ts +2 -2
  187. package/esm/AccessLists/GuniAccessLists.js +10 -10
  188. package/esm/AccessLists/InstaAccessLists.d.ts +2 -2
  189. package/esm/AccessLists/InstaAccessLists.js +5 -5
  190. package/esm/AccessLists/LidoAccessLists.d.ts +2 -2
  191. package/esm/AccessLists/LidoAccessLists.js +15 -15
  192. package/esm/AccessLists/LiquityAccessLists.d.ts +2 -2
  193. package/esm/AccessLists/LiquityAccessLists.js +65 -65
  194. package/esm/AccessLists/MStableAccessLists.d.ts +2 -2
  195. package/esm/AccessLists/MStableAccessLists.js +12 -12
  196. package/esm/AccessLists/MakerAccessLists.d.ts +2 -2
  197. package/esm/AccessLists/MakerAccessLists.js +34 -34
  198. package/esm/AccessLists/RariAccessLists.d.ts +2 -2
  199. package/esm/AccessLists/RariAccessLists.js +8 -8
  200. package/esm/AccessLists/ReflexerAccessLists.d.ts +2 -2
  201. package/esm/AccessLists/ReflexerAccessLists.js +42 -42
  202. package/esm/AccessLists/UniswapAccessLists.d.ts +2 -2
  203. package/esm/AccessLists/UniswapAccessLists.js +31 -31
  204. package/esm/AccessLists/UtilsAccessLists.d.ts +2 -2
  205. package/esm/AccessLists/UtilsAccessLists.js +23 -23
  206. package/esm/AccessLists/YearnAccessLists.d.ts +2 -2
  207. package/esm/AccessLists/YearnAccessLists.js +9 -9
  208. package/esm/AccessLists/index.d.ts +3 -3
  209. package/esm/AccessLists/index.js +17 -17
  210. package/esm/src/Action.d.ts +84 -84
  211. package/esm/src/Action.js +210 -210
  212. package/esm/src/ActionWithL2.d.ts +20 -20
  213. package/esm/src/ActionWithL2.js +49 -49
  214. package/esm/src/DfsWeb3.d.ts +31 -31
  215. package/esm/src/DfsWeb3.js +117 -117
  216. package/esm/src/Recipe.d.ts +55 -55
  217. package/esm/src/Recipe.js +145 -145
  218. package/esm/src/Strategy.d.ts +19 -19
  219. package/esm/src/Strategy.js +47 -47
  220. package/esm/src/abis/Action.json +247 -247
  221. package/esm/src/abis/DFSProxyRegistry.json +193 -193
  222. package/esm/src/abis/DsProxy.json +218 -218
  223. package/esm/src/abis/Erc20.json +222 -222
  224. package/esm/src/abis/ProxyRegistry.json +65 -65
  225. package/esm/src/abis/Recipe.json +254 -254
  226. package/esm/src/abis/UniV3PositionManager.json +65 -65
  227. package/esm/src/actions/aave/AaveBorrowAction.d.ts +18 -18
  228. package/esm/src/actions/aave/AaveBorrowAction.js +30 -30
  229. package/esm/src/actions/aave/AaveClaimAAVEAction.d.ts +14 -14
  230. package/esm/src/actions/aave/AaveClaimAAVEAction.js +22 -22
  231. package/esm/src/actions/aave/AaveClaimStkAaveAction.d.ts +15 -15
  232. package/esm/src/actions/aave/AaveClaimStkAaveAction.js +23 -23
  233. package/esm/src/actions/aave/AaveCollateralSwitchAction.d.ts +15 -15
  234. package/esm/src/actions/aave/AaveCollateralSwitchAction.js +18 -18
  235. package/esm/src/actions/aave/AaveFinalizeUnstakeAction.d.ts +14 -14
  236. package/esm/src/actions/aave/AaveFinalizeUnstakeAction.js +22 -22
  237. package/esm/src/actions/aave/AavePaybackAction.d.ts +22 -22
  238. package/esm/src/actions/aave/AavePaybackAction.js +38 -38
  239. package/esm/src/actions/aave/AaveStartUnstakeAction.d.ts +9 -9
  240. package/esm/src/actions/aave/AaveStartUnstakeAction.js +12 -12
  241. package/esm/src/actions/aave/AaveSupplyAction.d.ts +22 -22
  242. package/esm/src/actions/aave/AaveSupplyAction.js +46 -46
  243. package/esm/src/actions/aave/AaveWithdrawAction.d.ts +16 -16
  244. package/esm/src/actions/aave/AaveWithdrawAction.js +20 -20
  245. package/esm/src/actions/aave/index.d.ts +9 -9
  246. package/esm/src/actions/aave/index.js +9 -9
  247. package/esm/src/actions/aaveV3/AaveV3ATokenPaybackAction.d.ts +25 -25
  248. package/esm/src/actions/aaveV3/AaveV3ATokenPaybackAction.js +64 -64
  249. package/esm/src/actions/aaveV3/AaveV3BorrowAction.d.ts +21 -21
  250. package/esm/src/actions/aaveV3/AaveV3BorrowAction.js +59 -59
  251. package/esm/src/actions/aaveV3/AaveV3ClaimRewardsAction.d.ts +18 -18
  252. package/esm/src/actions/aaveV3/AaveV3ClaimRewardsAction.js +40 -40
  253. package/esm/src/actions/aaveV3/AaveV3CollateralSwitchAction.d.ts +18 -18
  254. package/esm/src/actions/aaveV3/AaveV3CollateralSwitchAction.js +39 -39
  255. package/esm/src/actions/aaveV3/AaveV3DelegateCredit.d.ts +19 -19
  256. package/esm/src/actions/aaveV3/AaveV3DelegateCredit.js +47 -47
  257. package/esm/src/actions/aaveV3/AaveV3PaybackAction.d.ts +27 -27
  258. package/esm/src/actions/aaveV3/AaveV3PaybackAction.js +77 -77
  259. package/esm/src/actions/aaveV3/AaveV3SetEModeAction.d.ts +16 -16
  260. package/esm/src/actions/aaveV3/AaveV3SetEModeAction.js +33 -33
  261. package/esm/src/actions/aaveV3/AaveV3SupplyAction.d.ts +27 -27
  262. package/esm/src/actions/aaveV3/AaveV3SupplyAction.js +77 -77
  263. package/esm/src/actions/aaveV3/AaveV3SwapBorrowRateModeAction.d.ts +18 -18
  264. package/esm/src/actions/aaveV3/AaveV3SwapBorrowRateModeAction.js +38 -38
  265. package/esm/src/actions/aaveV3/AaveV3WithdrawAction.d.ts +18 -18
  266. package/esm/src/actions/aaveV3/AaveV3WithdrawAction.js +45 -45
  267. package/esm/src/actions/aaveV3/index.d.ts +10 -10
  268. package/esm/src/actions/aaveV3/index.js +10 -10
  269. package/esm/src/actions/balancer/BalancerV2ClaimAction.d.ts +20 -20
  270. package/esm/src/actions/balancer/BalancerV2ClaimAction.js +49 -49
  271. package/esm/src/actions/balancer/BalancerV2SupplyAction.d.ts +22 -22
  272. package/esm/src/actions/balancer/BalancerV2SupplyAction.js +52 -52
  273. package/esm/src/actions/balancer/BalancerV2WithdrawAction.d.ts +24 -24
  274. package/esm/src/actions/balancer/BalancerV2WithdrawAction.js +56 -56
  275. package/esm/src/actions/balancer/index.d.ts +3 -3
  276. package/esm/src/actions/balancer/index.js +3 -3
  277. package/esm/src/actions/basic/ApproveTokenAction.d.ts +16 -16
  278. package/esm/src/actions/basic/ApproveTokenAction.js +42 -42
  279. package/esm/src/actions/basic/AutomationV2Unsub.d.ts +9 -9
  280. package/esm/src/actions/basic/AutomationV2Unsub.js +11 -11
  281. package/esm/src/actions/basic/ChangeProxyOwnerAction.d.ts +13 -13
  282. package/esm/src/actions/basic/ChangeProxyOwnerAction.js +15 -15
  283. package/esm/src/actions/basic/CreateSubAction.d.ts +13 -13
  284. package/esm/src/actions/basic/CreateSubAction.js +19 -19
  285. package/esm/src/actions/basic/GasFeeAction.d.ts +14 -14
  286. package/esm/src/actions/basic/GasFeeAction.js +21 -21
  287. package/esm/src/actions/basic/GasFeeActionL2.d.ts +15 -15
  288. package/esm/src/actions/basic/GasFeeActionL2.js +22 -22
  289. package/esm/src/actions/basic/LSVSellAction.d.ts +23 -23
  290. package/esm/src/actions/basic/LSVSellAction.js +61 -61
  291. package/esm/src/actions/basic/PullTokenAction.d.ts +19 -19
  292. package/esm/src/actions/basic/PullTokenAction.js +41 -41
  293. package/esm/src/actions/basic/SDaiUnwrapAction.d.ts +19 -19
  294. package/esm/src/actions/basic/SDaiUnwrapAction.js +39 -39
  295. package/esm/src/actions/basic/SDaiWrapAction.d.ts +19 -19
  296. package/esm/src/actions/basic/SDaiWrapAction.js +39 -39
  297. package/esm/src/actions/basic/SellAction.d.ts +23 -23
  298. package/esm/src/actions/basic/SellAction.js +61 -61
  299. package/esm/src/actions/basic/SendTokenAction.d.ts +15 -15
  300. package/esm/src/actions/basic/SendTokenAction.js +23 -23
  301. package/esm/src/actions/basic/SendTokenAndUnwrapAction.d.ts +15 -15
  302. package/esm/src/actions/basic/SendTokenAndUnwrapAction.js +23 -23
  303. package/esm/src/actions/basic/SendTokensAction.d.ts +15 -15
  304. package/esm/src/actions/basic/SendTokensAction.js +31 -31
  305. package/esm/src/actions/basic/SubInputsAction.d.ts +10 -10
  306. package/esm/src/actions/basic/SubInputsAction.js +15 -15
  307. package/esm/src/actions/basic/SumInputsAction.d.ts +10 -10
  308. package/esm/src/actions/basic/SumInputsAction.js +15 -15
  309. package/esm/src/actions/basic/ToggleSubAction.d.ts +14 -14
  310. package/esm/src/actions/basic/ToggleSubAction.js +16 -16
  311. package/esm/src/actions/basic/TokenBalanceAction.d.ts +8 -8
  312. package/esm/src/actions/basic/TokenBalanceAction.js +13 -13
  313. package/esm/src/actions/basic/TokenizedVaultAdapterDepositAction.d.ts +22 -22
  314. package/esm/src/actions/basic/TokenizedVaultAdapterDepositAction.js +35 -35
  315. package/esm/src/actions/basic/TokenizedVaultAdapterMintAction.d.ts +22 -22
  316. package/esm/src/actions/basic/TokenizedVaultAdapterMintAction.js +35 -35
  317. package/esm/src/actions/basic/TokenizedVaultAdapterRedeemAction.d.ts +20 -20
  318. package/esm/src/actions/basic/TokenizedVaultAdapterRedeemAction.js +33 -33
  319. package/esm/src/actions/basic/TokenizedVaultAdapterWithdrawAction.d.ts +20 -20
  320. package/esm/src/actions/basic/TokenizedVaultAdapterWithdrawAction.js +33 -33
  321. package/esm/src/actions/basic/TransferNFTAction.d.ts +8 -8
  322. package/esm/src/actions/basic/TransferNFTAction.js +17 -17
  323. package/esm/src/actions/basic/UnwrapEthAction.d.ts +15 -15
  324. package/esm/src/actions/basic/UnwrapEthAction.js +30 -30
  325. package/esm/src/actions/basic/UpdateSubAction.d.ts +14 -14
  326. package/esm/src/actions/basic/UpdateSubAction.js +22 -22
  327. package/esm/src/actions/basic/WrapEthAction.d.ts +16 -15
  328. package/esm/src/actions/basic/WrapEthAction.js +37 -36
  329. package/esm/src/actions/basic/index.d.ts +26 -26
  330. package/esm/src/actions/basic/index.js +26 -26
  331. package/esm/src/actions/bprotocol/BprotocolLiquitySPDepositAction.d.ts +20 -20
  332. package/esm/src/actions/bprotocol/BprotocolLiquitySPDepositAction.js +39 -39
  333. package/esm/src/actions/bprotocol/BprotocolLiquitySPWithdrawAction.d.ts +17 -17
  334. package/esm/src/actions/bprotocol/BprotocolLiquitySPWithdrawAction.js +24 -24
  335. package/esm/src/actions/bprotocol/index.d.ts +2 -2
  336. package/esm/src/actions/bprotocol/index.js +2 -2
  337. package/esm/src/actions/checkers/AaveV2RatioCheckAction.d.ts +14 -14
  338. package/esm/src/actions/checkers/AaveV2RatioCheckAction.js +20 -20
  339. package/esm/src/actions/checkers/AaveV3RatioCheckAction.d.ts +14 -14
  340. package/esm/src/actions/checkers/AaveV3RatioCheckAction.js +20 -20
  341. package/esm/src/actions/checkers/CompoundV2RatioCheckAction.d.ts +14 -14
  342. package/esm/src/actions/checkers/CompoundV2RatioCheckAction.js +20 -20
  343. package/esm/src/actions/checkers/CompoundV3RatioCheckAction.d.ts +16 -16
  344. package/esm/src/actions/checkers/CompoundV3RatioCheckAction.js +24 -24
  345. package/esm/src/actions/checkers/CurveUsdCollRatioCheck.d.ts +15 -15
  346. package/esm/src/actions/checkers/CurveUsdCollRatioCheck.js +22 -22
  347. package/esm/src/actions/checkers/LiquityRatioCheckAction.d.ts +14 -14
  348. package/esm/src/actions/checkers/LiquityRatioCheckAction.js +20 -20
  349. package/esm/src/actions/checkers/LiquityRatioIncreaseCheckAction.d.ts +13 -13
  350. package/esm/src/actions/checkers/LiquityRatioIncreaseCheckAction.js +18 -18
  351. package/esm/src/actions/checkers/MakerRatioCheckAction.d.ts +17 -17
  352. package/esm/src/actions/checkers/MakerRatioCheckAction.js +25 -25
  353. package/esm/src/actions/checkers/MorphoAaveV2RatioCheckAction.d.ts +15 -15
  354. package/esm/src/actions/checkers/MorphoAaveV2RatioCheckAction.js +22 -22
  355. package/esm/src/actions/checkers/MorphoBlueRatioCheckAction.d.ts +20 -20
  356. package/esm/src/actions/checkers/MorphoBlueRatioCheckAction.js +32 -32
  357. package/esm/src/actions/checkers/SparkRatioCheckAction.d.ts +14 -14
  358. package/esm/src/actions/checkers/SparkRatioCheckAction.js +20 -20
  359. package/esm/src/actions/checkers/index.d.ts +11 -11
  360. package/esm/src/actions/checkers/index.js +11 -11
  361. package/esm/src/actions/chickenBonds/CBChickenInAction.d.ts +14 -14
  362. package/esm/src/actions/chickenBonds/CBChickenInAction.js +18 -18
  363. package/esm/src/actions/chickenBonds/CBChickenOutAction.d.ts +15 -15
  364. package/esm/src/actions/chickenBonds/CBChickenOutAction.js +19 -19
  365. package/esm/src/actions/chickenBonds/CBCreateAction.d.ts +18 -18
  366. package/esm/src/actions/chickenBonds/CBCreateAction.js +32 -32
  367. package/esm/src/actions/chickenBonds/CBCreateRebondSubAction.d.ts +13 -13
  368. package/esm/src/actions/chickenBonds/CBCreateRebondSubAction.js +18 -18
  369. package/esm/src/actions/chickenBonds/CBRedeemAction.d.ts +20 -20
  370. package/esm/src/actions/chickenBonds/CBRedeemAction.js +35 -35
  371. package/esm/src/actions/chickenBonds/CBUpdateRebondSubAction.d.ts +14 -14
  372. package/esm/src/actions/chickenBonds/CBUpdateRebondSubAction.js +16 -16
  373. package/esm/src/actions/chickenBonds/FetchBondIdAction.d.ts +15 -15
  374. package/esm/src/actions/chickenBonds/FetchBondIdAction.js +21 -21
  375. package/esm/src/actions/chickenBonds/index.d.ts +7 -7
  376. package/esm/src/actions/chickenBonds/index.js +7 -7
  377. package/esm/src/actions/compound/CompoundBorrowAction.d.ts +15 -15
  378. package/esm/src/actions/compound/CompoundBorrowAction.js +19 -19
  379. package/esm/src/actions/compound/CompoundClaimAction.d.ts +16 -16
  380. package/esm/src/actions/compound/CompoundClaimAction.js +24 -24
  381. package/esm/src/actions/compound/CompoundCollateralSwitchAction.d.ts +10 -10
  382. package/esm/src/actions/compound/CompoundCollateralSwitchAction.js +12 -12
  383. package/esm/src/actions/compound/CompoundGetDebtAction.d.ts +8 -8
  384. package/esm/src/actions/compound/CompoundGetDebtAction.js +13 -13
  385. package/esm/src/actions/compound/CompoundPaybackAction.d.ts +20 -20
  386. package/esm/src/actions/compound/CompoundPaybackAction.js +36 -36
  387. package/esm/src/actions/compound/CompoundSupplyAction.d.ts +20 -20
  388. package/esm/src/actions/compound/CompoundSupplyAction.js +41 -41
  389. package/esm/src/actions/compound/CompoundWithdrawAction.d.ts +15 -15
  390. package/esm/src/actions/compound/CompoundWithdrawAction.js +19 -19
  391. package/esm/src/actions/compound/index.d.ts +7 -7
  392. package/esm/src/actions/compound/index.js +7 -7
  393. package/esm/src/actions/compoundV3/CompoundV3AllowAction.d.ts +15 -15
  394. package/esm/src/actions/compoundV3/CompoundV3AllowAction.js +24 -24
  395. package/esm/src/actions/compoundV3/CompoundV3BorrowAction.d.ts +16 -16
  396. package/esm/src/actions/compoundV3/CompoundV3BorrowAction.js +26 -26
  397. package/esm/src/actions/compoundV3/CompoundV3ClaimAction.d.ts +16 -16
  398. package/esm/src/actions/compoundV3/CompoundV3ClaimAction.js +27 -27
  399. package/esm/src/actions/compoundV3/CompoundV3PaybackAction.d.ts +22 -22
  400. package/esm/src/actions/compoundV3/CompoundV3PaybackAction.js +48 -48
  401. package/esm/src/actions/compoundV3/CompoundV3SupplyAction.d.ts +22 -22
  402. package/esm/src/actions/compoundV3/CompoundV3SupplyAction.js +45 -45
  403. package/esm/src/actions/compoundV3/CompoundV3TransferAction.d.ts +17 -17
  404. package/esm/src/actions/compoundV3/CompoundV3TransferAction.js +30 -30
  405. package/esm/src/actions/compoundV3/CompoundV3WithdrawAction.d.ts +17 -17
  406. package/esm/src/actions/compoundV3/CompoundV3WithdrawAction.js +29 -29
  407. package/esm/src/actions/compoundV3/index.d.ts +7 -7
  408. package/esm/src/actions/compoundV3/index.js +7 -7
  409. package/esm/src/actions/convex/ConvexClaimAction.d.ts +17 -17
  410. package/esm/src/actions/convex/ConvexClaimAction.js +59 -59
  411. package/esm/src/actions/convex/ConvexDepositAction.d.ts +22 -22
  412. package/esm/src/actions/convex/ConvexDepositAction.js +66 -66
  413. package/esm/src/actions/convex/ConvexWithdrawAction.d.ts +22 -22
  414. package/esm/src/actions/convex/ConvexWithdrawAction.js +63 -63
  415. package/esm/src/actions/convex/index.d.ts +3 -3
  416. package/esm/src/actions/convex/index.js +3 -3
  417. package/esm/src/actions/curve/CurveClaimFeesAction.d.ts +13 -13
  418. package/esm/src/actions/curve/CurveClaimFeesAction.js +22 -22
  419. package/esm/src/actions/curve/CurveDepositAction.d.ts +18 -18
  420. package/esm/src/actions/curve/CurveDepositAction.js +78 -78
  421. package/esm/src/actions/curve/CurveGaugeDepositAction.d.ts +20 -20
  422. package/esm/src/actions/curve/CurveGaugeDepositAction.js +40 -40
  423. package/esm/src/actions/curve/CurveGaugeWithdrawAction.d.ts +14 -14
  424. package/esm/src/actions/curve/CurveGaugeWithdrawAction.js +22 -22
  425. package/esm/src/actions/curve/CurveMintCrvAction.d.ts +12 -12
  426. package/esm/src/actions/curve/CurveMintCrvAction.js +19 -19
  427. package/esm/src/actions/curve/CurveStethPoolDepositAction.d.ts +16 -16
  428. package/esm/src/actions/curve/CurveStethPoolDepositAction.js +27 -27
  429. package/esm/src/actions/curve/CurveStethPoolWithdrawAction.d.ts +17 -17
  430. package/esm/src/actions/curve/CurveStethPoolWithdrawAction.js +28 -28
  431. package/esm/src/actions/curve/CurveSwapAction.d.ts +22 -22
  432. package/esm/src/actions/curve/CurveSwapAction.js +43 -43
  433. package/esm/src/actions/curve/CurveWithdrawAction.d.ts +23 -23
  434. package/esm/src/actions/curve/CurveWithdrawAction.js +73 -73
  435. package/esm/src/actions/curve/index.d.ts +9 -9
  436. package/esm/src/actions/curve/index.js +9 -9
  437. package/esm/src/actions/curveusd/CurveUsdAdjustAction.d.ts +21 -21
  438. package/esm/src/actions/curveusd/CurveUsdAdjustAction.js +40 -40
  439. package/esm/src/actions/curveusd/CurveUsdBorrowAction.d.ts +15 -15
  440. package/esm/src/actions/curveusd/CurveUsdBorrowAction.js +22 -22
  441. package/esm/src/actions/curveusd/CurveUsdCreateAction.d.ts +22 -22
  442. package/esm/src/actions/curveusd/CurveUsdCreateAction.js +44 -44
  443. package/esm/src/actions/curveusd/CurveUsdGetDebtAction.d.ts +8 -8
  444. package/esm/src/actions/curveusd/CurveUsdGetDebtAction.js +13 -13
  445. package/esm/src/actions/curveusd/CurveUsdLevCreateAction.d.ts +9 -9
  446. package/esm/src/actions/curveusd/CurveUsdLevCreateAction.js +16 -16
  447. package/esm/src/actions/curveusd/CurveUsdPaybackAction.d.ts +22 -22
  448. package/esm/src/actions/curveusd/CurveUsdPaybackAction.js +43 -43
  449. package/esm/src/actions/curveusd/CurveUsdRepayAction.d.ts +9 -9
  450. package/esm/src/actions/curveusd/CurveUsdRepayAction.js +14 -14
  451. package/esm/src/actions/curveusd/CurveUsdSelfLiquidateAction.d.ts +19 -19
  452. package/esm/src/actions/curveusd/CurveUsdSelfLiquidateAction.js +38 -38
  453. package/esm/src/actions/curveusd/CurveUsdSelfLiquidateWithCollAction.d.ts +9 -9
  454. package/esm/src/actions/curveusd/CurveUsdSelfLiquidateWithCollAction.js +16 -16
  455. package/esm/src/actions/curveusd/CurveUsdSupplyAction.d.ts +20 -20
  456. package/esm/src/actions/curveusd/CurveUsdSupplyAction.js +40 -40
  457. package/esm/src/actions/curveusd/CurveUsdWithdrawAction.d.ts +15 -15
  458. package/esm/src/actions/curveusd/CurveUsdWithdrawAction.js +22 -22
  459. package/esm/src/actions/curveusd/index.d.ts +11 -11
  460. package/esm/src/actions/curveusd/index.js +11 -11
  461. package/esm/src/actions/dydx/DyDxWithdrawAction.d.ts +15 -15
  462. package/esm/src/actions/dydx/DyDxWithdrawAction.js +19 -19
  463. package/esm/src/actions/dydx/index.d.ts +1 -1
  464. package/esm/src/actions/dydx/index.js +1 -1
  465. package/esm/src/actions/flashloan/AaveV2FlashLoanAction.d.ts +18 -18
  466. package/esm/src/actions/flashloan/AaveV2FlashLoanAction.js +20 -20
  467. package/esm/src/actions/flashloan/AaveV2FlashLoanPaybackAction.d.ts +14 -14
  468. package/esm/src/actions/flashloan/AaveV2FlashLoanPaybackAction.js +16 -16
  469. package/esm/src/actions/flashloan/AaveV3FlashLoanAction.d.ts +18 -18
  470. package/esm/src/actions/flashloan/AaveV3FlashLoanAction.js +20 -20
  471. package/esm/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.d.ts +18 -18
  472. package/esm/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.js +28 -28
  473. package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.d.ts +18 -18
  474. package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.js +20 -20
  475. package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeePaybackAction.d.ts +14 -14
  476. package/esm/src/actions/flashloan/AaveV3FlashLoanNoFeePaybackAction.js +16 -16
  477. package/esm/src/actions/flashloan/AaveV3FlashLoanPaybackAction.d.ts +14 -14
  478. package/esm/src/actions/flashloan/AaveV3FlashLoanPaybackAction.js +16 -16
  479. package/esm/src/actions/flashloan/BalancerFlashLoanAction.d.ts +16 -16
  480. package/esm/src/actions/flashloan/BalancerFlashLoanAction.js +18 -18
  481. package/esm/src/actions/flashloan/BalancerFlashLoanPaybackAction.d.ts +14 -14
  482. package/esm/src/actions/flashloan/BalancerFlashLoanPaybackAction.js +16 -16
  483. package/esm/src/actions/flashloan/DyDxFlashLoanAction.d.ts +16 -16
  484. package/esm/src/actions/flashloan/DyDxFlashLoanAction.js +18 -18
  485. package/esm/src/actions/flashloan/DyDxFlashLoanPaybackAction.d.ts +14 -14
  486. package/esm/src/actions/flashloan/DyDxFlashLoanPaybackAction.js +16 -16
  487. package/esm/src/actions/flashloan/EulerFlashLoanAction.d.ts +16 -16
  488. package/esm/src/actions/flashloan/EulerFlashLoanAction.js +18 -18
  489. package/esm/src/actions/flashloan/EulerFlashLoanPaybackAction.d.ts +14 -14
  490. package/esm/src/actions/flashloan/EulerFlashLoanPaybackAction.js +16 -16
  491. package/esm/src/actions/flashloan/FLAction.d.ts +10 -10
  492. package/esm/src/actions/flashloan/FLAction.js +57 -57
  493. package/esm/src/actions/flashloan/GhoFlashLoanAction.d.ts +15 -15
  494. package/esm/src/actions/flashloan/GhoFlashLoanAction.js +17 -17
  495. package/esm/src/actions/flashloan/GhoFlashLoanPaybackAction.d.ts +13 -13
  496. package/esm/src/actions/flashloan/GhoFlashLoanPaybackAction.js +15 -15
  497. package/esm/src/actions/flashloan/MakerFlashLoanAction.d.ts +15 -15
  498. package/esm/src/actions/flashloan/MakerFlashLoanAction.js +17 -17
  499. package/esm/src/actions/flashloan/MakerFlashLoanPaybackAction.d.ts +13 -13
  500. package/esm/src/actions/flashloan/MakerFlashLoanPaybackAction.js +15 -15
  501. package/esm/src/actions/flashloan/MorphoBlueFlashLoanAction.d.ts +16 -16
  502. package/esm/src/actions/flashloan/MorphoBlueFlashLoanAction.js +18 -18
  503. package/esm/src/actions/flashloan/MorphoBlueFlashLoanPaybackAction.d.ts +14 -14
  504. package/esm/src/actions/flashloan/MorphoBlueFlashLoanPaybackAction.js +16 -16
  505. package/esm/src/actions/flashloan/SparkFlashLoanAction.d.ts +18 -18
  506. package/esm/src/actions/flashloan/SparkFlashLoanAction.js +20 -20
  507. package/esm/src/actions/flashloan/SparkFlashLoanPaybackAction.d.ts +14 -14
  508. package/esm/src/actions/flashloan/SparkFlashLoanPaybackAction.js +16 -16
  509. package/esm/src/actions/flashloan/UniV3FlashLoanAction.d.ts +19 -19
  510. package/esm/src/actions/flashloan/UniV3FlashLoanAction.js +21 -21
  511. package/esm/src/actions/flashloan/UniV3FlashLoanPaybackAction.d.ts +16 -16
  512. package/esm/src/actions/flashloan/UniV3FlashLoanPaybackAction.js +18 -18
  513. package/esm/src/actions/flashloan/index.d.ts +24 -24
  514. package/esm/src/actions/flashloan/index.js +24 -24
  515. package/esm/src/actions/guni/GUniDeposit.d.ts +24 -24
  516. package/esm/src/actions/guni/GUniDeposit.js +47 -47
  517. package/esm/src/actions/guni/GUniWithdraw.d.ts +22 -22
  518. package/esm/src/actions/guni/GUniWithdraw.js +39 -39
  519. package/esm/src/actions/guni/index.d.ts +2 -2
  520. package/esm/src/actions/guni/index.js +2 -2
  521. package/esm/src/actions/index.d.ts +30 -30
  522. package/esm/src/actions/index.js +30 -30
  523. package/esm/src/actions/insta/InstPullTokensAction.d.ts +18 -18
  524. package/esm/src/actions/insta/InstPullTokensAction.js +36 -36
  525. package/esm/src/actions/insta/index.d.ts +1 -1
  526. package/esm/src/actions/insta/index.js +1 -1
  527. package/esm/src/actions/lido/LidoStakeAction.d.ts +19 -19
  528. package/esm/src/actions/lido/LidoStakeAction.js +34 -34
  529. package/esm/src/actions/lido/LidoUnwrapAction.d.ts +19 -19
  530. package/esm/src/actions/lido/LidoUnwrapAction.js +33 -33
  531. package/esm/src/actions/lido/LidoWrapAction.d.ts +20 -20
  532. package/esm/src/actions/lido/LidoWrapAction.js +43 -43
  533. package/esm/src/actions/lido/index.d.ts +3 -3
  534. package/esm/src/actions/lido/index.js +3 -3
  535. package/esm/src/actions/liquity/LiquityAdjustAction.d.ts +21 -21
  536. package/esm/src/actions/liquity/LiquityAdjustAction.js +34 -34
  537. package/esm/src/actions/liquity/LiquityBorrowAction.d.ts +17 -17
  538. package/esm/src/actions/liquity/LiquityBorrowAction.js +26 -26
  539. package/esm/src/actions/liquity/LiquityClaimAction.d.ts +13 -13
  540. package/esm/src/actions/liquity/LiquityClaimAction.js +20 -20
  541. package/esm/src/actions/liquity/LiquityClaimSPRewardsAction.d.ts +14 -14
  542. package/esm/src/actions/liquity/LiquityClaimSPRewardsAction.js +18 -18
  543. package/esm/src/actions/liquity/LiquityClaimStakingRewardsAction.d.ts +14 -14
  544. package/esm/src/actions/liquity/LiquityClaimStakingRewardsAction.js +18 -18
  545. package/esm/src/actions/liquity/LiquityCloseAction.d.ts +18 -18
  546. package/esm/src/actions/liquity/LiquityCloseAction.js +38 -38
  547. package/esm/src/actions/liquity/LiquityEthGainToTroveAction.d.ts +15 -15
  548. package/esm/src/actions/liquity/LiquityEthGainToTroveAction.js +22 -22
  549. package/esm/src/actions/liquity/LiquityOpenAction.d.ts +23 -23
  550. package/esm/src/actions/liquity/LiquityOpenAction.js +46 -46
  551. package/esm/src/actions/liquity/LiquityPaybackAction.d.ts +20 -20
  552. package/esm/src/actions/liquity/LiquityPaybackAction.js +39 -39
  553. package/esm/src/actions/liquity/LiquityRedeemAction.d.ts +25 -25
  554. package/esm/src/actions/liquity/LiquityRedeemAction.js +47 -47
  555. package/esm/src/actions/liquity/LiquitySPDepositAction.d.ts +20 -20
  556. package/esm/src/actions/liquity/LiquitySPDepositAction.js +43 -43
  557. package/esm/src/actions/liquity/LiquitySPWithdrawAction.d.ts +16 -16
  558. package/esm/src/actions/liquity/LiquitySPWithdrawAction.js +28 -28
  559. package/esm/src/actions/liquity/LiquityStakeAction.d.ts +20 -20
  560. package/esm/src/actions/liquity/LiquityStakeAction.js +43 -43
  561. package/esm/src/actions/liquity/LiquitySupplyAction.d.ts +20 -20
  562. package/esm/src/actions/liquity/LiquitySupplyAction.js +39 -39
  563. package/esm/src/actions/liquity/LiquityUnstakeAction.d.ts +16 -16
  564. package/esm/src/actions/liquity/LiquityUnstakeAction.js +28 -28
  565. package/esm/src/actions/liquity/LiquityWithdrawAction.d.ts +16 -16
  566. package/esm/src/actions/liquity/LiquityWithdrawAction.js +24 -24
  567. package/esm/src/actions/liquity/index.d.ts +16 -16
  568. package/esm/src/actions/liquity/index.js +16 -16
  569. package/esm/src/actions/lsv/LSVBorrowAction.d.ts +14 -14
  570. package/esm/src/actions/lsv/LSVBorrowAction.js +19 -19
  571. package/esm/src/actions/lsv/LSVPaybackAction.d.ts +13 -13
  572. package/esm/src/actions/lsv/LSVPaybackAction.js +18 -18
  573. package/esm/src/actions/lsv/LSVSupplyAction.d.ts +15 -15
  574. package/esm/src/actions/lsv/LSVSupplyAction.js +21 -21
  575. package/esm/src/actions/lsv/LSVWithdrawAction.d.ts +15 -15
  576. package/esm/src/actions/lsv/LSVWithdrawAction.js +21 -21
  577. package/esm/src/actions/lsv/index.d.ts +4 -4
  578. package/esm/src/actions/lsv/index.js +4 -4
  579. package/esm/src/actions/maker/MakerBoostCompositeAction.d.ts +20 -20
  580. package/esm/src/actions/maker/MakerBoostCompositeAction.js +48 -48
  581. package/esm/src/actions/maker/MakerClaimAction.d.ts +15 -15
  582. package/esm/src/actions/maker/MakerClaimAction.js +24 -24
  583. package/esm/src/actions/maker/MakerDsrDepositAction.d.ts +18 -18
  584. package/esm/src/actions/maker/MakerDsrDepositAction.js +31 -31
  585. package/esm/src/actions/maker/MakerDsrWithdrawAction.d.ts +15 -15
  586. package/esm/src/actions/maker/MakerDsrWithdrawAction.js +30 -30
  587. package/esm/src/actions/maker/MakerGenerateAction.d.ts +16 -16
  588. package/esm/src/actions/maker/MakerGenerateAction.js +20 -20
  589. package/esm/src/actions/maker/MakerGiveAction.d.ts +16 -16
  590. package/esm/src/actions/maker/MakerGiveAction.js +25 -25
  591. package/esm/src/actions/maker/MakerMergeAction.d.ts +15 -15
  592. package/esm/src/actions/maker/MakerMergeAction.js +17 -17
  593. package/esm/src/actions/maker/MakerOpenVaultAction.d.ts +14 -14
  594. package/esm/src/actions/maker/MakerOpenVaultAction.js +16 -16
  595. package/esm/src/actions/maker/MakerPaybackAction.d.ts +20 -20
  596. package/esm/src/actions/maker/MakerPaybackAction.js +33 -33
  597. package/esm/src/actions/maker/MakerRatioAction.d.ts +13 -13
  598. package/esm/src/actions/maker/MakerRatioAction.js +15 -15
  599. package/esm/src/actions/maker/MakerRepayCompositeAction.d.ts +20 -20
  600. package/esm/src/actions/maker/MakerRepayCompositeAction.js +48 -48
  601. package/esm/src/actions/maker/MakerSupplyAction.d.ts +21 -21
  602. package/esm/src/actions/maker/MakerSupplyAction.js +37 -37
  603. package/esm/src/actions/maker/MakerWithdrawAction.d.ts +17 -17
  604. package/esm/src/actions/maker/MakerWithdrawAction.js +21 -21
  605. package/esm/src/actions/maker/index.d.ts +13 -13
  606. package/esm/src/actions/maker/index.js +13 -13
  607. package/esm/src/actions/morpho/MorphoAaveV2BorrowAction.d.ts +16 -16
  608. package/esm/src/actions/morpho/MorphoAaveV2BorrowAction.js +23 -23
  609. package/esm/src/actions/morpho/MorphoAaveV2PaybackAction.d.ts +20 -20
  610. package/esm/src/actions/morpho/MorphoAaveV2PaybackAction.js +42 -42
  611. package/esm/src/actions/morpho/MorphoAaveV2SupplyAction.d.ts +21 -21
  612. package/esm/src/actions/morpho/MorphoAaveV2SupplyAction.js +43 -43
  613. package/esm/src/actions/morpho/MorphoAaveV2WithdrawAction.d.ts +15 -15
  614. package/esm/src/actions/morpho/MorphoAaveV2WithdrawAction.js +22 -22
  615. package/esm/src/actions/morpho/MorphoClaimAction.d.ts +15 -15
  616. package/esm/src/actions/morpho/MorphoClaimAction.js +20 -20
  617. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3BorrowAction.d.ts +18 -18
  618. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3BorrowAction.js +27 -27
  619. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3PaybackAction.d.ts +21 -21
  620. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3PaybackAction.js +44 -44
  621. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3SetManagerAction.d.ts +14 -14
  622. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3SetManagerAction.js +24 -24
  623. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3SupplyAction.d.ts +23 -23
  624. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3SupplyAction.js +47 -47
  625. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3WithdrawAction.d.ts +19 -19
  626. package/esm/src/actions/morpho/aaveV3/MorphoAaveV3WithdrawAction.js +29 -29
  627. package/esm/src/actions/morpho/index.d.ts +10 -10
  628. package/esm/src/actions/morpho/index.js +10 -10
  629. package/esm/src/actions/morpho-blue/MorphoBlueBorrowAction.d.ts +21 -21
  630. package/esm/src/actions/morpho-blue/MorphoBlueBorrowAction.js +46 -46
  631. package/esm/src/actions/morpho-blue/MorphoBluePaybackAction.d.ts +24 -24
  632. package/esm/src/actions/morpho-blue/MorphoBluePaybackAction.js +46 -46
  633. package/esm/src/actions/morpho-blue/MorphoBlueSetAuthAction.d.ts +12 -12
  634. package/esm/src/actions/morpho-blue/MorphoBlueSetAuthAction.js +18 -18
  635. package/esm/src/actions/morpho-blue/MorphoBlueSetAuthWithSigAction.d.ts +12 -12
  636. package/esm/src/actions/morpho-blue/MorphoBlueSetAuthWithSigAction.js +21 -21
  637. package/esm/src/actions/morpho-blue/MorphoBlueSupplyAction.d.ts +24 -24
  638. package/esm/src/actions/morpho-blue/MorphoBlueSupplyAction.js +46 -46
  639. package/esm/src/actions/morpho-blue/MorphoBlueSupplyCollateralAction.d.ts +24 -24
  640. package/esm/src/actions/morpho-blue/MorphoBlueSupplyCollateralAction.js +46 -46
  641. package/esm/src/actions/morpho-blue/MorphoBlueWithdrawAction.d.ts +21 -21
  642. package/esm/src/actions/morpho-blue/MorphoBlueWithdrawAction.js +46 -46
  643. package/esm/src/actions/morpho-blue/MorphoBlueWithdrawCollateralAction.d.ts +21 -21
  644. package/esm/src/actions/morpho-blue/MorphoBlueWithdrawCollateralAction.js +46 -46
  645. package/esm/src/actions/morpho-blue/index.d.ts +8 -8
  646. package/esm/src/actions/morpho-blue/index.js +8 -8
  647. package/esm/src/actions/mstable/MStableClaimAction.d.ts +16 -16
  648. package/esm/src/actions/mstable/MStableClaimAction.js +25 -25
  649. package/esm/src/actions/mstable/MStableDepositAction.d.ts +25 -25
  650. package/esm/src/actions/mstable/MStableDepositAction.js +75 -75
  651. package/esm/src/actions/mstable/MStableWithdrawAction.d.ts +25 -25
  652. package/esm/src/actions/mstable/MStableWithdrawAction.js +74 -74
  653. package/esm/src/actions/mstable/index.d.ts +3 -3
  654. package/esm/src/actions/mstable/index.js +3 -3
  655. package/esm/src/actions/rari/RariDepositAction.d.ts +22 -22
  656. package/esm/src/actions/rari/RariDepositAction.js +41 -41
  657. package/esm/src/actions/rari/RariWithdrawAction.d.ts +23 -23
  658. package/esm/src/actions/rari/RariWithdrawAction.js +43 -43
  659. package/esm/src/actions/rari/index.d.ts +2 -2
  660. package/esm/src/actions/rari/index.js +2 -2
  661. package/esm/src/actions/reflexer/ReflexerGenerateAction.d.ts +15 -15
  662. package/esm/src/actions/reflexer/ReflexerGenerateAction.js +19 -19
  663. package/esm/src/actions/reflexer/ReflexerNativeUniV2SaviourDepositAction.d.ts +19 -19
  664. package/esm/src/actions/reflexer/ReflexerNativeUniV2SaviourDepositAction.js +37 -37
  665. package/esm/src/actions/reflexer/ReflexerNativeUniV2SaviourGetReservesAction.d.ts +14 -14
  666. package/esm/src/actions/reflexer/ReflexerNativeUniV2SaviourGetReservesAction.js +21 -21
  667. package/esm/src/actions/reflexer/ReflexerNativeUniV2SaviourWithdrawAction.d.ts +15 -15
  668. package/esm/src/actions/reflexer/ReflexerNativeUniV2SaviourWithdrawAction.js +23 -23
  669. package/esm/src/actions/reflexer/ReflexerOpenSafeAction.d.ts +13 -13
  670. package/esm/src/actions/reflexer/ReflexerOpenSafeAction.js +15 -15
  671. package/esm/src/actions/reflexer/ReflexerPaybackAction.d.ts +19 -19
  672. package/esm/src/actions/reflexer/ReflexerPaybackAction.js +32 -32
  673. package/esm/src/actions/reflexer/ReflexerSupplyAction.d.ts +21 -21
  674. package/esm/src/actions/reflexer/ReflexerSupplyAction.js +44 -44
  675. package/esm/src/actions/reflexer/ReflexerWithdrawAction.d.ts +16 -16
  676. package/esm/src/actions/reflexer/ReflexerWithdrawAction.js +20 -20
  677. package/esm/src/actions/reflexer/index.d.ts +8 -8
  678. package/esm/src/actions/reflexer/index.js +8 -8
  679. package/esm/src/actions/spark/SparkBorrowAction.d.ts +21 -21
  680. package/esm/src/actions/spark/SparkBorrowAction.js +59 -59
  681. package/esm/src/actions/spark/SparkClaimRewardsAction.d.ts +18 -18
  682. package/esm/src/actions/spark/SparkClaimRewardsAction.js +40 -40
  683. package/esm/src/actions/spark/SparkCollateralSwitchAction.d.ts +18 -18
  684. package/esm/src/actions/spark/SparkCollateralSwitchAction.js +39 -39
  685. package/esm/src/actions/spark/SparkDelegateCredit.d.ts +19 -19
  686. package/esm/src/actions/spark/SparkDelegateCredit.js +47 -47
  687. package/esm/src/actions/spark/SparkPaybackAction.d.ts +27 -27
  688. package/esm/src/actions/spark/SparkPaybackAction.js +77 -77
  689. package/esm/src/actions/spark/SparkSetEModeAction.d.ts +16 -16
  690. package/esm/src/actions/spark/SparkSetEModeAction.js +33 -33
  691. package/esm/src/actions/spark/SparkSpTokenPaybackAction.d.ts +25 -25
  692. package/esm/src/actions/spark/SparkSpTokenPaybackAction.js +64 -64
  693. package/esm/src/actions/spark/SparkSupplyAction.d.ts +27 -27
  694. package/esm/src/actions/spark/SparkSupplyAction.js +77 -77
  695. package/esm/src/actions/spark/SparkSwapBorrowRateModeAction.d.ts +18 -18
  696. package/esm/src/actions/spark/SparkSwapBorrowRateModeAction.js +38 -38
  697. package/esm/src/actions/spark/SparkWithdrawAction.d.ts +18 -18
  698. package/esm/src/actions/spark/SparkWithdrawAction.js +45 -45
  699. package/esm/src/actions/spark/index.d.ts +10 -10
  700. package/esm/src/actions/spark/index.js +10 -10
  701. package/esm/src/actions/uniswap/UniswapSupplyAction.d.ts +26 -26
  702. package/esm/src/actions/uniswap/UniswapSupplyAction.js +65 -65
  703. package/esm/src/actions/uniswap/UniswapWithdrawAction.d.ts +25 -25
  704. package/esm/src/actions/uniswap/UniswapWithdrawAction.js +56 -56
  705. package/esm/src/actions/uniswap/index.d.ts +2 -2
  706. package/esm/src/actions/uniswap/index.js +2 -2
  707. package/esm/src/actions/uniswapV3/UniswapV3CollectAction.d.ts +24 -24
  708. package/esm/src/actions/uniswapV3/UniswapV3CollectAction.js +47 -47
  709. package/esm/src/actions/uniswapV3/UniswapV3CreatePoolAction.d.ts +30 -30
  710. package/esm/src/actions/uniswapV3/UniswapV3CreatePoolAction.js +69 -69
  711. package/esm/src/actions/uniswapV3/UniswapV3MintAction.d.ts +29 -29
  712. package/esm/src/actions/uniswapV3/UniswapV3MintAction.js +67 -67
  713. package/esm/src/actions/uniswapV3/UniswapV3SupplyAction.d.ts +26 -26
  714. package/esm/src/actions/uniswapV3/UniswapV3SupplyAction.js +60 -60
  715. package/esm/src/actions/uniswapV3/UniswapV3WithdrawAction.d.ts +28 -28
  716. package/esm/src/actions/uniswapV3/UniswapV3WithdrawAction.js +58 -58
  717. package/esm/src/actions/uniswapV3/index.d.ts +5 -5
  718. package/esm/src/actions/uniswapV3/index.js +5 -5
  719. package/esm/src/actions/yearn/YearnSupplyAction.d.ts +21 -21
  720. package/esm/src/actions/yearn/YearnSupplyAction.js +43 -43
  721. package/esm/src/actions/yearn/YearnWithdrawAction.d.ts +21 -21
  722. package/esm/src/actions/yearn/YearnWithdrawAction.js +43 -43
  723. package/esm/src/actions/yearn/index.d.ts +2 -2
  724. package/esm/src/actions/yearn/index.js +2 -2
  725. package/esm/src/addresses.d.ts +856 -856
  726. package/esm/src/addresses.js +410 -410
  727. package/esm/src/config.d.ts +20 -20
  728. package/esm/src/config.js +77 -77
  729. package/esm/src/index.d.ts +3417 -3417
  730. package/esm/src/index.js +35 -35
  731. package/esm/src/triggers/AaveV2RatioTrigger.d.ts +10 -10
  732. package/esm/src/triggers/AaveV2RatioTrigger.js +12 -12
  733. package/esm/src/triggers/AaveV3QuotePriceTrigger.d.ts +10 -10
  734. package/esm/src/triggers/AaveV3QuotePriceTrigger.js +12 -12
  735. package/esm/src/triggers/AaveV3RatioTrigger.d.ts +10 -10
  736. package/esm/src/triggers/AaveV3RatioTrigger.js +12 -12
  737. package/esm/src/triggers/CBRebondTrigger.d.ts +10 -10
  738. package/esm/src/triggers/CBRebondTrigger.js +12 -12
  739. package/esm/src/triggers/ChainLinkPriceTrigger.d.ts +10 -10
  740. package/esm/src/triggers/ChainLinkPriceTrigger.js +12 -12
  741. package/esm/src/triggers/CompV3RatioTrigger.d.ts +10 -10
  742. package/esm/src/triggers/CompV3RatioTrigger.js +12 -12
  743. package/esm/src/triggers/CompoundRatioTrigger.d.ts +10 -10
  744. package/esm/src/triggers/CompoundRatioTrigger.js +12 -12
  745. package/esm/src/triggers/CurveUsdCollRatioTrigger.d.ts +10 -10
  746. package/esm/src/triggers/CurveUsdCollRatioTrigger.js +12 -12
  747. package/esm/src/triggers/GasPriceTrigger.d.ts +10 -10
  748. package/esm/src/triggers/GasPriceTrigger.js +12 -12
  749. package/esm/src/triggers/LiquityDebtInFrontWithLimitTrigger.d.ts +10 -10
  750. package/esm/src/triggers/LiquityDebtInFrontWithLimitTrigger.js +12 -12
  751. package/esm/src/triggers/LiquityRatioTrigger.d.ts +10 -10
  752. package/esm/src/triggers/LiquityRatioTrigger.js +12 -12
  753. package/esm/src/triggers/MakerRatioTrigger.d.ts +10 -10
  754. package/esm/src/triggers/MakerRatioTrigger.js +12 -12
  755. package/esm/src/triggers/MorphoAaveV2RatioTrigger.d.ts +10 -10
  756. package/esm/src/triggers/MorphoAaveV2RatioTrigger.js +12 -12
  757. package/esm/src/triggers/MorphoBlueRatioTrigger.d.ts +10 -10
  758. package/esm/src/triggers/MorphoBlueRatioTrigger.js +12 -12
  759. package/esm/src/triggers/ReflexerRatioTrigger.d.ts +10 -10
  760. package/esm/src/triggers/ReflexerRatioTrigger.js +12 -12
  761. package/esm/src/triggers/SparkQuotePriceTrigger.d.ts +10 -10
  762. package/esm/src/triggers/SparkQuotePriceTrigger.js +12 -12
  763. package/esm/src/triggers/SparkRatioTrigger.d.ts +10 -10
  764. package/esm/src/triggers/SparkRatioTrigger.js +12 -12
  765. package/esm/src/triggers/TimestampTrigger.d.ts +10 -10
  766. package/esm/src/triggers/TimestampTrigger.js +12 -12
  767. package/esm/src/triggers/TrailingStopTrigger.d.ts +10 -10
  768. package/esm/src/triggers/TrailingStopTrigger.js +12 -12
  769. package/esm/src/triggers/UniV3CurrentTickTrigger.d.ts +10 -10
  770. package/esm/src/triggers/UniV3CurrentTickTrigger.js +12 -12
  771. package/esm/src/triggers/index.d.ts +20 -20
  772. package/esm/src/triggers/index.js +20 -20
  773. package/esm/src/types.d.ts +46 -46
  774. package/esm/src/types.js +1 -1
  775. package/esm/src/utils/basic-utils.d.ts +6 -6
  776. package/esm/src/utils/basic-utils.js +7 -7
  777. package/esm/src/utils/convex-utils.d.ts +52 -52
  778. package/esm/src/utils/convex-utils.js +16 -16
  779. package/esm/src/utils/convexPoolInfo.json +1057 -1057
  780. package/esm/src/utils/curve-utils.d.ts +7 -7
  781. package/esm/src/utils/curve-utils.js +7 -7
  782. package/esm/src/utils/curvePoolInfo.json +299 -299
  783. package/esm/src/utils/curveusd-utils.d.ts +30 -30
  784. package/esm/src/utils/curveusd-utils.js +16 -16
  785. package/esm/src/utils/general.d.ts +17 -17
  786. package/esm/src/utils/general.js +39 -39
  787. package/esm/src/utils/index.d.ts +9 -9
  788. package/esm/src/utils/index.js +9 -9
  789. package/esm/src/utils/mstableAssetPairs.d.ts +9 -9
  790. package/esm/src/utils/mstableAssetPairs.js +8 -8
  791. package/esm/src/utils/uniswapLP.d.ts +19 -19
  792. package/esm/src/utils/uniswapLP.js +31 -31
  793. package/esm/src/utils/uniswapV3LP.d.ts +5 -5
  794. package/esm/src/utils/uniswapV3LP.js +23 -23
  795. package/esm/src/utils/zeroExExchange.d.ts +39 -39
  796. package/esm/src/utils/zeroExExchange.js +169 -169
  797. package/package.json +61 -61
  798. package/src/Action.ts +220 -220
  799. package/src/ActionWithL2.ts +48 -48
  800. package/src/DfsWeb3.ts +109 -109
  801. package/src/Recipe.ts +144 -144
  802. package/src/Strategy.ts +69 -69
  803. package/src/abis/Action.json +246 -246
  804. package/src/abis/DFSProxyRegistry.json +193 -193
  805. package/src/abis/DsProxy.json +218 -218
  806. package/src/abis/Erc20.json +222 -222
  807. package/src/abis/ProxyRegistry.json +65 -65
  808. package/src/abis/Recipe.json +253 -253
  809. package/src/abis/UniV3PositionManager.json +64 -64
  810. package/src/actions/aave/AaveBorrowAction.ts +37 -37
  811. package/src/actions/aave/AaveClaimAAVEAction.ts +29 -29
  812. package/src/actions/aave/AaveClaimStkAaveAction.ts +30 -30
  813. package/src/actions/aave/AaveCollateralSwitchAction.ts +25 -25
  814. package/src/actions/aave/AaveFinalizeUnstakeAction.ts +29 -29
  815. package/src/actions/aave/AavePaybackAction.ts +32 -32
  816. package/src/actions/aave/AaveStartUnstakeAction.ts +18 -18
  817. package/src/actions/aave/AaveSupplyAction.ts +38 -38
  818. package/src/actions/aave/AaveWithdrawAction.ts +21 -21
  819. package/src/actions/aave/index.ts +8 -8
  820. package/src/actions/aaveV3/AaveV3ATokenPaybackAction.ts +64 -64
  821. package/src/actions/aaveV3/AaveV3BorrowAction.ts +68 -68
  822. package/src/actions/aaveV3/AaveV3ClaimRewardsAction.ts +50 -50
  823. package/src/actions/aaveV3/AaveV3CollateralSwitchAction.ts +46 -46
  824. package/src/actions/aaveV3/AaveV3DelegateCredit.ts +56 -56
  825. package/src/actions/aaveV3/AaveV3PaybackAction.ts +77 -77
  826. package/src/actions/aaveV3/AaveV3SetEModeAction.ts +40 -40
  827. package/src/actions/aaveV3/AaveV3SupplyAction.ts +75 -75
  828. package/src/actions/aaveV3/AaveV3SwapBorrowRateModeAction.ts +46 -46
  829. package/src/actions/aaveV3/AaveV3WithdrawAction.ts +53 -53
  830. package/src/actions/aaveV3/index.ts +9 -9
  831. package/src/actions/balancer/BalancerV2ClaimAction.ts +46 -46
  832. package/src/actions/balancer/BalancerV2SupplyAction.ts +52 -52
  833. package/src/actions/balancer/BalancerV2WithdrawAction.ts +60 -60
  834. package/src/actions/balancer/index.ts +2 -2
  835. package/src/actions/basic/ApproveTokenAction.ts +38 -38
  836. package/src/actions/basic/AutomationV2Unsub.ts +18 -18
  837. package/src/actions/basic/ChangeProxyOwnerAction.ts +16 -16
  838. package/src/actions/basic/CreateSubAction.ts +23 -23
  839. package/src/actions/basic/GasFeeAction.ts +27 -27
  840. package/src/actions/basic/GasFeeActionL2.ts +28 -28
  841. package/src/actions/basic/LSVSellAction.ts +61 -61
  842. package/src/actions/basic/PullTokenAction.ts +36 -36
  843. package/src/actions/basic/SDaiUnwrapAction.ts +37 -37
  844. package/src/actions/basic/SDaiWrapAction.ts +37 -37
  845. package/src/actions/basic/SellAction.ts +61 -61
  846. package/src/actions/basic/SendTokenAction.ts +29 -29
  847. package/src/actions/basic/SendTokenAndUnwrapAction.ts +29 -29
  848. package/src/actions/basic/SendTokensAction.ts +38 -38
  849. package/src/actions/basic/SubInputsAction.ts +21 -21
  850. package/src/actions/basic/SumInputsAction.ts +21 -21
  851. package/src/actions/basic/ToggleSubAction.ts +17 -17
  852. package/src/actions/basic/TokenBalanceAction.ts +19 -19
  853. package/src/actions/basic/TokenizedVaultAdapterDepositAction.ts +38 -38
  854. package/src/actions/basic/TokenizedVaultAdapterMintAction.ts +38 -38
  855. package/src/actions/basic/TokenizedVaultAdapterRedeemAction.ts +36 -36
  856. package/src/actions/basic/TokenizedVaultAdapterWithdrawAction.ts +36 -36
  857. package/src/actions/basic/TransferNFTAction.ts +23 -23
  858. package/src/actions/basic/UnwrapEthAction.ts +38 -38
  859. package/src/actions/basic/UpdateSubAction.ts +27 -27
  860. package/src/actions/basic/WrapEthAction.ts +29 -28
  861. package/src/actions/basic/index.ts +26 -26
  862. package/src/actions/bprotocol/BprotocolLiquitySPDepositAction.ts +32 -32
  863. package/src/actions/bprotocol/BprotocolLiquitySPWithdrawAction.ts +27 -27
  864. package/src/actions/bprotocol/index.ts +2 -2
  865. package/src/actions/checkers/AaveV2RatioCheckAction.ts +22 -22
  866. package/src/actions/checkers/AaveV3RatioCheckAction.ts +22 -22
  867. package/src/actions/checkers/CompoundV2RatioCheckAction.ts +22 -22
  868. package/src/actions/checkers/CompoundV3RatioCheckAction.ts +26 -26
  869. package/src/actions/checkers/CurveUsdCollRatioCheck.ts +24 -24
  870. package/src/actions/checkers/LiquityRatioCheckAction.ts +22 -22
  871. package/src/actions/checkers/LiquityRatioIncreaseCheckAction.ts +20 -20
  872. package/src/actions/checkers/MakerRatioCheckAction.ts +27 -27
  873. package/src/actions/checkers/MorphoAaveV2RatioCheckAction.ts +24 -24
  874. package/src/actions/checkers/MorphoBlueRatioCheckAction.ts +46 -46
  875. package/src/actions/checkers/SparkRatioCheckAction.ts +22 -22
  876. package/src/actions/checkers/index.ts +10 -10
  877. package/src/actions/chickenBonds/CBChickenInAction.ts +19 -19
  878. package/src/actions/chickenBonds/CBChickenOutAction.ts +21 -21
  879. package/src/actions/chickenBonds/CBCreateAction.ts +23 -23
  880. package/src/actions/chickenBonds/CBCreateRebondSubAction.ts +20 -20
  881. package/src/actions/chickenBonds/CBRedeemAction.ts +26 -26
  882. package/src/actions/chickenBonds/CBUpdateRebondSubAction.ts +17 -17
  883. package/src/actions/chickenBonds/FetchBondIdAction.ts +23 -23
  884. package/src/actions/chickenBonds/index.ts +8 -8
  885. package/src/actions/compound/CompoundBorrowAction.ts +20 -20
  886. package/src/actions/compound/CompoundClaimAction.ts +26 -26
  887. package/src/actions/compound/CompoundCollateralSwitchAction.ts +18 -18
  888. package/src/actions/compound/CompoundGetDebtAction.ts +20 -20
  889. package/src/actions/compound/CompoundPaybackAction.ts +27 -27
  890. package/src/actions/compound/CompoundSupplyAction.ts +33 -33
  891. package/src/actions/compound/CompoundWithdrawAction.ts +20 -20
  892. package/src/actions/compound/index.ts +6 -6
  893. package/src/actions/compoundV3/CompoundV3AllowAction.ts +26 -26
  894. package/src/actions/compoundV3/CompoundV3BorrowAction.ts +28 -28
  895. package/src/actions/compoundV3/CompoundV3ClaimAction.ts +34 -34
  896. package/src/actions/compoundV3/CompoundV3PaybackAction.ts +46 -46
  897. package/src/actions/compoundV3/CompoundV3SupplyAction.ts +40 -40
  898. package/src/actions/compoundV3/CompoundV3TransferAction.ts +37 -37
  899. package/src/actions/compoundV3/CompoundV3WithdrawAction.ts +36 -36
  900. package/src/actions/compoundV3/index.ts +6 -6
  901. package/src/actions/convex/ConvexClaimAction.ts +65 -65
  902. package/src/actions/convex/ConvexDepositAction.ts +71 -71
  903. package/src/actions/convex/ConvexWithdrawAction.ts +69 -69
  904. package/src/actions/convex/index.ts +2 -2
  905. package/src/actions/curve/CurveClaimFeesAction.ts +30 -30
  906. package/src/actions/curve/CurveDepositAction.ts +84 -84
  907. package/src/actions/curve/CurveGaugeDepositAction.ts +36 -36
  908. package/src/actions/curve/CurveGaugeWithdrawAction.ts +28 -28
  909. package/src/actions/curve/CurveMintCrvAction.ts +25 -25
  910. package/src/actions/curve/CurveStethPoolDepositAction.ts +40 -40
  911. package/src/actions/curve/CurveStethPoolWithdrawAction.ts +42 -42
  912. package/src/actions/curve/CurveSwapAction.ts +38 -38
  913. package/src/actions/curve/CurveWithdrawAction.ts +82 -82
  914. package/src/actions/curve/index.ts +8 -8
  915. package/src/actions/curveusd/CurveUsdAdjustAction.ts +44 -44
  916. package/src/actions/curveusd/CurveUsdBorrowAction.ts +33 -33
  917. package/src/actions/curveusd/CurveUsdCreateAction.ts +48 -48
  918. package/src/actions/curveusd/CurveUsdGetDebtAction.ts +20 -20
  919. package/src/actions/curveusd/CurveUsdLevCreateAction.ts +39 -39
  920. package/src/actions/curveusd/CurveUsdPaybackAction.ts +48 -48
  921. package/src/actions/curveusd/CurveUsdRepayAction.ts +35 -35
  922. package/src/actions/curveusd/CurveUsdSelfLiquidateAction.ts +41 -41
  923. package/src/actions/curveusd/CurveUsdSelfLiquidateWithCollAction.ts +39 -39
  924. package/src/actions/curveusd/CurveUsdSupplyAction.ts +43 -43
  925. package/src/actions/curveusd/CurveUsdWithdrawAction.ts +34 -34
  926. package/src/actions/curveusd/index.ts +10 -10
  927. package/src/actions/dydx/DyDxWithdrawAction.ts +20 -20
  928. package/src/actions/dydx/index.ts +1 -1
  929. package/src/actions/flashloan/AaveV2FlashLoanAction.ts +26 -26
  930. package/src/actions/flashloan/AaveV2FlashLoanPaybackAction.ts +18 -18
  931. package/src/actions/flashloan/AaveV3FlashLoanAction.ts +26 -26
  932. package/src/actions/flashloan/AaveV3FlashLoanCarryDebtAction.ts +34 -34
  933. package/src/actions/flashloan/AaveV3FlashLoanNoFeeAction.ts +26 -26
  934. package/src/actions/flashloan/AaveV3FlashLoanNoFeePaybackAction.ts +18 -18
  935. package/src/actions/flashloan/AaveV3FlashLoanPaybackAction.ts +17 -17
  936. package/src/actions/flashloan/BalancerFlashLoanAction.ts +24 -24
  937. package/src/actions/flashloan/BalancerFlashLoanPaybackAction.ts +18 -18
  938. package/src/actions/flashloan/DyDxFlashLoanAction.ts +23 -23
  939. package/src/actions/flashloan/DyDxFlashLoanPaybackAction.ts +18 -18
  940. package/src/actions/flashloan/EulerFlashLoanAction.ts +24 -24
  941. package/src/actions/flashloan/EulerFlashLoanPaybackAction.ts +18 -18
  942. package/src/actions/flashloan/FLAction.ts +60 -60
  943. package/src/actions/flashloan/GhoFlashLoanAction.ts +23 -23
  944. package/src/actions/flashloan/GhoFlashLoanPaybackAction.ts +17 -17
  945. package/src/actions/flashloan/MakerFlashLoanAction.ts +23 -23
  946. package/src/actions/flashloan/MakerFlashLoanPaybackAction.ts +17 -17
  947. package/src/actions/flashloan/MorphoBlueFlashLoanAction.ts +24 -24
  948. package/src/actions/flashloan/MorphoBlueFlashLoanPaybackAction.ts +18 -18
  949. package/src/actions/flashloan/SparkFlashLoanAction.ts +26 -26
  950. package/src/actions/flashloan/SparkFlashLoanPaybackAction.ts +17 -17
  951. package/src/actions/flashloan/UniV3FlashLoanAction.ts +27 -27
  952. package/src/actions/flashloan/UniV3FlashLoanPaybackAction.ts +19 -19
  953. package/src/actions/flashloan/index.ts +23 -23
  954. package/src/actions/guni/GUniDeposit.ts +45 -45
  955. package/src/actions/guni/GUniWithdraw.ts +35 -35
  956. package/src/actions/guni/index.ts +1 -1
  957. package/src/actions/index.ts +61 -61
  958. package/src/actions/insta/InstPullTokensAction.ts +33 -33
  959. package/src/actions/lido/LidoStakeAction.ts +25 -25
  960. package/src/actions/lido/LidoUnwrapAction.ts +24 -24
  961. package/src/actions/lido/LidoWrapAction.ts +34 -34
  962. package/src/actions/lido/index.ts +3 -3
  963. package/src/actions/liquity/LiquityAdjustAction.ts +52 -52
  964. package/src/actions/liquity/LiquityBorrowAction.ts +32 -32
  965. package/src/actions/liquity/LiquityClaimAction.ts +25 -25
  966. package/src/actions/liquity/LiquityClaimSPRewardsAction.ts +19 -19
  967. package/src/actions/liquity/LiquityClaimStakingRewardsAction.ts +19 -19
  968. package/src/actions/liquity/LiquityCloseAction.ts +33 -33
  969. package/src/actions/liquity/LiquityEthGainToTroveAction.ts +27 -27
  970. package/src/actions/liquity/LiquityOpenAction.ts +42 -42
  971. package/src/actions/liquity/LiquityPaybackAction.ts +35 -35
  972. package/src/actions/liquity/LiquityRedeemAction.ts +53 -53
  973. package/src/actions/liquity/LiquitySPDepositAction.ts +37 -37
  974. package/src/actions/liquity/LiquitySPWithdrawAction.ts +33 -33
  975. package/src/actions/liquity/LiquityStakeAction.ts +38 -38
  976. package/src/actions/liquity/LiquitySupplyAction.ts +35 -35
  977. package/src/actions/liquity/LiquityUnstakeAction.ts +33 -33
  978. package/src/actions/liquity/LiquityWithdrawAction.ts +30 -30
  979. package/src/actions/liquity/index.ts +15 -15
  980. package/src/actions/lsv/LSVBorrowAction.ts +20 -20
  981. package/src/actions/lsv/LSVPaybackAction.ts +19 -19
  982. package/src/actions/lsv/LSVSupplyAction.ts +22 -22
  983. package/src/actions/lsv/LSVWithdrawAction.ts +22 -22
  984. package/src/actions/lsv/index.ts +3 -3
  985. package/src/actions/maker/MakerBoostCompositeAction.ts +54 -54
  986. package/src/actions/maker/MakerClaimAction.ts +26 -26
  987. package/src/actions/maker/MakerDsrDepositAction.ts +22 -22
  988. package/src/actions/maker/MakerDsrWithdrawAction.ts +21 -21
  989. package/src/actions/maker/MakerGenerateAction.ts +21 -21
  990. package/src/actions/maker/MakerGiveAction.ts +27 -27
  991. package/src/actions/maker/MakerMergeAction.ts +18 -18
  992. package/src/actions/maker/MakerOpenVaultAction.ts +17 -17
  993. package/src/actions/maker/MakerPaybackAction.ts +24 -24
  994. package/src/actions/maker/MakerRatioAction.ts +16 -16
  995. package/src/actions/maker/MakerRepayCompositeAction.ts +54 -54
  996. package/src/actions/maker/MakerSupplyAction.ts +27 -27
  997. package/src/actions/maker/MakerWithdrawAction.ts +22 -22
  998. package/src/actions/maker/index.ts +13 -13
  999. package/src/actions/morpho/MorphoAaveV2BorrowAction.ts +36 -36
  1000. package/src/actions/morpho/MorphoAaveV2PaybackAction.ts +34 -34
  1001. package/src/actions/morpho/MorphoAaveV2SupplyAction.ts +46 -46
  1002. package/src/actions/morpho/MorphoAaveV2WithdrawAction.ts +25 -25
  1003. package/src/actions/morpho/MorphoClaimAction.ts +23 -23
  1004. package/src/actions/morpho/aaveV3/MorphoAaveV3BorrowAction.ts +41 -41
  1005. package/src/actions/morpho/aaveV3/MorphoAaveV3PaybackAction.ts +46 -46
  1006. package/src/actions/morpho/aaveV3/MorphoAaveV3SetManagerAction.ts +31 -31
  1007. package/src/actions/morpho/aaveV3/MorphoAaveV3SupplyAction.ts +52 -52
  1008. package/src/actions/morpho/aaveV3/MorphoAaveV3WithdrawAction.ts +44 -44
  1009. package/src/actions/morpho/index.ts +9 -9
  1010. package/src/actions/morpho-blue/MorphoBlueBorrowAction.ts +54 -54
  1011. package/src/actions/morpho-blue/MorphoBluePaybackAction.ts +54 -54
  1012. package/src/actions/morpho-blue/MorphoBlueSetAuthAction.ts +24 -24
  1013. package/src/actions/morpho-blue/MorphoBlueSetAuthWithSigAction.ts +38 -38
  1014. package/src/actions/morpho-blue/MorphoBlueSupplyAction.ts +54 -54
  1015. package/src/actions/morpho-blue/MorphoBlueSupplyCollateralAction.ts +54 -54
  1016. package/src/actions/morpho-blue/MorphoBlueWithdrawAction.ts +54 -54
  1017. package/src/actions/morpho-blue/MorphoBlueWithdrawCollateralAction.ts +54 -54
  1018. package/src/actions/morpho-blue/index.ts +7 -7
  1019. package/src/actions/mstable/MStableClaimAction.ts +38 -38
  1020. package/src/actions/mstable/MStableDepositAction.ts +83 -83
  1021. package/src/actions/mstable/MStableWithdrawAction.ts +82 -82
  1022. package/src/actions/mstable/index.ts +2 -2
  1023. package/src/actions/rari/RariDepositAction.ts +32 -32
  1024. package/src/actions/rari/RariWithdrawAction.ts +34 -34
  1025. package/src/actions/rari/index.ts +1 -1
  1026. package/src/actions/reflexer/ReflexerGenerateAction.ts +20 -20
  1027. package/src/actions/reflexer/ReflexerNativeUniV2SaviourDepositAction.ts +28 -28
  1028. package/src/actions/reflexer/ReflexerNativeUniV2SaviourGetReservesAction.ts +22 -22
  1029. package/src/actions/reflexer/ReflexerNativeUniV2SaviourWithdrawAction.ts +24 -24
  1030. package/src/actions/reflexer/ReflexerOpenSafeAction.ts +16 -16
  1031. package/src/actions/reflexer/ReflexerPaybackAction.ts +23 -23
  1032. package/src/actions/reflexer/ReflexerSupplyAction.ts +32 -32
  1033. package/src/actions/reflexer/ReflexerWithdrawAction.ts +21 -21
  1034. package/src/actions/reflexer/index.ts +7 -7
  1035. package/src/actions/spark/SparkBorrowAction.ts +68 -68
  1036. package/src/actions/spark/SparkClaimRewardsAction.ts +50 -50
  1037. package/src/actions/spark/SparkCollateralSwitchAction.ts +46 -46
  1038. package/src/actions/spark/SparkDelegateCredit.ts +56 -56
  1039. package/src/actions/spark/SparkPaybackAction.ts +77 -77
  1040. package/src/actions/spark/SparkSetEModeAction.ts +40 -40
  1041. package/src/actions/spark/SparkSpTokenPaybackAction.ts +64 -64
  1042. package/src/actions/spark/SparkSupplyAction.ts +75 -75
  1043. package/src/actions/spark/SparkSwapBorrowRateModeAction.ts +46 -46
  1044. package/src/actions/spark/SparkWithdrawAction.ts +53 -53
  1045. package/src/actions/spark/index.ts +9 -9
  1046. package/src/actions/uniswap/UniswapSupplyAction.ts +63 -63
  1047. package/src/actions/uniswap/UniswapWithdrawAction.ts +53 -53
  1048. package/src/actions/uniswap/index.ts +1 -1
  1049. package/src/actions/uniswapV3/UniswapV3CollectAction.ts +47 -47
  1050. package/src/actions/uniswapV3/UniswapV3CreatePoolAction.ts +69 -69
  1051. package/src/actions/uniswapV3/UniswapV3MintAction.ts +68 -68
  1052. package/src/actions/uniswapV3/UniswapV3SupplyAction.ts +58 -58
  1053. package/src/actions/uniswapV3/UniswapV3WithdrawAction.ts +58 -58
  1054. package/src/actions/uniswapV3/index.ts +4 -4
  1055. package/src/actions/yearn/YearnSupplyAction.ts +33 -33
  1056. package/src/actions/yearn/YearnWithdrawAction.ts +33 -33
  1057. package/src/actions/yearn/index.ts +1 -1
  1058. package/src/addresses.ts +469 -469
  1059. package/src/config.ts +84 -84
  1060. package/src/index.ts +65 -65
  1061. package/src/triggers/AaveV2RatioTrigger.ts +13 -13
  1062. package/src/triggers/AaveV3QuotePriceTrigger.ts +13 -13
  1063. package/src/triggers/AaveV3RatioTrigger.ts +13 -13
  1064. package/src/triggers/CBRebondTrigger.ts +13 -13
  1065. package/src/triggers/ChainLinkPriceTrigger.ts +13 -13
  1066. package/src/triggers/CompV3RatioTrigger.ts +13 -13
  1067. package/src/triggers/CompoundRatioTrigger.ts +13 -13
  1068. package/src/triggers/CurveUsdCollRatioTrigger.ts +13 -13
  1069. package/src/triggers/GasPriceTrigger.ts +13 -13
  1070. package/src/triggers/LiquityDebtInFrontWithLimitTrigger.ts +18 -18
  1071. package/src/triggers/LiquityRatioTrigger.ts +18 -18
  1072. package/src/triggers/MakerRatioTrigger.ts +14 -14
  1073. package/src/triggers/MorphoAaveV2RatioTrigger.ts +14 -14
  1074. package/src/triggers/MorphoBlueRatioTrigger.ts +24 -24
  1075. package/src/triggers/ReflexerRatioTrigger.ts +13 -13
  1076. package/src/triggers/SparkQuotePriceTrigger.ts +13 -13
  1077. package/src/triggers/SparkRatioTrigger.ts +13 -13
  1078. package/src/triggers/TimestampTrigger.ts +13 -13
  1079. package/src/triggers/TrailingStopTrigger.ts +13 -13
  1080. package/src/triggers/UniV3CurrentTickTrigger.ts +13 -13
  1081. package/src/triggers/index.ts +20 -20
  1082. package/src/types.ts +52 -52
  1083. package/src/utils/basic-utils.ts +5 -5
  1084. package/src/utils/convex-utils.ts +21 -21
  1085. package/src/utils/convexPoolInfo.json +1057 -1057
  1086. package/src/utils/curve-utils.ts +15 -15
  1087. package/src/utils/curvePoolInfo.json +299 -299
  1088. package/src/utils/curveusd-utils.ts +19 -19
  1089. package/src/utils/general.ts +37 -37
  1090. package/src/utils/index.ts +19 -19
  1091. package/src/utils/mstableAssetPairs.ts +8 -8
  1092. package/src/utils/uniswapLP.ts +44 -44
  1093. package/src/utils/uniswapV3LP.ts +16 -16
  1094. package/src/utils/zeroExExchange.ts +206 -206
  1095. package/test/Action.js +62 -62
  1096. package/test/DfsWeb3.js +65 -65
  1097. package/test/Recipe.js +95 -95
  1098. package/test/Strategy.js +44 -44
  1099. package/test/_actionUtils.js +17 -17
  1100. package/test/_recipeUtils.js +12 -12
  1101. package/test/accessLists/MockAccessLists.json +1410 -1410
  1102. package/test/accessLists/Recipe.js +124 -124
  1103. package/test/accessLists/access-lists.js +107 -107
  1104. package/test/actions/aave/AaveBorrowAction.js +70 -70
  1105. package/test/actions/aave/AaveClaimStkAaveAction.js +21 -21
  1106. package/test/actions/aave/AaveCollateralSwitchAction.js +20 -20
  1107. package/test/actions/aave/AavePaybackAction.js +84 -84
  1108. package/test/actions/aave/AaveSupplyAction.js +81 -81
  1109. package/test/actions/aave/AaveWithdrawAction.js +42 -42
  1110. package/test/actions/balancer/BalancerV2ClaimAction.js +101 -101
  1111. package/test/actions/balancer/BalancerV2SupplyAction.js +36 -36
  1112. package/test/actions/balancer/BalancerV2WithdrawAction.js +33 -33
  1113. package/test/actions/basic/ChangeProxyOwnerAction.js +21 -21
  1114. package/test/actions/basic/CreateSubAction.js +29 -29
  1115. package/test/actions/basic/SellAction.js +79 -79
  1116. package/test/actions/basic/SendTokenAction.js +49 -49
  1117. package/test/actions/basic/TokenBalanceAction.js +20 -20
  1118. package/test/actions/compound/CompoundBorrowAction.js +63 -63
  1119. package/test/actions/compound/CompoundCollateralSwitchAction.js +19 -19
  1120. package/test/actions/compound/CompoundGetDebtAction.js +20 -20
  1121. package/test/actions/compound/CompoundPaybackAction.js +53 -53
  1122. package/test/actions/compound/CompoundSupplyAction.js +54 -54
  1123. package/test/actions/compound/CompoundWithdrawAction.js +40 -40
  1124. package/test/actions/dydx/DyDxWithdrawAction.js +40 -40
  1125. package/test/actions/flashloan/DyDxFlashLoanAction.js +84 -84
  1126. package/test/actions/insta/InstPullTokensAction.js +30 -30
  1127. package/test/actions/lido/LidoStakeAction.js +30 -30
  1128. package/test/actions/liquity/LiquityBorrowAction.js +28 -28
  1129. package/test/actions/liquity/LiquityClaimAction.js +28 -28
  1130. package/test/actions/liquity/LiquityClaimSPRewardsAction.js +28 -28
  1131. package/test/actions/liquity/LiquityClaimStakingRewardsAction.js +28 -28
  1132. package/test/actions/liquity/LiquityCloseAction.js +30 -30
  1133. package/test/actions/liquity/LiquityEthGainToTroveAction.js +28 -28
  1134. package/test/actions/liquity/LiquityOpenAction.js +30 -30
  1135. package/test/actions/liquity/LiquityPaybackAction.js +30 -30
  1136. package/test/actions/liquity/LiquityRedeemAction.js +38 -38
  1137. package/test/actions/liquity/LiquitySPDepositAction.js +31 -31
  1138. package/test/actions/liquity/LiquitySPWithdrawAction.js +29 -29
  1139. package/test/actions/liquity/LiquityStakeAction.js +30 -30
  1140. package/test/actions/liquity/LiquitySupplyAction.js +30 -30
  1141. package/test/actions/liquity/LiquityUnstakeAction.js +28 -28
  1142. package/test/actions/liquity/LiquityWithdrawAction.js +28 -28
  1143. package/test/actions/maker/MakerGenerateAction.js +63 -63
  1144. package/test/actions/maker/MakerGiveAction.js +63 -63
  1145. package/test/actions/maker/MakerMergeAction.js +49 -49
  1146. package/test/actions/maker/MakerOpenVaultAction.js +56 -56
  1147. package/test/actions/maker/MakerPaybackAction.js +55 -55
  1148. package/test/actions/maker/MakerSupplyAction.js +103 -103
  1149. package/test/actions/maker/MakerWithdrawAction.js +66 -66
  1150. package/test/actions/reflexer/ReflexerNativeUniV2SaviourDepositAction.js +30 -30
  1151. package/test/actions/reflexer/ReflexerNativeUniV2SaviourGetReservesAction.js +26 -26
  1152. package/test/actions/reflexer/ReflexerNativeUniV2SaviourWithdrawAction.js +28 -28
  1153. package/test/actions/uniswap/UniswapSupplyAction.js +68 -68
  1154. package/test/actions/uniswap/UniswapWithdrawAction.js +35 -35
  1155. package/test/actions/uniswapV3/UniswapV3CollectAction.js +35 -35
  1156. package/test/actions/uniswapV3/UniswapV3CreatePoolAction.js +42 -42
  1157. package/test/actions/uniswapV3/UniswapV3MintAction.js +74 -74
  1158. package/test/actions/uniswapV3/UniswapV3SupplyAction.js +68 -68
  1159. package/test/actions/uniswapV3/UniswapV3WithdrawAction.js +39 -39
  1160. package/test/actions/yearn/YearnSupplyAction.js +35 -35
  1161. package/test/actions/yearn/YearnWithdrawAction.js +36 -36
  1162. package/test/index.js +11 -11
  1163. package/test/utils/uniswapLP.js +40 -40
  1164. package/test/utils/zeroExExchange.js +86 -86
  1165. package/tsconfig.json +79 -79
  1166. package/umd/index.js +2305 -2259
  1167. package/webpack.umd.js +52 -52
@@ -1,856 +1,856 @@
1
- import { EthAddress } from './types';
2
- export declare const actionAddresses: {
3
- [x: number]: {
4
- WrapEth: string;
5
- UnwrapEth: string;
6
- PullToken: string;
7
- SendToken: string;
8
- SumInputs: string;
9
- SubInputs: string;
10
- ChangeProxyOwner: string;
11
- TokenBalance: string;
12
- AutomationV2Unsub: string;
13
- SendTokenAndUnwrap: string;
14
- ToggleSub: string;
15
- UpdateSub: string;
16
- TransferNFT: string;
17
- CreateSub: string;
18
- ApproveToken: string;
19
- SDaiWrap: string;
20
- SDaiUnwrap: string;
21
- TokenizedVaultAdapter: string;
22
- DFSSell: string;
23
- McdGenerate: string;
24
- McdGive: string;
25
- McdMerge: string;
26
- McdOpen: string;
27
- McdPayback: string;
28
- McdSupply: string;
29
- McdWithdraw: string;
30
- McdClaim: string;
31
- McdDsrDeposit: string;
32
- McdDsrWithdraw: string;
33
- ReflexerSupply: string;
34
- ReflexerWithdraw: string;
35
- ReflexerPayback: string;
36
- ReflexerGenerate: string;
37
- ReflexerOpen: string;
38
- ReflexerNativeUniV2SaviourDeposit: string;
39
- ReflexerNativeUniV2SaviourGetReserves: string;
40
- ReflexerNativeUniV2SaviourWithdraw: string;
41
- AaveBorrow: string;
42
- AavePayback: string;
43
- AaveSupply: string;
44
- AaveWithdraw: string;
45
- AaveCollateralSwitch: string;
46
- AaveUnstake: string;
47
- AaveClaimAAVE: string;
48
- AaveClaimStkAave: string;
49
- AaveV3Withdraw: string;
50
- AaveV3SwapBorrowRateMode: string;
51
- AaveV3Supply: string;
52
- AaveV3SetEMode: string;
53
- AaveV3Payback: string;
54
- AaveV3CollateralSwitch: string;
55
- AaveV3ClaimRewards: string;
56
- AaveV3Borrow: string;
57
- AaveV3ATokenPayback: string;
58
- AaveV3View: string;
59
- LSVWithdraw: string;
60
- LSVBorrow: string;
61
- LSVSupply: string;
62
- LSVPayback: string;
63
- LSVSell: string;
64
- MorphoAaveV2Borrow: string;
65
- MorphoAaveV2Payback: string;
66
- MorphoAaveV2Supply: string;
67
- MorphoAaveV2Withdraw: string;
68
- MorphoClaim: string;
69
- MorphoAaveV3Borrow: string;
70
- MorphoAaveV3Payback: string;
71
- MorphoAaveV3Supply: string;
72
- MorphoAaveV3Withdraw: string;
73
- MorphoAaveV3SetManager: string;
74
- SparkBorrow: string;
75
- SparkClaimRewards: string;
76
- SparkCollateralSwitch: string;
77
- SparkPayback: string;
78
- SparkSetEMode: string;
79
- SparkSpTokenPayback: string;
80
- SparkSupply: string;
81
- SparkSwapBorrowRateMode: string;
82
- SparkWithdraw: string;
83
- SparkDelegateCredit: string;
84
- CompBorrow: string;
85
- CompClaim: string;
86
- CompPayback: string;
87
- CompSupply: string;
88
- CompWithdraw: string;
89
- CompGetDebt: string;
90
- CompCollateralSwitch: string;
91
- FLAaveV2: string;
92
- FLAaveV3NoFee: string;
93
- FLAaveV3CarryDebt: string;
94
- FLAaveV3: string;
95
- FLDyDx: string;
96
- FLMaker: string;
97
- FLBalancer: string;
98
- FLSpark: string;
99
- FLAction: string;
100
- FLUniV3: string;
101
- FLGho: string;
102
- FLMorphoBlue: string;
103
- UniSupply: string;
104
- UniWithdraw: string;
105
- UniCollectV3: string;
106
- UniMintV3: string;
107
- UniSupplyV3: string;
108
- UniWithdrawV3: string;
109
- UniCreatePoolV3: string;
110
- DyDxWithdraw: string;
111
- YearnSupply: string;
112
- YearnWithdraw: string;
113
- LiquityClose: string;
114
- LiquityBorrow: string;
115
- LiquityOpen: string;
116
- LiquityPayback: string;
117
- LiquityWithdraw: string;
118
- LiquitySupply: string;
119
- LiquitySPDeposit: string;
120
- LiquitySPWithdraw: string;
121
- LiquityStake: string;
122
- LiquityUnstake: string;
123
- LiquityEthGainToTrove: string;
124
- LiquityClaim: string;
125
- LiquityRedeem: string;
126
- LiquityAdjust: string;
127
- BprotocolLiquitySPDeposit: string;
128
- BprotocolLiquitySPWithdraw: string;
129
- LidoStake: string;
130
- LidoWrap: string;
131
- LidoUnwrap: string;
132
- InstPullTokens: string;
133
- BalancerV2Supply: string;
134
- BalancerV2Withdraw: string;
135
- BalancerV2Claim: string;
136
- GUniWithdraw: string;
137
- GUniDeposit: string;
138
- RariDeposit: string;
139
- RariWithdraw: string;
140
- MStableDeposit: string;
141
- MStableWithdraw: string;
142
- MStableClaim: string;
143
- McdRatioCheck: string;
144
- GasFeeTaker: string;
145
- CurveStethPoolDeposit: string;
146
- CurveStethPoolWithdraw: string;
147
- CurveDeposit: string;
148
- CurveWithdraw: string;
149
- McdBoostComposite: string;
150
- McdRepayComposite: string;
151
- FLEuler: string;
152
- TrailingStopTrigger: string;
153
- CBRebondTrigger: string;
154
- CBUpdateRebondSub: string;
155
- LiquityRatioCheck: string;
156
- ConvexDeposit: string;
157
- ConvexWithdraw: string;
158
- ConvexClaim: string;
159
- CBCreate: string;
160
- CBRedeem: string;
161
- CBChickenIn: string;
162
- CBChickenOut: string;
163
- CBCreateRebondSub: string;
164
- FetchBondId: string;
165
- CompV3Allow: string;
166
- CompV3Borrow: string;
167
- CompV3Claim: string;
168
- CompV3Payback: string;
169
- CompV3Supply: string;
170
- CompV3Transfer: string;
171
- CompV3Withdraw: string;
172
- CurveUsdBorrow: string;
173
- CurveUsdCreate: string;
174
- CurveUsdPayback: string;
175
- CurveUsdSupply: string;
176
- CurveUsdAdjust: string;
177
- CurveUsdWithdraw: string;
178
- CurveUsdLevCreate: string;
179
- CurveUsdRepay: string;
180
- CurveUsdSwapper: string;
181
- CurveUsdSelfLiquidate: string;
182
- CurveUsdSelfLiquidateWithColl: string;
183
- CurveUsdGetDebt: string;
184
- CurveUsdCollRatioTrigger: string;
185
- CurveUsdCollRatioCheck: string;
186
- MorphoBlueSupply: string;
187
- MorphoBlueSupplyCollateral: string;
188
- MorphoBlueWithdraw: string;
189
- MorphoBlueWithdrawCollateral: string;
190
- MorphoBlueBorrow: string;
191
- MorphoBluePayback: string;
192
- MorphoBlueSetAuth: string;
193
- MorphoBlueSetAuthWithSig: string;
194
- AaveV3DelegateCredit?: undefined;
195
- AaveV3RatioTrigger?: undefined;
196
- GasFeeTakerL2?: undefined;
197
- AaveV3RatioCheck?: undefined;
198
- } | {
199
- DFSSell: string;
200
- WrapEth: string;
201
- UnwrapEth: string;
202
- SendToken: string;
203
- PullToken: string;
204
- ApproveToken: string;
205
- SendTokenAndUnwrap: string;
206
- ToggleSub: string;
207
- TokenBalance: string;
208
- TokenizedVaultAdapter: string;
209
- ChangeProxyOwner: string;
210
- AaveV3ATokenPayback: string;
211
- AaveV3Borrow: string;
212
- AaveV3CollateralSwitch: string;
213
- AaveV3Payback: string;
214
- AaveV3SetEMode: string;
215
- AaveV3Supply: string;
216
- AaveV3SwapBorrowRateMode: string;
217
- AaveV3Withdraw: string;
218
- AaveV3ClaimRewards: string;
219
- AaveV3DelegateCredit: string;
220
- FLAaveV3NoFee: string;
221
- FLAaveV3: string;
222
- FLBalancer: string;
223
- FLAction: string;
224
- AaveV3RatioTrigger: string;
225
- GasFeeTakerL2: string;
226
- AaveV3RatioCheck: string;
227
- UniCollectV3: string;
228
- UniMintV3: string;
229
- UniSupplyV3: string;
230
- UniWithdrawV3: string;
231
- UniCreatePoolV3: string;
232
- SumInputs?: undefined;
233
- SubInputs?: undefined;
234
- AutomationV2Unsub?: undefined;
235
- UpdateSub?: undefined;
236
- TransferNFT?: undefined;
237
- CreateSub?: undefined;
238
- SDaiWrap?: undefined;
239
- SDaiUnwrap?: undefined;
240
- McdGenerate?: undefined;
241
- McdGive?: undefined;
242
- McdMerge?: undefined;
243
- McdOpen?: undefined;
244
- McdPayback?: undefined;
245
- McdSupply?: undefined;
246
- McdWithdraw?: undefined;
247
- McdClaim?: undefined;
248
- McdDsrDeposit?: undefined;
249
- McdDsrWithdraw?: undefined;
250
- ReflexerSupply?: undefined;
251
- ReflexerWithdraw?: undefined;
252
- ReflexerPayback?: undefined;
253
- ReflexerGenerate?: undefined;
254
- ReflexerOpen?: undefined;
255
- ReflexerNativeUniV2SaviourDeposit?: undefined;
256
- ReflexerNativeUniV2SaviourGetReserves?: undefined;
257
- ReflexerNativeUniV2SaviourWithdraw?: undefined;
258
- AaveBorrow?: undefined;
259
- AavePayback?: undefined;
260
- AaveSupply?: undefined;
261
- AaveWithdraw?: undefined;
262
- AaveCollateralSwitch?: undefined;
263
- AaveUnstake?: undefined;
264
- AaveClaimAAVE?: undefined;
265
- AaveClaimStkAave?: undefined;
266
- AaveV3View?: undefined;
267
- LSVWithdraw?: undefined;
268
- LSVBorrow?: undefined;
269
- LSVSupply?: undefined;
270
- LSVPayback?: undefined;
271
- LSVSell?: undefined;
272
- MorphoAaveV2Borrow?: undefined;
273
- MorphoAaveV2Payback?: undefined;
274
- MorphoAaveV2Supply?: undefined;
275
- MorphoAaveV2Withdraw?: undefined;
276
- MorphoClaim?: undefined;
277
- MorphoAaveV3Borrow?: undefined;
278
- MorphoAaveV3Payback?: undefined;
279
- MorphoAaveV3Supply?: undefined;
280
- MorphoAaveV3Withdraw?: undefined;
281
- MorphoAaveV3SetManager?: undefined;
282
- SparkBorrow?: undefined;
283
- SparkClaimRewards?: undefined;
284
- SparkCollateralSwitch?: undefined;
285
- SparkPayback?: undefined;
286
- SparkSetEMode?: undefined;
287
- SparkSpTokenPayback?: undefined;
288
- SparkSupply?: undefined;
289
- SparkSwapBorrowRateMode?: undefined;
290
- SparkWithdraw?: undefined;
291
- SparkDelegateCredit?: undefined;
292
- CompBorrow?: undefined;
293
- CompClaim?: undefined;
294
- CompPayback?: undefined;
295
- CompSupply?: undefined;
296
- CompWithdraw?: undefined;
297
- CompGetDebt?: undefined;
298
- CompCollateralSwitch?: undefined;
299
- FLAaveV2?: undefined;
300
- FLAaveV3CarryDebt?: undefined;
301
- FLDyDx?: undefined;
302
- FLMaker?: undefined;
303
- FLSpark?: undefined;
304
- FLUniV3?: undefined;
305
- FLGho?: undefined;
306
- FLMorphoBlue?: undefined;
307
- UniSupply?: undefined;
308
- UniWithdraw?: undefined;
309
- DyDxWithdraw?: undefined;
310
- YearnSupply?: undefined;
311
- YearnWithdraw?: undefined;
312
- LiquityClose?: undefined;
313
- LiquityBorrow?: undefined;
314
- LiquityOpen?: undefined;
315
- LiquityPayback?: undefined;
316
- LiquityWithdraw?: undefined;
317
- LiquitySupply?: undefined;
318
- LiquitySPDeposit?: undefined;
319
- LiquitySPWithdraw?: undefined;
320
- LiquityStake?: undefined;
321
- LiquityUnstake?: undefined;
322
- LiquityEthGainToTrove?: undefined;
323
- LiquityClaim?: undefined;
324
- LiquityRedeem?: undefined;
325
- LiquityAdjust?: undefined;
326
- BprotocolLiquitySPDeposit?: undefined;
327
- BprotocolLiquitySPWithdraw?: undefined;
328
- LidoStake?: undefined;
329
- LidoWrap?: undefined;
330
- LidoUnwrap?: undefined;
331
- InstPullTokens?: undefined;
332
- BalancerV2Supply?: undefined;
333
- BalancerV2Withdraw?: undefined;
334
- BalancerV2Claim?: undefined;
335
- GUniWithdraw?: undefined;
336
- GUniDeposit?: undefined;
337
- RariDeposit?: undefined;
338
- RariWithdraw?: undefined;
339
- MStableDeposit?: undefined;
340
- MStableWithdraw?: undefined;
341
- MStableClaim?: undefined;
342
- McdRatioCheck?: undefined;
343
- GasFeeTaker?: undefined;
344
- CurveStethPoolDeposit?: undefined;
345
- CurveStethPoolWithdraw?: undefined;
346
- CurveDeposit?: undefined;
347
- CurveWithdraw?: undefined;
348
- McdBoostComposite?: undefined;
349
- McdRepayComposite?: undefined;
350
- FLEuler?: undefined;
351
- TrailingStopTrigger?: undefined;
352
- CBRebondTrigger?: undefined;
353
- CBUpdateRebondSub?: undefined;
354
- LiquityRatioCheck?: undefined;
355
- ConvexDeposit?: undefined;
356
- ConvexWithdraw?: undefined;
357
- ConvexClaim?: undefined;
358
- CBCreate?: undefined;
359
- CBRedeem?: undefined;
360
- CBChickenIn?: undefined;
361
- CBChickenOut?: undefined;
362
- CBCreateRebondSub?: undefined;
363
- FetchBondId?: undefined;
364
- CompV3Allow?: undefined;
365
- CompV3Borrow?: undefined;
366
- CompV3Claim?: undefined;
367
- CompV3Payback?: undefined;
368
- CompV3Supply?: undefined;
369
- CompV3Transfer?: undefined;
370
- CompV3Withdraw?: undefined;
371
- CurveUsdBorrow?: undefined;
372
- CurveUsdCreate?: undefined;
373
- CurveUsdPayback?: undefined;
374
- CurveUsdSupply?: undefined;
375
- CurveUsdAdjust?: undefined;
376
- CurveUsdWithdraw?: undefined;
377
- CurveUsdLevCreate?: undefined;
378
- CurveUsdRepay?: undefined;
379
- CurveUsdSwapper?: undefined;
380
- CurveUsdSelfLiquidate?: undefined;
381
- CurveUsdSelfLiquidateWithColl?: undefined;
382
- CurveUsdGetDebt?: undefined;
383
- CurveUsdCollRatioTrigger?: undefined;
384
- CurveUsdCollRatioCheck?: undefined;
385
- MorphoBlueSupply?: undefined;
386
- MorphoBlueSupplyCollateral?: undefined;
387
- MorphoBlueWithdraw?: undefined;
388
- MorphoBlueWithdrawCollateral?: undefined;
389
- MorphoBlueBorrow?: undefined;
390
- MorphoBluePayback?: undefined;
391
- MorphoBlueSetAuth?: undefined;
392
- MorphoBlueSetAuthWithSig?: undefined;
393
- } | {
394
- DFSSell: string;
395
- WrapEth: string;
396
- UnwrapEth: string;
397
- SendToken: string;
398
- PullToken: string;
399
- SendTokenAndUnwrap: string;
400
- ToggleSub: string;
401
- TokenBalance: string;
402
- TokenizedVaultAdapter: string;
403
- ChangeProxyOwner: string;
404
- AaveV3ATokenPayback: string;
405
- AaveV3Borrow: string;
406
- AaveV3CollateralSwitch: string;
407
- AaveV3Payback: string;
408
- AaveV3SetEMode: string;
409
- AaveV3Supply: string;
410
- AaveV3SwapBorrowRateMode: string;
411
- AaveV3Withdraw: string;
412
- CompV3Allow: string;
413
- CompV3Borrow: string;
414
- CompV3Claim: string;
415
- CompV3Payback: string;
416
- CompV3Supply: string;
417
- CompV3Transfer: string;
418
- CompV3Withdraw: string;
419
- FLAaveV3NoFee: string;
420
- FLAaveV3: string;
421
- FLBalancer: string;
422
- FLAction: string;
423
- GasFeeTakerL2: string;
424
- AaveV3RatioCheck: string;
425
- UniCollectV3: string;
426
- UniMintV3: string;
427
- UniSupplyV3: string;
428
- UniWithdrawV3: string;
429
- UniCreatePoolV3: string;
430
- SumInputs?: undefined;
431
- SubInputs?: undefined;
432
- AutomationV2Unsub?: undefined;
433
- UpdateSub?: undefined;
434
- TransferNFT?: undefined;
435
- CreateSub?: undefined;
436
- ApproveToken?: undefined;
437
- SDaiWrap?: undefined;
438
- SDaiUnwrap?: undefined;
439
- McdGenerate?: undefined;
440
- McdGive?: undefined;
441
- McdMerge?: undefined;
442
- McdOpen?: undefined;
443
- McdPayback?: undefined;
444
- McdSupply?: undefined;
445
- McdWithdraw?: undefined;
446
- McdClaim?: undefined;
447
- McdDsrDeposit?: undefined;
448
- McdDsrWithdraw?: undefined;
449
- ReflexerSupply?: undefined;
450
- ReflexerWithdraw?: undefined;
451
- ReflexerPayback?: undefined;
452
- ReflexerGenerate?: undefined;
453
- ReflexerOpen?: undefined;
454
- ReflexerNativeUniV2SaviourDeposit?: undefined;
455
- ReflexerNativeUniV2SaviourGetReserves?: undefined;
456
- ReflexerNativeUniV2SaviourWithdraw?: undefined;
457
- AaveBorrow?: undefined;
458
- AavePayback?: undefined;
459
- AaveSupply?: undefined;
460
- AaveWithdraw?: undefined;
461
- AaveCollateralSwitch?: undefined;
462
- AaveUnstake?: undefined;
463
- AaveClaimAAVE?: undefined;
464
- AaveClaimStkAave?: undefined;
465
- AaveV3ClaimRewards?: undefined;
466
- AaveV3View?: undefined;
467
- LSVWithdraw?: undefined;
468
- LSVBorrow?: undefined;
469
- LSVSupply?: undefined;
470
- LSVPayback?: undefined;
471
- LSVSell?: undefined;
472
- MorphoAaveV2Borrow?: undefined;
473
- MorphoAaveV2Payback?: undefined;
474
- MorphoAaveV2Supply?: undefined;
475
- MorphoAaveV2Withdraw?: undefined;
476
- MorphoClaim?: undefined;
477
- MorphoAaveV3Borrow?: undefined;
478
- MorphoAaveV3Payback?: undefined;
479
- MorphoAaveV3Supply?: undefined;
480
- MorphoAaveV3Withdraw?: undefined;
481
- MorphoAaveV3SetManager?: undefined;
482
- SparkBorrow?: undefined;
483
- SparkClaimRewards?: undefined;
484
- SparkCollateralSwitch?: undefined;
485
- SparkPayback?: undefined;
486
- SparkSetEMode?: undefined;
487
- SparkSpTokenPayback?: undefined;
488
- SparkSupply?: undefined;
489
- SparkSwapBorrowRateMode?: undefined;
490
- SparkWithdraw?: undefined;
491
- SparkDelegateCredit?: undefined;
492
- CompBorrow?: undefined;
493
- CompClaim?: undefined;
494
- CompPayback?: undefined;
495
- CompSupply?: undefined;
496
- CompWithdraw?: undefined;
497
- CompGetDebt?: undefined;
498
- CompCollateralSwitch?: undefined;
499
- FLAaveV2?: undefined;
500
- FLAaveV3CarryDebt?: undefined;
501
- FLDyDx?: undefined;
502
- FLMaker?: undefined;
503
- FLSpark?: undefined;
504
- FLUniV3?: undefined;
505
- FLGho?: undefined;
506
- FLMorphoBlue?: undefined;
507
- UniSupply?: undefined;
508
- UniWithdraw?: undefined;
509
- DyDxWithdraw?: undefined;
510
- YearnSupply?: undefined;
511
- YearnWithdraw?: undefined;
512
- LiquityClose?: undefined;
513
- LiquityBorrow?: undefined;
514
- LiquityOpen?: undefined;
515
- LiquityPayback?: undefined;
516
- LiquityWithdraw?: undefined;
517
- LiquitySupply?: undefined;
518
- LiquitySPDeposit?: undefined;
519
- LiquitySPWithdraw?: undefined;
520
- LiquityStake?: undefined;
521
- LiquityUnstake?: undefined;
522
- LiquityEthGainToTrove?: undefined;
523
- LiquityClaim?: undefined;
524
- LiquityRedeem?: undefined;
525
- LiquityAdjust?: undefined;
526
- BprotocolLiquitySPDeposit?: undefined;
527
- BprotocolLiquitySPWithdraw?: undefined;
528
- LidoStake?: undefined;
529
- LidoWrap?: undefined;
530
- LidoUnwrap?: undefined;
531
- InstPullTokens?: undefined;
532
- BalancerV2Supply?: undefined;
533
- BalancerV2Withdraw?: undefined;
534
- BalancerV2Claim?: undefined;
535
- GUniWithdraw?: undefined;
536
- GUniDeposit?: undefined;
537
- RariDeposit?: undefined;
538
- RariWithdraw?: undefined;
539
- MStableDeposit?: undefined;
540
- MStableWithdraw?: undefined;
541
- MStableClaim?: undefined;
542
- McdRatioCheck?: undefined;
543
- GasFeeTaker?: undefined;
544
- CurveStethPoolDeposit?: undefined;
545
- CurveStethPoolWithdraw?: undefined;
546
- CurveDeposit?: undefined;
547
- CurveWithdraw?: undefined;
548
- McdBoostComposite?: undefined;
549
- McdRepayComposite?: undefined;
550
- FLEuler?: undefined;
551
- TrailingStopTrigger?: undefined;
552
- CBRebondTrigger?: undefined;
553
- CBUpdateRebondSub?: undefined;
554
- LiquityRatioCheck?: undefined;
555
- ConvexDeposit?: undefined;
556
- ConvexWithdraw?: undefined;
557
- ConvexClaim?: undefined;
558
- CBCreate?: undefined;
559
- CBRedeem?: undefined;
560
- CBChickenIn?: undefined;
561
- CBChickenOut?: undefined;
562
- CBCreateRebondSub?: undefined;
563
- FetchBondId?: undefined;
564
- CurveUsdBorrow?: undefined;
565
- CurveUsdCreate?: undefined;
566
- CurveUsdPayback?: undefined;
567
- CurveUsdSupply?: undefined;
568
- CurveUsdAdjust?: undefined;
569
- CurveUsdWithdraw?: undefined;
570
- CurveUsdLevCreate?: undefined;
571
- CurveUsdRepay?: undefined;
572
- CurveUsdSwapper?: undefined;
573
- CurveUsdSelfLiquidate?: undefined;
574
- CurveUsdSelfLiquidateWithColl?: undefined;
575
- CurveUsdGetDebt?: undefined;
576
- CurveUsdCollRatioTrigger?: undefined;
577
- CurveUsdCollRatioCheck?: undefined;
578
- MorphoBlueSupply?: undefined;
579
- MorphoBlueSupplyCollateral?: undefined;
580
- MorphoBlueWithdraw?: undefined;
581
- MorphoBlueWithdrawCollateral?: undefined;
582
- MorphoBlueBorrow?: undefined;
583
- MorphoBluePayback?: undefined;
584
- MorphoBlueSetAuth?: undefined;
585
- MorphoBlueSetAuthWithSig?: undefined;
586
- AaveV3DelegateCredit?: undefined;
587
- AaveV3RatioTrigger?: undefined;
588
- } | {
589
- DFSSell: string;
590
- WrapEth: string;
591
- UnwrapEth: string;
592
- SendToken: string;
593
- PullToken: string;
594
- TokenBalance: string;
595
- ChangeProxyOwner: string;
596
- FLAaveV3: string;
597
- FLBalancer: string;
598
- FLUniV3: string;
599
- AaveV3Withdraw: string;
600
- AaveV3SwapBorrowRateMode: string;
601
- AaveV3Supply: string;
602
- AaveV3SetEMode: string;
603
- AaveV3Payback: string;
604
- AaveV3CollateralSwitch: string;
605
- AaveV3ClaimRewards: string;
606
- AaveV3Borrow: string;
607
- AaveV3ATokenPayback: string;
608
- AaveV3View: string;
609
- CompV3Allow: string;
610
- CompV3Borrow: string;
611
- CompV3Claim: string;
612
- CompV3Payback: string;
613
- CompV3Supply: string;
614
- CompV3Transfer: string;
615
- CompV3Withdraw: string;
616
- SumInputs?: undefined;
617
- SubInputs?: undefined;
618
- AutomationV2Unsub?: undefined;
619
- SendTokenAndUnwrap?: undefined;
620
- ToggleSub?: undefined;
621
- UpdateSub?: undefined;
622
- TransferNFT?: undefined;
623
- CreateSub?: undefined;
624
- ApproveToken?: undefined;
625
- SDaiWrap?: undefined;
626
- SDaiUnwrap?: undefined;
627
- TokenizedVaultAdapter?: undefined;
628
- McdGenerate?: undefined;
629
- McdGive?: undefined;
630
- McdMerge?: undefined;
631
- McdOpen?: undefined;
632
- McdPayback?: undefined;
633
- McdSupply?: undefined;
634
- McdWithdraw?: undefined;
635
- McdClaim?: undefined;
636
- McdDsrDeposit?: undefined;
637
- McdDsrWithdraw?: undefined;
638
- ReflexerSupply?: undefined;
639
- ReflexerWithdraw?: undefined;
640
- ReflexerPayback?: undefined;
641
- ReflexerGenerate?: undefined;
642
- ReflexerOpen?: undefined;
643
- ReflexerNativeUniV2SaviourDeposit?: undefined;
644
- ReflexerNativeUniV2SaviourGetReserves?: undefined;
645
- ReflexerNativeUniV2SaviourWithdraw?: undefined;
646
- AaveBorrow?: undefined;
647
- AavePayback?: undefined;
648
- AaveSupply?: undefined;
649
- AaveWithdraw?: undefined;
650
- AaveCollateralSwitch?: undefined;
651
- AaveUnstake?: undefined;
652
- AaveClaimAAVE?: undefined;
653
- AaveClaimStkAave?: undefined;
654
- LSVWithdraw?: undefined;
655
- LSVBorrow?: undefined;
656
- LSVSupply?: undefined;
657
- LSVPayback?: undefined;
658
- LSVSell?: undefined;
659
- MorphoAaveV2Borrow?: undefined;
660
- MorphoAaveV2Payback?: undefined;
661
- MorphoAaveV2Supply?: undefined;
662
- MorphoAaveV2Withdraw?: undefined;
663
- MorphoClaim?: undefined;
664
- MorphoAaveV3Borrow?: undefined;
665
- MorphoAaveV3Payback?: undefined;
666
- MorphoAaveV3Supply?: undefined;
667
- MorphoAaveV3Withdraw?: undefined;
668
- MorphoAaveV3SetManager?: undefined;
669
- SparkBorrow?: undefined;
670
- SparkClaimRewards?: undefined;
671
- SparkCollateralSwitch?: undefined;
672
- SparkPayback?: undefined;
673
- SparkSetEMode?: undefined;
674
- SparkSpTokenPayback?: undefined;
675
- SparkSupply?: undefined;
676
- SparkSwapBorrowRateMode?: undefined;
677
- SparkWithdraw?: undefined;
678
- SparkDelegateCredit?: undefined;
679
- CompBorrow?: undefined;
680
- CompClaim?: undefined;
681
- CompPayback?: undefined;
682
- CompSupply?: undefined;
683
- CompWithdraw?: undefined;
684
- CompGetDebt?: undefined;
685
- CompCollateralSwitch?: undefined;
686
- FLAaveV2?: undefined;
687
- FLAaveV3NoFee?: undefined;
688
- FLAaveV3CarryDebt?: undefined;
689
- FLDyDx?: undefined;
690
- FLMaker?: undefined;
691
- FLSpark?: undefined;
692
- FLAction?: undefined;
693
- FLGho?: undefined;
694
- FLMorphoBlue?: undefined;
695
- UniSupply?: undefined;
696
- UniWithdraw?: undefined;
697
- UniCollectV3?: undefined;
698
- UniMintV3?: undefined;
699
- UniSupplyV3?: undefined;
700
- UniWithdrawV3?: undefined;
701
- UniCreatePoolV3?: undefined;
702
- DyDxWithdraw?: undefined;
703
- YearnSupply?: undefined;
704
- YearnWithdraw?: undefined;
705
- LiquityClose?: undefined;
706
- LiquityBorrow?: undefined;
707
- LiquityOpen?: undefined;
708
- LiquityPayback?: undefined;
709
- LiquityWithdraw?: undefined;
710
- LiquitySupply?: undefined;
711
- LiquitySPDeposit?: undefined;
712
- LiquitySPWithdraw?: undefined;
713
- LiquityStake?: undefined;
714
- LiquityUnstake?: undefined;
715
- LiquityEthGainToTrove?: undefined;
716
- LiquityClaim?: undefined;
717
- LiquityRedeem?: undefined;
718
- LiquityAdjust?: undefined;
719
- BprotocolLiquitySPDeposit?: undefined;
720
- BprotocolLiquitySPWithdraw?: undefined;
721
- LidoStake?: undefined;
722
- LidoWrap?: undefined;
723
- LidoUnwrap?: undefined;
724
- InstPullTokens?: undefined;
725
- BalancerV2Supply?: undefined;
726
- BalancerV2Withdraw?: undefined;
727
- BalancerV2Claim?: undefined;
728
- GUniWithdraw?: undefined;
729
- GUniDeposit?: undefined;
730
- RariDeposit?: undefined;
731
- RariWithdraw?: undefined;
732
- MStableDeposit?: undefined;
733
- MStableWithdraw?: undefined;
734
- MStableClaim?: undefined;
735
- McdRatioCheck?: undefined;
736
- GasFeeTaker?: undefined;
737
- CurveStethPoolDeposit?: undefined;
738
- CurveStethPoolWithdraw?: undefined;
739
- CurveDeposit?: undefined;
740
- CurveWithdraw?: undefined;
741
- McdBoostComposite?: undefined;
742
- McdRepayComposite?: undefined;
743
- FLEuler?: undefined;
744
- TrailingStopTrigger?: undefined;
745
- CBRebondTrigger?: undefined;
746
- CBUpdateRebondSub?: undefined;
747
- LiquityRatioCheck?: undefined;
748
- ConvexDeposit?: undefined;
749
- ConvexWithdraw?: undefined;
750
- ConvexClaim?: undefined;
751
- CBCreate?: undefined;
752
- CBRedeem?: undefined;
753
- CBChickenIn?: undefined;
754
- CBChickenOut?: undefined;
755
- CBCreateRebondSub?: undefined;
756
- FetchBondId?: undefined;
757
- CurveUsdBorrow?: undefined;
758
- CurveUsdCreate?: undefined;
759
- CurveUsdPayback?: undefined;
760
- CurveUsdSupply?: undefined;
761
- CurveUsdAdjust?: undefined;
762
- CurveUsdWithdraw?: undefined;
763
- CurveUsdLevCreate?: undefined;
764
- CurveUsdRepay?: undefined;
765
- CurveUsdSwapper?: undefined;
766
- CurveUsdSelfLiquidate?: undefined;
767
- CurveUsdSelfLiquidateWithColl?: undefined;
768
- CurveUsdGetDebt?: undefined;
769
- CurveUsdCollRatioTrigger?: undefined;
770
- CurveUsdCollRatioCheck?: undefined;
771
- MorphoBlueSupply?: undefined;
772
- MorphoBlueSupplyCollateral?: undefined;
773
- MorphoBlueWithdraw?: undefined;
774
- MorphoBlueWithdrawCollateral?: undefined;
775
- MorphoBlueBorrow?: undefined;
776
- MorphoBluePayback?: undefined;
777
- MorphoBlueSetAuth?: undefined;
778
- MorphoBlueSetAuthWithSig?: undefined;
779
- AaveV3DelegateCredit?: undefined;
780
- AaveV3RatioTrigger?: undefined;
781
- GasFeeTakerL2?: undefined;
782
- AaveV3RatioCheck?: undefined;
783
- };
784
- };
785
- export declare const otherAddresses: {
786
- [x: number]: {
787
- RecipeExecutor: string;
788
- DFSRegistry: string;
789
- DFSProxyRegistry: string;
790
- ProxyRegistry: string;
791
- McdCdpManager: string;
792
- BCdpManager: string;
793
- AaveDefaultMarket: string;
794
- UniswapV3PositionManager: string;
795
- RaiWethUniV2LPToken: string;
796
- BalancerToken: string;
797
- CrvToken: string;
798
- CvxToken: string;
799
- DAI: string;
800
- GHO: string;
801
- LUSD: string;
802
- BLUSD: string;
803
- Empty: string;
804
- DSGuardFactory?: undefined;
805
- AdminVault?: undefined;
806
- DefisaverLogger?: undefined;
807
- } | {
808
- RecipeExecutor: string;
809
- DFSRegistry: string;
810
- ProxyRegistry: string;
811
- DSGuardFactory: string;
812
- AdminVault: string;
813
- DefisaverLogger: string;
814
- Empty: string;
815
- UniswapV3PositionManager: string;
816
- DFSProxyRegistry?: undefined;
817
- McdCdpManager?: undefined;
818
- BCdpManager?: undefined;
819
- AaveDefaultMarket?: undefined;
820
- RaiWethUniV2LPToken?: undefined;
821
- BalancerToken?: undefined;
822
- CrvToken?: undefined;
823
- CvxToken?: undefined;
824
- DAI?: undefined;
825
- GHO?: undefined;
826
- LUSD?: undefined;
827
- BLUSD?: undefined;
828
- } | {
829
- RecipeExecutor: string;
830
- DFSRegistry: string;
831
- ProxyRegistry: string;
832
- DSGuardFactory: string;
833
- AdminVault: string;
834
- DefisaverLogger: string;
835
- Empty: string;
836
- DFSProxyRegistry?: undefined;
837
- McdCdpManager?: undefined;
838
- BCdpManager?: undefined;
839
- AaveDefaultMarket?: undefined;
840
- UniswapV3PositionManager?: undefined;
841
- RaiWethUniV2LPToken?: undefined;
842
- BalancerToken?: undefined;
843
- CrvToken?: undefined;
844
- CvxToken?: undefined;
845
- DAI?: undefined;
846
- GHO?: undefined;
847
- LUSD?: undefined;
848
- BLUSD?: undefined;
849
- };
850
- };
851
- /**
852
- *
853
- * @param name
854
- * @param chainId
855
- */
856
- export declare const getAddr: (name: string, chainId?: number) => EthAddress;
1
+ import { EthAddress } from './types';
2
+ export declare const actionAddresses: {
3
+ [x: number]: {
4
+ WrapEth: string;
5
+ UnwrapEth: string;
6
+ PullToken: string;
7
+ SendToken: string;
8
+ SumInputs: string;
9
+ SubInputs: string;
10
+ ChangeProxyOwner: string;
11
+ TokenBalance: string;
12
+ AutomationV2Unsub: string;
13
+ SendTokenAndUnwrap: string;
14
+ ToggleSub: string;
15
+ UpdateSub: string;
16
+ TransferNFT: string;
17
+ CreateSub: string;
18
+ ApproveToken: string;
19
+ SDaiWrap: string;
20
+ SDaiUnwrap: string;
21
+ TokenizedVaultAdapter: string;
22
+ DFSSell: string;
23
+ McdGenerate: string;
24
+ McdGive: string;
25
+ McdMerge: string;
26
+ McdOpen: string;
27
+ McdPayback: string;
28
+ McdSupply: string;
29
+ McdWithdraw: string;
30
+ McdClaim: string;
31
+ McdDsrDeposit: string;
32
+ McdDsrWithdraw: string;
33
+ ReflexerSupply: string;
34
+ ReflexerWithdraw: string;
35
+ ReflexerPayback: string;
36
+ ReflexerGenerate: string;
37
+ ReflexerOpen: string;
38
+ ReflexerNativeUniV2SaviourDeposit: string;
39
+ ReflexerNativeUniV2SaviourGetReserves: string;
40
+ ReflexerNativeUniV2SaviourWithdraw: string;
41
+ AaveBorrow: string;
42
+ AavePayback: string;
43
+ AaveSupply: string;
44
+ AaveWithdraw: string;
45
+ AaveCollateralSwitch: string;
46
+ AaveUnstake: string;
47
+ AaveClaimAAVE: string;
48
+ AaveClaimStkAave: string;
49
+ AaveV3Withdraw: string;
50
+ AaveV3SwapBorrowRateMode: string;
51
+ AaveV3Supply: string;
52
+ AaveV3SetEMode: string;
53
+ AaveV3Payback: string;
54
+ AaveV3CollateralSwitch: string;
55
+ AaveV3ClaimRewards: string;
56
+ AaveV3Borrow: string;
57
+ AaveV3ATokenPayback: string;
58
+ AaveV3View: string;
59
+ LSVWithdraw: string;
60
+ LSVBorrow: string;
61
+ LSVSupply: string;
62
+ LSVPayback: string;
63
+ LSVSell: string;
64
+ MorphoAaveV2Borrow: string;
65
+ MorphoAaveV2Payback: string;
66
+ MorphoAaveV2Supply: string;
67
+ MorphoAaveV2Withdraw: string;
68
+ MorphoClaim: string;
69
+ MorphoAaveV3Borrow: string;
70
+ MorphoAaveV3Payback: string;
71
+ MorphoAaveV3Supply: string;
72
+ MorphoAaveV3Withdraw: string;
73
+ MorphoAaveV3SetManager: string;
74
+ SparkBorrow: string;
75
+ SparkClaimRewards: string;
76
+ SparkCollateralSwitch: string;
77
+ SparkPayback: string;
78
+ SparkSetEMode: string;
79
+ SparkSpTokenPayback: string;
80
+ SparkSupply: string;
81
+ SparkSwapBorrowRateMode: string;
82
+ SparkWithdraw: string;
83
+ SparkDelegateCredit: string;
84
+ CompBorrow: string;
85
+ CompClaim: string;
86
+ CompPayback: string;
87
+ CompSupply: string;
88
+ CompWithdraw: string;
89
+ CompGetDebt: string;
90
+ CompCollateralSwitch: string;
91
+ FLAaveV2: string;
92
+ FLAaveV3NoFee: string;
93
+ FLAaveV3CarryDebt: string;
94
+ FLAaveV3: string;
95
+ FLDyDx: string;
96
+ FLMaker: string;
97
+ FLBalancer: string;
98
+ FLSpark: string;
99
+ FLAction: string;
100
+ FLUniV3: string;
101
+ FLGho: string;
102
+ FLMorphoBlue: string;
103
+ UniSupply: string;
104
+ UniWithdraw: string;
105
+ UniCollectV3: string;
106
+ UniMintV3: string;
107
+ UniSupplyV3: string;
108
+ UniWithdrawV3: string;
109
+ UniCreatePoolV3: string;
110
+ DyDxWithdraw: string;
111
+ YearnSupply: string;
112
+ YearnWithdraw: string;
113
+ LiquityClose: string;
114
+ LiquityBorrow: string;
115
+ LiquityOpen: string;
116
+ LiquityPayback: string;
117
+ LiquityWithdraw: string;
118
+ LiquitySupply: string;
119
+ LiquitySPDeposit: string;
120
+ LiquitySPWithdraw: string;
121
+ LiquityStake: string;
122
+ LiquityUnstake: string;
123
+ LiquityEthGainToTrove: string;
124
+ LiquityClaim: string;
125
+ LiquityRedeem: string;
126
+ LiquityAdjust: string;
127
+ BprotocolLiquitySPDeposit: string;
128
+ BprotocolLiquitySPWithdraw: string;
129
+ LidoStake: string;
130
+ LidoWrap: string;
131
+ LidoUnwrap: string;
132
+ InstPullTokens: string;
133
+ BalancerV2Supply: string;
134
+ BalancerV2Withdraw: string;
135
+ BalancerV2Claim: string;
136
+ GUniWithdraw: string;
137
+ GUniDeposit: string;
138
+ RariDeposit: string;
139
+ RariWithdraw: string;
140
+ MStableDeposit: string;
141
+ MStableWithdraw: string;
142
+ MStableClaim: string;
143
+ McdRatioCheck: string;
144
+ GasFeeTaker: string;
145
+ CurveStethPoolDeposit: string;
146
+ CurveStethPoolWithdraw: string;
147
+ CurveDeposit: string;
148
+ CurveWithdraw: string;
149
+ McdBoostComposite: string;
150
+ McdRepayComposite: string;
151
+ FLEuler: string;
152
+ TrailingStopTrigger: string;
153
+ CBRebondTrigger: string;
154
+ CBUpdateRebondSub: string;
155
+ LiquityRatioCheck: string;
156
+ ConvexDeposit: string;
157
+ ConvexWithdraw: string;
158
+ ConvexClaim: string;
159
+ CBCreate: string;
160
+ CBRedeem: string;
161
+ CBChickenIn: string;
162
+ CBChickenOut: string;
163
+ CBCreateRebondSub: string;
164
+ FetchBondId: string;
165
+ CompV3Allow: string;
166
+ CompV3Borrow: string;
167
+ CompV3Claim: string;
168
+ CompV3Payback: string;
169
+ CompV3Supply: string;
170
+ CompV3Transfer: string;
171
+ CompV3Withdraw: string;
172
+ CurveUsdBorrow: string;
173
+ CurveUsdCreate: string;
174
+ CurveUsdPayback: string;
175
+ CurveUsdSupply: string;
176
+ CurveUsdAdjust: string;
177
+ CurveUsdWithdraw: string;
178
+ CurveUsdLevCreate: string;
179
+ CurveUsdRepay: string;
180
+ CurveUsdSwapper: string;
181
+ CurveUsdSelfLiquidate: string;
182
+ CurveUsdSelfLiquidateWithColl: string;
183
+ CurveUsdGetDebt: string;
184
+ CurveUsdCollRatioTrigger: string;
185
+ CurveUsdCollRatioCheck: string;
186
+ MorphoBlueSupply: string;
187
+ MorphoBlueSupplyCollateral: string;
188
+ MorphoBlueWithdraw: string;
189
+ MorphoBlueWithdrawCollateral: string;
190
+ MorphoBlueBorrow: string;
191
+ MorphoBluePayback: string;
192
+ MorphoBlueSetAuth: string;
193
+ MorphoBlueSetAuthWithSig: string;
194
+ AaveV3DelegateCredit?: undefined;
195
+ AaveV3RatioTrigger?: undefined;
196
+ GasFeeTakerL2?: undefined;
197
+ AaveV3RatioCheck?: undefined;
198
+ } | {
199
+ DFSSell: string;
200
+ WrapEth: string;
201
+ UnwrapEth: string;
202
+ SendToken: string;
203
+ PullToken: string;
204
+ ApproveToken: string;
205
+ SendTokenAndUnwrap: string;
206
+ ToggleSub: string;
207
+ TokenBalance: string;
208
+ TokenizedVaultAdapter: string;
209
+ ChangeProxyOwner: string;
210
+ AaveV3ATokenPayback: string;
211
+ AaveV3Borrow: string;
212
+ AaveV3CollateralSwitch: string;
213
+ AaveV3Payback: string;
214
+ AaveV3SetEMode: string;
215
+ AaveV3Supply: string;
216
+ AaveV3SwapBorrowRateMode: string;
217
+ AaveV3Withdraw: string;
218
+ AaveV3ClaimRewards: string;
219
+ AaveV3DelegateCredit: string;
220
+ FLAaveV3NoFee: string;
221
+ FLAaveV3: string;
222
+ FLBalancer: string;
223
+ FLAction: string;
224
+ AaveV3RatioTrigger: string;
225
+ GasFeeTakerL2: string;
226
+ AaveV3RatioCheck: string;
227
+ UniCollectV3: string;
228
+ UniMintV3: string;
229
+ UniSupplyV3: string;
230
+ UniWithdrawV3: string;
231
+ UniCreatePoolV3: string;
232
+ SumInputs?: undefined;
233
+ SubInputs?: undefined;
234
+ AutomationV2Unsub?: undefined;
235
+ UpdateSub?: undefined;
236
+ TransferNFT?: undefined;
237
+ CreateSub?: undefined;
238
+ SDaiWrap?: undefined;
239
+ SDaiUnwrap?: undefined;
240
+ McdGenerate?: undefined;
241
+ McdGive?: undefined;
242
+ McdMerge?: undefined;
243
+ McdOpen?: undefined;
244
+ McdPayback?: undefined;
245
+ McdSupply?: undefined;
246
+ McdWithdraw?: undefined;
247
+ McdClaim?: undefined;
248
+ McdDsrDeposit?: undefined;
249
+ McdDsrWithdraw?: undefined;
250
+ ReflexerSupply?: undefined;
251
+ ReflexerWithdraw?: undefined;
252
+ ReflexerPayback?: undefined;
253
+ ReflexerGenerate?: undefined;
254
+ ReflexerOpen?: undefined;
255
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
256
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
257
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
258
+ AaveBorrow?: undefined;
259
+ AavePayback?: undefined;
260
+ AaveSupply?: undefined;
261
+ AaveWithdraw?: undefined;
262
+ AaveCollateralSwitch?: undefined;
263
+ AaveUnstake?: undefined;
264
+ AaveClaimAAVE?: undefined;
265
+ AaveClaimStkAave?: undefined;
266
+ AaveV3View?: undefined;
267
+ LSVWithdraw?: undefined;
268
+ LSVBorrow?: undefined;
269
+ LSVSupply?: undefined;
270
+ LSVPayback?: undefined;
271
+ LSVSell?: undefined;
272
+ MorphoAaveV2Borrow?: undefined;
273
+ MorphoAaveV2Payback?: undefined;
274
+ MorphoAaveV2Supply?: undefined;
275
+ MorphoAaveV2Withdraw?: undefined;
276
+ MorphoClaim?: undefined;
277
+ MorphoAaveV3Borrow?: undefined;
278
+ MorphoAaveV3Payback?: undefined;
279
+ MorphoAaveV3Supply?: undefined;
280
+ MorphoAaveV3Withdraw?: undefined;
281
+ MorphoAaveV3SetManager?: undefined;
282
+ SparkBorrow?: undefined;
283
+ SparkClaimRewards?: undefined;
284
+ SparkCollateralSwitch?: undefined;
285
+ SparkPayback?: undefined;
286
+ SparkSetEMode?: undefined;
287
+ SparkSpTokenPayback?: undefined;
288
+ SparkSupply?: undefined;
289
+ SparkSwapBorrowRateMode?: undefined;
290
+ SparkWithdraw?: undefined;
291
+ SparkDelegateCredit?: undefined;
292
+ CompBorrow?: undefined;
293
+ CompClaim?: undefined;
294
+ CompPayback?: undefined;
295
+ CompSupply?: undefined;
296
+ CompWithdraw?: undefined;
297
+ CompGetDebt?: undefined;
298
+ CompCollateralSwitch?: undefined;
299
+ FLAaveV2?: undefined;
300
+ FLAaveV3CarryDebt?: undefined;
301
+ FLDyDx?: undefined;
302
+ FLMaker?: undefined;
303
+ FLSpark?: undefined;
304
+ FLUniV3?: undefined;
305
+ FLGho?: undefined;
306
+ FLMorphoBlue?: undefined;
307
+ UniSupply?: undefined;
308
+ UniWithdraw?: undefined;
309
+ DyDxWithdraw?: undefined;
310
+ YearnSupply?: undefined;
311
+ YearnWithdraw?: undefined;
312
+ LiquityClose?: undefined;
313
+ LiquityBorrow?: undefined;
314
+ LiquityOpen?: undefined;
315
+ LiquityPayback?: undefined;
316
+ LiquityWithdraw?: undefined;
317
+ LiquitySupply?: undefined;
318
+ LiquitySPDeposit?: undefined;
319
+ LiquitySPWithdraw?: undefined;
320
+ LiquityStake?: undefined;
321
+ LiquityUnstake?: undefined;
322
+ LiquityEthGainToTrove?: undefined;
323
+ LiquityClaim?: undefined;
324
+ LiquityRedeem?: undefined;
325
+ LiquityAdjust?: undefined;
326
+ BprotocolLiquitySPDeposit?: undefined;
327
+ BprotocolLiquitySPWithdraw?: undefined;
328
+ LidoStake?: undefined;
329
+ LidoWrap?: undefined;
330
+ LidoUnwrap?: undefined;
331
+ InstPullTokens?: undefined;
332
+ BalancerV2Supply?: undefined;
333
+ BalancerV2Withdraw?: undefined;
334
+ BalancerV2Claim?: undefined;
335
+ GUniWithdraw?: undefined;
336
+ GUniDeposit?: undefined;
337
+ RariDeposit?: undefined;
338
+ RariWithdraw?: undefined;
339
+ MStableDeposit?: undefined;
340
+ MStableWithdraw?: undefined;
341
+ MStableClaim?: undefined;
342
+ McdRatioCheck?: undefined;
343
+ GasFeeTaker?: undefined;
344
+ CurveStethPoolDeposit?: undefined;
345
+ CurveStethPoolWithdraw?: undefined;
346
+ CurveDeposit?: undefined;
347
+ CurveWithdraw?: undefined;
348
+ McdBoostComposite?: undefined;
349
+ McdRepayComposite?: undefined;
350
+ FLEuler?: undefined;
351
+ TrailingStopTrigger?: undefined;
352
+ CBRebondTrigger?: undefined;
353
+ CBUpdateRebondSub?: undefined;
354
+ LiquityRatioCheck?: undefined;
355
+ ConvexDeposit?: undefined;
356
+ ConvexWithdraw?: undefined;
357
+ ConvexClaim?: undefined;
358
+ CBCreate?: undefined;
359
+ CBRedeem?: undefined;
360
+ CBChickenIn?: undefined;
361
+ CBChickenOut?: undefined;
362
+ CBCreateRebondSub?: undefined;
363
+ FetchBondId?: undefined;
364
+ CompV3Allow?: undefined;
365
+ CompV3Borrow?: undefined;
366
+ CompV3Claim?: undefined;
367
+ CompV3Payback?: undefined;
368
+ CompV3Supply?: undefined;
369
+ CompV3Transfer?: undefined;
370
+ CompV3Withdraw?: undefined;
371
+ CurveUsdBorrow?: undefined;
372
+ CurveUsdCreate?: undefined;
373
+ CurveUsdPayback?: undefined;
374
+ CurveUsdSupply?: undefined;
375
+ CurveUsdAdjust?: undefined;
376
+ CurveUsdWithdraw?: undefined;
377
+ CurveUsdLevCreate?: undefined;
378
+ CurveUsdRepay?: undefined;
379
+ CurveUsdSwapper?: undefined;
380
+ CurveUsdSelfLiquidate?: undefined;
381
+ CurveUsdSelfLiquidateWithColl?: undefined;
382
+ CurveUsdGetDebt?: undefined;
383
+ CurveUsdCollRatioTrigger?: undefined;
384
+ CurveUsdCollRatioCheck?: undefined;
385
+ MorphoBlueSupply?: undefined;
386
+ MorphoBlueSupplyCollateral?: undefined;
387
+ MorphoBlueWithdraw?: undefined;
388
+ MorphoBlueWithdrawCollateral?: undefined;
389
+ MorphoBlueBorrow?: undefined;
390
+ MorphoBluePayback?: undefined;
391
+ MorphoBlueSetAuth?: undefined;
392
+ MorphoBlueSetAuthWithSig?: undefined;
393
+ } | {
394
+ DFSSell: string;
395
+ WrapEth: string;
396
+ UnwrapEth: string;
397
+ SendToken: string;
398
+ PullToken: string;
399
+ SendTokenAndUnwrap: string;
400
+ ToggleSub: string;
401
+ TokenBalance: string;
402
+ TokenizedVaultAdapter: string;
403
+ ChangeProxyOwner: string;
404
+ AaveV3ATokenPayback: string;
405
+ AaveV3Borrow: string;
406
+ AaveV3CollateralSwitch: string;
407
+ AaveV3Payback: string;
408
+ AaveV3SetEMode: string;
409
+ AaveV3Supply: string;
410
+ AaveV3SwapBorrowRateMode: string;
411
+ AaveV3Withdraw: string;
412
+ CompV3Allow: string;
413
+ CompV3Borrow: string;
414
+ CompV3Claim: string;
415
+ CompV3Payback: string;
416
+ CompV3Supply: string;
417
+ CompV3Transfer: string;
418
+ CompV3Withdraw: string;
419
+ FLAaveV3NoFee: string;
420
+ FLAaveV3: string;
421
+ FLBalancer: string;
422
+ FLAction: string;
423
+ GasFeeTakerL2: string;
424
+ AaveV3RatioCheck: string;
425
+ UniCollectV3: string;
426
+ UniMintV3: string;
427
+ UniSupplyV3: string;
428
+ UniWithdrawV3: string;
429
+ UniCreatePoolV3: string;
430
+ SumInputs?: undefined;
431
+ SubInputs?: undefined;
432
+ AutomationV2Unsub?: undefined;
433
+ UpdateSub?: undefined;
434
+ TransferNFT?: undefined;
435
+ CreateSub?: undefined;
436
+ ApproveToken?: undefined;
437
+ SDaiWrap?: undefined;
438
+ SDaiUnwrap?: undefined;
439
+ McdGenerate?: undefined;
440
+ McdGive?: undefined;
441
+ McdMerge?: undefined;
442
+ McdOpen?: undefined;
443
+ McdPayback?: undefined;
444
+ McdSupply?: undefined;
445
+ McdWithdraw?: undefined;
446
+ McdClaim?: undefined;
447
+ McdDsrDeposit?: undefined;
448
+ McdDsrWithdraw?: undefined;
449
+ ReflexerSupply?: undefined;
450
+ ReflexerWithdraw?: undefined;
451
+ ReflexerPayback?: undefined;
452
+ ReflexerGenerate?: undefined;
453
+ ReflexerOpen?: undefined;
454
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
455
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
456
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
457
+ AaveBorrow?: undefined;
458
+ AavePayback?: undefined;
459
+ AaveSupply?: undefined;
460
+ AaveWithdraw?: undefined;
461
+ AaveCollateralSwitch?: undefined;
462
+ AaveUnstake?: undefined;
463
+ AaveClaimAAVE?: undefined;
464
+ AaveClaimStkAave?: undefined;
465
+ AaveV3ClaimRewards?: undefined;
466
+ AaveV3View?: undefined;
467
+ LSVWithdraw?: undefined;
468
+ LSVBorrow?: undefined;
469
+ LSVSupply?: undefined;
470
+ LSVPayback?: undefined;
471
+ LSVSell?: undefined;
472
+ MorphoAaveV2Borrow?: undefined;
473
+ MorphoAaveV2Payback?: undefined;
474
+ MorphoAaveV2Supply?: undefined;
475
+ MorphoAaveV2Withdraw?: undefined;
476
+ MorphoClaim?: undefined;
477
+ MorphoAaveV3Borrow?: undefined;
478
+ MorphoAaveV3Payback?: undefined;
479
+ MorphoAaveV3Supply?: undefined;
480
+ MorphoAaveV3Withdraw?: undefined;
481
+ MorphoAaveV3SetManager?: undefined;
482
+ SparkBorrow?: undefined;
483
+ SparkClaimRewards?: undefined;
484
+ SparkCollateralSwitch?: undefined;
485
+ SparkPayback?: undefined;
486
+ SparkSetEMode?: undefined;
487
+ SparkSpTokenPayback?: undefined;
488
+ SparkSupply?: undefined;
489
+ SparkSwapBorrowRateMode?: undefined;
490
+ SparkWithdraw?: undefined;
491
+ SparkDelegateCredit?: undefined;
492
+ CompBorrow?: undefined;
493
+ CompClaim?: undefined;
494
+ CompPayback?: undefined;
495
+ CompSupply?: undefined;
496
+ CompWithdraw?: undefined;
497
+ CompGetDebt?: undefined;
498
+ CompCollateralSwitch?: undefined;
499
+ FLAaveV2?: undefined;
500
+ FLAaveV3CarryDebt?: undefined;
501
+ FLDyDx?: undefined;
502
+ FLMaker?: undefined;
503
+ FLSpark?: undefined;
504
+ FLUniV3?: undefined;
505
+ FLGho?: undefined;
506
+ FLMorphoBlue?: undefined;
507
+ UniSupply?: undefined;
508
+ UniWithdraw?: undefined;
509
+ DyDxWithdraw?: undefined;
510
+ YearnSupply?: undefined;
511
+ YearnWithdraw?: undefined;
512
+ LiquityClose?: undefined;
513
+ LiquityBorrow?: undefined;
514
+ LiquityOpen?: undefined;
515
+ LiquityPayback?: undefined;
516
+ LiquityWithdraw?: undefined;
517
+ LiquitySupply?: undefined;
518
+ LiquitySPDeposit?: undefined;
519
+ LiquitySPWithdraw?: undefined;
520
+ LiquityStake?: undefined;
521
+ LiquityUnstake?: undefined;
522
+ LiquityEthGainToTrove?: undefined;
523
+ LiquityClaim?: undefined;
524
+ LiquityRedeem?: undefined;
525
+ LiquityAdjust?: undefined;
526
+ BprotocolLiquitySPDeposit?: undefined;
527
+ BprotocolLiquitySPWithdraw?: undefined;
528
+ LidoStake?: undefined;
529
+ LidoWrap?: undefined;
530
+ LidoUnwrap?: undefined;
531
+ InstPullTokens?: undefined;
532
+ BalancerV2Supply?: undefined;
533
+ BalancerV2Withdraw?: undefined;
534
+ BalancerV2Claim?: undefined;
535
+ GUniWithdraw?: undefined;
536
+ GUniDeposit?: undefined;
537
+ RariDeposit?: undefined;
538
+ RariWithdraw?: undefined;
539
+ MStableDeposit?: undefined;
540
+ MStableWithdraw?: undefined;
541
+ MStableClaim?: undefined;
542
+ McdRatioCheck?: undefined;
543
+ GasFeeTaker?: undefined;
544
+ CurveStethPoolDeposit?: undefined;
545
+ CurveStethPoolWithdraw?: undefined;
546
+ CurveDeposit?: undefined;
547
+ CurveWithdraw?: undefined;
548
+ McdBoostComposite?: undefined;
549
+ McdRepayComposite?: undefined;
550
+ FLEuler?: undefined;
551
+ TrailingStopTrigger?: undefined;
552
+ CBRebondTrigger?: undefined;
553
+ CBUpdateRebondSub?: undefined;
554
+ LiquityRatioCheck?: undefined;
555
+ ConvexDeposit?: undefined;
556
+ ConvexWithdraw?: undefined;
557
+ ConvexClaim?: undefined;
558
+ CBCreate?: undefined;
559
+ CBRedeem?: undefined;
560
+ CBChickenIn?: undefined;
561
+ CBChickenOut?: undefined;
562
+ CBCreateRebondSub?: undefined;
563
+ FetchBondId?: undefined;
564
+ CurveUsdBorrow?: undefined;
565
+ CurveUsdCreate?: undefined;
566
+ CurveUsdPayback?: undefined;
567
+ CurveUsdSupply?: undefined;
568
+ CurveUsdAdjust?: undefined;
569
+ CurveUsdWithdraw?: undefined;
570
+ CurveUsdLevCreate?: undefined;
571
+ CurveUsdRepay?: undefined;
572
+ CurveUsdSwapper?: undefined;
573
+ CurveUsdSelfLiquidate?: undefined;
574
+ CurveUsdSelfLiquidateWithColl?: undefined;
575
+ CurveUsdGetDebt?: undefined;
576
+ CurveUsdCollRatioTrigger?: undefined;
577
+ CurveUsdCollRatioCheck?: undefined;
578
+ MorphoBlueSupply?: undefined;
579
+ MorphoBlueSupplyCollateral?: undefined;
580
+ MorphoBlueWithdraw?: undefined;
581
+ MorphoBlueWithdrawCollateral?: undefined;
582
+ MorphoBlueBorrow?: undefined;
583
+ MorphoBluePayback?: undefined;
584
+ MorphoBlueSetAuth?: undefined;
585
+ MorphoBlueSetAuthWithSig?: undefined;
586
+ AaveV3DelegateCredit?: undefined;
587
+ AaveV3RatioTrigger?: undefined;
588
+ } | {
589
+ DFSSell: string;
590
+ WrapEth: string;
591
+ UnwrapEth: string;
592
+ SendToken: string;
593
+ PullToken: string;
594
+ TokenBalance: string;
595
+ ChangeProxyOwner: string;
596
+ FLAaveV3: string;
597
+ FLBalancer: string;
598
+ FLUniV3: string;
599
+ AaveV3Withdraw: string;
600
+ AaveV3SwapBorrowRateMode: string;
601
+ AaveV3Supply: string;
602
+ AaveV3SetEMode: string;
603
+ AaveV3Payback: string;
604
+ AaveV3CollateralSwitch: string;
605
+ AaveV3ClaimRewards: string;
606
+ AaveV3Borrow: string;
607
+ AaveV3ATokenPayback: string;
608
+ AaveV3View: string;
609
+ CompV3Allow: string;
610
+ CompV3Borrow: string;
611
+ CompV3Claim: string;
612
+ CompV3Payback: string;
613
+ CompV3Supply: string;
614
+ CompV3Transfer: string;
615
+ CompV3Withdraw: string;
616
+ SumInputs?: undefined;
617
+ SubInputs?: undefined;
618
+ AutomationV2Unsub?: undefined;
619
+ SendTokenAndUnwrap?: undefined;
620
+ ToggleSub?: undefined;
621
+ UpdateSub?: undefined;
622
+ TransferNFT?: undefined;
623
+ CreateSub?: undefined;
624
+ ApproveToken?: undefined;
625
+ SDaiWrap?: undefined;
626
+ SDaiUnwrap?: undefined;
627
+ TokenizedVaultAdapter?: undefined;
628
+ McdGenerate?: undefined;
629
+ McdGive?: undefined;
630
+ McdMerge?: undefined;
631
+ McdOpen?: undefined;
632
+ McdPayback?: undefined;
633
+ McdSupply?: undefined;
634
+ McdWithdraw?: undefined;
635
+ McdClaim?: undefined;
636
+ McdDsrDeposit?: undefined;
637
+ McdDsrWithdraw?: undefined;
638
+ ReflexerSupply?: undefined;
639
+ ReflexerWithdraw?: undefined;
640
+ ReflexerPayback?: undefined;
641
+ ReflexerGenerate?: undefined;
642
+ ReflexerOpen?: undefined;
643
+ ReflexerNativeUniV2SaviourDeposit?: undefined;
644
+ ReflexerNativeUniV2SaviourGetReserves?: undefined;
645
+ ReflexerNativeUniV2SaviourWithdraw?: undefined;
646
+ AaveBorrow?: undefined;
647
+ AavePayback?: undefined;
648
+ AaveSupply?: undefined;
649
+ AaveWithdraw?: undefined;
650
+ AaveCollateralSwitch?: undefined;
651
+ AaveUnstake?: undefined;
652
+ AaveClaimAAVE?: undefined;
653
+ AaveClaimStkAave?: undefined;
654
+ LSVWithdraw?: undefined;
655
+ LSVBorrow?: undefined;
656
+ LSVSupply?: undefined;
657
+ LSVPayback?: undefined;
658
+ LSVSell?: undefined;
659
+ MorphoAaveV2Borrow?: undefined;
660
+ MorphoAaveV2Payback?: undefined;
661
+ MorphoAaveV2Supply?: undefined;
662
+ MorphoAaveV2Withdraw?: undefined;
663
+ MorphoClaim?: undefined;
664
+ MorphoAaveV3Borrow?: undefined;
665
+ MorphoAaveV3Payback?: undefined;
666
+ MorphoAaveV3Supply?: undefined;
667
+ MorphoAaveV3Withdraw?: undefined;
668
+ MorphoAaveV3SetManager?: undefined;
669
+ SparkBorrow?: undefined;
670
+ SparkClaimRewards?: undefined;
671
+ SparkCollateralSwitch?: undefined;
672
+ SparkPayback?: undefined;
673
+ SparkSetEMode?: undefined;
674
+ SparkSpTokenPayback?: undefined;
675
+ SparkSupply?: undefined;
676
+ SparkSwapBorrowRateMode?: undefined;
677
+ SparkWithdraw?: undefined;
678
+ SparkDelegateCredit?: undefined;
679
+ CompBorrow?: undefined;
680
+ CompClaim?: undefined;
681
+ CompPayback?: undefined;
682
+ CompSupply?: undefined;
683
+ CompWithdraw?: undefined;
684
+ CompGetDebt?: undefined;
685
+ CompCollateralSwitch?: undefined;
686
+ FLAaveV2?: undefined;
687
+ FLAaveV3NoFee?: undefined;
688
+ FLAaveV3CarryDebt?: undefined;
689
+ FLDyDx?: undefined;
690
+ FLMaker?: undefined;
691
+ FLSpark?: undefined;
692
+ FLAction?: undefined;
693
+ FLGho?: undefined;
694
+ FLMorphoBlue?: undefined;
695
+ UniSupply?: undefined;
696
+ UniWithdraw?: undefined;
697
+ UniCollectV3?: undefined;
698
+ UniMintV3?: undefined;
699
+ UniSupplyV3?: undefined;
700
+ UniWithdrawV3?: undefined;
701
+ UniCreatePoolV3?: undefined;
702
+ DyDxWithdraw?: undefined;
703
+ YearnSupply?: undefined;
704
+ YearnWithdraw?: undefined;
705
+ LiquityClose?: undefined;
706
+ LiquityBorrow?: undefined;
707
+ LiquityOpen?: undefined;
708
+ LiquityPayback?: undefined;
709
+ LiquityWithdraw?: undefined;
710
+ LiquitySupply?: undefined;
711
+ LiquitySPDeposit?: undefined;
712
+ LiquitySPWithdraw?: undefined;
713
+ LiquityStake?: undefined;
714
+ LiquityUnstake?: undefined;
715
+ LiquityEthGainToTrove?: undefined;
716
+ LiquityClaim?: undefined;
717
+ LiquityRedeem?: undefined;
718
+ LiquityAdjust?: undefined;
719
+ BprotocolLiquitySPDeposit?: undefined;
720
+ BprotocolLiquitySPWithdraw?: undefined;
721
+ LidoStake?: undefined;
722
+ LidoWrap?: undefined;
723
+ LidoUnwrap?: undefined;
724
+ InstPullTokens?: undefined;
725
+ BalancerV2Supply?: undefined;
726
+ BalancerV2Withdraw?: undefined;
727
+ BalancerV2Claim?: undefined;
728
+ GUniWithdraw?: undefined;
729
+ GUniDeposit?: undefined;
730
+ RariDeposit?: undefined;
731
+ RariWithdraw?: undefined;
732
+ MStableDeposit?: undefined;
733
+ MStableWithdraw?: undefined;
734
+ MStableClaim?: undefined;
735
+ McdRatioCheck?: undefined;
736
+ GasFeeTaker?: undefined;
737
+ CurveStethPoolDeposit?: undefined;
738
+ CurveStethPoolWithdraw?: undefined;
739
+ CurveDeposit?: undefined;
740
+ CurveWithdraw?: undefined;
741
+ McdBoostComposite?: undefined;
742
+ McdRepayComposite?: undefined;
743
+ FLEuler?: undefined;
744
+ TrailingStopTrigger?: undefined;
745
+ CBRebondTrigger?: undefined;
746
+ CBUpdateRebondSub?: undefined;
747
+ LiquityRatioCheck?: undefined;
748
+ ConvexDeposit?: undefined;
749
+ ConvexWithdraw?: undefined;
750
+ ConvexClaim?: undefined;
751
+ CBCreate?: undefined;
752
+ CBRedeem?: undefined;
753
+ CBChickenIn?: undefined;
754
+ CBChickenOut?: undefined;
755
+ CBCreateRebondSub?: undefined;
756
+ FetchBondId?: undefined;
757
+ CurveUsdBorrow?: undefined;
758
+ CurveUsdCreate?: undefined;
759
+ CurveUsdPayback?: undefined;
760
+ CurveUsdSupply?: undefined;
761
+ CurveUsdAdjust?: undefined;
762
+ CurveUsdWithdraw?: undefined;
763
+ CurveUsdLevCreate?: undefined;
764
+ CurveUsdRepay?: undefined;
765
+ CurveUsdSwapper?: undefined;
766
+ CurveUsdSelfLiquidate?: undefined;
767
+ CurveUsdSelfLiquidateWithColl?: undefined;
768
+ CurveUsdGetDebt?: undefined;
769
+ CurveUsdCollRatioTrigger?: undefined;
770
+ CurveUsdCollRatioCheck?: undefined;
771
+ MorphoBlueSupply?: undefined;
772
+ MorphoBlueSupplyCollateral?: undefined;
773
+ MorphoBlueWithdraw?: undefined;
774
+ MorphoBlueWithdrawCollateral?: undefined;
775
+ MorphoBlueBorrow?: undefined;
776
+ MorphoBluePayback?: undefined;
777
+ MorphoBlueSetAuth?: undefined;
778
+ MorphoBlueSetAuthWithSig?: undefined;
779
+ AaveV3DelegateCredit?: undefined;
780
+ AaveV3RatioTrigger?: undefined;
781
+ GasFeeTakerL2?: undefined;
782
+ AaveV3RatioCheck?: undefined;
783
+ };
784
+ };
785
+ export declare const otherAddresses: {
786
+ [x: number]: {
787
+ RecipeExecutor: string;
788
+ DFSRegistry: string;
789
+ DFSProxyRegistry: string;
790
+ ProxyRegistry: string;
791
+ McdCdpManager: string;
792
+ BCdpManager: string;
793
+ AaveDefaultMarket: string;
794
+ UniswapV3PositionManager: string;
795
+ RaiWethUniV2LPToken: string;
796
+ BalancerToken: string;
797
+ CrvToken: string;
798
+ CvxToken: string;
799
+ DAI: string;
800
+ GHO: string;
801
+ LUSD: string;
802
+ BLUSD: string;
803
+ Empty: string;
804
+ DSGuardFactory?: undefined;
805
+ AdminVault?: undefined;
806
+ DefisaverLogger?: undefined;
807
+ } | {
808
+ RecipeExecutor: string;
809
+ DFSRegistry: string;
810
+ ProxyRegistry: string;
811
+ DSGuardFactory: string;
812
+ AdminVault: string;
813
+ DefisaverLogger: string;
814
+ Empty: string;
815
+ UniswapV3PositionManager: string;
816
+ DFSProxyRegistry?: undefined;
817
+ McdCdpManager?: undefined;
818
+ BCdpManager?: undefined;
819
+ AaveDefaultMarket?: undefined;
820
+ RaiWethUniV2LPToken?: undefined;
821
+ BalancerToken?: undefined;
822
+ CrvToken?: undefined;
823
+ CvxToken?: undefined;
824
+ DAI?: undefined;
825
+ GHO?: undefined;
826
+ LUSD?: undefined;
827
+ BLUSD?: undefined;
828
+ } | {
829
+ RecipeExecutor: string;
830
+ DFSRegistry: string;
831
+ ProxyRegistry: string;
832
+ DSGuardFactory: string;
833
+ AdminVault: string;
834
+ DefisaverLogger: string;
835
+ Empty: string;
836
+ DFSProxyRegistry?: undefined;
837
+ McdCdpManager?: undefined;
838
+ BCdpManager?: undefined;
839
+ AaveDefaultMarket?: undefined;
840
+ UniswapV3PositionManager?: undefined;
841
+ RaiWethUniV2LPToken?: undefined;
842
+ BalancerToken?: undefined;
843
+ CrvToken?: undefined;
844
+ CvxToken?: undefined;
845
+ DAI?: undefined;
846
+ GHO?: undefined;
847
+ LUSD?: undefined;
848
+ BLUSD?: undefined;
849
+ };
850
+ };
851
+ /**
852
+ *
853
+ * @param name
854
+ * @param chainId
855
+ */
856
+ export declare const getAddr: (name: string, chainId?: number) => EthAddress;