@defisaver/sdk 1.2.24-dev → 1.2.25-fluid-dev

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