@defisaver/sdk 1.2.17-dev-fluid → 1.2.17

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