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