@defisaver/sdk 1.2.16 → 1.2.17-dev-fluid

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