@defisaver/sdk 1.0.11 → 1.0.13
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/esm/src/actions/flashloan/FLAction.js +4 -4
- package/esm/src/actions/index.d.ts +2 -1
- package/esm/src/actions/index.js +2 -1
- package/esm/src/actions/liquity/LiquityAdjustAction.d.ts +21 -0
- package/esm/src/actions/liquity/LiquityAdjustAction.js +33 -0
- package/esm/src/actions/liquity/index.d.ts +1 -0
- package/esm/src/actions/liquity/index.js +1 -0
- package/esm/src/actions/maker/MakerBoostCompositeAction.d.ts +20 -0
- package/esm/src/actions/maker/MakerBoostCompositeAction.js +48 -0
- package/esm/src/actions/maker/MakerRepayCompositeAction.d.ts +20 -0
- package/esm/src/actions/maker/MakerRepayCompositeAction.js +48 -0
- package/esm/src/actions/maker/index.d.ts +2 -0
- package/esm/src/actions/maker/index.js +2 -0
- package/esm/src/actions/morpho/MorphoAaveV2BorrowAction.d.ts +16 -0
- package/esm/src/actions/morpho/MorphoAaveV2BorrowAction.js +23 -0
- package/esm/src/actions/morpho/MorphoAaveV2PaybackAction.d.ts +20 -0
- package/esm/src/actions/morpho/MorphoAaveV2PaybackAction.js +42 -0
- package/esm/src/actions/morpho/MorphoAaveV2SupplyAction.d.ts +21 -0
- package/esm/src/actions/morpho/MorphoAaveV2SupplyAction.js +43 -0
- package/esm/src/actions/morpho/MorphoAaveV2WithdrawAction.d.ts +15 -0
- package/esm/src/actions/morpho/MorphoAaveV2WithdrawAction.js +22 -0
- package/esm/src/actions/morpho/MorphoClaimAction.d.ts +15 -0
- package/esm/src/actions/morpho/MorphoClaimAction.js +20 -0
- package/esm/src/actions/morpho/index.d.ts +5 -0
- package/esm/src/actions/morpho/index.js +5 -0
- package/esm/src/addresses.d.ts +21 -0
- package/esm/src/addresses.js +8 -0
- package/esm/src/index.d.ts +84 -0
- package/package.json +1 -1
- package/src/actions/flashloan/FLAction.ts +4 -4
- package/src/actions/index.ts +2 -0
- package/src/actions/liquity/LiquityAdjustAction.ts +51 -0
- package/src/actions/liquity/index.ts +2 -1
- package/src/actions/maker/MakerBoostCompositeAction.ts +55 -0
- package/src/actions/maker/MakerRepayCompositeAction.ts +55 -0
- package/src/actions/maker/index.ts +3 -1
- package/src/actions/morpho/MorphoAaveV2BorrowAction.ts +36 -0
- package/src/actions/morpho/MorphoAaveV2PaybackAction.ts +34 -0
- package/src/actions/morpho/MorphoAaveV2SupplyAction.ts +46 -0
- package/src/actions/morpho/MorphoAaveV2WithdrawAction.ts +25 -0
- package/src/actions/morpho/MorphoClaimAction.ts +23 -0
- package/src/actions/morpho/index.ts +5 -0
- package/src/addresses.ts +10 -0
- package/umd/index.js +712 -377
package/umd/index.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
exports["defisaver-sdk"] = factory(require("web3-eth-abi"), require("web3-utils"), require("decimal.js"), require("@defisaver/tokens"), require("@ethersproject/solidity"), require("@ethersproject/address"), require("axios"));
|
|
8
8
|
else
|
|
9
9
|
root["defisaver-sdk"] = factory(root["web3-eth-abi"], root["web3-utils"], root["decimal.js"], root["@defisaver/tokens"], root["@ethersproject/solidity"], root["@ethersproject/address"], root["axios"]);
|
|
10
|
-
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__,
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__, __WEBPACK_EXTERNAL_MODULE__100__, __WEBPACK_EXTERNAL_MODULE__101__, __WEBPACK_EXTERNAL_MODULE__230__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -1292,6 +1292,12 @@ var actionAddresses = {
|
|
|
1292
1292
|
AaveV3Borrow: '0x7079ba1Bd00EeFCD2a260BbD6D088230505e3858',
|
|
1293
1293
|
AaveV3ATokenPayback: '0xDe5c012cd1878D86E91309593764895a3adb380E',
|
|
1294
1294
|
AaveV3View: '0x9ECB0645b357fDD7B92789B91595160862Bd45d0',
|
|
1295
|
+
// morpho aave v2
|
|
1296
|
+
MorphoAaveV2Borrow: '0xa85C3E41Bf9F75a381927e1Aa9b00f77C4631109',
|
|
1297
|
+
MorphoAaveV2Payback: '0x5dd0E0835acbb08aa4A4599d70fB2d93969fa7b7',
|
|
1298
|
+
MorphoAaveV2Supply: '0x60ED1Cf5Da785AA4FD4A4fF3f8cFc0682d60E0F3',
|
|
1299
|
+
MorphoAaveV2Withdraw: '0x391bAbCcBDa1d591a0Bb91730B525d6E596dc88a',
|
|
1300
|
+
MorphoClaim: '0xa269C841E26EA8Ee1F0350a2E5905F71446998dC',
|
|
1295
1301
|
// compound
|
|
1296
1302
|
CompBorrow: '0x8495579BF6Ae848f7E59686536F834f1d2CCd79C',
|
|
1297
1303
|
CompClaim: '0x81F488cF7A0128A9DB5e7207042cCAB1CB0ac902',
|
|
@@ -1361,6 +1367,8 @@ var actionAddresses = {
|
|
|
1361
1367
|
CurveStethPoolWithdraw: '0x4089731d843Ce52699Fe64F68556aBbD95D70D00',
|
|
1362
1368
|
CurveDeposit: '0x160225c24300bD9fAA03Bc007D5e72bDbbcA9257',
|
|
1363
1369
|
CurveWithdraw: '0xb6Be5c486dD65c2cb18A388671b348E62307F0B3',
|
|
1370
|
+
McdBoostComposite: '0x0000000000000000000000000000000000000000',
|
|
1371
|
+
McdRepayComposite: '0x0000000000000000000000000000000000000000',
|
|
1364
1372
|
// Euler
|
|
1365
1373
|
FLEuler: '0x66DC6444CdC099153f89332e0d4C87af5C966A75',
|
|
1366
1374
|
TrailingStopTrigger: '0x0000000000000000000000000000000000000000',
|
|
@@ -1779,6 +1787,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1779
1787
|
/* harmony export */ "lido": () => (/* reexport module object */ _lido__WEBPACK_IMPORTED_MODULE_12__),
|
|
1780
1788
|
/* harmony export */ "liquity": () => (/* reexport module object */ _liquity__WEBPACK_IMPORTED_MODULE_10__),
|
|
1781
1789
|
/* harmony export */ "maker": () => (/* reexport module object */ _maker__WEBPACK_IMPORTED_MODULE_0__),
|
|
1790
|
+
/* harmony export */ "morpho": () => (/* reexport module object */ _morpho__WEBPACK_IMPORTED_MODULE_23__),
|
|
1782
1791
|
/* harmony export */ "mstable": () => (/* reexport module object */ _mstable__WEBPACK_IMPORTED_MODULE_17__),
|
|
1783
1792
|
/* harmony export */ "rari": () => (/* reexport module object */ _rari__WEBPACK_IMPORTED_MODULE_18__),
|
|
1784
1793
|
/* harmony export */ "reflexer": () => (/* reexport module object */ _reflexer__WEBPACK_IMPORTED_MODULE_6__),
|
|
@@ -1787,28 +1796,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1787
1796
|
/* harmony export */ "yearn": () => (/* reexport module object */ _yearn__WEBPACK_IMPORTED_MODULE_11__)
|
|
1788
1797
|
/* harmony export */ });
|
|
1789
1798
|
/* harmony import */ var _maker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(36);
|
|
1790
|
-
/* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
1791
|
-
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
1792
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
1793
|
-
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
1794
|
-
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
1795
|
-
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
1796
|
-
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
1797
|
-
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
1798
|
-
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
1799
|
-
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
1800
|
-
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
1801
|
-
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
1802
|
-
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
1803
|
-
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
1804
|
-
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
1805
|
-
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
1806
|
-
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
1807
|
-
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
1808
|
-
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
1809
|
-
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
1810
|
-
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
1811
|
-
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
1799
|
+
/* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(49);
|
|
1800
|
+
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(56);
|
|
1801
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(64);
|
|
1802
|
+
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(82);
|
|
1803
|
+
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(96);
|
|
1804
|
+
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(102);
|
|
1805
|
+
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(111);
|
|
1806
|
+
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(113);
|
|
1807
|
+
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(119);
|
|
1808
|
+
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(123);
|
|
1809
|
+
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(140);
|
|
1810
|
+
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(143);
|
|
1811
|
+
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(147);
|
|
1812
|
+
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(149);
|
|
1813
|
+
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(153);
|
|
1814
|
+
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(165);
|
|
1815
|
+
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(168);
|
|
1816
|
+
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(173);
|
|
1817
|
+
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(176);
|
|
1818
|
+
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(186);
|
|
1819
|
+
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(192);
|
|
1820
|
+
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(200);
|
|
1821
|
+
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(208);
|
|
1822
|
+
|
|
1812
1823
|
|
|
1813
1824
|
|
|
1814
1825
|
|
|
@@ -1840,6 +1851,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1840
1851
|
|
|
1841
1852
|
__webpack_require__.r(__webpack_exports__);
|
|
1842
1853
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1854
|
+
/* harmony export */ "MakerBoostCompositeAction": () => (/* reexport safe */ _MakerBoostCompositeAction__WEBPACK_IMPORTED_MODULE_9__.MakerBoostCompositeAction),
|
|
1843
1855
|
/* harmony export */ "MakerClaimAction": () => (/* reexport safe */ _MakerClaimAction__WEBPACK_IMPORTED_MODULE_8__.MakerClaimAction),
|
|
1844
1856
|
/* harmony export */ "MakerGenerateAction": () => (/* reexport safe */ _MakerGenerateAction__WEBPACK_IMPORTED_MODULE_1__.MakerGenerateAction),
|
|
1845
1857
|
/* harmony export */ "MakerGiveAction": () => (/* reexport safe */ _MakerGiveAction__WEBPACK_IMPORTED_MODULE_5__.MakerGiveAction),
|
|
@@ -1847,6 +1859,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1847
1859
|
/* harmony export */ "MakerOpenVaultAction": () => (/* reexport safe */ _MakerOpenVaultAction__WEBPACK_IMPORTED_MODULE_0__.MakerOpenVaultAction),
|
|
1848
1860
|
/* harmony export */ "MakerPaybackAction": () => (/* reexport safe */ _MakerPaybackAction__WEBPACK_IMPORTED_MODULE_3__.MakerPaybackAction),
|
|
1849
1861
|
/* harmony export */ "MakerRatioAction": () => (/* reexport safe */ _MakerRatioAction__WEBPACK_IMPORTED_MODULE_7__.MakerRatioAction),
|
|
1862
|
+
/* harmony export */ "MakerRepayCompositeAction": () => (/* reexport safe */ _MakerRepayCompositeAction__WEBPACK_IMPORTED_MODULE_10__.MakerRepayCompositeAction),
|
|
1850
1863
|
/* harmony export */ "MakerSupplyAction": () => (/* reexport safe */ _MakerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.MakerSupplyAction),
|
|
1851
1864
|
/* harmony export */ "MakerWithdrawAction": () => (/* reexport safe */ _MakerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.MakerWithdrawAction)
|
|
1852
1865
|
/* harmony export */ });
|
|
@@ -1859,6 +1872,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1859
1872
|
/* harmony import */ var _MakerMergeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(44);
|
|
1860
1873
|
/* harmony import */ var _MakerRatioAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(45);
|
|
1861
1874
|
/* harmony import */ var _MakerClaimAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(46);
|
|
1875
|
+
/* harmony import */ var _MakerBoostCompositeAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(47);
|
|
1876
|
+
/* harmony import */ var _MakerRepayCompositeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(48);
|
|
1877
|
+
|
|
1878
|
+
|
|
1862
1879
|
|
|
1863
1880
|
|
|
1864
1881
|
|
|
@@ -2228,6 +2245,74 @@ class MakerClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2228
2245
|
/* 47 */
|
|
2229
2246
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2230
2247
|
|
|
2248
|
+
__webpack_require__.r(__webpack_exports__);
|
|
2249
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2250
|
+
/* harmony export */ "MakerBoostCompositeAction": () => (/* binding */ MakerBoostCompositeAction)
|
|
2251
|
+
/* harmony export */ });
|
|
2252
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
2253
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
2254
|
+
|
|
2255
|
+
|
|
2256
|
+
/**
|
|
2257
|
+
* MakerBoostCompositeAction - executes a boost in a single action
|
|
2258
|
+
*
|
|
2259
|
+
* @category Maker
|
|
2260
|
+
*/
|
|
2261
|
+
class MakerBoostCompositeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
2262
|
+
/**
|
|
2263
|
+
* @param vaultId
|
|
2264
|
+
* @param joinAddr
|
|
2265
|
+
* @param gasUsed
|
|
2266
|
+
* @param flAddress
|
|
2267
|
+
* @param flAmount
|
|
2268
|
+
* @param nextPrice
|
|
2269
|
+
* @param targetRatio
|
|
2270
|
+
* @param exchangeParams
|
|
2271
|
+
*/
|
|
2272
|
+
constructor(vaultId, joinAddr, gasUsed, flAddress, flAmount, nextPrice, targetRatio, exchangeParams) {
|
|
2273
|
+
super('McdBoostComposite', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('McdBoostComposite'), ['uint256', 'address', 'uint256', 'address', 'uint256', 'uint256', 'uint256', ['address', 'address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'address', 'bytes', ['address', 'address', 'address', 'uint256', 'uint256', 'bytes']]], [vaultId, joinAddr, gasUsed, flAddress, flAmount, nextPrice, targetRatio, exchangeParams]);
|
|
2274
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[4], this.args[5][0], this.args[5][1], this.args[5][2]];
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
/***/ }),
|
|
2279
|
+
/* 48 */
|
|
2280
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2281
|
+
|
|
2282
|
+
__webpack_require__.r(__webpack_exports__);
|
|
2283
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2284
|
+
/* harmony export */ "MakerRepayCompositeAction": () => (/* binding */ MakerRepayCompositeAction)
|
|
2285
|
+
/* harmony export */ });
|
|
2286
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
2287
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
/**
|
|
2291
|
+
* MakerRepayCompositeAction - executes a repay in a single action
|
|
2292
|
+
*
|
|
2293
|
+
* @category Maker
|
|
2294
|
+
*/
|
|
2295
|
+
class MakerRepayCompositeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
2296
|
+
/**
|
|
2297
|
+
* @param vaultId
|
|
2298
|
+
* @param joinAddr
|
|
2299
|
+
* @param gasUsed
|
|
2300
|
+
* @param flAddress
|
|
2301
|
+
* @param flAmount
|
|
2302
|
+
* @param nextPrice
|
|
2303
|
+
* @param targetRatio
|
|
2304
|
+
* @param exchangeParams
|
|
2305
|
+
*/
|
|
2306
|
+
constructor(vaultId, joinAddr, gasUsed, flAddress, flAmount, nextPrice, targetRatio, exchangeParams) {
|
|
2307
|
+
super('McdRepayComposite', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('McdRepayComposite'), ['uint256', 'address', 'uint256', 'address', 'uint256', 'uint256', 'uint256', ['address', 'address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'address', 'bytes', ['address', 'address', 'address', 'uint256', 'uint256', 'bytes']]], [vaultId, joinAddr, gasUsed, flAddress, flAmount, nextPrice, targetRatio, exchangeParams]);
|
|
2308
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[4], this.args[5][0], this.args[5][1], this.args[5][2]];
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
/***/ }),
|
|
2313
|
+
/* 49 */
|
|
2314
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2315
|
+
|
|
2231
2316
|
__webpack_require__.r(__webpack_exports__);
|
|
2232
2317
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2233
2318
|
/* harmony export */ "AaveBorrowAction": () => (/* reexport safe */ _AaveBorrowAction__WEBPACK_IMPORTED_MODULE_0__.AaveBorrowAction),
|
|
@@ -2237,12 +2322,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2237
2322
|
/* harmony export */ "AaveSupplyAction": () => (/* reexport safe */ _AaveSupplyAction__WEBPACK_IMPORTED_MODULE_1__.AaveSupplyAction),
|
|
2238
2323
|
/* harmony export */ "AaveWithdrawAction": () => (/* reexport safe */ _AaveWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveWithdrawAction)
|
|
2239
2324
|
/* harmony export */ });
|
|
2240
|
-
/* harmony import */ var _AaveBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
2241
|
-
/* harmony import */ var _AaveSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
2242
|
-
/* harmony import */ var _AavePaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
2243
|
-
/* harmony import */ var _AaveWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
2244
|
-
/* harmony import */ var _AaveClaimStkAaveAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
2245
|
-
/* harmony import */ var _AaveCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
2325
|
+
/* harmony import */ var _AaveBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(50);
|
|
2326
|
+
/* harmony import */ var _AaveSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
2327
|
+
/* harmony import */ var _AavePaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(52);
|
|
2328
|
+
/* harmony import */ var _AaveWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(53);
|
|
2329
|
+
/* harmony import */ var _AaveClaimStkAaveAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(54);
|
|
2330
|
+
/* harmony import */ var _AaveCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(55);
|
|
2246
2331
|
|
|
2247
2332
|
|
|
2248
2333
|
|
|
@@ -2251,7 +2336,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2251
2336
|
|
|
2252
2337
|
|
|
2253
2338
|
/***/ }),
|
|
2254
|
-
/*
|
|
2339
|
+
/* 50 */
|
|
2255
2340
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2256
2341
|
|
|
2257
2342
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2286,7 +2371,7 @@ class AaveBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2286
2371
|
}
|
|
2287
2372
|
|
|
2288
2373
|
/***/ }),
|
|
2289
|
-
/*
|
|
2374
|
+
/* 51 */
|
|
2290
2375
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2291
2376
|
|
|
2292
2377
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2336,7 +2421,7 @@ class AaveSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
2336
2421
|
}
|
|
2337
2422
|
|
|
2338
2423
|
/***/ }),
|
|
2339
|
-
/*
|
|
2424
|
+
/* 52 */
|
|
2340
2425
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2341
2426
|
|
|
2342
2427
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2384,7 +2469,7 @@ class AavePaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
2384
2469
|
}
|
|
2385
2470
|
|
|
2386
2471
|
/***/ }),
|
|
2387
|
-
/*
|
|
2472
|
+
/* 53 */
|
|
2388
2473
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2389
2474
|
|
|
2390
2475
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2416,7 +2501,7 @@ class AaveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2416
2501
|
}
|
|
2417
2502
|
|
|
2418
2503
|
/***/ }),
|
|
2419
|
-
/*
|
|
2504
|
+
/* 54 */
|
|
2420
2505
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2421
2506
|
|
|
2422
2507
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2448,7 +2533,7 @@ class AaveClaimStkAaveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
2448
2533
|
}
|
|
2449
2534
|
|
|
2450
2535
|
/***/ }),
|
|
2451
|
-
/*
|
|
2536
|
+
/* 55 */
|
|
2452
2537
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2453
2538
|
|
|
2454
2539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2477,7 +2562,7 @@ class AaveCollateralSwitchAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
2477
2562
|
}
|
|
2478
2563
|
|
|
2479
2564
|
/***/ }),
|
|
2480
|
-
/*
|
|
2565
|
+
/* 56 */
|
|
2481
2566
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2482
2567
|
|
|
2483
2568
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2490,13 +2575,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2490
2575
|
/* harmony export */ "CompoundSupplyAction": () => (/* reexport safe */ _CompoundSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CompoundSupplyAction),
|
|
2491
2576
|
/* harmony export */ "CompoundWithdrawAction": () => (/* reexport safe */ _CompoundWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundWithdrawAction)
|
|
2492
2577
|
/* harmony export */ });
|
|
2493
|
-
/* harmony import */ var _CompoundBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
2494
|
-
/* harmony import */ var _CompoundSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
2495
|
-
/* harmony import */ var _CompoundPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
2496
|
-
/* harmony import */ var _CompoundWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
2497
|
-
/* harmony import */ var _CompoundClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
2498
|
-
/* harmony import */ var _CompoundCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
2499
|
-
/* harmony import */ var _CompoundGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
2578
|
+
/* harmony import */ var _CompoundBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(57);
|
|
2579
|
+
/* harmony import */ var _CompoundSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(58);
|
|
2580
|
+
/* harmony import */ var _CompoundPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(59);
|
|
2581
|
+
/* harmony import */ var _CompoundWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60);
|
|
2582
|
+
/* harmony import */ var _CompoundClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(61);
|
|
2583
|
+
/* harmony import */ var _CompoundCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(62);
|
|
2584
|
+
/* harmony import */ var _CompoundGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(63);
|
|
2500
2585
|
|
|
2501
2586
|
|
|
2502
2587
|
|
|
@@ -2506,7 +2591,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2506
2591
|
|
|
2507
2592
|
|
|
2508
2593
|
/***/ }),
|
|
2509
|
-
/*
|
|
2594
|
+
/* 57 */
|
|
2510
2595
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2511
2596
|
|
|
2512
2597
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2537,7 +2622,7 @@ class CompoundBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2537
2622
|
}
|
|
2538
2623
|
|
|
2539
2624
|
/***/ }),
|
|
2540
|
-
/*
|
|
2625
|
+
/* 58 */
|
|
2541
2626
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2542
2627
|
|
|
2543
2628
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2587,7 +2672,7 @@ class CompoundSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
2587
2672
|
}
|
|
2588
2673
|
|
|
2589
2674
|
/***/ }),
|
|
2590
|
-
/*
|
|
2675
|
+
/* 59 */
|
|
2591
2676
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2592
2677
|
|
|
2593
2678
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2636,7 +2721,7 @@ class CompoundPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
2636
2721
|
}
|
|
2637
2722
|
|
|
2638
2723
|
/***/ }),
|
|
2639
|
-
/*
|
|
2724
|
+
/* 60 */
|
|
2640
2725
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2641
2726
|
|
|
2642
2727
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2667,7 +2752,7 @@ class CompoundWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
2667
2752
|
}
|
|
2668
2753
|
|
|
2669
2754
|
/***/ }),
|
|
2670
|
-
/*
|
|
2755
|
+
/* 61 */
|
|
2671
2756
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2672
2757
|
|
|
2673
2758
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2700,7 +2785,7 @@ class CompoundClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2700
2785
|
}
|
|
2701
2786
|
|
|
2702
2787
|
/***/ }),
|
|
2703
|
-
/*
|
|
2788
|
+
/* 62 */
|
|
2704
2789
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2705
2790
|
|
|
2706
2791
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2723,7 +2808,7 @@ class CompoundCollateralSwitchAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
2723
2808
|
}
|
|
2724
2809
|
|
|
2725
2810
|
/***/ }),
|
|
2726
|
-
/*
|
|
2811
|
+
/* 63 */
|
|
2727
2812
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2728
2813
|
|
|
2729
2814
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2744,7 +2829,7 @@ class CompoundGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
2744
2829
|
}
|
|
2745
2830
|
|
|
2746
2831
|
/***/ }),
|
|
2747
|
-
/*
|
|
2832
|
+
/* 64 */
|
|
2748
2833
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2749
2834
|
|
|
2750
2835
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2767,23 +2852,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2767
2852
|
/* harmony export */ "UpdateSubAction": () => (/* reexport safe */ _UpdateSubAction__WEBPACK_IMPORTED_MODULE_12__.UpdateSubAction),
|
|
2768
2853
|
/* harmony export */ "WrapEthAction": () => (/* reexport safe */ _WrapEthAction__WEBPACK_IMPORTED_MODULE_4__.WrapEthAction)
|
|
2769
2854
|
/* harmony export */ });
|
|
2770
|
-
/* harmony import */ var _SellAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
2771
|
-
/* harmony import */ var _SendTokenAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
2772
|
-
/* harmony import */ var _SendTokenAndUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
2773
|
-
/* harmony import */ var _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
2774
|
-
/* harmony import */ var _WrapEthAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
2775
|
-
/* harmony import */ var _UnwrapEthAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
2776
|
-
/* harmony import */ var _SumInputsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
2777
|
-
/* harmony import */ var _SubInputsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
2778
|
-
/* harmony import */ var _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
2779
|
-
/* harmony import */ var _TokenBalanceAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
2780
|
-
/* harmony import */ var _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
2781
|
-
/* harmony import */ var _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
2782
|
-
/* harmony import */ var _UpdateSubAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
2783
|
-
/* harmony import */ var _ToggleSubAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
2784
|
-
/* harmony import */ var _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
2785
|
-
/* harmony import */ var _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
2786
|
-
/* harmony import */ var _CreateSubAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
2855
|
+
/* harmony import */ var _SellAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(65);
|
|
2856
|
+
/* harmony import */ var _SendTokenAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(66);
|
|
2857
|
+
/* harmony import */ var _SendTokenAndUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(67);
|
|
2858
|
+
/* harmony import */ var _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(68);
|
|
2859
|
+
/* harmony import */ var _WrapEthAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(69);
|
|
2860
|
+
/* harmony import */ var _UnwrapEthAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(70);
|
|
2861
|
+
/* harmony import */ var _SumInputsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(71);
|
|
2862
|
+
/* harmony import */ var _SubInputsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(72);
|
|
2863
|
+
/* harmony import */ var _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(73);
|
|
2864
|
+
/* harmony import */ var _TokenBalanceAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(74);
|
|
2865
|
+
/* harmony import */ var _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(75);
|
|
2866
|
+
/* harmony import */ var _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(76);
|
|
2867
|
+
/* harmony import */ var _UpdateSubAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(77);
|
|
2868
|
+
/* harmony import */ var _ToggleSubAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(78);
|
|
2869
|
+
/* harmony import */ var _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(79);
|
|
2870
|
+
/* harmony import */ var _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(80);
|
|
2871
|
+
/* harmony import */ var _CreateSubAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(81);
|
|
2787
2872
|
|
|
2788
2873
|
|
|
2789
2874
|
|
|
@@ -2803,7 +2888,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2803
2888
|
|
|
2804
2889
|
|
|
2805
2890
|
/***/ }),
|
|
2806
|
-
/*
|
|
2891
|
+
/* 65 */
|
|
2807
2892
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2808
2893
|
|
|
2809
2894
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2876,7 +2961,7 @@ class SellAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_3__.ActionWithL2
|
|
|
2876
2961
|
}
|
|
2877
2962
|
|
|
2878
2963
|
/***/ }),
|
|
2879
|
-
/*
|
|
2964
|
+
/* 66 */
|
|
2880
2965
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2881
2966
|
|
|
2882
2967
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2907,7 +2992,7 @@ class SendTokenAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2907
2992
|
}
|
|
2908
2993
|
|
|
2909
2994
|
/***/ }),
|
|
2910
|
-
/*
|
|
2995
|
+
/* 67 */
|
|
2911
2996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2912
2997
|
|
|
2913
2998
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2938,7 +3023,7 @@ class SendTokenAndUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
2938
3023
|
}
|
|
2939
3024
|
|
|
2940
3025
|
/***/ }),
|
|
2941
|
-
/*
|
|
3026
|
+
/* 68 */
|
|
2942
3027
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2943
3028
|
|
|
2944
3029
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2985,7 +3070,7 @@ class PullTokenAction extends _Action__WEBPACK_IMPORTED_MODULE_2__.Action {
|
|
|
2985
3070
|
}
|
|
2986
3071
|
|
|
2987
3072
|
/***/ }),
|
|
2988
|
-
/*
|
|
3073
|
+
/* 69 */
|
|
2989
3074
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2990
3075
|
|
|
2991
3076
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3026,7 +3111,7 @@ class WrapEthAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWit
|
|
|
3026
3111
|
}
|
|
3027
3112
|
|
|
3028
3113
|
/***/ }),
|
|
3029
|
-
/*
|
|
3114
|
+
/* 70 */
|
|
3030
3115
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3031
3116
|
|
|
3032
3117
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3065,7 +3150,7 @@ class UnwrapEthAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionW
|
|
|
3065
3150
|
}
|
|
3066
3151
|
|
|
3067
3152
|
/***/ }),
|
|
3068
|
-
/*
|
|
3153
|
+
/* 71 */
|
|
3069
3154
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3070
3155
|
|
|
3071
3156
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3088,7 +3173,7 @@ class SumInputsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3088
3173
|
}
|
|
3089
3174
|
|
|
3090
3175
|
/***/ }),
|
|
3091
|
-
/*
|
|
3176
|
+
/* 72 */
|
|
3092
3177
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3093
3178
|
|
|
3094
3179
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3111,7 +3196,7 @@ class SubInputsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3111
3196
|
}
|
|
3112
3197
|
|
|
3113
3198
|
/***/ }),
|
|
3114
|
-
/*
|
|
3199
|
+
/* 73 */
|
|
3115
3200
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3116
3201
|
|
|
3117
3202
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3137,7 +3222,7 @@ class ChangeProxyOwnerAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3137
3222
|
}
|
|
3138
3223
|
|
|
3139
3224
|
/***/ }),
|
|
3140
|
-
/*
|
|
3225
|
+
/* 74 */
|
|
3141
3226
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3142
3227
|
|
|
3143
3228
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3158,7 +3243,7 @@ class TokenBalanceAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3158
3243
|
}
|
|
3159
3244
|
|
|
3160
3245
|
/***/ }),
|
|
3161
|
-
/*
|
|
3246
|
+
/* 75 */
|
|
3162
3247
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3163
3248
|
|
|
3164
3249
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3181,7 +3266,7 @@ class AutomationV2Unsub extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3181
3266
|
}
|
|
3182
3267
|
|
|
3183
3268
|
/***/ }),
|
|
3184
|
-
/*
|
|
3269
|
+
/* 76 */
|
|
3185
3270
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3186
3271
|
|
|
3187
3272
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3210,7 +3295,7 @@ class GasFeeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3210
3295
|
}
|
|
3211
3296
|
|
|
3212
3297
|
/***/ }),
|
|
3213
|
-
/*
|
|
3298
|
+
/* 77 */
|
|
3214
3299
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3215
3300
|
|
|
3216
3301
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3241,7 +3326,7 @@ class UpdateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3241
3326
|
}
|
|
3242
3327
|
|
|
3243
3328
|
/***/ }),
|
|
3244
|
-
/*
|
|
3329
|
+
/* 78 */
|
|
3245
3330
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3246
3331
|
|
|
3247
3332
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3268,7 +3353,7 @@ class ToggleSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3268
3353
|
}
|
|
3269
3354
|
|
|
3270
3355
|
/***/ }),
|
|
3271
|
-
/*
|
|
3356
|
+
/* 79 */
|
|
3272
3357
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3273
3358
|
|
|
3274
3359
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3299,7 +3384,7 @@ class GasFeeActionL2 extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3299
3384
|
}
|
|
3300
3385
|
|
|
3301
3386
|
/***/ }),
|
|
3302
|
-
/*
|
|
3387
|
+
/* 80 */
|
|
3303
3388
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3304
3389
|
|
|
3305
3390
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3324,7 +3409,7 @@ class TransferNFTAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3324
3409
|
}
|
|
3325
3410
|
|
|
3326
3411
|
/***/ }),
|
|
3327
|
-
/*
|
|
3412
|
+
/* 81 */
|
|
3328
3413
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3329
3414
|
|
|
3330
3415
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3353,7 +3438,7 @@ class CreateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3353
3438
|
}
|
|
3354
3439
|
|
|
3355
3440
|
/***/ }),
|
|
3356
|
-
/*
|
|
3441
|
+
/* 82 */
|
|
3357
3442
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3358
3443
|
|
|
3359
3444
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3372,19 +3457,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3372
3457
|
/* harmony export */ "MakerFlashLoanAction": () => (/* reexport safe */ _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_6__.MakerFlashLoanAction),
|
|
3373
3458
|
/* harmony export */ "MakerFlashLoanPaybackAction": () => (/* reexport safe */ _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_7__.MakerFlashLoanPaybackAction)
|
|
3374
3459
|
/* harmony export */ });
|
|
3375
|
-
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3376
|
-
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3377
|
-
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
3378
|
-
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3379
|
-
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
3380
|
-
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
3381
|
-
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
3382
|
-
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
3383
|
-
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
3384
|
-
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
3385
|
-
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
3386
|
-
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
3387
|
-
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
3460
|
+
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(83);
|
|
3461
|
+
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(84);
|
|
3462
|
+
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(85);
|
|
3463
|
+
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(86);
|
|
3464
|
+
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(87);
|
|
3465
|
+
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(88);
|
|
3466
|
+
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(89);
|
|
3467
|
+
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(90);
|
|
3468
|
+
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(91);
|
|
3469
|
+
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(92);
|
|
3470
|
+
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(93);
|
|
3471
|
+
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(94);
|
|
3472
|
+
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(95);
|
|
3388
3473
|
|
|
3389
3474
|
|
|
3390
3475
|
|
|
@@ -3400,7 +3485,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3400
3485
|
|
|
3401
3486
|
|
|
3402
3487
|
/***/ }),
|
|
3403
|
-
/*
|
|
3488
|
+
/* 83 */
|
|
3404
3489
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3405
3490
|
|
|
3406
3491
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3431,14 +3516,14 @@ class DyDxFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3431
3516
|
}
|
|
3432
3517
|
|
|
3433
3518
|
/***/ }),
|
|
3434
|
-
/*
|
|
3519
|
+
/* 84 */
|
|
3435
3520
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3436
3521
|
|
|
3437
3522
|
__webpack_require__.r(__webpack_exports__);
|
|
3438
3523
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3439
3524
|
/* harmony export */ "DyDxFlashLoanPaybackAction": () => (/* binding */ DyDxFlashLoanPaybackAction)
|
|
3440
3525
|
/* harmony export */ });
|
|
3441
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3526
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
|
|
3442
3527
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3443
3528
|
|
|
3444
3529
|
|
|
@@ -3458,7 +3543,7 @@ class DyDxFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Sen
|
|
|
3458
3543
|
}
|
|
3459
3544
|
|
|
3460
3545
|
/***/ }),
|
|
3461
|
-
/*
|
|
3546
|
+
/* 85 */
|
|
3462
3547
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3463
3548
|
|
|
3464
3549
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3491,14 +3576,14 @@ class AaveV2FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3491
3576
|
}
|
|
3492
3577
|
|
|
3493
3578
|
/***/ }),
|
|
3494
|
-
/*
|
|
3579
|
+
/* 86 */
|
|
3495
3580
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3496
3581
|
|
|
3497
3582
|
__webpack_require__.r(__webpack_exports__);
|
|
3498
3583
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3499
3584
|
/* harmony export */ "AaveV2FlashLoanPaybackAction": () => (/* binding */ AaveV2FlashLoanPaybackAction)
|
|
3500
3585
|
/* harmony export */ });
|
|
3501
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3586
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
|
|
3502
3587
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3503
3588
|
|
|
3504
3589
|
|
|
@@ -3518,7 +3603,7 @@ class AaveV2FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
3518
3603
|
}
|
|
3519
3604
|
|
|
3520
3605
|
/***/ }),
|
|
3521
|
-
/*
|
|
3606
|
+
/* 87 */
|
|
3522
3607
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3523
3608
|
|
|
3524
3609
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3551,14 +3636,14 @@ class AaveV3FlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
3551
3636
|
}
|
|
3552
3637
|
|
|
3553
3638
|
/***/ }),
|
|
3554
|
-
/*
|
|
3639
|
+
/* 88 */
|
|
3555
3640
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3556
3641
|
|
|
3557
3642
|
__webpack_require__.r(__webpack_exports__);
|
|
3558
3643
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3559
3644
|
/* harmony export */ "AaveV3FlashLoanPaybackAction": () => (/* binding */ AaveV3FlashLoanPaybackAction)
|
|
3560
3645
|
/* harmony export */ });
|
|
3561
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3646
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
|
|
3562
3647
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3563
3648
|
|
|
3564
3649
|
|
|
@@ -3578,7 +3663,7 @@ class AaveV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
3578
3663
|
}
|
|
3579
3664
|
|
|
3580
3665
|
/***/ }),
|
|
3581
|
-
/*
|
|
3666
|
+
/* 89 */
|
|
3582
3667
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3583
3668
|
|
|
3584
3669
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3608,14 +3693,14 @@ class MakerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3608
3693
|
}
|
|
3609
3694
|
|
|
3610
3695
|
/***/ }),
|
|
3611
|
-
/*
|
|
3696
|
+
/* 90 */
|
|
3612
3697
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3613
3698
|
|
|
3614
3699
|
__webpack_require__.r(__webpack_exports__);
|
|
3615
3700
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3616
3701
|
/* harmony export */ "MakerFlashLoanPaybackAction": () => (/* binding */ MakerFlashLoanPaybackAction)
|
|
3617
3702
|
/* harmony export */ });
|
|
3618
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3703
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
|
|
3619
3704
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3620
3705
|
|
|
3621
3706
|
|
|
@@ -3634,7 +3719,7 @@ class MakerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
3634
3719
|
}
|
|
3635
3720
|
|
|
3636
3721
|
/***/ }),
|
|
3637
|
-
/*
|
|
3722
|
+
/* 91 */
|
|
3638
3723
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3639
3724
|
|
|
3640
3725
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3665,14 +3750,14 @@ class BalancerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
3665
3750
|
}
|
|
3666
3751
|
|
|
3667
3752
|
/***/ }),
|
|
3668
|
-
/*
|
|
3753
|
+
/* 92 */
|
|
3669
3754
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3670
3755
|
|
|
3671
3756
|
__webpack_require__.r(__webpack_exports__);
|
|
3672
3757
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3673
3758
|
/* harmony export */ "BalancerFlashLoanPaybackAction": () => (/* binding */ BalancerFlashLoanPaybackAction)
|
|
3674
3759
|
/* harmony export */ });
|
|
3675
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3760
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
|
|
3676
3761
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3677
3762
|
|
|
3678
3763
|
|
|
@@ -3692,7 +3777,7 @@ class BalancerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__
|
|
|
3692
3777
|
}
|
|
3693
3778
|
|
|
3694
3779
|
/***/ }),
|
|
3695
|
-
/*
|
|
3780
|
+
/* 93 */
|
|
3696
3781
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3697
3782
|
|
|
3698
3783
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3723,14 +3808,14 @@ class EulerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3723
3808
|
}
|
|
3724
3809
|
|
|
3725
3810
|
/***/ }),
|
|
3726
|
-
/*
|
|
3811
|
+
/* 94 */
|
|
3727
3812
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3728
3813
|
|
|
3729
3814
|
__webpack_require__.r(__webpack_exports__);
|
|
3730
3815
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3731
3816
|
/* harmony export */ "EulerFlashLoanPaybackAction": () => (/* binding */ EulerFlashLoanPaybackAction)
|
|
3732
3817
|
/* harmony export */ });
|
|
3733
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3818
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(64);
|
|
3734
3819
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3735
3820
|
|
|
3736
3821
|
|
|
@@ -3750,7 +3835,7 @@ class EulerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
3750
3835
|
}
|
|
3751
3836
|
|
|
3752
3837
|
/***/ }),
|
|
3753
|
-
/*
|
|
3838
|
+
/* 95 */
|
|
3754
3839
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3755
3840
|
|
|
3756
3841
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3785,16 +3870,16 @@ class FLAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3785
3870
|
}
|
|
3786
3871
|
function _handleArgs2(specificFLAction) {
|
|
3787
3872
|
var argsToReturn = [specificFLAction.args[0], specificFLAction.args[1], specificFLAction.args[2], specificFLAction.args[3], (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty'), [], specificFLAction.args[6]];
|
|
3788
|
-
if (specificFLAction.constructor.name === '
|
|
3873
|
+
if (specificFLAction.constructor.name === 'AaveV2FlashLoanAction') {
|
|
3789
3874
|
argsToReturn[5] = [1];
|
|
3790
3875
|
}
|
|
3791
|
-
if (specificFLAction.constructor.name === '
|
|
3876
|
+
if (specificFLAction.constructor.name === 'AaveV3FlashLoanAction') {
|
|
3792
3877
|
argsToReturn[5] = [1];
|
|
3793
3878
|
}
|
|
3794
|
-
if (specificFLAction.constructor.name === '
|
|
3879
|
+
if (specificFLAction.constructor.name === 'BalancerFlashLoanAction') {
|
|
3795
3880
|
argsToReturn[5] = [2];
|
|
3796
3881
|
}
|
|
3797
|
-
if (specificFLAction.constructor.name === '
|
|
3882
|
+
if (specificFLAction.constructor.name === 'EulerFlashLoanAction') {
|
|
3798
3883
|
argsToReturn[5] = [3];
|
|
3799
3884
|
}
|
|
3800
3885
|
if (specificFLAction.constructor.name === 'MakerFlashLoanAction') {
|
|
@@ -3804,7 +3889,7 @@ function _handleArgs2(specificFLAction) {
|
|
|
3804
3889
|
}
|
|
3805
3890
|
|
|
3806
3891
|
/***/ }),
|
|
3807
|
-
/*
|
|
3892
|
+
/* 96 */
|
|
3808
3893
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3809
3894
|
|
|
3810
3895
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3812,13 +3897,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3812
3897
|
/* harmony export */ "UniswapSupplyAction": () => (/* reexport safe */ _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__.UniswapSupplyAction),
|
|
3813
3898
|
/* harmony export */ "UniswapWithdrawAction": () => (/* reexport safe */ _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.UniswapWithdrawAction)
|
|
3814
3899
|
/* harmony export */ });
|
|
3815
|
-
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3816
|
-
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3900
|
+
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(97);
|
|
3901
|
+
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(98);
|
|
3817
3902
|
|
|
3818
3903
|
|
|
3819
3904
|
|
|
3820
3905
|
/***/ }),
|
|
3821
|
-
/*
|
|
3906
|
+
/* 97 */
|
|
3822
3907
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3823
3908
|
|
|
3824
3909
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3881,7 +3966,7 @@ class UniswapSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
3881
3966
|
}
|
|
3882
3967
|
|
|
3883
3968
|
/***/ }),
|
|
3884
|
-
/*
|
|
3969
|
+
/* 98 */
|
|
3885
3970
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3886
3971
|
|
|
3887
3972
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3889,7 +3974,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3889
3974
|
/* harmony export */ "UniswapWithdrawAction": () => (/* binding */ UniswapWithdrawAction)
|
|
3890
3975
|
/* harmony export */ });
|
|
3891
3976
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
3892
|
-
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3977
|
+
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(99);
|
|
3893
3978
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
3894
3979
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
3895
3980
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
@@ -3934,7 +4019,7 @@ class UniswapWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3934
4019
|
}
|
|
3935
4020
|
|
|
3936
4021
|
/***/ }),
|
|
3937
|
-
/*
|
|
4022
|
+
/* 99 */
|
|
3938
4023
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3939
4024
|
|
|
3940
4025
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3942,9 +4027,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3942
4027
|
/* harmony export */ "getPoolAddressByAddresses": () => (/* binding */ getPoolAddressByAddresses),
|
|
3943
4028
|
/* harmony export */ "getPoolAddressBySymbols": () => (/* binding */ getPoolAddressBySymbols)
|
|
3944
4029
|
/* harmony export */ });
|
|
3945
|
-
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4030
|
+
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(100);
|
|
3946
4031
|
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__);
|
|
3947
|
-
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4032
|
+
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(101);
|
|
3948
4033
|
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_address__WEBPACK_IMPORTED_MODULE_1__);
|
|
3949
4034
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
3950
4035
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -3985,19 +4070,19 @@ var getPoolAddressByAddresses = (tokenA, tokenB) => {
|
|
|
3985
4070
|
var getPoolAddressBySymbols = (symbolA, symbolB) => getPoolAddressByAddresses((0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.getAssetInfo)(symbolA.replace(/^ETH$/, 'WETH')).address, (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.getAssetInfo)(symbolB.replace(/^ETH$/, 'WETH')).address);
|
|
3986
4071
|
|
|
3987
4072
|
/***/ }),
|
|
3988
|
-
/*
|
|
4073
|
+
/* 100 */
|
|
3989
4074
|
/***/ ((module) => {
|
|
3990
4075
|
|
|
3991
|
-
module.exports =
|
|
4076
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__100__;
|
|
3992
4077
|
|
|
3993
4078
|
/***/ }),
|
|
3994
|
-
/*
|
|
4079
|
+
/* 101 */
|
|
3995
4080
|
/***/ ((module) => {
|
|
3996
4081
|
|
|
3997
|
-
module.exports =
|
|
4082
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__101__;
|
|
3998
4083
|
|
|
3999
4084
|
/***/ }),
|
|
4000
|
-
/*
|
|
4085
|
+
/* 102 */
|
|
4001
4086
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4002
4087
|
|
|
4003
4088
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4011,14 +4096,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4011
4096
|
/* harmony export */ "ReflexerSupplyAction": () => (/* reexport safe */ _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.ReflexerSupplyAction),
|
|
4012
4097
|
/* harmony export */ "ReflexerWithdrawAction": () => (/* reexport safe */ _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.ReflexerWithdrawAction)
|
|
4013
4098
|
/* harmony export */ });
|
|
4014
|
-
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4015
|
-
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4016
|
-
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4017
|
-
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4018
|
-
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4019
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4020
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4021
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
4099
|
+
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(103);
|
|
4100
|
+
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(104);
|
|
4101
|
+
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(105);
|
|
4102
|
+
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(106);
|
|
4103
|
+
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(107);
|
|
4104
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(108);
|
|
4105
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(109);
|
|
4106
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(110);
|
|
4022
4107
|
|
|
4023
4108
|
|
|
4024
4109
|
|
|
@@ -4029,7 +4114,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4029
4114
|
|
|
4030
4115
|
|
|
4031
4116
|
/***/ }),
|
|
4032
|
-
/*
|
|
4117
|
+
/* 103 */
|
|
4033
4118
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4034
4119
|
|
|
4035
4120
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4055,7 +4140,7 @@ class ReflexerOpenSafeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4055
4140
|
}
|
|
4056
4141
|
|
|
4057
4142
|
/***/ }),
|
|
4058
|
-
/*
|
|
4143
|
+
/* 104 */
|
|
4059
4144
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4060
4145
|
|
|
4061
4146
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4086,7 +4171,7 @@ class ReflexerGenerateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4086
4171
|
}
|
|
4087
4172
|
|
|
4088
4173
|
/***/ }),
|
|
4089
|
-
/*
|
|
4174
|
+
/* 105 */
|
|
4090
4175
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4091
4176
|
|
|
4092
4177
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4140,7 +4225,7 @@ class ReflexerSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4140
4225
|
}
|
|
4141
4226
|
|
|
4142
4227
|
/***/ }),
|
|
4143
|
-
/*
|
|
4228
|
+
/* 106 */
|
|
4144
4229
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4145
4230
|
|
|
4146
4231
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4183,7 +4268,7 @@ class ReflexerPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
4183
4268
|
}
|
|
4184
4269
|
|
|
4185
4270
|
/***/ }),
|
|
4186
|
-
/*
|
|
4271
|
+
/* 107 */
|
|
4187
4272
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4188
4273
|
|
|
4189
4274
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4216,7 +4301,7 @@ class ReflexerWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4216
4301
|
}
|
|
4217
4302
|
|
|
4218
4303
|
/***/ }),
|
|
4219
|
-
/*
|
|
4304
|
+
/* 108 */
|
|
4220
4305
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4221
4306
|
|
|
4222
4307
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4258,7 +4343,7 @@ class ReflexerNativeUniV2SaviourDepositAction extends _Action__WEBPACK_IMPORTED_
|
|
|
4258
4343
|
}
|
|
4259
4344
|
|
|
4260
4345
|
/***/ }),
|
|
4261
|
-
/*
|
|
4346
|
+
/* 109 */
|
|
4262
4347
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4263
4348
|
|
|
4264
4349
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4290,7 +4375,7 @@ class ReflexerNativeUniV2SaviourWithdrawAction extends _Action__WEBPACK_IMPORTED
|
|
|
4290
4375
|
}
|
|
4291
4376
|
|
|
4292
4377
|
/***/ }),
|
|
4293
|
-
/*
|
|
4378
|
+
/* 110 */
|
|
4294
4379
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4295
4380
|
|
|
4296
4381
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4322,18 +4407,18 @@ class ReflexerNativeUniV2SaviourGetReservesAction extends _Action__WEBPACK_IMPOR
|
|
|
4322
4407
|
}
|
|
4323
4408
|
|
|
4324
4409
|
/***/ }),
|
|
4325
|
-
/*
|
|
4410
|
+
/* 111 */
|
|
4326
4411
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4327
4412
|
|
|
4328
4413
|
__webpack_require__.r(__webpack_exports__);
|
|
4329
4414
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4330
4415
|
/* harmony export */ "DyDxWithdrawAction": () => (/* reexport safe */ _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__.DyDxWithdrawAction)
|
|
4331
4416
|
/* harmony export */ });
|
|
4332
|
-
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4417
|
+
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
|
|
4333
4418
|
|
|
4334
4419
|
|
|
4335
4420
|
/***/ }),
|
|
4336
|
-
/*
|
|
4421
|
+
/* 112 */
|
|
4337
4422
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4338
4423
|
|
|
4339
4424
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4364,7 +4449,7 @@ class DyDxWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4364
4449
|
}
|
|
4365
4450
|
|
|
4366
4451
|
/***/ }),
|
|
4367
|
-
/*
|
|
4452
|
+
/* 113 */
|
|
4368
4453
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4369
4454
|
|
|
4370
4455
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4375,11 +4460,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4375
4460
|
/* harmony export */ "UniswapV3SupplyAction": () => (/* reexport safe */ _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__.UniswapV3SupplyAction),
|
|
4376
4461
|
/* harmony export */ "UniswapV3WithdrawAction": () => (/* reexport safe */ _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__.UniswapV3WithdrawAction)
|
|
4377
4462
|
/* harmony export */ });
|
|
4378
|
-
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4379
|
-
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4380
|
-
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4381
|
-
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4382
|
-
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4463
|
+
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(114);
|
|
4464
|
+
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(115);
|
|
4465
|
+
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(116);
|
|
4466
|
+
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(117);
|
|
4467
|
+
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(118);
|
|
4383
4468
|
|
|
4384
4469
|
|
|
4385
4470
|
|
|
@@ -4387,7 +4472,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4387
4472
|
|
|
4388
4473
|
|
|
4389
4474
|
/***/ }),
|
|
4390
|
-
/*
|
|
4475
|
+
/* 114 */
|
|
4391
4476
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4392
4477
|
|
|
4393
4478
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4453,7 +4538,7 @@ class UniswapV3MintAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
4453
4538
|
}
|
|
4454
4539
|
|
|
4455
4540
|
/***/ }),
|
|
4456
|
-
/*
|
|
4541
|
+
/* 115 */
|
|
4457
4542
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4458
4543
|
|
|
4459
4544
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4513,7 +4598,7 @@ class UniswapV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
4513
4598
|
}
|
|
4514
4599
|
|
|
4515
4600
|
/***/ }),
|
|
4516
|
-
/*
|
|
4601
|
+
/* 116 */
|
|
4517
4602
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4518
4603
|
|
|
4519
4604
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4568,7 +4653,7 @@ class UniswapV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
4568
4653
|
}
|
|
4569
4654
|
|
|
4570
4655
|
/***/ }),
|
|
4571
|
-
/*
|
|
4656
|
+
/* 117 */
|
|
4572
4657
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4573
4658
|
|
|
4574
4659
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4615,7 +4700,7 @@ class UniswapV3CollectAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
4615
4700
|
}
|
|
4616
4701
|
|
|
4617
4702
|
/***/ }),
|
|
4618
|
-
/*
|
|
4703
|
+
/* 118 */
|
|
4619
4704
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4620
4705
|
|
|
4621
4706
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4682,7 +4767,7 @@ class UniswapV3CreatePoolAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
4682
4767
|
}
|
|
4683
4768
|
|
|
4684
4769
|
/***/ }),
|
|
4685
|
-
/*
|
|
4770
|
+
/* 119 */
|
|
4686
4771
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4687
4772
|
|
|
4688
4773
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4691,15 +4776,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4691
4776
|
/* harmony export */ "CompoundV3RatioCheckAction": () => (/* reexport safe */ _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__.CompoundV3RatioCheckAction),
|
|
4692
4777
|
/* harmony export */ "MakerRatioCheckAction": () => (/* reexport safe */ _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__.MakerRatioCheckAction)
|
|
4693
4778
|
/* harmony export */ });
|
|
4694
|
-
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4695
|
-
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4696
|
-
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4779
|
+
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(120);
|
|
4780
|
+
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(121);
|
|
4781
|
+
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(122);
|
|
4697
4782
|
|
|
4698
4783
|
|
|
4699
4784
|
|
|
4700
4785
|
|
|
4701
4786
|
/***/ }),
|
|
4702
|
-
/*
|
|
4787
|
+
/* 120 */
|
|
4703
4788
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4704
4789
|
|
|
4705
4790
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4730,7 +4815,7 @@ class MakerRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4730
4815
|
}
|
|
4731
4816
|
|
|
4732
4817
|
/***/ }),
|
|
4733
|
-
/*
|
|
4818
|
+
/* 121 */
|
|
4734
4819
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4735
4820
|
|
|
4736
4821
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4758,7 +4843,7 @@ class AaveV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4758
4843
|
}
|
|
4759
4844
|
|
|
4760
4845
|
/***/ }),
|
|
4761
|
-
/*
|
|
4846
|
+
/* 122 */
|
|
4762
4847
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4763
4848
|
|
|
4764
4849
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4788,11 +4873,12 @@ class CompoundV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
4788
4873
|
}
|
|
4789
4874
|
|
|
4790
4875
|
/***/ }),
|
|
4791
|
-
/*
|
|
4876
|
+
/* 123 */
|
|
4792
4877
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4793
4878
|
|
|
4794
4879
|
__webpack_require__.r(__webpack_exports__);
|
|
4795
4880
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4881
|
+
/* harmony export */ "LiquityAdjustAction": () => (/* reexport safe */ _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__.LiquityAdjustAction),
|
|
4796
4882
|
/* harmony export */ "LiquityBorrowAction": () => (/* reexport safe */ _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__.LiquityBorrowAction),
|
|
4797
4883
|
/* harmony export */ "LiquityClaimAction": () => (/* reexport safe */ _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__.LiquityClaimAction),
|
|
4798
4884
|
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* reexport safe */ _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__.LiquityClaimSPRewardsAction),
|
|
@@ -4809,21 +4895,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4809
4895
|
/* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
4810
4896
|
/* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
4811
4897
|
/* harmony export */ });
|
|
4812
|
-
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4813
|
-
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4814
|
-
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4815
|
-
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4816
|
-
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4817
|
-
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4818
|
-
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4819
|
-
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
4820
|
-
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
4821
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
4822
|
-
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
4823
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
4824
|
-
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
4825
|
-
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
4826
|
-
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
4898
|
+
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(124);
|
|
4899
|
+
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(125);
|
|
4900
|
+
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(126);
|
|
4901
|
+
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(127);
|
|
4902
|
+
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(128);
|
|
4903
|
+
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(129);
|
|
4904
|
+
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(130);
|
|
4905
|
+
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(131);
|
|
4906
|
+
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(132);
|
|
4907
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(133);
|
|
4908
|
+
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(134);
|
|
4909
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(135);
|
|
4910
|
+
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(136);
|
|
4911
|
+
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(137);
|
|
4912
|
+
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(138);
|
|
4913
|
+
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(139);
|
|
4914
|
+
|
|
4827
4915
|
|
|
4828
4916
|
|
|
4829
4917
|
|
|
@@ -4841,7 +4929,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4841
4929
|
|
|
4842
4930
|
|
|
4843
4931
|
/***/ }),
|
|
4844
|
-
/*
|
|
4932
|
+
/* 124 */
|
|
4845
4933
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4846
4934
|
|
|
4847
4935
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4892,7 +4980,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4892
4980
|
}
|
|
4893
4981
|
|
|
4894
4982
|
/***/ }),
|
|
4895
|
-
/*
|
|
4983
|
+
/* 125 */
|
|
4896
4984
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4897
4985
|
|
|
4898
4986
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4926,7 +5014,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4926
5014
|
}
|
|
4927
5015
|
|
|
4928
5016
|
/***/ }),
|
|
4929
|
-
/*
|
|
5017
|
+
/* 126 */
|
|
4930
5018
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4931
5019
|
|
|
4932
5020
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4973,7 +5061,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4973
5061
|
}
|
|
4974
5062
|
|
|
4975
5063
|
/***/ }),
|
|
4976
|
-
/*
|
|
5064
|
+
/* 127 */
|
|
4977
5065
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4978
5066
|
|
|
4979
5067
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5020,7 +5108,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5020
5108
|
}
|
|
5021
5109
|
|
|
5022
5110
|
/***/ }),
|
|
5023
|
-
/*
|
|
5111
|
+
/* 128 */
|
|
5024
5112
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5025
5113
|
|
|
5026
5114
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5053,7 +5141,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5053
5141
|
}
|
|
5054
5142
|
|
|
5055
5143
|
/***/ }),
|
|
5056
|
-
/*
|
|
5144
|
+
/* 129 */
|
|
5057
5145
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5058
5146
|
|
|
5059
5147
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5099,7 +5187,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5099
5187
|
}
|
|
5100
5188
|
|
|
5101
5189
|
/***/ }),
|
|
5102
|
-
/*
|
|
5190
|
+
/* 130 */
|
|
5103
5191
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5104
5192
|
|
|
5105
5193
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5129,7 +5217,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5129
5217
|
}
|
|
5130
5218
|
|
|
5131
5219
|
/***/ }),
|
|
5132
|
-
/*
|
|
5220
|
+
/* 131 */
|
|
5133
5221
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5134
5222
|
|
|
5135
5223
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5182,7 +5270,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5182
5270
|
}
|
|
5183
5271
|
|
|
5184
5272
|
/***/ }),
|
|
5185
|
-
/*
|
|
5273
|
+
/* 132 */
|
|
5186
5274
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5187
5275
|
|
|
5188
5276
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5231,7 +5319,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
5231
5319
|
}
|
|
5232
5320
|
|
|
5233
5321
|
/***/ }),
|
|
5234
|
-
/*
|
|
5322
|
+
/* 133 */
|
|
5235
5323
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5236
5324
|
|
|
5237
5325
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5266,7 +5354,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
5266
5354
|
}
|
|
5267
5355
|
|
|
5268
5356
|
/***/ }),
|
|
5269
|
-
/*
|
|
5357
|
+
/* 134 */
|
|
5270
5358
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5271
5359
|
|
|
5272
5360
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5315,7 +5403,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5315
5403
|
}
|
|
5316
5404
|
|
|
5317
5405
|
/***/ }),
|
|
5318
|
-
/*
|
|
5406
|
+
/* 135 */
|
|
5319
5407
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5320
5408
|
|
|
5321
5409
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5350,7 +5438,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5350
5438
|
}
|
|
5351
5439
|
|
|
5352
5440
|
/***/ }),
|
|
5353
|
-
/*
|
|
5441
|
+
/* 136 */
|
|
5354
5442
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5355
5443
|
|
|
5356
5444
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5382,14 +5470,14 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
5382
5470
|
}
|
|
5383
5471
|
|
|
5384
5472
|
/***/ }),
|
|
5385
|
-
/*
|
|
5473
|
+
/* 137 */
|
|
5386
5474
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5387
5475
|
|
|
5388
5476
|
__webpack_require__.r(__webpack_exports__);
|
|
5389
5477
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5390
5478
|
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* binding */ LiquityClaimSPRewardsAction)
|
|
5391
5479
|
/* harmony export */ });
|
|
5392
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5480
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(133);
|
|
5393
5481
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
5394
5482
|
|
|
5395
5483
|
|
|
@@ -5411,14 +5499,14 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
|
|
|
5411
5499
|
}
|
|
5412
5500
|
|
|
5413
5501
|
/***/ }),
|
|
5414
|
-
/*
|
|
5502
|
+
/* 138 */
|
|
5415
5503
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5416
5504
|
|
|
5417
5505
|
__webpack_require__.r(__webpack_exports__);
|
|
5418
5506
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5419
5507
|
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* binding */ LiquityClaimStakingRewardsAction)
|
|
5420
5508
|
/* harmony export */ });
|
|
5421
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5509
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(135);
|
|
5422
5510
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
5423
5511
|
|
|
5424
5512
|
|
|
@@ -5440,7 +5528,46 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
|
|
|
5440
5528
|
}
|
|
5441
5529
|
|
|
5442
5530
|
/***/ }),
|
|
5443
|
-
/*
|
|
5531
|
+
/* 139 */
|
|
5532
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5533
|
+
|
|
5534
|
+
__webpack_require__.r(__webpack_exports__);
|
|
5535
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5536
|
+
/* harmony export */ "LiquityAdjustAction": () => (/* binding */ LiquityAdjustAction)
|
|
5537
|
+
/* harmony export */ });
|
|
5538
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
5539
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
5540
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
5541
|
+
|
|
5542
|
+
|
|
5543
|
+
|
|
5544
|
+
/**
|
|
5545
|
+
* LiquityAdjustAction - Adjust action for Liquity
|
|
5546
|
+
*
|
|
5547
|
+
* @category Liquity
|
|
5548
|
+
*/
|
|
5549
|
+
class LiquityAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
5550
|
+
/**
|
|
5551
|
+
* @param maxFeePercentage Highest borrowing fee to accept
|
|
5552
|
+
* @param collAmount Amount of collateral (weth) to deposit
|
|
5553
|
+
* @param lusdAmount Amount of LUSD tokens to borrow
|
|
5554
|
+
* @param collChange Whether to supply or withdraw collateral
|
|
5555
|
+
* @param debtChange Whether to borrow or repay LUSD
|
|
5556
|
+
* @param from Address where to pull the tokens from
|
|
5557
|
+
* @param to Address that will receive the borrowed tokens
|
|
5558
|
+
* @param upperHint Address in the linked list to use as an upper limit
|
|
5559
|
+
* @param lowerHint Address in the linked list to use as a lower limit
|
|
5560
|
+
*/
|
|
5561
|
+
constructor(maxFeePercentage, collAmount, lusdAmount, collChange, debtChange, from, to, upperHint, lowerHint) {
|
|
5562
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(from);
|
|
5563
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(to);
|
|
5564
|
+
super('LiquityAdjust', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('LiquityAdjust'), ['uint256', 'uint256', 'uint256', 'uint8', 'uint8', 'address', 'address', 'address', 'address'], [maxFeePercentage, collAmount, lusdAmount, collChange, debtChange, from, to, upperHint, lowerHint]);
|
|
5565
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[5], this.args[6]];
|
|
5566
|
+
}
|
|
5567
|
+
}
|
|
5568
|
+
|
|
5569
|
+
/***/ }),
|
|
5570
|
+
/* 140 */
|
|
5444
5571
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5445
5572
|
|
|
5446
5573
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5448,13 +5575,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5448
5575
|
/* harmony export */ "YearnSupplyAction": () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
|
|
5449
5576
|
/* harmony export */ "YearnWithdrawAction": () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
|
|
5450
5577
|
/* harmony export */ });
|
|
5451
|
-
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5452
|
-
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5578
|
+
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(141);
|
|
5579
|
+
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(142);
|
|
5453
5580
|
|
|
5454
5581
|
|
|
5455
5582
|
|
|
5456
5583
|
/***/ }),
|
|
5457
|
-
/*
|
|
5584
|
+
/* 141 */
|
|
5458
5585
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5459
5586
|
|
|
5460
5587
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5505,7 +5632,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5505
5632
|
}
|
|
5506
5633
|
|
|
5507
5634
|
/***/ }),
|
|
5508
|
-
/*
|
|
5635
|
+
/* 142 */
|
|
5509
5636
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5510
5637
|
|
|
5511
5638
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5556,7 +5683,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5556
5683
|
}
|
|
5557
5684
|
|
|
5558
5685
|
/***/ }),
|
|
5559
|
-
/*
|
|
5686
|
+
/* 143 */
|
|
5560
5687
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5561
5688
|
|
|
5562
5689
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5565,15 +5692,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5565
5692
|
/* harmony export */ "LidoUnwrapAction": () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
|
|
5566
5693
|
/* harmony export */ "LidoWrapAction": () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
|
|
5567
5694
|
/* harmony export */ });
|
|
5568
|
-
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5569
|
-
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5570
|
-
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5695
|
+
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(144);
|
|
5696
|
+
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(145);
|
|
5697
|
+
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(146);
|
|
5571
5698
|
|
|
5572
5699
|
|
|
5573
5700
|
|
|
5574
5701
|
|
|
5575
5702
|
/***/ }),
|
|
5576
|
-
/*
|
|
5703
|
+
/* 144 */
|
|
5577
5704
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5578
5705
|
|
|
5579
5706
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5619,7 +5746,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5619
5746
|
}
|
|
5620
5747
|
|
|
5621
5748
|
/***/ }),
|
|
5622
|
-
/*
|
|
5749
|
+
/* 145 */
|
|
5623
5750
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5624
5751
|
|
|
5625
5752
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5673,7 +5800,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5673
5800
|
}
|
|
5674
5801
|
|
|
5675
5802
|
/***/ }),
|
|
5676
|
-
/*
|
|
5803
|
+
/* 146 */
|
|
5677
5804
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5678
5805
|
|
|
5679
5806
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5716,18 +5843,18 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5716
5843
|
}
|
|
5717
5844
|
|
|
5718
5845
|
/***/ }),
|
|
5719
|
-
/*
|
|
5846
|
+
/* 147 */
|
|
5720
5847
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5721
5848
|
|
|
5722
5849
|
__webpack_require__.r(__webpack_exports__);
|
|
5723
5850
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5724
5851
|
/* harmony export */ "InstPullTokensAction": () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
|
|
5725
5852
|
/* harmony export */ });
|
|
5726
|
-
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5853
|
+
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(148);
|
|
5727
5854
|
|
|
5728
5855
|
|
|
5729
5856
|
/***/ }),
|
|
5730
|
-
/*
|
|
5857
|
+
/* 148 */
|
|
5731
5858
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5732
5859
|
|
|
5733
5860
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5770,7 +5897,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5770
5897
|
}
|
|
5771
5898
|
|
|
5772
5899
|
/***/ }),
|
|
5773
|
-
/*
|
|
5900
|
+
/* 149 */
|
|
5774
5901
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5775
5902
|
|
|
5776
5903
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5779,15 +5906,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5779
5906
|
/* harmony export */ "BalancerV2SupplyAction": () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
|
|
5780
5907
|
/* harmony export */ "BalancerV2WithdrawAction": () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
|
|
5781
5908
|
/* harmony export */ });
|
|
5782
|
-
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5783
|
-
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5784
|
-
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5909
|
+
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(150);
|
|
5910
|
+
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(151);
|
|
5911
|
+
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(152);
|
|
5785
5912
|
|
|
5786
5913
|
|
|
5787
5914
|
|
|
5788
5915
|
|
|
5789
5916
|
/***/ }),
|
|
5790
|
-
/*
|
|
5917
|
+
/* 150 */
|
|
5791
5918
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5792
5919
|
|
|
5793
5920
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5839,7 +5966,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5839
5966
|
}
|
|
5840
5967
|
|
|
5841
5968
|
/***/ }),
|
|
5842
|
-
/*
|
|
5969
|
+
/* 151 */
|
|
5843
5970
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5844
5971
|
|
|
5845
5972
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5895,7 +6022,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
5895
6022
|
}
|
|
5896
6023
|
|
|
5897
6024
|
/***/ }),
|
|
5898
|
-
/*
|
|
6025
|
+
/* 152 */
|
|
5899
6026
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5900
6027
|
|
|
5901
6028
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5944,7 +6071,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5944
6071
|
}
|
|
5945
6072
|
|
|
5946
6073
|
/***/ }),
|
|
5947
|
-
/*
|
|
6074
|
+
/* 153 */
|
|
5948
6075
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5949
6076
|
|
|
5950
6077
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5959,15 +6086,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5959
6086
|
/* harmony export */ "CurveSwapAction": () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
|
|
5960
6087
|
/* harmony export */ "CurveWithdrawAction": () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
|
|
5961
6088
|
/* harmony export */ });
|
|
5962
|
-
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5963
|
-
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5964
|
-
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5965
|
-
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5966
|
-
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5967
|
-
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
5968
|
-
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
5969
|
-
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5970
|
-
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
6089
|
+
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(154);
|
|
6090
|
+
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(155);
|
|
6091
|
+
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(158);
|
|
6092
|
+
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(159);
|
|
6093
|
+
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(160);
|
|
6094
|
+
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(161);
|
|
6095
|
+
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(162);
|
|
6096
|
+
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(163);
|
|
6097
|
+
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(164);
|
|
5971
6098
|
|
|
5972
6099
|
|
|
5973
6100
|
|
|
@@ -5979,7 +6106,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5979
6106
|
|
|
5980
6107
|
|
|
5981
6108
|
/***/ }),
|
|
5982
|
-
/*
|
|
6109
|
+
/* 154 */
|
|
5983
6110
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5984
6111
|
|
|
5985
6112
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6026,7 +6153,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6026
6153
|
}
|
|
6027
6154
|
|
|
6028
6155
|
/***/ }),
|
|
6029
|
-
/*
|
|
6156
|
+
/* 155 */
|
|
6030
6157
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6031
6158
|
|
|
6032
6159
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6038,7 +6165,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6038
6165
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
6039
6166
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
6040
6167
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
6041
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
6168
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(156);
|
|
6042
6169
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
6043
6170
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
6044
6171
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -6099,7 +6226,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6099
6226
|
}
|
|
6100
6227
|
|
|
6101
6228
|
/***/ }),
|
|
6102
|
-
/*
|
|
6229
|
+
/* 156 */
|
|
6103
6230
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6104
6231
|
|
|
6105
6232
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6107,7 +6234,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6107
6234
|
/* harmony export */ "makeFlags": () => (/* binding */ makeFlags),
|
|
6108
6235
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
6109
6236
|
/* harmony export */ });
|
|
6110
|
-
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6237
|
+
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(157);
|
|
6111
6238
|
|
|
6112
6239
|
|
|
6113
6240
|
|
|
@@ -6120,13 +6247,13 @@ var makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeOne
|
|
|
6120
6247
|
) => depositTargetType | explicitUnderlying << 2 | withdrawExact << 3 | removeOneCoin << 4;
|
|
6121
6248
|
|
|
6122
6249
|
/***/ }),
|
|
6123
|
-
/*
|
|
6250
|
+
/* 157 */
|
|
6124
6251
|
/***/ ((module) => {
|
|
6125
6252
|
|
|
6126
6253
|
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}]');
|
|
6127
6254
|
|
|
6128
6255
|
/***/ }),
|
|
6129
|
-
/*
|
|
6256
|
+
/* 158 */
|
|
6130
6257
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6131
6258
|
|
|
6132
6259
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6136,7 +6263,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6136
6263
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
6137
6264
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6138
6265
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
6139
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6266
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(156);
|
|
6140
6267
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
6141
6268
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
6142
6269
|
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -6195,7 +6322,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6195
6322
|
}
|
|
6196
6323
|
|
|
6197
6324
|
/***/ }),
|
|
6198
|
-
/*
|
|
6325
|
+
/* 159 */
|
|
6199
6326
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6200
6327
|
|
|
6201
6328
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6240,7 +6367,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
6240
6367
|
}
|
|
6241
6368
|
|
|
6242
6369
|
/***/ }),
|
|
6243
|
-
/*
|
|
6370
|
+
/* 160 */
|
|
6244
6371
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6245
6372
|
|
|
6246
6373
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6271,7 +6398,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
6271
6398
|
}
|
|
6272
6399
|
|
|
6273
6400
|
/***/ }),
|
|
6274
|
-
/*
|
|
6401
|
+
/* 161 */
|
|
6275
6402
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6276
6403
|
|
|
6277
6404
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6300,7 +6427,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6300
6427
|
}
|
|
6301
6428
|
|
|
6302
6429
|
/***/ }),
|
|
6303
|
-
/*
|
|
6430
|
+
/* 162 */
|
|
6304
6431
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6305
6432
|
|
|
6306
6433
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6331,7 +6458,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6331
6458
|
}
|
|
6332
6459
|
|
|
6333
6460
|
/***/ }),
|
|
6334
|
-
/*
|
|
6461
|
+
/* 163 */
|
|
6335
6462
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6336
6463
|
|
|
6337
6464
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6364,7 +6491,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
6364
6491
|
}
|
|
6365
6492
|
|
|
6366
6493
|
/***/ }),
|
|
6367
|
-
/*
|
|
6494
|
+
/* 164 */
|
|
6368
6495
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6369
6496
|
|
|
6370
6497
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6398,7 +6525,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
6398
6525
|
}
|
|
6399
6526
|
|
|
6400
6527
|
/***/ }),
|
|
6401
|
-
/*
|
|
6528
|
+
/* 165 */
|
|
6402
6529
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6403
6530
|
|
|
6404
6531
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6406,13 +6533,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6406
6533
|
/* harmony export */ "GUniDeposit": () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
|
|
6407
6534
|
/* harmony export */ "GUniWithdraw": () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
|
|
6408
6535
|
/* harmony export */ });
|
|
6409
|
-
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6410
|
-
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6536
|
+
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(166);
|
|
6537
|
+
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(167);
|
|
6411
6538
|
|
|
6412
6539
|
|
|
6413
6540
|
|
|
6414
6541
|
/***/ }),
|
|
6415
|
-
/*
|
|
6542
|
+
/* 166 */
|
|
6416
6543
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6417
6544
|
|
|
6418
6545
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6467,7 +6594,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6467
6594
|
}
|
|
6468
6595
|
|
|
6469
6596
|
/***/ }),
|
|
6470
|
-
/*
|
|
6597
|
+
/* 167 */
|
|
6471
6598
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6472
6599
|
|
|
6473
6600
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6514,7 +6641,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6514
6641
|
}
|
|
6515
6642
|
|
|
6516
6643
|
/***/ }),
|
|
6517
|
-
/*
|
|
6644
|
+
/* 168 */
|
|
6518
6645
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6519
6646
|
|
|
6520
6647
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6523,15 +6650,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6523
6650
|
/* harmony export */ "MStableDepositAction": () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
|
|
6524
6651
|
/* harmony export */ "MStableWithdrawAction": () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
|
|
6525
6652
|
/* harmony export */ });
|
|
6526
|
-
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6527
|
-
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6528
|
-
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6653
|
+
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(169);
|
|
6654
|
+
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(171);
|
|
6655
|
+
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(172);
|
|
6529
6656
|
|
|
6530
6657
|
|
|
6531
6658
|
|
|
6532
6659
|
|
|
6533
6660
|
/***/ }),
|
|
6534
|
-
/*
|
|
6661
|
+
/* 169 */
|
|
6535
6662
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6536
6663
|
|
|
6537
6664
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6541,7 +6668,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6541
6668
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
6542
6669
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6543
6670
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
6544
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6671
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(170);
|
|
6545
6672
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
6546
6673
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
6547
6674
|
|
|
@@ -6606,7 +6733,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6606
6733
|
}
|
|
6607
6734
|
|
|
6608
6735
|
/***/ }),
|
|
6609
|
-
/*
|
|
6736
|
+
/* 170 */
|
|
6610
6737
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6611
6738
|
|
|
6612
6739
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6623,7 +6750,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6623
6750
|
});
|
|
6624
6751
|
|
|
6625
6752
|
/***/ }),
|
|
6626
|
-
/*
|
|
6753
|
+
/* 171 */
|
|
6627
6754
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6628
6755
|
|
|
6629
6756
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6633,7 +6760,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6633
6760
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
6634
6761
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6635
6762
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
6636
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6763
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(170);
|
|
6637
6764
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
6638
6765
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
6639
6766
|
|
|
@@ -6697,7 +6824,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6697
6824
|
}
|
|
6698
6825
|
|
|
6699
6826
|
/***/ }),
|
|
6700
|
-
/*
|
|
6827
|
+
/* 172 */
|
|
6701
6828
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6702
6829
|
|
|
6703
6830
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6731,7 +6858,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6731
6858
|
}
|
|
6732
6859
|
|
|
6733
6860
|
/***/ }),
|
|
6734
|
-
/*
|
|
6861
|
+
/* 173 */
|
|
6735
6862
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6736
6863
|
|
|
6737
6864
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6739,13 +6866,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6739
6866
|
/* harmony export */ "RariDepositAction": () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
|
|
6740
6867
|
/* harmony export */ "RariWithdrawAction": () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
|
|
6741
6868
|
/* harmony export */ });
|
|
6742
|
-
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6743
|
-
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6869
|
+
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(174);
|
|
6870
|
+
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(175);
|
|
6744
6871
|
|
|
6745
6872
|
|
|
6746
6873
|
|
|
6747
6874
|
/***/ }),
|
|
6748
|
-
/*
|
|
6875
|
+
/* 174 */
|
|
6749
6876
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6750
6877
|
|
|
6751
6878
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6791,7 +6918,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6791
6918
|
}
|
|
6792
6919
|
|
|
6793
6920
|
/***/ }),
|
|
6794
|
-
/*
|
|
6921
|
+
/* 175 */
|
|
6795
6922
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6796
6923
|
|
|
6797
6924
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6838,7 +6965,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6838
6965
|
}
|
|
6839
6966
|
|
|
6840
6967
|
/***/ }),
|
|
6841
|
-
/*
|
|
6968
|
+
/* 176 */
|
|
6842
6969
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6843
6970
|
|
|
6844
6971
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6853,15 +6980,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6853
6980
|
/* harmony export */ "AaveV3SwapBorrowRateModeAction": () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
|
|
6854
6981
|
/* harmony export */ "AaveV3WithdrawAction": () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
|
|
6855
6982
|
/* harmony export */ });
|
|
6856
|
-
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6857
|
-
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6858
|
-
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6859
|
-
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6860
|
-
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
6861
|
-
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
6862
|
-
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
6863
|
-
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
6864
|
-
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
6983
|
+
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(177);
|
|
6984
|
+
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(178);
|
|
6985
|
+
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(179);
|
|
6986
|
+
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(180);
|
|
6987
|
+
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(181);
|
|
6988
|
+
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(182);
|
|
6989
|
+
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(183);
|
|
6990
|
+
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(184);
|
|
6991
|
+
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(185);
|
|
6865
6992
|
|
|
6866
6993
|
|
|
6867
6994
|
|
|
@@ -6873,7 +7000,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6873
7000
|
|
|
6874
7001
|
|
|
6875
7002
|
/***/ }),
|
|
6876
|
-
/*
|
|
7003
|
+
/* 177 */
|
|
6877
7004
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6878
7005
|
|
|
6879
7006
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6953,7 +7080,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
6953
7080
|
}
|
|
6954
7081
|
|
|
6955
7082
|
/***/ }),
|
|
6956
|
-
/*
|
|
7083
|
+
/* 178 */
|
|
6957
7084
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6958
7085
|
|
|
6959
7086
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7017,7 +7144,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7017
7144
|
}
|
|
7018
7145
|
|
|
7019
7146
|
/***/ }),
|
|
7020
|
-
/*
|
|
7147
|
+
/* 179 */
|
|
7021
7148
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7022
7149
|
|
|
7023
7150
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7097,7 +7224,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
7097
7224
|
}
|
|
7098
7225
|
|
|
7099
7226
|
/***/ }),
|
|
7100
|
-
/*
|
|
7227
|
+
/* 180 */
|
|
7101
7228
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7102
7229
|
|
|
7103
7230
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7149,7 +7276,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
7149
7276
|
}
|
|
7150
7277
|
|
|
7151
7278
|
/***/ }),
|
|
7152
|
-
/*
|
|
7279
|
+
/* 181 */
|
|
7153
7280
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7154
7281
|
|
|
7155
7282
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7191,7 +7318,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
7191
7318
|
}
|
|
7192
7319
|
|
|
7193
7320
|
/***/ }),
|
|
7194
|
-
/*
|
|
7321
|
+
/* 182 */
|
|
7195
7322
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7196
7323
|
|
|
7197
7324
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7262,7 +7389,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
7262
7389
|
}
|
|
7263
7390
|
|
|
7264
7391
|
/***/ }),
|
|
7265
|
-
/*
|
|
7392
|
+
/* 183 */
|
|
7266
7393
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7267
7394
|
|
|
7268
7395
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7312,7 +7439,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
|
|
|
7312
7439
|
}
|
|
7313
7440
|
|
|
7314
7441
|
/***/ }),
|
|
7315
|
-
/*
|
|
7442
|
+
/* 184 */
|
|
7316
7443
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7317
7444
|
|
|
7318
7445
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7365,7 +7492,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
|
|
|
7365
7492
|
}
|
|
7366
7493
|
|
|
7367
7494
|
/***/ }),
|
|
7368
|
-
/*
|
|
7495
|
+
/* 185 */
|
|
7369
7496
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7370
7497
|
|
|
7371
7498
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7411,7 +7538,7 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
7411
7538
|
}
|
|
7412
7539
|
|
|
7413
7540
|
/***/ }),
|
|
7414
|
-
/*
|
|
7541
|
+
/* 186 */
|
|
7415
7542
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7416
7543
|
|
|
7417
7544
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7420,15 +7547,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7420
7547
|
/* harmony export */ "ConvexDepositAction": () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
|
|
7421
7548
|
/* harmony export */ "ConvexWithdrawAction": () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
|
|
7422
7549
|
/* harmony export */ });
|
|
7423
|
-
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7424
|
-
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7425
|
-
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7550
|
+
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(187);
|
|
7551
|
+
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(190);
|
|
7552
|
+
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(191);
|
|
7426
7553
|
|
|
7427
7554
|
|
|
7428
7555
|
|
|
7429
7556
|
|
|
7430
7557
|
/***/ }),
|
|
7431
|
-
/*
|
|
7558
|
+
/* 187 */
|
|
7432
7559
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7433
7560
|
|
|
7434
7561
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7437,7 +7564,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7437
7564
|
/* harmony export */ });
|
|
7438
7565
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7439
7566
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
7440
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7567
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(188);
|
|
7441
7568
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
7442
7569
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
7443
7570
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
@@ -7486,7 +7613,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7486
7613
|
}
|
|
7487
7614
|
|
|
7488
7615
|
/***/ }),
|
|
7489
|
-
/*
|
|
7616
|
+
/* 188 */
|
|
7490
7617
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7491
7618
|
|
|
7492
7619
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7496,7 +7623,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7496
7623
|
/* harmony export */ "getConvexPool": () => (/* binding */ getConvexPool),
|
|
7497
7624
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
7498
7625
|
/* harmony export */ });
|
|
7499
|
-
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7626
|
+
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(189);
|
|
7500
7627
|
|
|
7501
7628
|
|
|
7502
7629
|
|
|
@@ -7518,13 +7645,13 @@ var WithdrawOption = {
|
|
|
7518
7645
|
var getConvexPool = curveLpToken => _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__.find(e => e.lpToken === curveLpToken);
|
|
7519
7646
|
|
|
7520
7647
|
/***/ }),
|
|
7521
|
-
/*
|
|
7648
|
+
/* 189 */
|
|
7522
7649
|
/***/ ((module) => {
|
|
7523
7650
|
|
|
7524
7651
|
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}]');
|
|
7525
7652
|
|
|
7526
7653
|
/***/ }),
|
|
7527
|
-
/*
|
|
7654
|
+
/* 190 */
|
|
7528
7655
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7529
7656
|
|
|
7530
7657
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7533,7 +7660,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7533
7660
|
/* harmony export */ });
|
|
7534
7661
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7535
7662
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
7536
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7663
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(188);
|
|
7537
7664
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
7538
7665
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
7539
7666
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
@@ -7581,7 +7708,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7581
7708
|
}
|
|
7582
7709
|
|
|
7583
7710
|
/***/ }),
|
|
7584
|
-
/*
|
|
7711
|
+
/* 191 */
|
|
7585
7712
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7586
7713
|
|
|
7587
7714
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7590,7 +7717,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7590
7717
|
/* harmony export */ });
|
|
7591
7718
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7592
7719
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
7593
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7720
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(188);
|
|
7594
7721
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
7595
7722
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
7596
7723
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
@@ -7636,7 +7763,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7636
7763
|
}
|
|
7637
7764
|
|
|
7638
7765
|
/***/ }),
|
|
7639
|
-
/*
|
|
7766
|
+
/* 192 */
|
|
7640
7767
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7641
7768
|
|
|
7642
7769
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7649,13 +7776,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7649
7776
|
/* harmony export */ "CBUpdateRebondSubAction": () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
|
|
7650
7777
|
/* harmony export */ "FetchBondIdAction": () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
|
|
7651
7778
|
/* harmony export */ });
|
|
7652
|
-
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7653
|
-
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7654
|
-
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7655
|
-
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7656
|
-
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7657
|
-
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7658
|
-
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7779
|
+
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(193);
|
|
7780
|
+
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(194);
|
|
7781
|
+
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(195);
|
|
7782
|
+
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(196);
|
|
7783
|
+
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(197);
|
|
7784
|
+
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(198);
|
|
7785
|
+
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(199);
|
|
7659
7786
|
|
|
7660
7787
|
|
|
7661
7788
|
|
|
@@ -7665,7 +7792,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7665
7792
|
|
|
7666
7793
|
|
|
7667
7794
|
/***/ }),
|
|
7668
|
-
/*
|
|
7795
|
+
/* 193 */
|
|
7669
7796
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7670
7797
|
|
|
7671
7798
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7706,7 +7833,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7706
7833
|
}
|
|
7707
7834
|
|
|
7708
7835
|
/***/ }),
|
|
7709
|
-
/*
|
|
7836
|
+
/* 194 */
|
|
7710
7837
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7711
7838
|
|
|
7712
7839
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7736,7 +7863,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7736
7863
|
}
|
|
7737
7864
|
|
|
7738
7865
|
/***/ }),
|
|
7739
|
-
/*
|
|
7866
|
+
/* 195 */
|
|
7740
7867
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7741
7868
|
|
|
7742
7869
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7767,7 +7894,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7767
7894
|
}
|
|
7768
7895
|
|
|
7769
7896
|
/***/ }),
|
|
7770
|
-
/*
|
|
7897
|
+
/* 196 */
|
|
7771
7898
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7772
7899
|
|
|
7773
7900
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7811,7 +7938,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7811
7938
|
}
|
|
7812
7939
|
|
|
7813
7940
|
/***/ }),
|
|
7814
|
-
/*
|
|
7941
|
+
/* 197 */
|
|
7815
7942
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7816
7943
|
|
|
7817
7944
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7838,7 +7965,7 @@ class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
7838
7965
|
}
|
|
7839
7966
|
|
|
7840
7967
|
/***/ }),
|
|
7841
|
-
/*
|
|
7968
|
+
/* 198 */
|
|
7842
7969
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7843
7970
|
|
|
7844
7971
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7867,7 +7994,7 @@ class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7867
7994
|
}
|
|
7868
7995
|
|
|
7869
7996
|
/***/ }),
|
|
7870
|
-
/*
|
|
7997
|
+
/* 199 */
|
|
7871
7998
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7872
7999
|
|
|
7873
8000
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7894,7 +8021,7 @@ class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
7894
8021
|
}
|
|
7895
8022
|
|
|
7896
8023
|
/***/ }),
|
|
7897
|
-
/*
|
|
8024
|
+
/* 200 */
|
|
7898
8025
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7899
8026
|
|
|
7900
8027
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7907,13 +8034,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7907
8034
|
/* harmony export */ "CompoundV3TransferAction": () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
|
|
7908
8035
|
/* harmony export */ "CompoundV3WithdrawAction": () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
|
|
7909
8036
|
/* harmony export */ });
|
|
7910
|
-
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7911
|
-
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7912
|
-
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7913
|
-
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7914
|
-
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7915
|
-
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7916
|
-
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8037
|
+
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(201);
|
|
8038
|
+
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(202);
|
|
8039
|
+
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(203);
|
|
8040
|
+
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(204);
|
|
8041
|
+
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(205);
|
|
8042
|
+
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(206);
|
|
8043
|
+
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(207);
|
|
7917
8044
|
|
|
7918
8045
|
|
|
7919
8046
|
|
|
@@ -7923,7 +8050,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7923
8050
|
|
|
7924
8051
|
|
|
7925
8052
|
/***/ }),
|
|
7926
|
-
/*
|
|
8053
|
+
/* 201 */
|
|
7927
8054
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7928
8055
|
|
|
7929
8056
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7973,7 +8100,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
7973
8100
|
}
|
|
7974
8101
|
|
|
7975
8102
|
/***/ }),
|
|
7976
|
-
/*
|
|
8103
|
+
/* 202 */
|
|
7977
8104
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7978
8105
|
|
|
7979
8106
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8006,7 +8133,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8006
8133
|
}
|
|
8007
8134
|
|
|
8008
8135
|
/***/ }),
|
|
8009
|
-
/*
|
|
8136
|
+
/* 203 */
|
|
8010
8137
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8011
8138
|
|
|
8012
8139
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8061,7 +8188,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
8061
8188
|
}
|
|
8062
8189
|
|
|
8063
8190
|
/***/ }),
|
|
8064
|
-
/*
|
|
8191
|
+
/* 204 */
|
|
8065
8192
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8066
8193
|
|
|
8067
8194
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8096,7 +8223,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8096
8223
|
}
|
|
8097
8224
|
|
|
8098
8225
|
/***/ }),
|
|
8099
|
-
/*
|
|
8226
|
+
/* 205 */
|
|
8100
8227
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8101
8228
|
|
|
8102
8229
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8130,7 +8257,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8130
8257
|
}
|
|
8131
8258
|
|
|
8132
8259
|
/***/ }),
|
|
8133
|
-
/*
|
|
8260
|
+
/* 206 */
|
|
8134
8261
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8135
8262
|
|
|
8136
8263
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8162,7 +8289,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8162
8289
|
}
|
|
8163
8290
|
|
|
8164
8291
|
/***/ }),
|
|
8165
|
-
/*
|
|
8292
|
+
/* 207 */
|
|
8166
8293
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8167
8294
|
|
|
8168
8295
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8198,7 +8325,215 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8198
8325
|
}
|
|
8199
8326
|
|
|
8200
8327
|
/***/ }),
|
|
8201
|
-
/*
|
|
8328
|
+
/* 208 */
|
|
8329
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8330
|
+
|
|
8331
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8332
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8333
|
+
/* harmony export */ "MorphoAaveV2BorrowAction": () => (/* reexport safe */ _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__.MorphoAaveV2BorrowAction),
|
|
8334
|
+
/* harmony export */ "MorphoAaveV2PaybackAction": () => (/* reexport safe */ _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__.MorphoAaveV2PaybackAction),
|
|
8335
|
+
/* harmony export */ "MorphoAaveV2SupplyAction": () => (/* reexport safe */ _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.MorphoAaveV2SupplyAction),
|
|
8336
|
+
/* harmony export */ "MorphoAaveV2WithdrawAction": () => (/* reexport safe */ _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MorphoAaveV2WithdrawAction),
|
|
8337
|
+
/* harmony export */ "MorphoClaimAction": () => (/* reexport safe */ _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__.MorphoClaimAction)
|
|
8338
|
+
/* harmony export */ });
|
|
8339
|
+
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(209);
|
|
8340
|
+
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(210);
|
|
8341
|
+
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(211);
|
|
8342
|
+
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(212);
|
|
8343
|
+
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(213);
|
|
8344
|
+
|
|
8345
|
+
|
|
8346
|
+
|
|
8347
|
+
|
|
8348
|
+
|
|
8349
|
+
|
|
8350
|
+
/***/ }),
|
|
8351
|
+
/* 209 */
|
|
8352
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8353
|
+
|
|
8354
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8355
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8356
|
+
/* harmony export */ "MorphoAaveV2SupplyAction": () => (/* binding */ MorphoAaveV2SupplyAction)
|
|
8357
|
+
/* harmony export */ });
|
|
8358
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
8359
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
8360
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
8361
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8362
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
8363
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
8364
|
+
|
|
8365
|
+
|
|
8366
|
+
|
|
8367
|
+
/**
|
|
8368
|
+
* MorphoAaveV2SupplyAction - Supply token to morpho
|
|
8369
|
+
*
|
|
8370
|
+
* @category Morpho
|
|
8371
|
+
*/
|
|
8372
|
+
class MorphoAaveV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
8373
|
+
/**
|
|
8374
|
+
* @param tokenAddr - Address of tokenAddr
|
|
8375
|
+
* @param amount - Token amount
|
|
8376
|
+
* @param from - Tokens will be sent from this address
|
|
8377
|
+
* @param onBehalf - Tokens will be supplied to this address' position (defaults to sender's proxy)
|
|
8378
|
+
* @param maxGasForMatching - Max gas to spend on p2p matching
|
|
8379
|
+
*/
|
|
8380
|
+
constructor(tokenAddr, amount, from) {
|
|
8381
|
+
var onBehalf = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
8382
|
+
var maxGasForMatching = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : '0';
|
|
8383
|
+
super('MorphoAaveV2Supply', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('MorphoAaveV2Supply'), ['address', 'uint256', 'address', 'address', 'uint256'], [tokenAddr, amount, from, onBehalf, maxGasForMatching]);
|
|
8384
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3]];
|
|
8385
|
+
}
|
|
8386
|
+
getAssetsToApprove() {
|
|
8387
|
+
var _this = this;
|
|
8388
|
+
return _asyncToGenerator(function* () {
|
|
8389
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.args[0]);
|
|
8390
|
+
if (asset.symbol !== 'ETH') return [{
|
|
8391
|
+
asset: _this.args[0],
|
|
8392
|
+
owner: _this.args[2]
|
|
8393
|
+
}];
|
|
8394
|
+
return [];
|
|
8395
|
+
})();
|
|
8396
|
+
}
|
|
8397
|
+
}
|
|
8398
|
+
|
|
8399
|
+
/***/ }),
|
|
8400
|
+
/* 210 */
|
|
8401
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8402
|
+
|
|
8403
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8404
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8405
|
+
/* harmony export */ "MorphoAaveV2WithdrawAction": () => (/* binding */ MorphoAaveV2WithdrawAction)
|
|
8406
|
+
/* harmony export */ });
|
|
8407
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8408
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8409
|
+
|
|
8410
|
+
|
|
8411
|
+
/**
|
|
8412
|
+
* MorphoAaveV2WithdrawAction - Withdraw token from morpho
|
|
8413
|
+
*
|
|
8414
|
+
* @category Morpho
|
|
8415
|
+
*/
|
|
8416
|
+
class MorphoAaveV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
8417
|
+
/**
|
|
8418
|
+
* @param tokenAddr - Address of Token
|
|
8419
|
+
* @param amount - Token amount
|
|
8420
|
+
* @param to - Tokens will be withdrawn to this address
|
|
8421
|
+
*/
|
|
8422
|
+
constructor(tokenAddr, amount, to) {
|
|
8423
|
+
super('MorphoAaveV2Withdraw', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('MorphoAaveV2Withdraw'), ['address', 'uint256', 'address'], [tokenAddr, amount, to]);
|
|
8424
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
8425
|
+
}
|
|
8426
|
+
}
|
|
8427
|
+
|
|
8428
|
+
/***/ }),
|
|
8429
|
+
/* 211 */
|
|
8430
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8431
|
+
|
|
8432
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8433
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8434
|
+
/* harmony export */ "MorphoAaveV2BorrowAction": () => (/* binding */ MorphoAaveV2BorrowAction)
|
|
8435
|
+
/* harmony export */ });
|
|
8436
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8437
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8438
|
+
|
|
8439
|
+
|
|
8440
|
+
/**
|
|
8441
|
+
* MorphoAaveV2BorrowAction - Borrow token from morpho on behalf of proxy
|
|
8442
|
+
*
|
|
8443
|
+
* @category Morpho
|
|
8444
|
+
*/
|
|
8445
|
+
class MorphoAaveV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
8446
|
+
/**
|
|
8447
|
+
* @param tokenAddr - Address of Token
|
|
8448
|
+
* @param amount - Amount to borrow
|
|
8449
|
+
* @param to - Borrowed tokens will be sent to this address
|
|
8450
|
+
* @param maxGasForMatching - Max gas to spend on p2p matching
|
|
8451
|
+
*/
|
|
8452
|
+
constructor(tokenAddr, amount, to) {
|
|
8453
|
+
var maxGasForMatching = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '0';
|
|
8454
|
+
super('MorphoAaveV2Borrow', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('MorphoAaveV2Borrow'), ['address', 'uint256', 'address', 'uint256'], [tokenAddr, amount, to, maxGasForMatching]);
|
|
8455
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
8456
|
+
}
|
|
8457
|
+
}
|
|
8458
|
+
|
|
8459
|
+
/***/ }),
|
|
8460
|
+
/* 212 */
|
|
8461
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8462
|
+
|
|
8463
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8464
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8465
|
+
/* harmony export */ "MorphoAaveV2PaybackAction": () => (/* binding */ MorphoAaveV2PaybackAction)
|
|
8466
|
+
/* harmony export */ });
|
|
8467
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
8468
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
8469
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
8470
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8471
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
8472
|
+
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
8473
|
+
|
|
8474
|
+
|
|
8475
|
+
|
|
8476
|
+
/**
|
|
8477
|
+
* MorphoAaveV2PaybackAction - Supply token to morpho
|
|
8478
|
+
*
|
|
8479
|
+
* @category Morpho
|
|
8480
|
+
*/
|
|
8481
|
+
class MorphoAaveV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
8482
|
+
/**
|
|
8483
|
+
* @param tokenAddr - Address of Token
|
|
8484
|
+
* @param amount - Token amount
|
|
8485
|
+
* @param from - Tokens will be sent from this address
|
|
8486
|
+
* @param onBehalf - Tokens will be paid back to this address' position (defaults to sender's proxy)
|
|
8487
|
+
*/
|
|
8488
|
+
constructor(tokenAddr, amount, from) {
|
|
8489
|
+
var onBehalf = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
8490
|
+
super('MorphoAaveV2Payback', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('MorphoAaveV2Payback'), ['address', 'uint256', 'address', 'address'], [tokenAddr, amount, from, onBehalf]);
|
|
8491
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3]];
|
|
8492
|
+
}
|
|
8493
|
+
getAssetsToApprove() {
|
|
8494
|
+
var _this = this;
|
|
8495
|
+
return _asyncToGenerator(function* () {
|
|
8496
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.args[0]);
|
|
8497
|
+
if (asset.symbol !== 'ETH') return [{
|
|
8498
|
+
asset: _this.args[0],
|
|
8499
|
+
owner: _this.args[2]
|
|
8500
|
+
}];
|
|
8501
|
+
return [];
|
|
8502
|
+
})();
|
|
8503
|
+
}
|
|
8504
|
+
}
|
|
8505
|
+
|
|
8506
|
+
/***/ }),
|
|
8507
|
+
/* 213 */
|
|
8508
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8509
|
+
|
|
8510
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8511
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8512
|
+
/* harmony export */ "MorphoClaimAction": () => (/* binding */ MorphoClaimAction)
|
|
8513
|
+
/* harmony export */ });
|
|
8514
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8515
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8516
|
+
|
|
8517
|
+
|
|
8518
|
+
/**
|
|
8519
|
+
* MorphoClaimAction - Claim Morpho rewards
|
|
8520
|
+
*
|
|
8521
|
+
* @category Morpho
|
|
8522
|
+
*/
|
|
8523
|
+
class MorphoClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
8524
|
+
/**
|
|
8525
|
+
* @param onBehalfOf - Address for which to claim
|
|
8526
|
+
* @param claimable - Claimable amount
|
|
8527
|
+
* @param proof - Merkle proof of claim
|
|
8528
|
+
*/
|
|
8529
|
+
constructor(onBehalfOf, claimable, proof) {
|
|
8530
|
+
super('MorphoClaim', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('MorphoClaim'), ['address', 'uint256', 'bytes32[]'], [onBehalfOf, claimable, proof]);
|
|
8531
|
+
this.mappableArgs = [this.args[0]];
|
|
8532
|
+
}
|
|
8533
|
+
}
|
|
8534
|
+
|
|
8535
|
+
/***/ }),
|
|
8536
|
+
/* 214 */
|
|
8202
8537
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8203
8538
|
|
|
8204
8539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8217,19 +8552,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8217
8552
|
/* harmony export */ "TrailingStopTrigger": () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
8218
8553
|
/* harmony export */ "UniV3CurrentTickTrigger": () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
8219
8554
|
/* harmony export */ });
|
|
8220
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8221
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8222
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8223
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8224
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8225
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8226
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8227
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
8228
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
8229
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
8230
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
8231
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
8232
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
8555
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(215);
|
|
8556
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(216);
|
|
8557
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(217);
|
|
8558
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(218);
|
|
8559
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(219);
|
|
8560
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(220);
|
|
8561
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(221);
|
|
8562
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(222);
|
|
8563
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(223);
|
|
8564
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(224);
|
|
8565
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(225);
|
|
8566
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(226);
|
|
8567
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(227);
|
|
8233
8568
|
|
|
8234
8569
|
|
|
8235
8570
|
|
|
@@ -8245,7 +8580,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8245
8580
|
|
|
8246
8581
|
|
|
8247
8582
|
/***/ }),
|
|
8248
|
-
/*
|
|
8583
|
+
/* 215 */
|
|
8249
8584
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8250
8585
|
|
|
8251
8586
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8268,7 +8603,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8268
8603
|
}
|
|
8269
8604
|
|
|
8270
8605
|
/***/ }),
|
|
8271
|
-
/*
|
|
8606
|
+
/* 216 */
|
|
8272
8607
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8273
8608
|
|
|
8274
8609
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8291,7 +8626,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8291
8626
|
}
|
|
8292
8627
|
|
|
8293
8628
|
/***/ }),
|
|
8294
|
-
/*
|
|
8629
|
+
/* 217 */
|
|
8295
8630
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8296
8631
|
|
|
8297
8632
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8314,7 +8649,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8314
8649
|
}
|
|
8315
8650
|
|
|
8316
8651
|
/***/ }),
|
|
8317
|
-
/*
|
|
8652
|
+
/* 218 */
|
|
8318
8653
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8319
8654
|
|
|
8320
8655
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8337,7 +8672,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8337
8672
|
}
|
|
8338
8673
|
|
|
8339
8674
|
/***/ }),
|
|
8340
|
-
/*
|
|
8675
|
+
/* 219 */
|
|
8341
8676
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8342
8677
|
|
|
8343
8678
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8360,7 +8695,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8360
8695
|
}
|
|
8361
8696
|
|
|
8362
8697
|
/***/ }),
|
|
8363
|
-
/*
|
|
8698
|
+
/* 220 */
|
|
8364
8699
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8365
8700
|
|
|
8366
8701
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8383,7 +8718,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8383
8718
|
}
|
|
8384
8719
|
|
|
8385
8720
|
/***/ }),
|
|
8386
|
-
/*
|
|
8721
|
+
/* 221 */
|
|
8387
8722
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8388
8723
|
|
|
8389
8724
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8406,7 +8741,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8406
8741
|
}
|
|
8407
8742
|
|
|
8408
8743
|
/***/ }),
|
|
8409
|
-
/*
|
|
8744
|
+
/* 222 */
|
|
8410
8745
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8411
8746
|
|
|
8412
8747
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8429,7 +8764,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8429
8764
|
}
|
|
8430
8765
|
|
|
8431
8766
|
/***/ }),
|
|
8432
|
-
/*
|
|
8767
|
+
/* 223 */
|
|
8433
8768
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8434
8769
|
|
|
8435
8770
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8452,7 +8787,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8452
8787
|
}
|
|
8453
8788
|
|
|
8454
8789
|
/***/ }),
|
|
8455
|
-
/*
|
|
8790
|
+
/* 224 */
|
|
8456
8791
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8457
8792
|
|
|
8458
8793
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8475,7 +8810,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8475
8810
|
}
|
|
8476
8811
|
|
|
8477
8812
|
/***/ }),
|
|
8478
|
-
/*
|
|
8813
|
+
/* 225 */
|
|
8479
8814
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8480
8815
|
|
|
8481
8816
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8498,7 +8833,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8498
8833
|
}
|
|
8499
8834
|
|
|
8500
8835
|
/***/ }),
|
|
8501
|
-
/*
|
|
8836
|
+
/* 226 */
|
|
8502
8837
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8503
8838
|
|
|
8504
8839
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8521,7 +8856,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8521
8856
|
}
|
|
8522
8857
|
|
|
8523
8858
|
/***/ }),
|
|
8524
|
-
/*
|
|
8859
|
+
/* 227 */
|
|
8525
8860
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8526
8861
|
|
|
8527
8862
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8544,7 +8879,7 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8544
8879
|
}
|
|
8545
8880
|
|
|
8546
8881
|
/***/ }),
|
|
8547
|
-
/*
|
|
8882
|
+
/* 228 */
|
|
8548
8883
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8549
8884
|
|
|
8550
8885
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8555,11 +8890,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8555
8890
|
/* harmony export */ "uniswapV3LP": () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
8556
8891
|
/* harmony export */ "zeroExExchange": () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
8557
8892
|
/* harmony export */ });
|
|
8558
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8559
|
-
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8560
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8561
|
-
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8562
|
-
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8893
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(229);
|
|
8894
|
+
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(99);
|
|
8895
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(231);
|
|
8896
|
+
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(188);
|
|
8897
|
+
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(170);
|
|
8563
8898
|
|
|
8564
8899
|
|
|
8565
8900
|
|
|
@@ -8568,7 +8903,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8568
8903
|
|
|
8569
8904
|
|
|
8570
8905
|
/***/ }),
|
|
8571
|
-
/*
|
|
8906
|
+
/* 229 */
|
|
8572
8907
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8573
8908
|
|
|
8574
8909
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8579,11 +8914,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8579
8914
|
/* harmony export */ });
|
|
8580
8915
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
8581
8916
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
8582
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8917
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(230);
|
|
8583
8918
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
8584
8919
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
8585
8920
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
8586
|
-
/* harmony import */ var _actions_basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8921
|
+
/* harmony import */ var _actions_basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(64);
|
|
8587
8922
|
/* harmony import */ var _general__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(39);
|
|
8588
8923
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
8589
8924
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
@@ -8782,20 +9117,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
8782
9117
|
}();
|
|
8783
9118
|
|
|
8784
9119
|
/***/ }),
|
|
8785
|
-
/*
|
|
9120
|
+
/* 230 */
|
|
8786
9121
|
/***/ ((module) => {
|
|
8787
9122
|
|
|
8788
|
-
module.exports =
|
|
9123
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__230__;
|
|
8789
9124
|
|
|
8790
9125
|
/***/ }),
|
|
8791
|
-
/*
|
|
9126
|
+
/* 231 */
|
|
8792
9127
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8793
9128
|
|
|
8794
9129
|
__webpack_require__.r(__webpack_exports__);
|
|
8795
9130
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8796
9131
|
/* harmony export */ "getAssetAddrByTokenId": () => (/* binding */ getAssetAddrByTokenId)
|
|
8797
9132
|
/* harmony export */ });
|
|
8798
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9133
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(232);
|
|
8799
9134
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
8800
9135
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
8801
9136
|
/**
|
|
@@ -8820,7 +9155,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
8820
9155
|
}();
|
|
8821
9156
|
|
|
8822
9157
|
/***/ }),
|
|
8823
|
-
/*
|
|
9158
|
+
/* 232 */
|
|
8824
9159
|
/***/ ((module) => {
|
|
8825
9160
|
|
|
8826
9161
|
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"}]');
|
|
@@ -8924,8 +9259,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8924
9259
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
8925
9260
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
8926
9261
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
8927
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8928
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9262
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(214);
|
|
9263
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(228);
|
|
8929
9264
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
8930
9265
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
8931
9266
|
/* Export types here */
|