@defisaver/sdk 1.0.67-dev-4 → 1.0.67-dev-5

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