@defisaver/automation-sdk 1.2.24 → 1.2.26

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.
package/umd/index.js CHANGED
@@ -7,7 +7,7 @@
7
7
  exports["defisaver-sdk"] = factory(require("web3"), require("decimal.js"), require("@defisaver/tokens"), require("web3-eth-abi"), require("web3-utils"), require("@ethersproject/solidity"), require("@ethersproject/address"), require("axios"));
8
8
  else
9
9
  root["defisaver-sdk"] = factory(root["web3"], root["decimal.js"], root["@defisaver/tokens"], root["web3-eth-abi"], root["web3-utils"], root["@ethersproject/solidity"], root["@ethersproject/address"], root["axios"]);
10
- })(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__19__, __WEBPACK_EXTERNAL_MODULE__32__, __WEBPACK_EXTERNAL_MODULE__33__, __WEBPACK_EXTERNAL_MODULE__126__, __WEBPACK_EXTERNAL_MODULE__127__, __WEBPACK_EXTERNAL_MODULE__249__) => {
10
+ })(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__19__, __WEBPACK_EXTERNAL_MODULE__32__, __WEBPACK_EXTERNAL_MODULE__33__, __WEBPACK_EXTERNAL_MODULE__125__, __WEBPACK_EXTERNAL_MODULE__126__, __WEBPACK_EXTERNAL_MODULE__243__) => {
11
11
  return /******/ (() => { // webpackBootstrap
12
12
  /******/ var __webpack_modules__ = ([
13
13
  /* 0 */,
@@ -298,6 +298,16 @@ var MAINNET_BUNDLES_INFO = {
298
298
  strategyOrBundleId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.MORPHO_AAVE_V2_BOOST,
299
299
  strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.Boost,
300
300
  protocol: PROTOCOLS.MorphoAaveV2
301
+ },
302
+ [_types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.LIQUITY_REPAY]: {
303
+ strategyOrBundleId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.LIQUITY_REPAY,
304
+ strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.Repay,
305
+ protocol: PROTOCOLS.Liquity
306
+ },
307
+ [_types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.LIQUITY_BOOST]: {
308
+ strategyOrBundleId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Bundles.MainnetIds.LIQUITY_BOOST,
309
+ strategyId: _types_enums__WEBPACK_IMPORTED_MODULE_0__.Strategies.Identifiers.Boost,
310
+ protocol: PROTOCOLS.Liquity
301
311
  }
302
312
  };
303
313
  var OPTIMISM_BUNDLES_INFO = {
@@ -492,6 +502,8 @@ var Bundles;
492
502
  MainnetIds[MainnetIds["AAVE_V3_CLOSE_TO_COLLATERAL"] = 13] = "AAVE_V3_CLOSE_TO_COLLATERAL";
493
503
  MainnetIds[MainnetIds["MORPHO_AAVE_V2_REPAY"] = 14] = "MORPHO_AAVE_V2_REPAY";
494
504
  MainnetIds[MainnetIds["MORPHO_AAVE_V2_BOOST"] = 15] = "MORPHO_AAVE_V2_BOOST";
505
+ MainnetIds[MainnetIds["LIQUITY_REPAY"] = 16] = "LIQUITY_REPAY";
506
+ MainnetIds[MainnetIds["LIQUITY_BOOST"] = 17] = "LIQUITY_BOOST";
495
507
  })(MainnetIds || (MainnetIds = {}));
496
508
  _Bundles.MainnetIds = MainnetIds;
497
509
  var OptimismIds;
@@ -1433,7 +1445,7 @@ __webpack_require__.r(__webpack_exports__);
1433
1445
  /* harmony import */ var _types_enums__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6);
1434
1446
  /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(18);
1435
1447
  /* harmony import */ var _subDataService__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(29);
1436
- /* harmony import */ var _triggerService__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(252);
1448
+ /* harmony import */ var _triggerService__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(246);
1437
1449
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
1438
1450
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
1439
1451
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
@@ -1651,7 +1663,7 @@ function parseAaveV3CloseOnPrice(position, parseData) {
1651
1663
  };
1652
1664
  var {
1653
1665
  ratioState
1654
- } = (0,_utils__WEBPACK_IMPORTED_MODULE_4__.getRatioStateInfoForAaveCloseStrategy)(_position.specific.ratioState, (0,_utils__WEBPACK_IMPORTED_MODULE_4__.wethToEthByAddress)(_position.specific.collAsset), (0,_utils__WEBPACK_IMPORTED_MODULE_4__.wethToEthByAddress)(_position.specific.debtAsset), parseData.chainId);
1666
+ } = (0,_utils__WEBPACK_IMPORTED_MODULE_4__.getRatioStateInfoForAaveCloseStrategy)(_position.specific.ratioState, (0,_utils__WEBPACK_IMPORTED_MODULE_4__.wethToEthByAddress)(_position.specific.collAsset, parseData.chainId), (0,_utils__WEBPACK_IMPORTED_MODULE_4__.wethToEthByAddress)(_position.specific.debtAsset, parseData.chainId), parseData.chainId);
1655
1667
  _position.strategy.strategyId = (0,_utils__WEBPACK_IMPORTED_MODULE_4__.isRatioStateOver)(ratioState) ? _types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.IdOverrides.TakeProfit : _types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.IdOverrides.StopLoss;
1656
1668
  return _position;
1657
1669
  }
@@ -1735,6 +1747,39 @@ function parseExchangeLimitOrder(position, parseData, chainId) {
1735
1747
  _position.strategyData.decoded.triggerData = _triggerService__WEBPACK_IMPORTED_MODULE_6__.exchangeOffchainPriceTrigger.decode(subStruct.triggerData, fromTokenDecimals, toTokenDecimals);
1736
1748
  return _position;
1737
1749
  }
1750
+ function parseLiquityLeverageManagement(position, parseData) {
1751
+ var _position = (0,lodash__WEBPACK_IMPORTED_MODULE_1__.cloneDeep)(position);
1752
+ var {
1753
+ subStruct,
1754
+ subId
1755
+ } = parseData.subscriptionEventData;
1756
+ var {
1757
+ isEnabled
1758
+ } = parseData.strategiesSubsData;
1759
+ var triggerData = _triggerService__WEBPACK_IMPORTED_MODULE_6__.liquityRatioTrigger.decode(subStruct.triggerData);
1760
+ var subData = _subDataService__WEBPACK_IMPORTED_MODULE_5__.liquityLeverageManagementSubData.decode(subStruct.subData);
1761
+ _position.strategyData.decoded.triggerData = triggerData;
1762
+ _position.strategyData.decoded.subData = subData;
1763
+ var isRepay = _position.strategy.strategyId === _types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.Repay;
1764
+ if (isRepay) {
1765
+ _position.specific = {
1766
+ minRatio: triggerData.ratio,
1767
+ minOptimalRatio: subData.targetRatio,
1768
+ repayEnabled: true,
1769
+ subId1: Number(subId)
1770
+ };
1771
+ } else {
1772
+ _position.specific = {
1773
+ maxRatio: triggerData.ratio,
1774
+ maxOptimalRatio: subData.targetRatio,
1775
+ boostEnabled: isEnabled,
1776
+ subId2: Number(subId)
1777
+ };
1778
+ }
1779
+ _position.strategy.strategyId = _types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.IdOverrides.LeverageManagement;
1780
+ _position.specific.mergeWithSameId = true;
1781
+ return _position;
1782
+ }
1738
1783
  var parsingMethodsMapping = {
1739
1784
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.ProtocolIdentifiers.StrategiesAutomation.MakerDAO]: {
1740
1785
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.SavingsLiqProtection]: parseMakerSavingsLiqProtection,
@@ -1748,7 +1793,9 @@ var parsingMethodsMapping = {
1748
1793
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.ProtocolIdentifiers.StrategiesAutomation.Liquity]: {
1749
1794
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.CloseOnPriceToColl]: parseLiquityCloseOnPrice,
1750
1795
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.TrailingStopToColl]: parseLiquityTrailingStop,
1751
- [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.BondProtection]: parseLiquityBondProtection
1796
+ [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.BondProtection]: parseLiquityBondProtection,
1797
+ [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.Repay]: parseLiquityLeverageManagement,
1798
+ [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.Boost]: parseLiquityLeverageManagement
1752
1799
  },
1753
1800
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.ProtocolIdentifiers.StrategiesAutomation.AaveV3]: {
1754
1801
  [_types_enums__WEBPACK_IMPORTED_MODULE_3__.Strategies.Identifiers.Repay]: parseAaveV3LeverageManagement,
@@ -19044,6 +19091,7 @@ __webpack_require__.r(__webpack_exports__);
19044
19091
  /* harmony export */ "exchangeDcaSubData": () => (/* binding */ exchangeDcaSubData),
19045
19092
  /* harmony export */ "exchangeLimitOrderSubData": () => (/* binding */ exchangeLimitOrderSubData),
19046
19093
  /* harmony export */ "liquityCloseSubData": () => (/* binding */ liquityCloseSubData),
19094
+ /* harmony export */ "liquityLeverageManagementSubData": () => (/* binding */ liquityLeverageManagementSubData),
19047
19095
  /* harmony export */ "liquityPaybackUsingChickenBondSubData": () => (/* binding */ liquityPaybackUsingChickenBondSubData),
19048
19096
  /* harmony export */ "makerCloseSubData": () => (/* binding */ makerCloseSubData),
19049
19097
  /* harmony export */ "makerLeverageManagementSubData": () => (/* binding */ makerLeverageManagementSubData),
@@ -19139,6 +19187,15 @@ var makerLeverageManagementSubData = {
19139
19187
  };
19140
19188
  }
19141
19189
  };
19190
+ var liquityLeverageManagementSubData = {
19191
+ decode: subData => {
19192
+ var weiRatio = mockedWeb3.eth.abi.decodeParameter('uint256', subData[1]);
19193
+ var targetRatio = (0,_utils__WEBPACK_IMPORTED_MODULE_5__.weiToRatioPercentage)(weiRatio);
19194
+ return {
19195
+ targetRatio
19196
+ };
19197
+ }
19198
+ };
19142
19199
  var liquityCloseSubData = {
19143
19200
  encode(closeToAssetAddr) {
19144
19201
  var chainId = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : _types_enums__WEBPACK_IMPORTED_MODULE_3__.ChainId.Ethereum;
@@ -19329,8 +19386,8 @@ __webpack_require__.r(__webpack_exports__);
19329
19386
  /* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(57);
19330
19387
  /* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(58);
19331
19388
  /* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(63);
19332
- /* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(233);
19333
- /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(247);
19389
+ /* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(229);
19390
+ /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(241);
19334
19391
  /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(34);
19335
19392
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(55);
19336
19393
  /* Export methods, classes and other here */
@@ -19449,26 +19506,12 @@ class Action {
19449
19506
  return 0;
19450
19507
  });
19451
19508
  }
19452
- _parseParamType(paramType, arg) {
19453
- if (typeof (paramType) === 'string') {
19454
- if (paramType.startsWith('(')) {
19455
- let _paramType = paramType.replace('(', '');
19456
- _paramType = _paramType.replace(')', '');
19457
- return _paramType.split(',');
19458
- }
19459
- if (paramType.endsWith('[]')) {
19460
- return Array.from(Array(arg.length).fill(paramType.replace('[]', '')));
19461
- }
19462
- }
19463
- return paramType;
19464
- }
19465
19509
  /**
19466
19510
  *
19467
19511
  */
19468
19512
  _replaceWithPlaceholders(arg, paramType) {
19469
- const paramTypeParsed = this._parseParamType(paramType, arg);
19470
19513
  if (Array.isArray(arg))
19471
- return arg.map((_arg, i) => this._replaceWithPlaceholders(_arg, paramTypeParsed[i]));
19514
+ return arg.map((_arg, i) => this._replaceWithPlaceholders(_arg, paramType[i]));
19472
19515
  if (typeof (paramType) === 'string') {
19473
19516
  if (new RegExp(/\$\d+/).test(arg))
19474
19517
  return __classPrivateFieldGet(this, _Action_instances, "m", _Action__getPlaceholderForType).call(this, paramType);
@@ -19588,7 +19631,7 @@ _Action_instances = new WeakSet(), _Action__getArgumentMappingWithSlots = functi
19588
19631
  // TODO handle arrays?
19589
19632
  // eslint-disable-next-line
19590
19633
  if (type.startsWith('bytes'))
19591
- return `0x${'0'.repeat(parseInt(type.substr(5)) * 2)}`;
19634
+ return `0x${'0'.repeat(parseInt(type.substr(5)))}`;
19592
19635
  if (type === 'address')
19593
19636
  return `0x${'0'.repeat(40)}`;
19594
19637
  if (type === 'string')
@@ -20510,11 +20553,10 @@ const actionAddresses = {
20510
20553
  AutomationV2Unsub: '0xe35Fb12fE9796847751076aCf5ee7d124108612C',
20511
20554
  SendTokenAndUnwrap: '0xeecd376026335261c89faD40D89625391b1eFF6a',
20512
20555
  ToggleSub: '0x9A78E9d6538cfDbA0242Ca5eC46771E6132E8085',
20513
- UpdateSub: '0xF6Cb8f7e61a64075ec8FAC3f298745605E543233',
20556
+ UpdateSub: '0x94D707f411B852082a5ce49C3f47c49c7757761f',
20514
20557
  TransferNFT: '0x861e893E1796F81248e75F06C0b09Abdc8fe2f6F',
20515
- CreateSub: '0x7308e88BB21B934478E75bB6A2143b8cfDFf2961',
20516
20558
  // exchange
20517
- DFSSell: '0x951D7B421f45FF0e4A8ddE0288aE3f9C2C69b784',
20559
+ DFSSell: '0xB744474Bdd7226736ACa4Ba87593e32d8315e5c9',
20518
20560
  // maker
20519
20561
  McdGenerate: '0xCb50a91C0f12f439b8bf11E9474B9c1ED62Bf7a3',
20520
20562
  McdGive: '0xf9556A87BF424834FDe7De0547b58E36Cb42EF01',
@@ -20572,7 +20614,7 @@ const actionAddresses = {
20572
20614
  LiquityClose: '0x4B2d174129789a88e92D46342201F207132144b7',
20573
20615
  LiquityBorrow: '0xF978d6C5c8af80a059AdB85EEb64F14C9c436D68',
20574
20616
  LiquityOpen: '0x4EFF392cc69B31Ad159EcfA10305251b2d8E40E0',
20575
- LiquityPayback: '0xe686Fd57D93Ee713Ba974bC5540FF740fb6DB94F',
20617
+ LiquityPayback: '0x8fc7D24414e9740ed9841d9205D458e3677e71f7',
20576
20618
  LiquityWithdraw: '0x733F53579bEcdd3Ed07e745A55Ee9af8B9669048',
20577
20619
  LiquitySupply: '0xD539943e080C2a29e3f1DB2d45Ea7240d7ddDEE2',
20578
20620
  LiquitySPDeposit: '0x5aB0244a00a733f16E6b238B462bdF3538C698E1',
@@ -20611,8 +20653,6 @@ const actionAddresses = {
20611
20653
  // Euler
20612
20654
  FLEuler: '0x66DC6444CdC099153f89332e0d4C87af5C966A75',
20613
20655
  TrailingStopTrigger: '0x0000000000000000000000000000000000000000',
20614
- CBRebondTrigger: '0x6Bb48580977e2aBfD6c70B522204EFbe828a9428',
20615
- CBUpdateRebondSub: '0x2709Fd59a27F35997dFf618E3C68ABA1c9e91465',
20616
20656
  // Convex
20617
20657
  ConvexDeposit: '0x3Ecc4F1FD5aA09D2E13Ec9ebFdF102063d66F458',
20618
20658
  ConvexWithdraw: '0x2B2c235F9e27A121947c34A39d447bD4C585aA15',
@@ -20622,8 +20662,6 @@ const actionAddresses = {
20622
20662
  CBRedeem: '0xdD06754cA5367B03af7014AB359332eD82D988d1',
20623
20663
  CBChickenIn: '0x1E990AF6dCf9E9f8a0b2fc76f3BC032A34fFfD14',
20624
20664
  CBChickenOut: '0x3d2f2d88749BB387abD07A2408b68D2Bf2D4be3f',
20625
- CBCreateRebondSub: '0xe4bD188cc2e2787518D6762F22E5afe5A21b30E4',
20626
- FetchBondId: '0xA3331A6aE1BC901b8136E6Fe622890B3Fa3dC80e',
20627
20665
  // CompV3
20628
20666
  CompV3Allow: '0xC4a80f22bf56E0dFa2CB378561B934F41E14bc9f',
20629
20667
  CompV3Borrow: '0x11e7b984299a771C92CD42A87358a32791A75CEA',
@@ -20634,7 +20672,7 @@ const actionAddresses = {
20634
20672
  CompV3Withdraw: '0x0b0F21EDE32DE4243D9145a899E97FC2366Aec46',
20635
20673
  },
20636
20674
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
20637
- DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
20675
+ DFSSell: '0xBA0f6039b95CC0A02B5fc983eCf0FC4437BaacC7',
20638
20676
  // basic
20639
20677
  WrapEth: '0x6D735db054AC4a1F10f96b99f8550E9eefbC2AC5',
20640
20678
  UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
@@ -20668,7 +20706,7 @@ const actionAddresses = {
20668
20706
  UniCreatePoolV3: '0xAF45d1380d89dB7260DC2684158c5dfA4E147d3e',
20669
20707
  },
20670
20708
  [_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.arbitrum.chainId]: {
20671
- DFSSell: '0x9109F34AB28D369cF894aF45C50E976B8E312a82',
20709
+ DFSSell: '0x77c02Bb7CbBb2F896c5Ea14e1b60D65f81e552db',
20672
20710
  // basic
20673
20711
  WrapEth: '0x35136b25bFA7CCC8f5b94E3181a16B61c06980F0',
20674
20712
  UnwrapEth: '0x2B69d494536098700910D167902D1d397dcA2B61',
@@ -21024,25 +21062,25 @@ __webpack_require__.r(__webpack_exports__);
21024
21062
  /* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(75);
21025
21063
  /* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(82);
21026
21064
  /* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(90);
21027
- /* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(108);
21028
- /* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(122);
21029
- /* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(128);
21030
- /* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(137);
21031
- /* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(139);
21032
- /* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(145);
21033
- /* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(149);
21034
- /* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(165);
21035
- /* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(168);
21036
- /* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(172);
21037
- /* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(174);
21038
- /* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(178);
21039
- /* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(190);
21040
- /* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(193);
21041
- /* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(198);
21042
- /* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(201);
21043
- /* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(211);
21044
- /* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(217);
21045
- /* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(225);
21065
+ /* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(107);
21066
+ /* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(121);
21067
+ /* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(127);
21068
+ /* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(136);
21069
+ /* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(138);
21070
+ /* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(144);
21071
+ /* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(148);
21072
+ /* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(164);
21073
+ /* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(167);
21074
+ /* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(171);
21075
+ /* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(173);
21076
+ /* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(177);
21077
+ /* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(189);
21078
+ /* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(192);
21079
+ /* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(197);
21080
+ /* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(200);
21081
+ /* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(210);
21082
+ /* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(216);
21083
+ /* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(221);
21046
21084
 
21047
21085
 
21048
21086
 
@@ -22076,7 +22114,6 @@ __webpack_require__.r(__webpack_exports__);
22076
22114
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
22077
22115
  /* harmony export */ "AutomationV2Unsub": () => (/* reexport safe */ _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__.AutomationV2Unsub),
22078
22116
  /* harmony export */ "ChangeProxyOwnerAction": () => (/* reexport safe */ _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__.ChangeProxyOwnerAction),
22079
- /* harmony export */ "CreateSubAction": () => (/* reexport safe */ _CreateSubAction__WEBPACK_IMPORTED_MODULE_16__.CreateSubAction),
22080
22117
  /* harmony export */ "GasFeeAction": () => (/* reexport safe */ _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__.GasFeeAction),
22081
22118
  /* harmony export */ "GasFeeActionL2": () => (/* reexport safe */ _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__.GasFeeActionL2),
22082
22119
  /* harmony export */ "PullTokenAction": () => (/* reexport safe */ _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__.PullTokenAction),
@@ -22108,8 +22145,6 @@ __webpack_require__.r(__webpack_exports__);
22108
22145
  /* harmony import */ var _ToggleSubAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(104);
22109
22146
  /* harmony import */ var _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(105);
22110
22147
  /* harmony import */ var _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(106);
22111
- /* harmony import */ var _CreateSubAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(107);
22112
-
22113
22148
 
22114
22149
 
22115
22150
 
@@ -22625,12 +22660,6 @@ class UpdateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
22625
22660
  */
22626
22661
  constructor(subId, sub) {
22627
22662
  super('UpdateSub', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('UpdateSub'), ['uint256', '(uint64,bool,bytes[],bytes32[])'], [subId, sub]);
22628
- this.mappableArgs = [
22629
- this.args[0],
22630
- ];
22631
- for (let i = 0; i < this.args[1][3].length; i++) {
22632
- this.mappableArgs.push(this.args[1][3][i]);
22633
- }
22634
22663
  }
22635
22664
  }
22636
22665
 
@@ -22734,37 +22763,6 @@ class TransferNFTAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
22734
22763
  /* 107 */
22735
22764
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22736
22765
 
22737
- "use strict";
22738
- __webpack_require__.r(__webpack_exports__);
22739
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
22740
- /* harmony export */ "CreateSubAction": () => (/* binding */ CreateSubAction)
22741
- /* harmony export */ });
22742
- /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
22743
- /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
22744
-
22745
-
22746
- /**
22747
- * Action for creating a sub
22748
- *
22749
- * @category BasicActions
22750
- */
22751
- class CreateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
22752
- /**
22753
- * @param sub object that contains new sub information
22754
- */
22755
- constructor(sub) {
22756
- super('CreateSub', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('CreateSub'), ['(uint64,bool,bytes[],bytes32[])'], [sub]);
22757
- for (let i = 0; i < this.args[0][3].length; i++) {
22758
- this.mappableArgs.push(this.args[0][3][i]);
22759
- }
22760
- }
22761
- }
22762
-
22763
-
22764
- /***/ }),
22765
- /* 108 */
22766
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22767
-
22768
22766
  "use strict";
22769
22767
  __webpack_require__.r(__webpack_exports__);
22770
22768
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -22782,19 +22780,19 @@ __webpack_require__.r(__webpack_exports__);
22782
22780
  /* harmony export */ "MakerFlashLoanAction": () => (/* reexport safe */ _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_6__.MakerFlashLoanAction),
22783
22781
  /* harmony export */ "MakerFlashLoanPaybackAction": () => (/* reexport safe */ _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_7__.MakerFlashLoanPaybackAction)
22784
22782
  /* harmony export */ });
22785
- /* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(109);
22786
- /* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(110);
22787
- /* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(111);
22788
- /* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(112);
22789
- /* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(113);
22790
- /* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(114);
22791
- /* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(115);
22792
- /* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(116);
22793
- /* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(117);
22794
- /* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(118);
22795
- /* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(119);
22796
- /* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(120);
22797
- /* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(121);
22783
+ /* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(108);
22784
+ /* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(109);
22785
+ /* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(110);
22786
+ /* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(111);
22787
+ /* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(112);
22788
+ /* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(113);
22789
+ /* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(114);
22790
+ /* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(115);
22791
+ /* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(116);
22792
+ /* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(117);
22793
+ /* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(118);
22794
+ /* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(119);
22795
+ /* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(120);
22798
22796
 
22799
22797
 
22800
22798
 
@@ -22811,7 +22809,7 @@ __webpack_require__.r(__webpack_exports__);
22811
22809
 
22812
22810
 
22813
22811
  /***/ }),
22814
- /* 109 */
22812
+ /* 108 */
22815
22813
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22816
22814
 
22817
22815
  "use strict";
@@ -22842,7 +22840,7 @@ class DyDxFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
22842
22840
 
22843
22841
 
22844
22842
  /***/ }),
22845
- /* 110 */
22843
+ /* 109 */
22846
22844
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22847
22845
 
22848
22846
  "use strict";
@@ -22871,7 +22869,7 @@ class DyDxFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Sen
22871
22869
 
22872
22870
 
22873
22871
  /***/ }),
22874
- /* 111 */
22872
+ /* 110 */
22875
22873
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22876
22874
 
22877
22875
  "use strict";
@@ -22904,7 +22902,7 @@ class AaveV2FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
22904
22902
 
22905
22903
 
22906
22904
  /***/ }),
22907
- /* 112 */
22905
+ /* 111 */
22908
22906
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22909
22907
 
22910
22908
  "use strict";
@@ -22933,7 +22931,7 @@ class AaveV2FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
22933
22931
 
22934
22932
 
22935
22933
  /***/ }),
22936
- /* 113 */
22934
+ /* 112 */
22937
22935
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22938
22936
 
22939
22937
  "use strict";
@@ -22966,7 +22964,7 @@ class AaveV3FlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.A
22966
22964
 
22967
22965
 
22968
22966
  /***/ }),
22969
- /* 114 */
22967
+ /* 113 */
22970
22968
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22971
22969
 
22972
22970
  "use strict";
@@ -22995,7 +22993,7 @@ class AaveV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
22995
22993
 
22996
22994
 
22997
22995
  /***/ }),
22998
- /* 115 */
22996
+ /* 114 */
22999
22997
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23000
22998
 
23001
22999
  "use strict";
@@ -23025,7 +23023,7 @@ class MakerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
23025
23023
 
23026
23024
 
23027
23025
  /***/ }),
23028
- /* 116 */
23026
+ /* 115 */
23029
23027
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23030
23028
 
23031
23029
  "use strict";
@@ -23053,7 +23051,7 @@ class MakerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
23053
23051
 
23054
23052
 
23055
23053
  /***/ }),
23056
- /* 117 */
23054
+ /* 116 */
23057
23055
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23058
23056
 
23059
23057
  "use strict";
@@ -23084,7 +23082,7 @@ class BalancerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
23084
23082
 
23085
23083
 
23086
23084
  /***/ }),
23087
- /* 118 */
23085
+ /* 117 */
23088
23086
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23089
23087
 
23090
23088
  "use strict";
@@ -23113,7 +23111,7 @@ class BalancerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__
23113
23111
 
23114
23112
 
23115
23113
  /***/ }),
23116
- /* 119 */
23114
+ /* 118 */
23117
23115
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23118
23116
 
23119
23117
  "use strict";
@@ -23144,7 +23142,7 @@ class EulerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
23144
23142
 
23145
23143
 
23146
23144
  /***/ }),
23147
- /* 120 */
23145
+ /* 119 */
23148
23146
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23149
23147
 
23150
23148
  "use strict";
@@ -23173,7 +23171,7 @@ class EulerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
23173
23171
 
23174
23172
 
23175
23173
  /***/ }),
23176
- /* 121 */
23174
+ /* 120 */
23177
23175
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23178
23176
 
23179
23177
  "use strict";
@@ -23234,7 +23232,7 @@ _FLAction_instances = new WeakSet(), _FLAction_handleArgs = function _FLAction_h
23234
23232
 
23235
23233
 
23236
23234
  /***/ }),
23237
- /* 122 */
23235
+ /* 121 */
23238
23236
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23239
23237
 
23240
23238
  "use strict";
@@ -23243,14 +23241,14 @@ __webpack_require__.r(__webpack_exports__);
23243
23241
  /* harmony export */ "UniswapSupplyAction": () => (/* reexport safe */ _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__.UniswapSupplyAction),
23244
23242
  /* harmony export */ "UniswapWithdrawAction": () => (/* reexport safe */ _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.UniswapWithdrawAction)
23245
23243
  /* harmony export */ });
23246
- /* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(123);
23247
- /* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(124);
23244
+ /* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(122);
23245
+ /* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(123);
23248
23246
 
23249
23247
 
23250
23248
 
23251
23249
 
23252
23250
  /***/ }),
23253
- /* 123 */
23251
+ /* 122 */
23254
23252
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23255
23253
 
23256
23254
  "use strict";
@@ -23331,7 +23329,7 @@ class UniswapSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
23331
23329
 
23332
23330
 
23333
23331
  /***/ }),
23334
- /* 124 */
23332
+ /* 123 */
23335
23333
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23336
23334
 
23337
23335
  "use strict";
@@ -23340,7 +23338,7 @@ __webpack_require__.r(__webpack_exports__);
23340
23338
  /* harmony export */ "UniswapWithdrawAction": () => (/* binding */ UniswapWithdrawAction)
23341
23339
  /* harmony export */ });
23342
23340
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
23343
- /* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(125);
23341
+ /* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(124);
23344
23342
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55);
23345
23343
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(67);
23346
23344
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
@@ -23402,7 +23400,7 @@ class UniswapWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
23402
23400
 
23403
23401
 
23404
23402
  /***/ }),
23405
- /* 125 */
23403
+ /* 124 */
23406
23404
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23407
23405
 
23408
23406
  "use strict";
@@ -23411,9 +23409,9 @@ __webpack_require__.r(__webpack_exports__);
23411
23409
  /* harmony export */ "getPoolAddressByAddresses": () => (/* binding */ getPoolAddressByAddresses),
23412
23410
  /* harmony export */ "getPoolAddressBySymbols": () => (/* binding */ getPoolAddressBySymbols)
23413
23411
  /* harmony export */ });
23414
- /* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(126);
23412
+ /* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(125);
23415
23413
  /* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__);
23416
- /* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(127);
23414
+ /* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(126);
23417
23415
  /* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_address__WEBPACK_IMPORTED_MODULE_1__);
23418
23416
  /* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(19);
23419
23417
  /* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
@@ -23452,21 +23450,21 @@ const getPoolAddressBySymbols = (symbolA, symbolB) => getPoolAddressByAddresses(
23452
23450
 
23453
23451
 
23454
23452
  /***/ }),
23455
- /* 126 */
23453
+ /* 125 */
23456
23454
  /***/ ((module) => {
23457
23455
 
23458
23456
  "use strict";
23459
- module.exports = __WEBPACK_EXTERNAL_MODULE__126__;
23457
+ module.exports = __WEBPACK_EXTERNAL_MODULE__125__;
23460
23458
 
23461
23459
  /***/ }),
23462
- /* 127 */
23460
+ /* 126 */
23463
23461
  /***/ ((module) => {
23464
23462
 
23465
23463
  "use strict";
23466
- module.exports = __WEBPACK_EXTERNAL_MODULE__127__;
23464
+ module.exports = __WEBPACK_EXTERNAL_MODULE__126__;
23467
23465
 
23468
23466
  /***/ }),
23469
- /* 128 */
23467
+ /* 127 */
23470
23468
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23471
23469
 
23472
23470
  "use strict";
@@ -23481,14 +23479,14 @@ __webpack_require__.r(__webpack_exports__);
23481
23479
  /* harmony export */ "ReflexerSupplyAction": () => (/* reexport safe */ _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.ReflexerSupplyAction),
23482
23480
  /* harmony export */ "ReflexerWithdrawAction": () => (/* reexport safe */ _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.ReflexerWithdrawAction)
23483
23481
  /* harmony export */ });
23484
- /* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(129);
23485
- /* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(130);
23486
- /* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(131);
23487
- /* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(132);
23488
- /* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(133);
23489
- /* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(134);
23490
- /* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(135);
23491
- /* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(136);
23482
+ /* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(128);
23483
+ /* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(129);
23484
+ /* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(130);
23485
+ /* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(131);
23486
+ /* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(132);
23487
+ /* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(133);
23488
+ /* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(134);
23489
+ /* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(135);
23492
23490
 
23493
23491
 
23494
23492
 
@@ -23500,7 +23498,7 @@ __webpack_require__.r(__webpack_exports__);
23500
23498
 
23501
23499
 
23502
23500
  /***/ }),
23503
- /* 129 */
23501
+ /* 128 */
23504
23502
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23505
23503
 
23506
23504
  "use strict";
@@ -23528,7 +23526,7 @@ class ReflexerOpenSafeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
23528
23526
 
23529
23527
 
23530
23528
  /***/ }),
23531
- /* 130 */
23529
+ /* 129 */
23532
23530
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23533
23531
 
23534
23532
  "use strict";
@@ -23561,7 +23559,7 @@ class ReflexerGenerateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
23561
23559
 
23562
23560
 
23563
23561
  /***/ }),
23564
- /* 131 */
23562
+ /* 130 */
23565
23563
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23566
23564
 
23567
23565
  "use strict";
@@ -23620,7 +23618,7 @@ class ReflexerSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
23620
23618
 
23621
23619
 
23622
23620
  /***/ }),
23623
- /* 132 */
23621
+ /* 131 */
23624
23622
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23625
23623
 
23626
23624
  "use strict";
@@ -23667,7 +23665,7 @@ class ReflexerPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
23667
23665
 
23668
23666
 
23669
23667
  /***/ }),
23670
- /* 133 */
23668
+ /* 132 */
23671
23669
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23672
23670
 
23673
23671
  "use strict";
@@ -23701,7 +23699,7 @@ class ReflexerWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
23701
23699
 
23702
23700
 
23703
23701
  /***/ }),
23704
- /* 134 */
23702
+ /* 133 */
23705
23703
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23706
23704
 
23707
23705
  "use strict";
@@ -23751,7 +23749,7 @@ class ReflexerNativeUniV2SaviourDepositAction extends _Action__WEBPACK_IMPORTED_
23751
23749
 
23752
23750
 
23753
23751
  /***/ }),
23754
- /* 135 */
23752
+ /* 134 */
23755
23753
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23756
23754
 
23757
23755
  "use strict";
@@ -23788,7 +23786,7 @@ class ReflexerNativeUniV2SaviourWithdrawAction extends _Action__WEBPACK_IMPORTED
23788
23786
 
23789
23787
 
23790
23788
  /***/ }),
23791
- /* 136 */
23789
+ /* 135 */
23792
23790
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23793
23791
 
23794
23792
  "use strict";
@@ -23823,7 +23821,7 @@ class ReflexerNativeUniV2SaviourGetReservesAction extends _Action__WEBPACK_IMPOR
23823
23821
 
23824
23822
 
23825
23823
  /***/ }),
23826
- /* 137 */
23824
+ /* 136 */
23827
23825
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23828
23826
 
23829
23827
  "use strict";
@@ -23831,12 +23829,12 @@ __webpack_require__.r(__webpack_exports__);
23831
23829
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
23832
23830
  /* harmony export */ "DyDxWithdrawAction": () => (/* reexport safe */ _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__.DyDxWithdrawAction)
23833
23831
  /* harmony export */ });
23834
- /* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(138);
23832
+ /* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(137);
23835
23833
 
23836
23834
 
23837
23835
 
23838
23836
  /***/ }),
23839
- /* 138 */
23837
+ /* 137 */
23840
23838
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23841
23839
 
23842
23840
  "use strict";
@@ -23869,7 +23867,7 @@ class DyDxWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
23869
23867
 
23870
23868
 
23871
23869
  /***/ }),
23872
- /* 139 */
23870
+ /* 138 */
23873
23871
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23874
23872
 
23875
23873
  "use strict";
@@ -23881,11 +23879,11 @@ __webpack_require__.r(__webpack_exports__);
23881
23879
  /* harmony export */ "UniswapV3SupplyAction": () => (/* reexport safe */ _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__.UniswapV3SupplyAction),
23882
23880
  /* harmony export */ "UniswapV3WithdrawAction": () => (/* reexport safe */ _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__.UniswapV3WithdrawAction)
23883
23881
  /* harmony export */ });
23884
- /* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(140);
23885
- /* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(141);
23886
- /* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(142);
23887
- /* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(143);
23888
- /* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(144);
23882
+ /* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(139);
23883
+ /* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(140);
23884
+ /* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(141);
23885
+ /* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(142);
23886
+ /* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(143);
23889
23887
 
23890
23888
 
23891
23889
 
@@ -23894,7 +23892,7 @@ __webpack_require__.r(__webpack_exports__);
23894
23892
 
23895
23893
 
23896
23894
  /***/ }),
23897
- /* 140 */
23895
+ /* 139 */
23898
23896
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23899
23897
 
23900
23898
  "use strict";
@@ -23977,7 +23975,7 @@ class UniswapV3MintAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
23977
23975
 
23978
23976
 
23979
23977
  /***/ }),
23980
- /* 141 */
23978
+ /* 140 */
23981
23979
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
23982
23980
 
23983
23981
  "use strict";
@@ -24052,7 +24050,7 @@ class UniswapV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.A
24052
24050
 
24053
24051
 
24054
24052
  /***/ }),
24055
- /* 142 */
24053
+ /* 141 */
24056
24054
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24057
24055
 
24058
24056
  "use strict";
@@ -24124,7 +24122,7 @@ class UniswapV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
24124
24122
 
24125
24123
 
24126
24124
  /***/ }),
24127
- /* 143 */
24125
+ /* 142 */
24128
24126
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24129
24127
 
24130
24128
  "use strict";
@@ -24184,7 +24182,7 @@ class UniswapV3CollectAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.
24184
24182
 
24185
24183
 
24186
24184
  /***/ }),
24187
- /* 144 */
24185
+ /* 143 */
24188
24186
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24189
24187
 
24190
24188
  "use strict";
@@ -24269,7 +24267,7 @@ class UniswapV3CreatePoolAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
24269
24267
 
24270
24268
 
24271
24269
  /***/ }),
24272
- /* 145 */
24270
+ /* 144 */
24273
24271
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24274
24272
 
24275
24273
  "use strict";
@@ -24279,16 +24277,16 @@ __webpack_require__.r(__webpack_exports__);
24279
24277
  /* harmony export */ "CompoundV3RatioCheckAction": () => (/* reexport safe */ _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__.CompoundV3RatioCheckAction),
24280
24278
  /* harmony export */ "MakerRatioCheckAction": () => (/* reexport safe */ _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__.MakerRatioCheckAction)
24281
24279
  /* harmony export */ });
24282
- /* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(146);
24283
- /* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(147);
24284
- /* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(148);
24280
+ /* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(145);
24281
+ /* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(146);
24282
+ /* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(147);
24285
24283
 
24286
24284
 
24287
24285
 
24288
24286
 
24289
24287
 
24290
24288
  /***/ }),
24291
- /* 146 */
24289
+ /* 145 */
24292
24290
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24293
24291
 
24294
24292
  "use strict";
@@ -24326,7 +24324,7 @@ class MakerRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
24326
24324
 
24327
24325
 
24328
24326
  /***/ }),
24329
- /* 147 */
24327
+ /* 146 */
24330
24328
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24331
24329
 
24332
24330
  "use strict";
@@ -24359,7 +24357,7 @@ class AaveV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
24359
24357
 
24360
24358
 
24361
24359
  /***/ }),
24362
- /* 148 */
24360
+ /* 147 */
24363
24361
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24364
24362
 
24365
24363
  "use strict";
@@ -24396,7 +24394,7 @@ class CompoundV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
24396
24394
 
24397
24395
 
24398
24396
  /***/ }),
24399
- /* 149 */
24397
+ /* 148 */
24400
24398
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24401
24399
 
24402
24400
  "use strict";
@@ -24418,21 +24416,21 @@ __webpack_require__.r(__webpack_exports__);
24418
24416
  /* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
24419
24417
  /* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
24420
24418
  /* harmony export */ });
24421
- /* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(150);
24422
- /* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(151);
24423
- /* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(152);
24424
- /* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(153);
24425
- /* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(154);
24426
- /* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(155);
24427
- /* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(156);
24428
- /* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(157);
24429
- /* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(158);
24430
- /* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(159);
24431
- /* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(160);
24432
- /* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(161);
24433
- /* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(162);
24434
- /* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(163);
24435
- /* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(164);
24419
+ /* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(149);
24420
+ /* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(150);
24421
+ /* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(151);
24422
+ /* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(152);
24423
+ /* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(153);
24424
+ /* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(154);
24425
+ /* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(155);
24426
+ /* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(156);
24427
+ /* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(157);
24428
+ /* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(158);
24429
+ /* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(159);
24430
+ /* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(160);
24431
+ /* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(161);
24432
+ /* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(162);
24433
+ /* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(163);
24436
24434
 
24437
24435
 
24438
24436
 
@@ -24451,7 +24449,7 @@ __webpack_require__.r(__webpack_exports__);
24451
24449
 
24452
24450
 
24453
24451
  /***/ }),
24454
- /* 150 */
24452
+ /* 149 */
24455
24453
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24456
24454
 
24457
24455
  "use strict";
@@ -24513,7 +24511,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
24513
24511
 
24514
24512
 
24515
24513
  /***/ }),
24516
- /* 151 */
24514
+ /* 150 */
24517
24515
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24518
24516
 
24519
24517
  "use strict";
@@ -24553,7 +24551,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
24553
24551
 
24554
24552
 
24555
24553
  /***/ }),
24556
- /* 152 */
24554
+ /* 151 */
24557
24555
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24558
24556
 
24559
24557
  "use strict";
@@ -24608,7 +24606,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
24608
24606
 
24609
24607
 
24610
24608
  /***/ }),
24611
- /* 153 */
24609
+ /* 152 */
24612
24610
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24613
24611
 
24614
24612
  "use strict";
@@ -24663,7 +24661,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
24663
24661
 
24664
24662
 
24665
24663
  /***/ }),
24666
- /* 154 */
24664
+ /* 153 */
24667
24665
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24668
24666
 
24669
24667
  "use strict";
@@ -24701,7 +24699,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
24701
24699
 
24702
24700
 
24703
24701
  /***/ }),
24704
- /* 155 */
24702
+ /* 154 */
24705
24703
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24706
24704
 
24707
24705
  "use strict";
@@ -24755,7 +24753,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
24755
24753
 
24756
24754
 
24757
24755
  /***/ }),
24758
- /* 156 */
24756
+ /* 155 */
24759
24757
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24760
24758
 
24761
24759
  "use strict";
@@ -24789,7 +24787,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
24789
24787
 
24790
24788
 
24791
24789
  /***/ }),
24792
- /* 157 */
24790
+ /* 156 */
24793
24791
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24794
24792
 
24795
24793
  "use strict";
@@ -24852,7 +24850,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
24852
24850
 
24853
24851
 
24854
24852
  /***/ }),
24855
- /* 158 */
24853
+ /* 157 */
24856
24854
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24857
24855
 
24858
24856
  "use strict";
@@ -24911,7 +24909,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
24911
24909
 
24912
24910
 
24913
24911
  /***/ }),
24914
- /* 159 */
24912
+ /* 158 */
24915
24913
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24916
24914
 
24917
24915
  "use strict";
@@ -24953,7 +24951,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
24953
24951
 
24954
24952
 
24955
24953
  /***/ }),
24956
- /* 160 */
24954
+ /* 159 */
24957
24955
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
24958
24956
 
24959
24957
  "use strict";
@@ -25012,7 +25010,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
25012
25010
 
25013
25011
 
25014
25012
  /***/ }),
25015
- /* 161 */
25013
+ /* 160 */
25016
25014
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25017
25015
 
25018
25016
  "use strict";
@@ -25054,7 +25052,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
25054
25052
 
25055
25053
 
25056
25054
  /***/ }),
25057
- /* 162 */
25055
+ /* 161 */
25058
25056
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25059
25057
 
25060
25058
  "use strict";
@@ -25090,7 +25088,7 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
25090
25088
 
25091
25089
 
25092
25090
  /***/ }),
25093
- /* 163 */
25091
+ /* 162 */
25094
25092
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25095
25093
 
25096
25094
  "use strict";
@@ -25098,7 +25096,7 @@ __webpack_require__.r(__webpack_exports__);
25098
25096
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
25099
25097
  /* harmony export */ "LiquityClaimSPRewardsAction": () => (/* binding */ LiquityClaimSPRewardsAction)
25100
25098
  /* harmony export */ });
25101
- /* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(159);
25099
+ /* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(158);
25102
25100
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
25103
25101
 
25104
25102
 
@@ -25121,7 +25119,7 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
25121
25119
 
25122
25120
 
25123
25121
  /***/ }),
25124
- /* 164 */
25122
+ /* 163 */
25125
25123
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25126
25124
 
25127
25125
  "use strict";
@@ -25129,7 +25127,7 @@ __webpack_require__.r(__webpack_exports__);
25129
25127
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
25130
25128
  /* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* binding */ LiquityClaimStakingRewardsAction)
25131
25129
  /* harmony export */ });
25132
- /* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(161);
25130
+ /* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(160);
25133
25131
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
25134
25132
 
25135
25133
 
@@ -25152,7 +25150,7 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
25152
25150
 
25153
25151
 
25154
25152
  /***/ }),
25155
- /* 165 */
25153
+ /* 164 */
25156
25154
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25157
25155
 
25158
25156
  "use strict";
@@ -25161,14 +25159,14 @@ __webpack_require__.r(__webpack_exports__);
25161
25159
  /* harmony export */ "YearnSupplyAction": () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
25162
25160
  /* harmony export */ "YearnWithdrawAction": () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
25163
25161
  /* harmony export */ });
25164
- /* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(166);
25165
- /* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(167);
25162
+ /* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(165);
25163
+ /* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
25166
25164
 
25167
25165
 
25168
25166
 
25169
25167
 
25170
25168
  /***/ }),
25171
- /* 166 */
25169
+ /* 165 */
25172
25170
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25173
25171
 
25174
25172
  "use strict";
@@ -25227,7 +25225,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
25227
25225
 
25228
25226
 
25229
25227
  /***/ }),
25230
- /* 167 */
25228
+ /* 166 */
25231
25229
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25232
25230
 
25233
25231
  "use strict";
@@ -25286,7 +25284,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
25286
25284
 
25287
25285
 
25288
25286
  /***/ }),
25289
- /* 168 */
25287
+ /* 167 */
25290
25288
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25291
25289
 
25292
25290
  "use strict";
@@ -25296,16 +25294,16 @@ __webpack_require__.r(__webpack_exports__);
25296
25294
  /* harmony export */ "LidoUnwrapAction": () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
25297
25295
  /* harmony export */ "LidoWrapAction": () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
25298
25296
  /* harmony export */ });
25299
- /* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(169);
25300
- /* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(170);
25301
- /* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(171);
25297
+ /* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(168);
25298
+ /* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(169);
25299
+ /* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(170);
25302
25300
 
25303
25301
 
25304
25302
 
25305
25303
 
25306
25304
 
25307
25305
  /***/ }),
25308
- /* 169 */
25306
+ /* 168 */
25309
25307
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25310
25308
 
25311
25309
  "use strict";
@@ -25355,7 +25353,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
25355
25353
 
25356
25354
 
25357
25355
  /***/ }),
25358
- /* 170 */
25356
+ /* 169 */
25359
25357
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25360
25358
 
25361
25359
  "use strict";
@@ -25414,7 +25412,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
25414
25412
 
25415
25413
 
25416
25414
  /***/ }),
25417
- /* 171 */
25415
+ /* 170 */
25418
25416
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25419
25417
 
25420
25418
  "use strict";
@@ -25461,7 +25459,7 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
25461
25459
 
25462
25460
 
25463
25461
  /***/ }),
25464
- /* 172 */
25462
+ /* 171 */
25465
25463
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25466
25464
 
25467
25465
  "use strict";
@@ -25469,12 +25467,12 @@ __webpack_require__.r(__webpack_exports__);
25469
25467
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
25470
25468
  /* harmony export */ "InstPullTokensAction": () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
25471
25469
  /* harmony export */ });
25472
- /* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(173);
25470
+ /* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(172);
25473
25471
 
25474
25472
 
25475
25473
 
25476
25474
  /***/ }),
25477
- /* 173 */
25475
+ /* 172 */
25478
25476
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25479
25477
 
25480
25478
  "use strict";
@@ -25524,7 +25522,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
25524
25522
 
25525
25523
 
25526
25524
  /***/ }),
25527
- /* 174 */
25525
+ /* 173 */
25528
25526
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25529
25527
 
25530
25528
  "use strict";
@@ -25534,16 +25532,16 @@ __webpack_require__.r(__webpack_exports__);
25534
25532
  /* harmony export */ "BalancerV2SupplyAction": () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
25535
25533
  /* harmony export */ "BalancerV2WithdrawAction": () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
25536
25534
  /* harmony export */ });
25537
- /* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(175);
25538
- /* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(176);
25539
- /* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(177);
25535
+ /* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(174);
25536
+ /* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(175);
25537
+ /* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(176);
25540
25538
 
25541
25539
 
25542
25540
 
25543
25541
 
25544
25542
 
25545
25543
  /***/ }),
25546
- /* 175 */
25544
+ /* 174 */
25547
25545
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25548
25546
 
25549
25547
  "use strict";
@@ -25609,7 +25607,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
25609
25607
 
25610
25608
 
25611
25609
  /***/ }),
25612
- /* 176 */
25610
+ /* 175 */
25613
25611
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25614
25612
 
25615
25613
  "use strict";
@@ -25679,7 +25677,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
25679
25677
 
25680
25678
 
25681
25679
  /***/ }),
25682
- /* 177 */
25680
+ /* 176 */
25683
25681
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25684
25682
 
25685
25683
  "use strict";
@@ -25742,7 +25740,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
25742
25740
 
25743
25741
 
25744
25742
  /***/ }),
25745
- /* 178 */
25743
+ /* 177 */
25746
25744
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25747
25745
 
25748
25746
  "use strict";
@@ -25758,15 +25756,15 @@ __webpack_require__.r(__webpack_exports__);
25758
25756
  /* harmony export */ "CurveSwapAction": () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
25759
25757
  /* harmony export */ "CurveWithdrawAction": () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
25760
25758
  /* harmony export */ });
25761
- /* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(179);
25762
- /* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(180);
25763
- /* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(183);
25764
- /* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(184);
25765
- /* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(185);
25766
- /* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(186);
25767
- /* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(187);
25768
- /* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(188);
25769
- /* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(189);
25759
+ /* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(178);
25760
+ /* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(179);
25761
+ /* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(182);
25762
+ /* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(183);
25763
+ /* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(184);
25764
+ /* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(185);
25765
+ /* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(186);
25766
+ /* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(187);
25767
+ /* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(188);
25770
25768
 
25771
25769
 
25772
25770
 
@@ -25779,7 +25777,7 @@ __webpack_require__.r(__webpack_exports__);
25779
25777
 
25780
25778
 
25781
25779
  /***/ }),
25782
- /* 179 */
25780
+ /* 178 */
25783
25781
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25784
25782
 
25785
25783
  "use strict";
@@ -25836,7 +25834,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
25836
25834
 
25837
25835
 
25838
25836
  /***/ }),
25839
- /* 180 */
25837
+ /* 179 */
25840
25838
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25841
25839
 
25842
25840
  "use strict";
@@ -25849,7 +25847,7 @@ __webpack_require__.r(__webpack_exports__);
25849
25847
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(31);
25850
25848
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(67);
25851
25849
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(55);
25852
- /* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(181);
25850
+ /* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(180);
25853
25851
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
25854
25852
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
25855
25853
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -25931,7 +25929,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
25931
25929
 
25932
25930
 
25933
25931
  /***/ }),
25934
- /* 181 */
25932
+ /* 180 */
25935
25933
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25936
25934
 
25937
25935
  "use strict";
@@ -25940,7 +25938,7 @@ __webpack_require__.r(__webpack_exports__);
25940
25938
  /* harmony export */ "makeFlags": () => (/* binding */ makeFlags),
25941
25939
  /* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
25942
25940
  /* harmony export */ });
25943
- /* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(182);
25941
+ /* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(181);
25944
25942
 
25945
25943
 
25946
25944
  /**
@@ -25951,14 +25949,14 @@ const makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeO
25951
25949
 
25952
25950
 
25953
25951
  /***/ }),
25954
- /* 182 */
25952
+ /* 181 */
25955
25953
  /***/ ((module) => {
25956
25954
 
25957
25955
  "use strict";
25958
25956
  module.exports = JSON.parse('[{"name":"susd","swapAddr":"0xA5407eAE9Ba41422680e2e00537571bcC53efBfD","depositContract":"0xFCBa3E75865d2d561BE8D220616520c171F12851","nCoins":4,"coins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7","0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"],"decimals":[18,6,6,18],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7","0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"],"underlyingDecimals":[18,6,6,18],"isMeta":false,"lpToken":"0xC25a3A3b969415c80451098fa907EC722572917F","gauges":["0xA90996896660DEcC6E997655E065b23788857849"],"gaugeTypes":[0],"zapType":1},{"name":"compound","swapAddr":"0xA2B47E3D5c44877cca798226B7B8118F9BFb7A56","depositContract":"0xeB21209ae4C2c9FF2a86ACA31E123764A3B6Bc06","nCoins":2,"coins":["0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643","0x39AA39c021dfbaE8faC545936693aC917d5E7563"],"decimals":[8,8],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"],"underlyingDecimals":[18,6],"isMeta":false,"lpToken":"0x845838DF265Dcd2c412A1Dc9e959c7d08537f8a2","gauges":["0x7ca5b0a2910B33e9759DC7dDB0413949071D7575"],"gaugeTypes":[0],"zapType":1},{"underlyingFlag":true,"name":"aave","swapAddr":"0xDeBF20617708857ebe4F679508E7b7863a8A8EeE","nCoins":3,"coins":["0x028171bCA77440897B824Ca71D1c56caC55b68A3","0xBcca60bB61934080951369a648Fb03DF4F96263C","0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"],"decimals":[18,6,6],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,6,6],"isMeta":false,"lpToken":"0xFd2a8fA60Abd58Efe3EeE34dd494cD491dC14900","gauges":["0xd662908ADA2Ea1916B3318327A97eB18aD588b5d"],"gaugeTypes":[0]},{"name":"steth","swapAddr":"0xDC24316b9AE028F1497c275EB9192a3Ea0f67022","nCoins":2,"coins":["0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE","0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"],"decimals":[18,18],"underlyingCoins":["0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE","0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"],"underlyingDecimals":[18,18],"isMeta":false,"lpToken":"0x06325440D014e39736583c165C2963BA99fAf14E","gauges":["0x182B723a58739a9c974cFDB385ceaDb237453c28"],"gaugeTypes":[0]},{"name":"3pool","swapAddr":"0xbEbc44782C7dB0a1A60Cb6fe97d0b483032FF1C7","nCoins":3,"coins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"decimals":[18,6,6],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,6,6],"isMeta":false,"lpToken":"0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490","gauges":["0xbFcF63294aD7105dEa65aA58F8AE5BE2D9d0952A"],"gaugeTypes":[0]},{"name":"musd","swapAddr":"0x8474DdbE98F5aA3179B3B3F5942D724aFcdec9f6","depositContract":"0x803A2B40c5a9BB2B86DD630B274Fa2A9202874C2","nCoins":2,"coins":["0xe2f2a5C287993345a840Db3B0845fbC70f5935a5","0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"],"decimals":[18,18],"underlyingCoins":["0xe2f2a5C287993345a840Db3B0845fbC70f5935a5","0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,18,6,6],"isMeta":true,"lpToken":"0x1AEf73d49Dedc4b1778d0706583995958Dc862e6","gauges":["0x5f626c30EC1215f4EdCc9982265E8b1F411D1352"],"gaugeTypes":[0],"zapType":0}]');
25959
25957
 
25960
25958
  /***/ }),
25961
- /* 183 */
25959
+ /* 182 */
25962
25960
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
25963
25961
 
25964
25962
  "use strict";
@@ -25969,7 +25967,7 @@ __webpack_require__.r(__webpack_exports__);
25969
25967
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
25970
25968
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
25971
25969
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55);
25972
- /* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(181);
25970
+ /* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(180);
25973
25971
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
25974
25972
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
25975
25973
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -26046,7 +26044,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26046
26044
 
26047
26045
 
26048
26046
  /***/ }),
26049
- /* 184 */
26047
+ /* 183 */
26050
26048
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26051
26049
 
26052
26050
  "use strict";
@@ -26100,7 +26098,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
26100
26098
 
26101
26099
 
26102
26100
  /***/ }),
26103
- /* 185 */
26101
+ /* 184 */
26104
26102
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26105
26103
 
26106
26104
  "use strict";
@@ -26136,7 +26134,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
26136
26134
 
26137
26135
 
26138
26136
  /***/ }),
26139
- /* 186 */
26137
+ /* 185 */
26140
26138
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26141
26139
 
26142
26140
  "use strict";
@@ -26169,7 +26167,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26169
26167
 
26170
26168
 
26171
26169
  /***/ }),
26172
- /* 187 */
26170
+ /* 186 */
26173
26171
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26174
26172
 
26175
26173
  "use strict";
@@ -26205,7 +26203,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26205
26203
 
26206
26204
 
26207
26205
  /***/ }),
26208
- /* 188 */
26206
+ /* 187 */
26209
26207
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26210
26208
 
26211
26209
  "use strict";
@@ -26246,7 +26244,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
26246
26244
 
26247
26245
 
26248
26246
  /***/ }),
26249
- /* 189 */
26247
+ /* 188 */
26250
26248
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26251
26249
 
26252
26250
  "use strict";
@@ -26288,7 +26286,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
26288
26286
 
26289
26287
 
26290
26288
  /***/ }),
26291
- /* 190 */
26289
+ /* 189 */
26292
26290
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26293
26291
 
26294
26292
  "use strict";
@@ -26297,14 +26295,14 @@ __webpack_require__.r(__webpack_exports__);
26297
26295
  /* harmony export */ "GUniDeposit": () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
26298
26296
  /* harmony export */ "GUniWithdraw": () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
26299
26297
  /* harmony export */ });
26300
- /* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(191);
26301
- /* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(192);
26298
+ /* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(190);
26299
+ /* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(191);
26302
26300
 
26303
26301
 
26304
26302
 
26305
26303
 
26306
26304
  /***/ }),
26307
- /* 191 */
26305
+ /* 190 */
26308
26306
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26309
26307
 
26310
26308
  "use strict";
@@ -26365,7 +26363,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26365
26363
 
26366
26364
 
26367
26365
  /***/ }),
26368
- /* 192 */
26366
+ /* 191 */
26369
26367
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26370
26368
 
26371
26369
  "use strict";
@@ -26418,7 +26416,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26418
26416
 
26419
26417
 
26420
26418
  /***/ }),
26421
- /* 193 */
26419
+ /* 192 */
26422
26420
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26423
26421
 
26424
26422
  "use strict";
@@ -26428,16 +26426,16 @@ __webpack_require__.r(__webpack_exports__);
26428
26426
  /* harmony export */ "MStableDepositAction": () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
26429
26427
  /* harmony export */ "MStableWithdrawAction": () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
26430
26428
  /* harmony export */ });
26431
- /* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(194);
26432
- /* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(196);
26433
- /* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(197);
26429
+ /* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(193);
26430
+ /* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(195);
26431
+ /* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(196);
26434
26432
 
26435
26433
 
26436
26434
 
26437
26435
 
26438
26436
 
26439
26437
  /***/ }),
26440
- /* 194 */
26438
+ /* 193 */
26441
26439
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26442
26440
 
26443
26441
  "use strict";
@@ -26448,7 +26446,7 @@ __webpack_require__.r(__webpack_exports__);
26448
26446
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
26449
26447
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
26450
26448
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55);
26451
- /* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(195);
26449
+ /* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(194);
26452
26450
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
26453
26451
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
26454
26452
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -26527,7 +26525,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26527
26525
 
26528
26526
 
26529
26527
  /***/ }),
26530
- /* 195 */
26528
+ /* 194 */
26531
26529
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26532
26530
 
26533
26531
  "use strict";
@@ -26546,7 +26544,7 @@ __webpack_require__.r(__webpack_exports__);
26546
26544
 
26547
26545
 
26548
26546
  /***/ }),
26549
- /* 196 */
26547
+ /* 195 */
26550
26548
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26551
26549
 
26552
26550
  "use strict";
@@ -26557,7 +26555,7 @@ __webpack_require__.r(__webpack_exports__);
26557
26555
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
26558
26556
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67);
26559
26557
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(55);
26560
- /* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(195);
26558
+ /* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(194);
26561
26559
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
26562
26560
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
26563
26561
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -26635,7 +26633,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
26635
26633
 
26636
26634
 
26637
26635
  /***/ }),
26638
- /* 197 */
26636
+ /* 196 */
26639
26637
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26640
26638
 
26641
26639
  "use strict";
@@ -26674,7 +26672,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26674
26672
 
26675
26673
 
26676
26674
  /***/ }),
26677
- /* 198 */
26675
+ /* 197 */
26678
26676
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26679
26677
 
26680
26678
  "use strict";
@@ -26683,14 +26681,14 @@ __webpack_require__.r(__webpack_exports__);
26683
26681
  /* harmony export */ "RariDepositAction": () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
26684
26682
  /* harmony export */ "RariWithdrawAction": () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
26685
26683
  /* harmony export */ });
26686
- /* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(199);
26687
- /* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(200);
26684
+ /* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(198);
26685
+ /* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(199);
26688
26686
 
26689
26687
 
26690
26688
 
26691
26689
 
26692
26690
  /***/ }),
26693
- /* 199 */
26691
+ /* 198 */
26694
26692
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26695
26693
 
26696
26694
  "use strict";
@@ -26745,7 +26743,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26745
26743
 
26746
26744
 
26747
26745
  /***/ }),
26748
- /* 200 */
26746
+ /* 199 */
26749
26747
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26750
26748
 
26751
26749
  "use strict";
@@ -26802,7 +26800,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
26802
26800
 
26803
26801
 
26804
26802
  /***/ }),
26805
- /* 201 */
26803
+ /* 200 */
26806
26804
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26807
26805
 
26808
26806
  "use strict";
@@ -26818,15 +26816,15 @@ __webpack_require__.r(__webpack_exports__);
26818
26816
  /* harmony export */ "AaveV3SwapBorrowRateModeAction": () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
26819
26817
  /* harmony export */ "AaveV3WithdrawAction": () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
26820
26818
  /* harmony export */ });
26821
- /* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(202);
26822
- /* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(203);
26823
- /* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(204);
26824
- /* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(205);
26825
- /* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(206);
26826
- /* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(207);
26827
- /* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(208);
26828
- /* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(209);
26829
- /* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(210);
26819
+ /* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(201);
26820
+ /* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(202);
26821
+ /* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(203);
26822
+ /* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(204);
26823
+ /* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(205);
26824
+ /* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(206);
26825
+ /* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(207);
26826
+ /* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(208);
26827
+ /* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(209);
26830
26828
 
26831
26829
 
26832
26830
 
@@ -26839,7 +26837,7 @@ __webpack_require__.r(__webpack_exports__);
26839
26837
 
26840
26838
 
26841
26839
  /***/ }),
26842
- /* 202 */
26840
+ /* 201 */
26843
26841
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26844
26842
 
26845
26843
  "use strict";
@@ -26931,7 +26929,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
26931
26929
 
26932
26930
 
26933
26931
  /***/ }),
26934
- /* 203 */
26932
+ /* 202 */
26935
26933
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
26936
26934
 
26937
26935
  "use strict";
@@ -27004,7 +27002,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
27004
27002
 
27005
27003
 
27006
27004
  /***/ }),
27007
- /* 204 */
27005
+ /* 203 */
27008
27006
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27009
27007
 
27010
27008
  "use strict";
@@ -27096,7 +27094,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
27096
27094
 
27097
27095
 
27098
27096
  /***/ }),
27099
- /* 205 */
27097
+ /* 204 */
27100
27098
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27101
27099
 
27102
27100
  "use strict";
@@ -27155,7 +27153,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
27155
27153
 
27156
27154
 
27157
27155
  /***/ }),
27158
- /* 206 */
27156
+ /* 205 */
27159
27157
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27160
27158
 
27161
27159
  "use strict";
@@ -27201,7 +27199,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
27201
27199
 
27202
27200
 
27203
27201
  /***/ }),
27204
- /* 207 */
27202
+ /* 206 */
27205
27203
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27206
27204
 
27207
27205
  "use strict";
@@ -27280,7 +27278,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
27280
27278
 
27281
27279
 
27282
27280
  /***/ }),
27283
- /* 208 */
27281
+ /* 207 */
27284
27282
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27285
27283
 
27286
27284
  "use strict";
@@ -27332,7 +27330,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
27332
27330
 
27333
27331
 
27334
27332
  /***/ }),
27335
- /* 209 */
27333
+ /* 208 */
27336
27334
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27337
27335
 
27338
27336
  "use strict";
@@ -27386,7 +27384,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
27386
27384
 
27387
27385
 
27388
27386
  /***/ }),
27389
- /* 210 */
27387
+ /* 209 */
27390
27388
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27391
27389
 
27392
27390
  "use strict";
@@ -27437,7 +27435,7 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
27437
27435
 
27438
27436
 
27439
27437
  /***/ }),
27440
- /* 211 */
27438
+ /* 210 */
27441
27439
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27442
27440
 
27443
27441
  "use strict";
@@ -27447,16 +27445,16 @@ __webpack_require__.r(__webpack_exports__);
27447
27445
  /* harmony export */ "ConvexDepositAction": () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
27448
27446
  /* harmony export */ "ConvexWithdrawAction": () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
27449
27447
  /* harmony export */ });
27450
- /* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(212);
27451
- /* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(215);
27452
- /* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(216);
27448
+ /* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(211);
27449
+ /* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(214);
27450
+ /* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(215);
27453
27451
 
27454
27452
 
27455
27453
 
27456
27454
 
27457
27455
 
27458
27456
  /***/ }),
27459
- /* 212 */
27457
+ /* 211 */
27460
27458
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27461
27459
 
27462
27460
  "use strict";
@@ -27466,7 +27464,7 @@ __webpack_require__.r(__webpack_exports__);
27466
27464
  /* harmony export */ });
27467
27465
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
27468
27466
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
27469
- /* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
27467
+ /* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(212);
27470
27468
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(67);
27471
27469
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
27472
27470
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -27537,7 +27535,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27537
27535
 
27538
27536
 
27539
27537
  /***/ }),
27540
- /* 213 */
27538
+ /* 212 */
27541
27539
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27542
27540
 
27543
27541
  "use strict";
@@ -27548,7 +27546,7 @@ __webpack_require__.r(__webpack_exports__);
27548
27546
  /* harmony export */ "getConvexPool": () => (/* binding */ getConvexPool),
27549
27547
  /* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
27550
27548
  /* harmony export */ });
27551
- /* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(214);
27549
+ /* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(213);
27552
27550
 
27553
27551
 
27554
27552
  /** Deposit options. */
@@ -27568,14 +27566,14 @@ const getConvexPool = (curveLpToken) => _convexPoolInfo_json__WEBPACK_IMPORTED_M
27568
27566
 
27569
27567
 
27570
27568
  /***/ }),
27571
- /* 214 */
27569
+ /* 213 */
27572
27570
  /***/ ((module) => {
27573
27571
 
27574
27572
  "use strict";
27575
27573
  module.exports = JSON.parse('[{"pid":0,"lpToken":"0x845838DF265Dcd2c412A1Dc9e959c7d08537f8a2","token":"0x32512Bee3848bfcBb7bEAf647aa697a100f3b706","gauge":"0x7ca5b0a2910B33e9759DC7dDB0413949071D7575","crvRewards":"0xf34DFF761145FF0B05e917811d488B441F33a968","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":1,"lpToken":"0x9fC689CCaDa600B6DF723D9E47D84d76664a1F23","token":"0xA1c3492b71938E144ad8bE4c2fB6810b01A43dD8","gauge":"0xBC89cd85491d81C6AD2954E6d0362Ee29fCa8F53","crvRewards":"0x8B55351ea358e5Eda371575B031ee24F462d503e","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":2,"lpToken":"0xdF5e0e81Dff6FAF3A7e52BA697820c5e32D806A8","token":"0x0928F6753880A03628eB0be07b77992c8af37874","gauge":"0xFA712EE4788C042e2B7BB55E6cb8ec569C4530c1","crvRewards":"0xd802a8351A76ED5eCd89A7502Ca615F2225A585d","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":3,"lpToken":"0x3B3Ac5386837Dc563660FB6a0937DFAa5924333B","token":"0x59bB786F222d3f0f00B0dA31B799Fff80D552940","gauge":"0x69Fb7c45726cfE2baDeE8317005d3F94bE838840","crvRewards":"0x602c4cD53a715D8a7cf648540FAb0d3a2d546560","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":4,"lpToken":"0xC25a3A3b969415c80451098fa907EC722572917F","token":"0x11D200ef1409cecA8D6d23e6496550f707772F11","gauge":"0xA90996896660DEcC6E997655E065b23788857849","crvRewards":"0x22eE18aca7F3Ee920D01F25dA85840D12d98E8Ca","stash":"0xD2f2B9504Ef708b9f3Bc53f1525353bAaE1B17e4","shutdown":false,"extraRewards":[{"pool":"0x81fce3e10d12da6c7266a1a169c4c96813435263","token":"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f"}]},{"pid":5,"lpToken":"0xD905e2eaeBe188fc92179b6350807D8bd91Db0D8","token":"0x2eA94b0d3349A284488ACF2934E494b2f58ef647","gauge":"0x64E3C23bfc40722d3B649844055F1D51c1ac041d","crvRewards":"0xe3DaafC8C14147d5B4A7a56F0BfdED240158e51e","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":6,"lpToken":"0x49849C98ae39Fff122806C06791Fa73784FB3675","token":"0x74b79021Ea6De3f0D1731fb8BdfF6eE7DF10b8Ae","gauge":"0xB1F2cdeC61db658F091671F5f199635aEF202CAC","crvRewards":"0x8E299C62EeD737a5d5a53539dF37b5356a27b07D","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":7,"lpToken":"0x075b1bb99792c9E1041bA13afEf80C91a1e70fB3","token":"0xbA723E335eC2939D52a2efcA2a8199cb4CB93cC3","gauge":"0x705350c4BcD35c9441419DdD5d2f097d7a55410F","crvRewards":"0xd727A5A6D1C7b31Ff9Db4Db4d24045B7dF0CFF93","stash":"0x7B3EE538398829c96E4B187216c7aB2946A620C4","shutdown":false,"extraRewards":[{"pool":"0x7c41906df8395af4387fa79b85c845069f88eec3","token":"0x330416c863f2acce7af9c9314b422d24c672534a"}]},{"pid":8,"lpToken":"0xb19059ebb43466C323583928285a49f558E572Fd","token":"0x33c00bF8CFDf42929E0884d230A55F963221f8f3","gauge":"0x4c18E409Dc8619bFb6a1cB56D114C3f592E0aE79","crvRewards":"0x618BD6cBA676a46958c63700C04318c84a7b7c0A","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":9,"lpToken":"0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490","token":"0x30D9410ED1D5DA1F6C8391af5338C93ab8d4035C","gauge":"0xbFcF63294aD7105dEa65aA58F8AE5BE2D9d0952A","crvRewards":"0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":10,"lpToken":"0xD2967f45c4f384DEEa880F807Be904762a3DeA07","token":"0x15c2471ef46Fa721990730cfa526BcFb45574576","gauge":"0xC5cfaDA84E902aD92DD40194f0883ad49639b023","crvRewards":"0x7A7bBf95C44b144979360C3300B54A7D34b44985","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":11,"lpToken":"0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858","token":"0xe4de776C0eA0974bfA39B8cbB9491091C8cDc1ff","gauge":"0x2db0E83599a91b508Ac268a6197b8B14F5e72840","crvRewards":"0x353e489311b21355461353fEC2d02B73EF0eDe7f","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":12,"lpToken":"0x97E2768e8E73511cA874545DC5Ff8067eB19B787","token":"0x47941F99F4371CC26637CaEdBbd8Ba5F4bfE5149","gauge":"0xC2b1DF84112619D190193E48148000e3990Bf627","crvRewards":"0xa50e9071aCaD20b31cd2bbe4dAa816882De82BBe","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":13,"lpToken":"0x4f3E8F405CF5aFC05D68142F3783bDfE13811522","token":"0x3689f325E88c2363274E5F3d44b6DaB8f9e1f524","gauge":"0xF98450B5602fa59CC66e1379DFfB6FDDc724CfC4","crvRewards":"0x4a2631d090e8b40bBDe245e687BF09e5e534A239","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":14,"lpToken":"0x1AEf73d49Dedc4b1778d0706583995958Dc862e6","token":"0xd34d466233c5195193dF712936049729140DBBd7","gauge":"0x5f626c30EC1215f4EdCc9982265E8b1F411D1352","crvRewards":"0xDBFa6187C79f4fE4Cda20609E75760C5AaE88e52","stash":"0x2eEa402ff31c580630b8545A33EDc00881E6949c","shutdown":false,"extraRewards":[{"pool":"0x93a5c724c4992fcbda6b96f06fa15eb8b5c485b7","token":"0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2"}]},{"pid":15,"lpToken":"0xC2Ee6b0334C261ED60C72f6054450b61B8f18E35","token":"0x8b876C2C02B1f2Ac6Ec207B7f2f06034A4316A87","gauge":"0x4dC4A289a8E33600D8bD4cf5F6313E43a37adec7","crvRewards":"0xedfCCF611D7c40F43e77a1340cE2C29EEEC27205","stash":"0x3a076e8F088bFa7a43e1209B2E460927071e15F2","shutdown":false,"extraRewards":[{"pool":"0x94c259dc4c6df248b0b5d23c055cb7574a587d67","token":"0x8762db106b2c2a0bccb3a80d1ed41273552616e8"}],"noTest":true},{"pid":16,"lpToken":"0x64eda51d3Ad40D56b9dFc5554E06F94e1Dd786Fd","token":"0x36CED690A1516861f26755b978EE62c1157CFFF9","gauge":"0x6828bcF74279eE32f2723eC536c22c51Eed383C6","crvRewards":"0x081A6672f07B615B402e7558a867C97FA080Ce35","stash":"0x21FdcdeBf375e67219c1Bfa266BCfDaA36a2b4Fe","shutdown":false,"extraRewards":[{"pool":"0x2aa030dcb729cf94bc096bd00d377aa719a09371","token":"0x85eee30c52b0b379b046fb0f85f4f3dc3009afec"}]},{"pid":17,"lpToken":"0x3a664Ab939FD8482048609f652f9a0B0677337B9","token":"0x06f4fFa5C3636AaA5C30B3DB97bfd1cd9Ac24A19","gauge":"0xAEA6c312f4b3E04D752946d329693F7293bC2e6D","crvRewards":"0x1992b82A8cCFC8f89785129D6403b13925d6226E","stash":"0x07815651B8F1c5bE84797840543F304b7F1aeC2a","shutdown":false,"extraRewards":[{"pool":"0x666f8eee6fd6839853993977cc86a7a51425673c","token":"0x20c36f062a31865bed8a5b1e512d9a1a20aa333a"}]},{"pid":18,"lpToken":"0xDE5331AC4B3630f94853Ff322B66407e0D6331E8","token":"0x21Cce64289407081744F087950b9DB32906470fC","gauge":"0xd7d147c6Bb90A718c3De8C0568F9B560C79fa416","crvRewards":"0x2d3C90AEB11D1393CA839Afc9587515B1325D77A","stash":"0x930CfB64130a90d42eD37d4616792C9dEB791faf","shutdown":false,"extraRewards":[{"pool":"0xaf138b29205c2246b069ed8f0b213b205fbc14e0","token":"0x89ab32156e46f46d02ade3fecbe5fc4243b9aaed"}]},{"pid":19,"lpToken":"0x410e3E86ef427e30B9235497143881f717d93c2A","token":"0x2E1f902b9067b5fDd7AF29ef05D4fF6212588388","gauge":"0xdFc7AdFa664b08767b735dE28f9E84cd30492aeE","crvRewards":"0x61D741045cCAA5a215cF4E5e55f20E1199B4B843","stash":"0xd852eFBEd0f49a065194ca92c9F305DE6DdCbF35","shutdown":false,"extraRewards":[]},{"pid":20,"lpToken":"0x2fE94ea3d5d4a175184081439753DE15AeF9d614","token":"0xc1C030139eEc070Ed8FD092CC8C273C638A18bBe","gauge":"0x11137B10C210b579405c21A07489e28F3c040AB1","crvRewards":"0xeeeCE77e0bc5e59c77fc408789A9A172A504bD2f","stash":"0x9a669fb0191D977e588b20CdA3C52EDbC6c9926c","shutdown":false,"extraRewards":[{"pool":"0xae97d3766924526084da88ba9b2bd7af989bf6fc","token":"0x3c9d6c1c73b31c837832c72e04d3152f051fc1a9"},{"pool":"0x22a07a6bda1cecbe2a671203e2114d8a170e5529","token":"0xbc19712feb3a26080ebf6f2f7849b417fdd792ca"}]},{"pid":21,"lpToken":"0x94e131324b6054c0D789b190b2dAC504e4361b53","token":"0x67c4f788FEB82FAb27E3007daa3d7b90959D5b89","gauge":"0x3B7020743Bc2A4ca9EaF9D0722d42E20d6935855","crvRewards":"0xd4Be1911F8a0df178d6e7fF5cE39919c273E2B7B","stash":"0x6249fD91fE9FF597399c1B192D5A25Cd22Eba6dd","shutdown":false,"extraRewards":[]},{"pid":22,"lpToken":"0x194eBd173F6cDacE046C53eACcE9B953F28411d1","token":"0xd7E2b9494c529b42Dea53EF6a237C16502E6A927","gauge":"0x90Bb609649E0451E5aD952683D64BD2d1f245840","crvRewards":"0xcB8F69E0064d8cdD29cbEb45A14cf771D904BcD3","stash":"0x007Cc4b4E9d9D088a9ae0e5261995D69e93B8E4C","shutdown":false,"extraRewards":[]},{"pid":23,"lpToken":"0xA3D87FffcE63B53E0d54fAa1cc983B7eB0b74A9c","token":"0xAF1d4C576bF55f6aE493AEebAcC3a227675e5B98","gauge":"0x3C0FFFF15EA30C35d7A85B85c0782D6c94e1d238","crvRewards":"0x192469CadE297D6B21F418cFA8c366b63FFC9f9b","stash":"0x1e6f5B8b4CAc5806D182B33A35d0fFF5F4004e86","shutdown":false,"extraRewards":[]},{"pid":24,"lpToken":"0xFd2a8fA60Abd58Efe3EeE34dd494cD491dC14900","token":"0x23F224C37C3A69A058d86a54D3f561295A93d542","gauge":"0xd662908ADA2Ea1916B3318327A97eB18aD588b5d","crvRewards":"0xE82c1eB4BC6F92f85BF7EB6421ab3b882C3F5a7B","stash":"0x5D4CF00939aa5F7C2cEb10c88615E9bcb0dd67fa","shutdown":false,"extraRewards":[{"pool":"0x00469d388b06127221d6310843a43d079eb2bb18","token":"0x4da27a545c0c5b758a6ba100e3a049001de870f5"}]},{"pid":25,"lpToken":"0x06325440D014e39736583c165C2963BA99fAf14E","token":"0x9518c9063eB0262D791f38d8d6Eb0aca33c63ed0","gauge":"0x182B723a58739a9c974cFDB385ceaDb237453c28","crvRewards":"0x0A760466E1B4621579a82a39CB56Dda2F4E70f03","stash":"0x9710fD4e5CA524f1049EbeD8936c07C81b5EAB9f","shutdown":false,"extraRewards":[{"pool":"0x008aea5036b819b4feaed10b2190fbb3954981e8","token":"0x5a98fcbea516cf06857215779fd812ca3bef1b32"}]},{"pid":26,"lpToken":"0x02d341CcB60fAaf662bC0554d13778015d1b285C","token":"0x09CCD0892b696AB21436e51588a7a7f8b649733d","gauge":"0x462253b8F74B72304c145DB0e4Eebd326B22ca39","crvRewards":"0xF86AE6790654b70727dbE58BF1a863B270317fD0","stash":"0xd2D46004b981FdE1e4D39d0C24E1Be1e93689DD9","shutdown":false,"extraRewards":[{"pool":"0x20165075174b51a2f9efbf7d6d8f3c72bbc63064","token":"0x4da27a545c0c5b758a6ba100e3a049001de870f5"}]},{"pid":27,"lpToken":"0xaA17A236F2bAdc98DDc0Cf999AbB47D47Fc0A6Cf","token":"0x7E96955b66c89B931BBDAf187740Cc0fF2602F21","gauge":"0x6d10ed2cF043E6fcf51A0e7b4C2Af3Fa06695707","crvRewards":"0x8798b81b0261934aa850C8de8622472bfdc143F4","stash":"0x423C444589CE5dB1E6F99820A5f95b3a57976598","shutdown":false,"extraRewards":[{"pool":"0x177252ac74f1d77513971aa85af7009c43ecdee2","token":"0xe0ad1806fd3e7edf6ff52fdb822432e847411033"},{"pool":"0xc095cec98a9f8ad6d2baa282a8e6be246f98bd25","token":"0x8290333cef9e6d528dd5618fb97a76f268f3edd4"}]},{"pid":28,"lpToken":"0x7Eb40E450b9655f4B3cC4259BCC731c63ff55ae6","token":"0x7a5dC1FA2e1B10194bD2e2e9F1A224971A681444","gauge":"0x055be5DDB7A925BfEF3417FC157f53CA77cA7222","crvRewards":"0x24DfFd1949F888F91A0c8341Fc98a3F280a782a8","stash":"0xBE25313c53360780e03233Cc70a4409367EC15aE","shutdown":false,"extraRewards":[{"pool":"0x5f91615268be6b4add646b2560785b8f17dccbb4","token":"0x92e187a03b6cd19cb6af293ba17f2745fd2357d5"}]},{"pid":29,"lpToken":"0x5282a4eF67D9C33135340fB3289cc1711c13638C","token":"0x912EC00eaEbf3820a9B0AC7a5E15F381A1C91f22","gauge":"0xF5194c3325202F456c95c1Cf0cA36f8475C1949F","crvRewards":"0x3E03fFF82F77073cc590b656D42FceB12E4910A8","stash":"0x3aEaAB3eF0b5a484d8A2380215eA0A64d3101A6D","shutdown":false,"extraRewards":[]},{"pid":30,"lpToken":"0xcee60cFa923170e4f8204AE08B4fA6A3F5656F3a","token":"0xD37969740d78C94C648d74671B8BE31eF43c30aB","gauge":"0xFD4D8a17df4C27c1dD245d153ccf4499e806C87D","crvRewards":"0x9700152175dc22E7d1f3245fE3c1D2cfa3602548","stash":"0x63201dc22e52985153E038086c448252d44Bed40","shutdown":false,"extraRewards":[]},{"pid":31,"lpToken":"0xEcd5e75AFb02eFa118AF914515D6521aaBd189F1","token":"0x0A2eA49EB5F9e23058deffD509D13DDd553c2A19","gauge":"0x359FD5d6417aE3D8D6497d9B2e7A890798262BA4","crvRewards":"0x308b48F037AAa75406426dACFACA864ebd88eDbA","stash":"0x12566645C209C1518BD25BdD3B0fd0bAe0910344","shutdown":false,"extraRewards":[]},{"pid":32,"lpToken":"0xd632f22692FaC7611d2AA1C0D552930D43CAEd3B","token":"0xbE0F6478E0E4894CFb14f32855603A083A57c7dA","gauge":"0x72E158d38dbd50A483501c24f792bDAAA3e7D55C","crvRewards":"0xB900EF131301B307dB5eFcbed9DBb50A3e209B2e","stash":"0x10a63847e6cdD2b07e0a22D1f30eB037a72eB790","shutdown":false,"extraRewards":[{"pool":"0xcdec6714eb482f28f4889a0c122868450cdbf0b0","token":"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}]},{"pid":33,"lpToken":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","token":"0xFB9B2f06FDb404Fd3E2278E9A9edc8f252F273d0","gauge":"0x9B8519A9a00100720CCdC8a120fBeD319cA47a14","crvRewards":"0x2ad92A7aE036a038ff02B96c88de868ddf3f8190","stash":"0x06D972728A9d05CA6F27EDc01e20b50A60b1Deed","shutdown":false,"extraRewards":[{"pool":"0x55d59b791f06dc519b176791c4e037e8cf2f6361","token":"0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d"}]},{"pid":34,"lpToken":"0x4807862AA8b2bF68830e4C8dc86D0e9A998e085a","token":"0x02D784f98A312aF3e2771297Feff1Da8273e4F29","gauge":"0xd4B22fEdcA85E684919955061fDf353b9d38389b","crvRewards":"0xbD223812d360C9587921292D0644D18aDb6a2ad0","stash":"0xBE3ED241c90F39cC50450C4937523FCC8d3e9bbc","shutdown":false,"extraRewards":[]},{"pid":35,"lpToken":"0x53a901d48795C58f485cBB38df08FA96a24669D5","token":"0x7ADd8D0E923CB692DF6bC65d96d510f0E2fC37af","gauge":"0x824F13f1a2F29cFEEa81154b46C0fc820677A637","crvRewards":"0x61dB6c2321f784c8fAb8d5eF80f58F27C831dCc8","stash":"0x644C8d1eD4b6aA68738a93C5c13c7fC19e126587","shutdown":false,"extraRewards":[{"pool":"0x681a790debe586a64eea055bf0983cd6629d8359","token":"0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d"}]},{"pid":36,"lpToken":"0x43b4FdFD4Ff969587185cDB6f0BD875c5Fc83f8c","token":"0xCA3D9F45FfA69ED454E66539298709cb2dB8cA61","gauge":"0x9582C4ADACB3BCE56Fea3e590F05c3ca2fb9C477","crvRewards":"0x02E2151D4F351881017ABdF2DD2b51150841d5B3","stash":"0x521e6EEfDa35f7228f8f83462552bDB41D64d86B","shutdown":false,"extraRewards":[{"pool":"0xd731495bb78a4250bc094686788f3ff890dee0f4","token":"0xdbdb4d16eda451d0503b854cf79d55697f90c8df"}]},{"pid":37,"lpToken":"0xcA3d75aC011BF5aD07a98d02f18225F9bD9A6BDF","token":"0x18684099414dcEF486F4FA5b4e44e6eA53C8c554","gauge":"0x6955a55416a06839309018A8B0cB72c4DDC11f15","crvRewards":"0x5Edced358e6C0B435D53CC30fbE6f5f0833F404F","stash":"0x35e86E54eCb0227fe33382c35E12856cF227E9ce","shutdown":false,"extraRewards":[]},{"pid":38,"lpToken":"0xc4AD29ba4B3c580e6D59105FFf484999997675Ff","token":"0x903C9974aAA431A765e60bC07aF45f0A1B3b61fb","gauge":"0xDeFd8FdD20e0f34115C7018CCfb655796F6B2168","crvRewards":"0x9D5C5E364D81DaB193b72db9E9BE9D8ee669B652","stash":"0xDb1A0Bb8C14Bc7B4eDA5ca95B4A6C6013a7b359D","shutdown":false,"extraRewards":[]},{"pid":39,"lpToken":"0xFD5dB7463a3aB53fD211b4af195c5BCCC1A03890","token":"0x2b2175AC371Ec2900AC39fb87452340F65CC9895","gauge":"0xe8060Ad8971450E624d5289A10017dD30F5dA85F","crvRewards":"0xD814BFC091111E1417a669672144aFFAA081c3CE","stash":"0x353460EACDAaEC993eCdA986440F4c343BBf6c05","shutdown":false,"extraRewards":[]},{"pid":40,"lpToken":"0x5a6A4D54456819380173272A5E8E9B9904BdF41B","token":"0xabB54222c2b77158CC975a2b715a3d703c256F05","gauge":"0xd8b712d29381748dB89c36BCa0138d7c75866ddF","crvRewards":"0xFd5AbF66b003881b88567EB9Ed9c651F14Dc4771","stash":"0xEd3D937A12fEed5298827B3adf05caaFfb0efDda","shutdown":false,"extraRewards":[{"pool":"0x69a92f1656cd2e193797546cfe2eaf32eaccf6f7","token":"0x090185f2135308bad17527004364ebcc2d37e5f6"}]},{"pid":41,"lpToken":"0x9D0464996170c6B9e75eED71c68B99dDEDf279e8","token":"0x8FDF7cabfEc73d5FfD1447867834b4cf39B745B7","gauge":"0x903dA6213a5A12B61c821598154EfAd98C3B20E4","crvRewards":"0x0392321e86F42C2F94FBb0c6853052487db521F0","stash":"0xF025A9FbcaA41E03e7a443716fe2182d13cf80a4","shutdown":false,"extraRewards":[{"pool":"0xbe4dea8e5d1e53fad661610e47501f858f25852d","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":42,"lpToken":"0x8818a9bb44Fbf33502bE7c15c500d0C783B73067","token":"0xF527FF4d2f8D84ec51D31C6F533B8cC78AFf6918","gauge":"0xeFF437A56A22D7dD86C1202A308536ED8C7da7c1","crvRewards":"0xbA8fE590498ed24D330Bb925E69913b1Ac35a81E","stash":"0xc87E93D6138c08a99b581f6dE4424c1e4b71A03F","shutdown":false,"extraRewards":[{"pool":"0x771bc5c888d1b318d0c5b177e4f996d3d5fd3d18","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x8a3f52c2eb02de2d8356a8286c96909352c62b10","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":43,"lpToken":"0xD6Ac1CB9019137a896343Da59dDE6d097F710538","token":"0xe6b9b86a593E6c33fa3F0887753cdC39EA49B246","gauge":"0x63d9f3aB7d0c528797A12a0684E50C397E9e79dC","crvRewards":"0x51a16DA36c79E28dD3C8c0c19214D8aF413984Aa","stash":"0xA335f705e0e33e986Bae79244F2Cd73899932290","shutdown":false,"extraRewards":[{"pool":"0xe689db5d753abc411acb8a3fef226c08acdae13f","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x00a4f5d12e3faa909c53cdcc90968f735633e988","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":44,"lpToken":"0x3F1B0278A9ee595635B61817630cC19DE792f506","token":"0xBec1Fa170974F0B38Eb76D8ca87053AbD5cedffF","gauge":"0x05ca5c01629a8E5845f12ea3A03fF7331932233A","crvRewards":"0xb1Fae59F23CaCe4949Ae734E63E42168aDb0CcB3","stash":"0xCc96f06fa34d934a90089793b27d36801842A599","shutdown":false,"extraRewards":[{"pool":"0x91ad51f0897552ce77f76b44e9a86b4ad2b28c25","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x040a6ae6314e190974ee4839f3c2fbf849ef54eb","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":45,"lpToken":"0x19b080FE1ffA0553469D20Ca36219F17Fcf03859","token":"0x864510e93c38C771adC1B67308cE0b7c4AA1AA9e","gauge":"0x99fb76F75501039089AAC8f20f487bf84E51d76F","crvRewards":"0xCd0559ADb6fAa2fc83aB21Cf4497c3b9b45bB29f","stash":"0x65d3834Ca2F62AB3f484cD50bB8a2Ba784cc69AA","shutdown":false,"extraRewards":[{"pool":"0x21034ccc4f8d07d0cf8998fdd4c45e426540dec1","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0xba5ef047ce02cc0096db3bc8ed84aad14291f8a0","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":46,"lpToken":"0x9c2C8910F113181783c249d8F6Aa41b51Cde0f0c","token":"0xcd555A686486160D815C89D92EE69A88E356f34C","gauge":"0x2fA53e8fa5fAdb81f4332C8EcE39Fe62eA2f919E","crvRewards":"0xa5A5905efc55B05059eE247d5CaC6DD6791Cfc33","stash":"0x44789Fa0e02ed06E3cA4A1405CBef7EA2F11D282","shutdown":false,"extraRewards":[{"pool":"0x9d9ebcc8e7b4ef061c0f7bab532d1710b874f789","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x1c86460640457466e2ec86916b4a91ed86ce0d1e","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":47,"lpToken":"0x8461A004b50d321CB22B7d034969cE6803911899","token":"0xAA4e7d24230B1F3AF324C7574ABD5D28525807cA","gauge":"0x1750a3a3d80A3F5333BBe9c4695B0fAd41061ab1","crvRewards":"0x8F18C0AF0d7d511E8Bdc6B3c64926B04EDfE4892","stash":"0xb75b7297f29d5f6211f112D24b1edF9Dc77eD834","shutdown":false,"extraRewards":[{"pool":"0xe3a64e08eebf38b19a3d9fec51d8cd5a8898dd5e","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x93649cd43635bc5f7ad8fa2fa27cb9ae765ec58a","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":48,"lpToken":"0xB15fFb543211b558D40160811e5DcBcd7d5aaac9","token":"0x281C17920DaB8B2Cb3ce631E2D53c8ccE94262B4","gauge":"0xB15fFb543211b558D40160811e5DcBcd7d5aaac9","crvRewards":"0xc3628b8FAaDe10aCeAe88c9b982cE0AAc9bBaaD3","stash":"0x01140351069af98416cC08b16424b9E765436531","shutdown":false,"extraRewards":[],"noTest":true},{"pid":49,"lpToken":"0xC4C319E2D4d66CcA4464C0c2B32c9Bd23ebe784e","token":"0x0BF4C896100801cecFF4ad1e742E5227D67EcD7b","gauge":"0x12dCD9E8D1577b5E4F066d8e7D404404Ef045342","crvRewards":"0x48Bc302d8295FeA1f8c3e7F57D4dDC9981FEE410","stash":"0xfFA249074F7846Ee072e2068A1DEC44eDD802491","shutdown":false,"extraRewards":[{"pool":"0xcec9a6efff1daf52af12beebf87f81bda7b95c0b","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":50,"lpToken":"0x3Fb78e61784C9c637D560eDE23Ad57CA1294c14a","token":"0x3c5208849fa77Aaa98483527f20303cAF25a1Ad8","gauge":"0xD9277b0D007464eFF133622eC0d42081c93Cef02","crvRewards":"0x7CDA2a83D29d7Fc2ccb8F7716b5c1c34781aeb12","stash":"0xb24Ea588066fBEB9610141d4b779d5D9F80A1180","shutdown":false,"extraRewards":[]},{"pid":51,"lpToken":"0x5B3b5DF2BF2B6543f78e053bD91C4Bdd820929f1","token":"0x23e3AAAA5034165cF194F19692b41d801BEB5304","gauge":"0x9AF13a7B1f1Bbf1A2B05c6fBF23ac23A9E573b4E","crvRewards":"0xA689C00F3fd87dD3871C79C73343cd9F7957377E","stash":"0x3f2A3f6ab577B562a193C008686fb81b5eEe6586","shutdown":false,"extraRewards":[{"pool":"0xb9e2e39c9c804a01f1fcb4e86f765774d511d535","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":52,"lpToken":"0x55A8a39bc9694714E2874c1ce77aa1E599461E18","token":"0x766A8D4DE01D3eD575CdEf0587Eaf615eCB46726","gauge":"0xB518f5e3242393d4eC792BD3f44946A3b98d0E48","crvRewards":"0xC62DE533ea77D46f3172516aB6b1000dAf577E89","stash":"0xa69e5023d5Dc71ec5Bf602A5AC80cb0C5078423E","shutdown":false,"extraRewards":[{"pool":"0x27801399d60594bfede955d54c3e85b2f00179c5","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":53,"lpToken":"0xFbdCA68601f835b27790D98bbb8eC7f05FDEaA9B","token":"0xb43ed35B5A3a9544BBEd8039c67AB04AD428deEa","gauge":"0x346C7BB1A7a6A30c8e81c14e90FC2f0FBddc54d8","crvRewards":"0x4F2b8a15d0Dd58c1eB60bd53e966872828519Cee","stash":"0x4fd82224bEa0653215A5d6cAec59689Deb018c46","shutdown":false,"extraRewards":[{"pool":"0xaaf75a94394f6d06e01cce62e2545ceffbfa1e2d","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":54,"lpToken":"0x3D229E1B4faab62F621eF2F6A610961f7BD7b23B","token":"0x18F320B124A80ee2FA491e1438CdA771c3d8c84b","gauge":"0x65CA7Dc5CB661fC58De57B1E1aF404649a27AD35","crvRewards":"0xb0c1B7b83Baae51284B8BbBa02Ec37742440199d","stash":"0x6Ffb6C270D2E9AeEd7654eaEe8A39310e2bB508e","shutdown":false,"extraRewards":[]},{"pid":55,"lpToken":"0x3b6831c0077a1e44ED0a21841C3bC4dC11bCE833","token":"0x410ACa1a116cCc718e9A0BDd8080655a52f1FAC4","gauge":"0x4Fd86Ce7Ecea88F7E0aA78DC12625996Fb3a04bC","crvRewards":"0xD2B756Af4E345A8657C0656C148aDCD3000C97A4","stash":"0x03d1e553667F0cf0A4775069DAA5ed8F125308e8","shutdown":false,"extraRewards":[]},{"pid":56,"lpToken":"0x87650D7bbfC3A9F10587d7778206671719d9910D","token":"0xd1daFC25bf672a52eF9c092258389dC2AD078309","gauge":"0x25f0cE4E2F8dbA112D9b115710AC297F816087CD","crvRewards":"0x7D536a737C13561e0D2Decf1152a653B4e615158","stash":"0x899996778C4e0cae5680d76262E44a2a7a5852A1","shutdown":false,"extraRewards":[{"pool":"0x08ede581d9b9ae55fa7decc4e4331d191bbbf9db","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"},{"pool":"0x8a05801c1512f6018e450b0f69e9ca7b985fcea3","token":"0x8207c1ffc5b6804f6024322ccf34f29c3541ae26"}]},{"pid":57,"lpToken":"0xc270b3B858c335B6BA5D5b10e2Da8a09976005ad","token":"0x918696AB70bF4F9a22497fC73903F3498a885980","gauge":"0xC95bdf13A08A547E4dD9f29B00aB7fF08C5d093d","crvRewards":"0x500E169c15961DE8798Edb52e0f88a8662d30EC5","stash":"0x1aE471f8C3338e826a5f6f47Cdf33b504Da7cD83","shutdown":false,"extraRewards":[]},{"pid":58,"lpToken":"0xBaaa1F5DbA42C3389bDbc2c9D2dE134F5cD0Dc89","token":"0x88c82d9767CC8AF564Da81dDD10741fa9D875682","gauge":"0x16C2beE6f55dAB7F494dBa643fF52ef2D47FBA36","crvRewards":"0x329cb014b562d5d42927cfF0dEdF4c13ab0442EF","stash":"0x755758DcAa6e8072B541863983ADA9c7BDA7c420","shutdown":false,"extraRewards":[{"pool":"0x880c2c5c4ea8cef892a90e3f714eb60144c08c30","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":59,"lpToken":"0xCEAF7747579696A2F0bb206a14210e3c9e6fB269","token":"0x2d2006135e682984a8a2eB74F5C87c2251cC71E9","gauge":"0xb0f5d00e5916c8b8981e99191A1458704B587b2b","crvRewards":"0x7e2b9B5244bcFa5108A76D5E7b507CFD5581AD4A","stash":"0x77Aa721Ba9C1423c5DBce6E0804887eEbD99cd00","shutdown":false,"extraRewards":[{"pool":"0x28a68d9c58086daeb32d5c9297366cc91e50215d","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":60,"lpToken":"0xb9446c4Ef5EBE66268dA6700D26f96273DE3d571","token":"0xC98786A97d667Fe67AAe694BD7949813A73f1BF0","gauge":"0x1E212e054d74ed136256fc5a5DDdB4867c6E003F","crvRewards":"0x4a9b7eDD67f58654a2c33B587f98c5709AC7d482","stash":"0x54aD657aEe30c0f954944f639852d50960689Fa4","shutdown":false,"extraRewards":[{"pool":"0x74835a39fd0e72e142d5e83d514e3ef6e7642220","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"},{"pool":"0xb83eaada3757432f7a894944c3ac154fbdbd8b46","token":"0x31429d1856ad1377a8a0079410b297e1a9e214c2"}]},{"pid":61,"lpToken":"0xEd4064f376cB8d68F770FB1Ff088a3d0F3FF5c4d","token":"0x0Fb8dcdD95e4C48D3dD0eFA4086512f6F8FD4565","gauge":"0x1cEBdB0856dd985fAe9b8fEa2262469360B8a3a6","crvRewards":"0x085A2054c51eA5c91dbF7f90d65e728c0f2A270f","stash":"0x285972e5799cF224c4C6e81E9e47d4ae9EA7CBD3","shutdown":false,"extraRewards":[{"pool":"0xe1ecbb4181378e2346eac90eb5606c01aa08f052","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":62,"lpToken":"0xAA5A67c256e27A5d80712c51971408db3370927D","token":"0xb3E8f3D7Ec208a032178880955f6c877479d1FDd","gauge":"0x8Fa728F393588E8D8dD1ca397E9a710E53fA553a","crvRewards":"0x835f69e58087E5B6bffEf182fe2bf959Fe253c3c","stash":"0xE7c811697ac3dd92cb100882dAc5Bd4183Bab747","shutdown":false,"extraRewards":[]},{"pid":63,"lpToken":"0x6BA5b4e438FA0aAf7C1bD179285aF65d13bD3D90","token":"0x2937Ef019db60C826Fe6141EB300847f85E66956","gauge":"0x66ec719045bBD62db5eBB11184c18237D3Cc2E62","crvRewards":"0x29B91c6CEC4F43aFdb6f6d71FAf1C03d6b712f55","stash":"0xAEA94fC182b7Fe73E25C0C7954FE1d5f5173C0B9","shutdown":false,"extraRewards":[]},{"pid":64,"lpToken":"0x3A283D9c08E8b55966afb64C515f5143cf907611","token":"0x0bC857f97c0554d1d0D602b56F2EEcE682016fBA","gauge":"0x7E1444BA99dcdFfE8fBdb42C02F0005D14f13BE1","crvRewards":"0xb1Fb0BA0676A1fFA83882c7F4805408bA232C1fA","stash":"0x679df29F380F1BEc31657cd6a5638aec4AEA3300","shutdown":false,"extraRewards":[{"pool":"0x834b9147fd23bf131644abc6e557daf99c5cda15","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":65,"lpToken":"0x8484673cA7BfF40F82B041916881aeA15ee84834","token":"0x7B00e822F9E05882F9e088655e738F656C99C53A","gauge":"0x1B3E14157ED33F60668f2103bCd5Db39a1573E5B","crvRewards":"0x6cb1933E49C48AE8ec12d39aD7D85695b247deDB","stash":"0x2B7559683B0cC4dbF06CEd4c3AC1B589f7F5a53B","shutdown":false,"extraRewards":[]},{"pid":66,"lpToken":"0x8282BD15dcA2EA2bDf24163E8f2781B30C43A2ef","token":"0xe87f447ef9B76905A25ab8160c7EF66864f4984A","gauge":"0x08380a4999Be1a958E2abbA07968d703C7A3027C","crvRewards":"0xb2f0bB6352417c1Bf017862aC165E67623611aF3","stash":"0x8bf218F98e1f433D083A6313FB49b2e69Cb89148","shutdown":false,"extraRewards":[]},{"pid":67,"lpToken":"0xCb08717451aaE9EF950a2524E33B6DCaBA60147B","token":"0x1766EDBa8CD066e3eB1912D2b8c7E2c59A3D7Ece","gauge":"0x6070fBD4E608ee5391189E7205d70cc4A274c017","crvRewards":"0x3E91E7c822AC8b4b7905d108c3faCF22A3ee5d2c","stash":"0xf9c837b180744F1C2855D3008740ADf1f305dfe5","shutdown":false,"extraRewards":[]},{"pid":68,"lpToken":"0x29059568bB40344487d62f7450E78b8E6C74e0e5","token":"0x73b78A30A1D249D88Ad6CCb80B1e0b357Fb4b5Ea","gauge":"0x05255C5BD33672b9FEA4129C13274D1E6193312d","crvRewards":"0x3207bDc327aB67f182B82948fd3DF757F8771324","stash":"0x24C93C04E1ed12cF15E7f69611d59e3145150ADE","shutdown":false,"extraRewards":[]},{"pid":69,"lpToken":"0x90244F43D548a4f8dFecfAD91a193465B1fad6F7","token":"0x7E72dDA16B916c986972B1c9F3fbfAe67D96D733","gauge":"0x009aCD89535DAbC270C93F9b39D3232105Fef453","crvRewards":"0xAA0e8Ef60BaBda02Ef11c89a061D82b1D61a462C","stash":"0xAC86e1b070b8364D49fA34CDc3e2fA6e98674873","shutdown":false,"extraRewards":[]},{"pid":70,"lpToken":"0xB37D6c07482Bc11cd28a1f11f1a6ad7b66Dec933","token":"0xbAff5309fa5bf4556cddf83BD729A18Dc8058a9f","gauge":"0x38039dD47636154273b287F74C432Cac83Da97e2","crvRewards":"0x769499A7B4093b2AA35E3F3C00B1ab5dc8EF7146","stash":"0x434Bf2F8fdfAD278571e4b46d1628353FaCb0B73","shutdown":false,"extraRewards":[{"pool":"0x92dfd397b6d0b878126f5a5f6f446ae9fc8a8356","token":"0x31429d1856ad1377a8a0079410b297e1a9e214c2"},{"pool":"0x19ba12d57ad7b126de898706aa6dbf7d6dc85ff8","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"}]},{"pid":71,"lpToken":"0x06cb22615BA53E60D67Bf6C341a0fD5E718E1655","token":"0x6b35abd7612270E09244aFdbE3e5cf67f3B4E09F","gauge":"0xdC69D4cB5b86388Fff0b51885677e258883534ae","crvRewards":"0x3133A4428AAC0b4ad96a09845363386ECd289A9c","stash":"0xe842D814EB4Ff3420d6873eBDDE1d9c6ac384fB2","shutdown":false,"extraRewards":[]},{"pid":72,"lpToken":"0xF3A43307DcAFa93275993862Aae628fCB50dC768","token":"0xCB6D873f7BbE57584a9b08380901Dc200Be7CE74","gauge":"0xAB1927160EC7414C6Fa71763E2a9f3D107c126dd","crvRewards":"0xf27AFAD0142393e4b3E5510aBc5fe3743Ad669Cb","stash":"0x4f3AD55D7b884CDC48ADD1e2451A13af17887F26","shutdown":false,"extraRewards":[{"pool":"0xe2585f27bf5aab7756f626d6444ed5fc9154e606","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"},{"pool":"0x28120d9d49dbaeb5e34d6b809b842684c482ef27","token":"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}]},{"pid":73,"lpToken":"0x447Ddd4960d9fdBF6af9a790560d0AF76795CB08","token":"0x38C9E856C289594F8E0F095FF396142F19004cdb","gauge":"0x8aD7e0e6EDc61bC48ca0DD07f9021c249044eD30","crvRewards":"0x5c463069b99AfC9333F4dC2203a9f0c6C7658cCc","stash":"0x96Cf7f62b073ddEBf9b4F989586f5c7BC3483b66","shutdown":false,"extraRewards":[]},{"pid":74,"lpToken":"0x137469B55D1f15651BA46A89D0588e97dD0B6562","token":"0xe7f50e96e0FE8285D3B27B3b9A464a2102C9708c","gauge":"0x02246583870b36Be0fEf2819E1d3A771d6C07546","crvRewards":"0x36c7E7F9031647A74687ce46A8e16BcEA84f3865","stash":"0x406868FBFdb61f976C2A76d617259EFB7778860A","shutdown":false,"extraRewards":[]},{"pid":75,"lpToken":"0xE160364FD8407FFc8b163e278300c6C5D18Ff61d","token":"0x6b45b93B4505B5c134262c3985d776D71a20D601","gauge":"0x5AC6886Edd18ED0AD01C0B0910660637c551FBd6","crvRewards":"0x41565A76DC949E57486Ca4550C2e086D95AEfb19","stash":"0xFf4bEA60c48bA9210527F24E28bAC56BACE1f286","shutdown":false,"extraRewards":[]},{"pid":76,"lpToken":"0xbcb91E689114B9Cc865AD7871845C95241Df4105","token":"0x80D68884f425f73395EA0a7476a786De38Ca1306","gauge":"0xb07d00e0eE9b1b2eb9f1B483924155Af7AF0c8Fa","crvRewards":"0xC4d009E61a904BfDf39144295F12870E8305D4d9","stash":"0x2f95d210231aC0eEc91C312F80783bF97133C8Bb","shutdown":false,"extraRewards":[]},{"pid":77,"lpToken":"0xC9467E453620f16b57a34a770C6bceBECe002587","token":"0x518AbdbEe7B2e1D62d3C7435B8FEE56AED7dcE53","gauge":"0xB5efA93d5D23642f970aF41a1ea9A26f19CbD2Eb","crvRewards":"0x589761B61D8d1C8ecc36F3cFE35932670749015a","stash":"0xA8ec0bf38200188DcE8344a8B82d7aAc26A6faF5","shutdown":false,"extraRewards":[]},{"pid":78,"lpToken":"0x2302aaBe69e6E7A1b0Aa23aAC68fcCB8A4D2B460","token":"0x77d869e95a08b6b88f8f87DeEdEd5e9b8bb30B29","gauge":"0x784342E983E9283A7108F20FcA21995534b3fE65","crvRewards":"0xE259d085f55825624bBA8571eD20984c125Ba720","stash":"0x637aC4C86b8b85fbA60e657D1Ba312b3451D7386","shutdown":false,"extraRewards":[],"noTest":true},{"pid":79,"lpToken":"0x1054Ff2ffA34c055a13DCD9E0b4c0cA5b3aecEB9","token":"0x98A0f1541684542Da2455A965dC8CEA1D5f26c24","gauge":"0xE786Df7076AFeECC3faCD841ED4AD20d0F04CF19","crvRewards":"0x8731A63dD6aF83c044F623A89ABD50A8bb5a5022","stash":"0x777C03A0B05e0954F789256E9048ed076f5EbE3d","shutdown":false,"extraRewards":[],"noTest":true}]');
27576
27574
 
27577
27575
  /***/ }),
27578
- /* 215 */
27576
+ /* 214 */
27579
27577
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27580
27578
 
27581
27579
  "use strict";
@@ -27585,7 +27583,7 @@ __webpack_require__.r(__webpack_exports__);
27585
27583
  /* harmony export */ });
27586
27584
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
27587
27585
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
27588
- /* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
27586
+ /* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(212);
27589
27587
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(67);
27590
27588
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
27591
27589
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -27653,7 +27651,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27653
27651
 
27654
27652
 
27655
27653
  /***/ }),
27656
- /* 216 */
27654
+ /* 215 */
27657
27655
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27658
27656
 
27659
27657
  "use strict";
@@ -27663,7 +27661,7 @@ __webpack_require__.r(__webpack_exports__);
27663
27661
  /* harmony export */ });
27664
27662
  /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
27665
27663
  /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
27666
- /* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
27664
+ /* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(212);
27667
27665
  /* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(67);
27668
27666
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
27669
27667
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -27727,7 +27725,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27727
27725
 
27728
27726
 
27729
27727
  /***/ }),
27730
- /* 217 */
27728
+ /* 216 */
27731
27729
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27732
27730
 
27733
27731
  "use strict";
@@ -27736,21 +27734,12 @@ __webpack_require__.r(__webpack_exports__);
27736
27734
  /* harmony export */ "CBChickenInAction": () => (/* reexport safe */ _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__.CBChickenInAction),
27737
27735
  /* harmony export */ "CBChickenOutAction": () => (/* reexport safe */ _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__.CBChickenOutAction),
27738
27736
  /* harmony export */ "CBCreateAction": () => (/* reexport safe */ _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__.CBCreateAction),
27739
- /* harmony export */ "CBCreateRebondSubAction": () => (/* reexport safe */ _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__.CBCreateRebondSubAction),
27740
- /* harmony export */ "CBRedeemAction": () => (/* reexport safe */ _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__.CBRedeemAction),
27741
- /* harmony export */ "CBUpdateRebondSubAction": () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
27742
- /* harmony export */ "FetchBondIdAction": () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
27737
+ /* harmony export */ "CBRedeemAction": () => (/* reexport safe */ _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__.CBRedeemAction)
27743
27738
  /* harmony export */ });
27744
- /* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(218);
27745
- /* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(219);
27746
- /* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(220);
27747
- /* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(221);
27748
- /* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(222);
27749
- /* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(223);
27750
- /* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(224);
27751
-
27752
-
27753
-
27739
+ /* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(217);
27740
+ /* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(218);
27741
+ /* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(219);
27742
+ /* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(220);
27754
27743
 
27755
27744
 
27756
27745
 
@@ -27758,7 +27747,7 @@ __webpack_require__.r(__webpack_exports__);
27758
27747
 
27759
27748
 
27760
27749
  /***/ }),
27761
- /* 218 */
27750
+ /* 217 */
27762
27751
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27763
27752
 
27764
27753
  "use strict";
@@ -27804,7 +27793,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27804
27793
 
27805
27794
 
27806
27795
  /***/ }),
27807
- /* 219 */
27796
+ /* 218 */
27808
27797
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27809
27798
 
27810
27799
  "use strict";
@@ -27836,7 +27825,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27836
27825
 
27837
27826
 
27838
27827
  /***/ }),
27839
- /* 220 */
27828
+ /* 219 */
27840
27829
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27841
27830
 
27842
27831
  "use strict";
@@ -27869,7 +27858,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27869
27858
 
27870
27859
 
27871
27860
  /***/ }),
27872
- /* 221 */
27861
+ /* 220 */
27873
27862
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27874
27863
 
27875
27864
  "use strict";
@@ -27918,101 +27907,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27918
27907
 
27919
27908
 
27920
27909
  /***/ }),
27921
- /* 222 */
27922
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27923
-
27924
- "use strict";
27925
- __webpack_require__.r(__webpack_exports__);
27926
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
27927
- /* harmony export */ "CBUpdateRebondSubAction": () => (/* binding */ CBUpdateRebondSubAction)
27928
- /* harmony export */ });
27929
- /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
27930
- /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
27931
-
27932
-
27933
- /**
27934
- * CBUpdateRebondSubAction - Updates rebond strategy subscription
27935
- *
27936
- * @category ChickenBonds
27937
- */
27938
- class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27939
- /**
27940
- * @param subId {string} Id of the subscription to update
27941
- * @param bondId {string} Id of the bond in the strategy
27942
- */
27943
- constructor(subId, bondId) {
27944
- super('CBUpdateRebondSub', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('CBUpdateRebondSub'), ['uint256', 'uint256'], [subId, bondId]);
27945
- }
27946
- }
27947
-
27948
-
27949
- /***/ }),
27950
- /* 223 */
27951
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27952
-
27953
- "use strict";
27954
- __webpack_require__.r(__webpack_exports__);
27955
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
27956
- /* harmony export */ "FetchBondIdAction": () => (/* binding */ FetchBondIdAction)
27957
- /* harmony export */ });
27958
- /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
27959
- /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
27960
-
27961
-
27962
- /**
27963
- * FetchBondIdAction - action that retrieves CB BondId from a hashed strategy
27964
- *
27965
- * @category ChickenBonds
27966
- */
27967
- class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
27968
- /**
27969
- * @param paybackSourceId
27970
- * @param sourceType
27971
- * @param cbRebondBondId
27972
- */
27973
- constructor(paybackSourceId, sourceType, cbRebondBondId) {
27974
- super('FetchBondId', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('FetchBondId'), ['uint256', 'uint256', 'uint256'], [paybackSourceId, sourceType, cbRebondBondId]);
27975
- this.mappableArgs = [
27976
- this.args[0],
27977
- this.args[1],
27978
- ];
27979
- }
27980
- }
27981
-
27982
-
27983
- /***/ }),
27984
- /* 224 */
27985
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
27986
-
27987
- "use strict";
27988
- __webpack_require__.r(__webpack_exports__);
27989
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
27990
- /* harmony export */ "CBCreateRebondSubAction": () => (/* binding */ CBCreateRebondSubAction)
27991
- /* harmony export */ });
27992
- /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
27993
- /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
27994
-
27995
-
27996
- /**
27997
- * CBCreateRebondSubAction - Subscribes to CB Rebond Strategy
27998
- *
27999
- * @category ChickenBonds
28000
- */
28001
- class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28002
- /**
28003
- * @param bondId {string} Id of the bond in the strategy
28004
- */
28005
- constructor(bondId) {
28006
- super('CBCreateRebondSub', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('CBCreateRebondSub'), ['uint256'], [bondId]);
28007
- this.mappableArgs = [
28008
- this.args[0],
28009
- ];
28010
- }
28011
- }
28012
-
28013
-
28014
- /***/ }),
28015
- /* 225 */
27910
+ /* 221 */
28016
27911
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28017
27912
 
28018
27913
  "use strict";
@@ -28026,13 +27921,13 @@ __webpack_require__.r(__webpack_exports__);
28026
27921
  /* harmony export */ "CompoundV3TransferAction": () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
28027
27922
  /* harmony export */ "CompoundV3WithdrawAction": () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
28028
27923
  /* harmony export */ });
28029
- /* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(226);
28030
- /* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(227);
28031
- /* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(228);
28032
- /* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(229);
28033
- /* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(230);
28034
- /* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(231);
28035
- /* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(232);
27924
+ /* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(222);
27925
+ /* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(223);
27926
+ /* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(224);
27927
+ /* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(225);
27928
+ /* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(226);
27929
+ /* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(227);
27930
+ /* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(228);
28036
27931
 
28037
27932
 
28038
27933
 
@@ -28043,7 +27938,7 @@ __webpack_require__.r(__webpack_exports__);
28043
27938
 
28044
27939
 
28045
27940
  /***/ }),
28046
- /* 226 */
27941
+ /* 222 */
28047
27942
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28048
27943
 
28049
27944
  "use strict";
@@ -28103,7 +27998,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
28103
27998
 
28104
27999
 
28105
28000
  /***/ }),
28106
- /* 227 */
28001
+ /* 223 */
28107
28002
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28108
28003
 
28109
28004
  "use strict";
@@ -28143,7 +28038,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
28143
28038
 
28144
28039
 
28145
28040
  /***/ }),
28146
- /* 228 */
28041
+ /* 224 */
28147
28042
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28148
28043
 
28149
28044
  "use strict";
@@ -28207,7 +28102,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
28207
28102
 
28208
28103
 
28209
28104
  /***/ }),
28210
- /* 229 */
28105
+ /* 225 */
28211
28106
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28212
28107
 
28213
28108
  "use strict";
@@ -28250,7 +28145,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
28250
28145
 
28251
28146
 
28252
28147
  /***/ }),
28253
- /* 230 */
28148
+ /* 226 */
28254
28149
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28255
28150
 
28256
28151
  "use strict";
@@ -28291,7 +28186,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
28291
28186
 
28292
28187
 
28293
28188
  /***/ }),
28294
- /* 231 */
28189
+ /* 227 */
28295
28190
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28296
28191
 
28297
28192
  "use strict";
@@ -28329,7 +28224,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
28329
28224
 
28330
28225
 
28331
28226
  /***/ }),
28332
- /* 232 */
28227
+ /* 228 */
28333
28228
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28334
28229
 
28335
28230
  "use strict";
@@ -28373,15 +28268,13 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
28373
28268
 
28374
28269
 
28375
28270
  /***/ }),
28376
- /* 233 */
28271
+ /* 229 */
28377
28272
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28378
28273
 
28379
28274
  "use strict";
28380
28275
  __webpack_require__.r(__webpack_exports__);
28381
28276
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
28382
- /* harmony export */ "AaveV3QuotePriceTrigger": () => (/* reexport safe */ _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__.AaveV3QuotePriceTrigger),
28383
28277
  /* harmony export */ "AaveV3RatioTrigger": () => (/* reexport safe */ _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__.AaveV3RatioTrigger),
28384
- /* harmony export */ "CBRebondTrigger": () => (/* reexport safe */ _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__.CBRebondTrigger),
28385
28278
  /* harmony export */ "ChainLinkPriceTrigger": () => (/* reexport safe */ _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__.ChainLinkPriceTrigger),
28386
28279
  /* harmony export */ "CompV3RatioTrigger": () => (/* reexport safe */ _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__.CompV3RatioTrigger),
28387
28280
  /* harmony export */ "CompoundRatioTrigger": () => (/* reexport safe */ _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__.CompoundRatioTrigger),
@@ -28393,21 +28286,17 @@ __webpack_require__.r(__webpack_exports__);
28393
28286
  /* harmony export */ "TrailingStopTrigger": () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
28394
28287
  /* harmony export */ "UniV3CurrentTickTrigger": () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
28395
28288
  /* harmony export */ });
28396
- /* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(234);
28397
- /* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(235);
28398
- /* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(236);
28399
- /* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(237);
28400
- /* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(238);
28401
- /* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(239);
28402
- /* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(240);
28403
- /* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(241);
28404
- /* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(242);
28405
- /* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(243);
28406
- /* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(244);
28407
- /* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(245);
28408
- /* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(246);
28409
-
28410
-
28289
+ /* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(230);
28290
+ /* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(231);
28291
+ /* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(232);
28292
+ /* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(233);
28293
+ /* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(234);
28294
+ /* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(235);
28295
+ /* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(236);
28296
+ /* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(237);
28297
+ /* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(238);
28298
+ /* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(239);
28299
+ /* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(240);
28411
28300
 
28412
28301
 
28413
28302
 
@@ -28422,7 +28311,7 @@ __webpack_require__.r(__webpack_exports__);
28422
28311
 
28423
28312
 
28424
28313
  /***/ }),
28425
- /* 234 */
28314
+ /* 230 */
28426
28315
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28427
28316
 
28428
28317
  "use strict";
@@ -28447,7 +28336,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28447
28336
 
28448
28337
 
28449
28338
  /***/ }),
28450
- /* 235 */
28339
+ /* 231 */
28451
28340
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28452
28341
 
28453
28342
  "use strict";
@@ -28472,7 +28361,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
28472
28361
 
28473
28362
 
28474
28363
  /***/ }),
28475
- /* 236 */
28364
+ /* 232 */
28476
28365
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28477
28366
 
28478
28367
  "use strict";
@@ -28497,7 +28386,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
28497
28386
 
28498
28387
 
28499
28388
  /***/ }),
28500
- /* 237 */
28389
+ /* 233 */
28501
28390
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28502
28391
 
28503
28392
  "use strict";
@@ -28522,7 +28411,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28522
28411
 
28523
28412
 
28524
28413
  /***/ }),
28525
- /* 238 */
28414
+ /* 234 */
28526
28415
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28527
28416
 
28528
28417
  "use strict";
@@ -28547,7 +28436,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28547
28436
 
28548
28437
 
28549
28438
  /***/ }),
28550
- /* 239 */
28439
+ /* 235 */
28551
28440
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28552
28441
 
28553
28442
  "use strict";
@@ -28572,7 +28461,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28572
28461
 
28573
28462
 
28574
28463
  /***/ }),
28575
- /* 240 */
28464
+ /* 236 */
28576
28465
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28577
28466
 
28578
28467
  "use strict";
@@ -28597,7 +28486,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28597
28486
 
28598
28487
 
28599
28488
  /***/ }),
28600
- /* 241 */
28489
+ /* 237 */
28601
28490
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28602
28491
 
28603
28492
  "use strict";
@@ -28622,7 +28511,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28622
28511
 
28623
28512
 
28624
28513
  /***/ }),
28625
- /* 242 */
28514
+ /* 238 */
28626
28515
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28627
28516
 
28628
28517
  "use strict";
@@ -28647,7 +28536,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28647
28536
 
28648
28537
 
28649
28538
  /***/ }),
28650
- /* 243 */
28539
+ /* 239 */
28651
28540
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28652
28541
 
28653
28542
  "use strict";
@@ -28672,7 +28561,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28672
28561
 
28673
28562
 
28674
28563
  /***/ }),
28675
- /* 244 */
28564
+ /* 240 */
28676
28565
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28677
28566
 
28678
28567
  "use strict";
@@ -28697,57 +28586,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28697
28586
 
28698
28587
 
28699
28588
  /***/ }),
28700
- /* 245 */
28701
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28702
-
28703
- "use strict";
28704
- __webpack_require__.r(__webpack_exports__);
28705
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
28706
- /* harmony export */ "CBRebondTrigger": () => (/* binding */ CBRebondTrigger)
28707
- /* harmony export */ });
28708
- /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
28709
- /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
28710
-
28711
-
28712
- /**
28713
- *
28714
- *
28715
- * @category Triggers
28716
- */
28717
- class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28718
- constructor(bondID) {
28719
- super('CBRebondTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('CBRebondTrigger'), ['uint256'], [bondID]);
28720
- }
28721
- }
28722
-
28723
-
28724
- /***/ }),
28725
- /* 246 */
28726
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28727
-
28728
- "use strict";
28729
- __webpack_require__.r(__webpack_exports__);
28730
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
28731
- /* harmony export */ "AaveV3QuotePriceTrigger": () => (/* binding */ AaveV3QuotePriceTrigger)
28732
- /* harmony export */ });
28733
- /* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(31);
28734
- /* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(55);
28735
-
28736
-
28737
- /**
28738
- *
28739
- *
28740
- * @category Triggers
28741
- */
28742
- class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
28743
- constructor(baseTokenAddr, quoteTokenAddr, price, state) {
28744
- super('AaveV3QuotePriceTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV3QuotePriceTrigger'), [['address', 'address', 'uint256', 'uint8']], [[baseTokenAddr, quoteTokenAddr, price, state]]);
28745
- }
28746
- }
28747
-
28748
-
28749
- /***/ }),
28750
- /* 247 */
28589
+ /* 241 */
28751
28590
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28752
28591
 
28753
28592
  "use strict";
@@ -28759,11 +28598,11 @@ __webpack_require__.r(__webpack_exports__);
28759
28598
  /* harmony export */ "uniswapV3LP": () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
28760
28599
  /* harmony export */ "zeroExExchange": () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
28761
28600
  /* harmony export */ });
28762
- /* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(248);
28763
- /* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(125);
28764
- /* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(250);
28765
- /* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(213);
28766
- /* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(195);
28601
+ /* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(242);
28602
+ /* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(124);
28603
+ /* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(244);
28604
+ /* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(212);
28605
+ /* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(194);
28767
28606
 
28768
28607
 
28769
28608
 
@@ -28773,7 +28612,7 @@ __webpack_require__.r(__webpack_exports__);
28773
28612
 
28774
28613
 
28775
28614
  /***/ }),
28776
- /* 248 */
28615
+ /* 242 */
28777
28616
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28778
28617
 
28779
28618
  "use strict";
@@ -28785,7 +28624,7 @@ __webpack_require__.r(__webpack_exports__);
28785
28624
  /* harmony export */ });
28786
28625
  /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3);
28787
28626
  /* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
28788
- /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(249);
28627
+ /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(243);
28789
28628
  /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
28790
28629
  /* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(19);
28791
28630
  /* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
@@ -28963,14 +28802,14 @@ const createSellAction = (sellAmount, sellToken, buyToken, expectedPrice, accept
28963
28802
 
28964
28803
 
28965
28804
  /***/ }),
28966
- /* 249 */
28805
+ /* 243 */
28967
28806
  /***/ ((module) => {
28968
28807
 
28969
28808
  "use strict";
28970
- module.exports = __WEBPACK_EXTERNAL_MODULE__249__;
28809
+ module.exports = __WEBPACK_EXTERNAL_MODULE__243__;
28971
28810
 
28972
28811
  /***/ }),
28973
- /* 250 */
28812
+ /* 244 */
28974
28813
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
28975
28814
 
28976
28815
  "use strict";
@@ -28978,7 +28817,7 @@ __webpack_require__.r(__webpack_exports__);
28978
28817
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
28979
28818
  /* harmony export */ "getAssetAddrByTokenId": () => (/* binding */ getAssetAddrByTokenId)
28980
28819
  /* harmony export */ });
28981
- /* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(251);
28820
+ /* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(245);
28982
28821
  var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
28983
28822
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
28984
28823
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -29005,14 +28844,14 @@ const getAssetAddrByTokenId = (web3, tokenId) => __awaiter(void 0, void 0, void
29005
28844
 
29006
28845
 
29007
28846
  /***/ }),
29008
- /* 251 */
28847
+ /* 245 */
29009
28848
  /***/ ((module) => {
29010
28849
 
29011
28850
  "use strict";
29012
28851
  module.exports = JSON.parse('[{"constant":false,"inputs":[{"name":"tokenId","type":"uint256"}],"name":"positions","outputs":[{"name":"nonce","type":"uint96"},{"name":"operator","type":"address"},{"name":"token0","type":"address"},{"name":"token1","type":"address"},{"name":"fee","type":"uint24"},{"name":"tickLower","type":"int24"},{"name":"tickUpper","type":"int24"},{"name":"liquidity","type":"uint128"},{"name":"feeGrowthInside0LastX128","type":"uint256"},{"name":"feeGrowthInside1LastX128","type":"uint256"},{"name":"tokensOwed0","type":"uint128"},{"name":"tokensOwed1","type":"uint128"}],"payable":false,"stateMutability":"view","type":"function"}]');
29013
28852
 
29014
28853
  /***/ }),
29015
- /* 252 */
28854
+ /* 246 */
29016
28855
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
29017
28856
 
29018
28857
  "use strict";
@@ -29154,7 +28993,7 @@ var liquityRatioTrigger = {
29154
28993
  var decodedData = mockedWeb3.eth.abi.decodeParameters(['address', 'uint256', 'uint8'], triggerData[0]);
29155
28994
  return {
29156
28995
  owner: decodedData[0],
29157
- ratio: new (decimal_js__WEBPACK_IMPORTED_MODULE_0___default())(mockedWeb3.utils.fromWei(decodedData[1])).mul(100).toString(),
28996
+ ratio: new (decimal_js__WEBPACK_IMPORTED_MODULE_0___default())(mockedWeb3.utils.fromWei(decodedData[1])).mul(100).toNumber(),
29158
28997
  ratioState: +decodedData[2]
29159
28998
  };
29160
28999
  }
@@ -29245,7 +29084,7 @@ var exchangeOffchainPriceTrigger = {
29245
29084
  };
29246
29085
 
29247
29086
  /***/ }),
29248
- /* 253 */
29087
+ /* 247 */
29249
29088
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
29250
29089
 
29251
29090
  "use strict";
@@ -29271,7 +29110,7 @@ class OptimismStrategies extends _private_StrategiesAutomation__WEBPACK_IMPORTED
29271
29110
  }
29272
29111
 
29273
29112
  /***/ }),
29274
- /* 254 */
29113
+ /* 248 */
29275
29114
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
29276
29115
 
29277
29116
  "use strict";
@@ -29297,7 +29136,7 @@ class ArbitrumStrategies extends _private_StrategiesAutomation__WEBPACK_IMPORTED
29297
29136
  }
29298
29137
 
29299
29138
  /***/ }),
29300
- /* 255 */
29139
+ /* 249 */
29301
29140
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
29302
29141
 
29303
29142
  "use strict";
@@ -29317,7 +29156,7 @@ __webpack_require__.r(__webpack_exports__);
29317
29156
  /* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__);
29318
29157
  /* harmony import */ var _types_enums__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
29319
29158
  /* harmony import */ var _subDataService__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
29320
- /* harmony import */ var _triggerService__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(252);
29159
+ /* harmony import */ var _triggerService__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(246);
29321
29160
  /* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(18);
29322
29161
 
29323
29162
 
@@ -29392,6 +29231,9 @@ var liquityEncode = {
29392
29231
  var strategyId = _types_enums__WEBPACK_IMPORTED_MODULE_2__.Bundles.MainnetIds.LIQUITY_PAYBACK_USING_CHICKEN_BOND;
29393
29232
  var isBundle = true;
29394
29233
  return [strategyId, isBundle, triggerData, subData];
29234
+ },
29235
+ leverageManagement(minRatio, maxRatio, maxOptimalRatio, minOptimalRatio, boostEnabled) {
29236
+ return [new (decimal_js__WEBPACK_IMPORTED_MODULE_0___default())(minRatio).mul(1e16).toString(), new (decimal_js__WEBPACK_IMPORTED_MODULE_0___default())(maxRatio).mul(1e16).toString(), new (decimal_js__WEBPACK_IMPORTED_MODULE_0___default())(maxOptimalRatio).mul(1e16).toString(), new (decimal_js__WEBPACK_IMPORTED_MODULE_0___default())(minOptimalRatio).mul(1e16).toString(), boostEnabled];
29395
29237
  }
29396
29238
  };
29397
29239
  var chickenBondsEncode = {
@@ -29559,11 +29401,11 @@ __webpack_require__.r(__webpack_exports__);
29559
29401
  /* harmony import */ var _automation_public_legacy_LegacyAaveAutomation__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(23);
29560
29402
  /* harmony import */ var _automation_public_legacy_LegacyCompoundAutomation__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(24);
29561
29403
  /* harmony import */ var _automation_public_EthereumStrategies__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(25);
29562
- /* harmony import */ var _automation_public_OptimismStrategies__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(253);
29563
- /* harmony import */ var _automation_public_ArbitrumStrategies__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(254);
29564
- /* harmony import */ var _services_triggerService__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(252);
29404
+ /* harmony import */ var _automation_public_OptimismStrategies__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(247);
29405
+ /* harmony import */ var _automation_public_ArbitrumStrategies__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(248);
29406
+ /* harmony import */ var _services_triggerService__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(246);
29565
29407
  /* harmony import */ var _services_subDataService__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(29);
29566
- /* harmony import */ var _services_strategySubService__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(255);
29408
+ /* harmony import */ var _services_strategySubService__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(249);
29567
29409
  /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(5);
29568
29410
  /* harmony import */ var _types_enums__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(6);
29569
29411
  /* harmony import */ var _services_utils__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(18);