@defisaver/sdk 1.2.14 → 1.2.15-dev-allocator-2

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