@defisaver/sdk 1.0.50 → 1.0.52
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/Recipe.js +1 -1
- package/esm/src/actions/aaveV3/AaveV3DelegateCredit.d.ts +19 -0
- package/esm/src/actions/aaveV3/AaveV3DelegateCredit.js +47 -0
- package/esm/src/actions/aaveV3/index.d.ts +1 -0
- package/esm/src/actions/aaveV3/index.js +1 -0
- package/esm/src/actions/basic/ApproveTokenAction.d.ts +16 -0
- package/esm/src/actions/basic/ApproveTokenAction.js +37 -0
- package/esm/src/actions/basic/index.d.ts +1 -0
- package/esm/src/actions/basic/index.js +1 -0
- package/esm/src/actions/compoundV3/CompoundV3SupplyAction.js +1 -1
- package/esm/src/actions/curveusd/CurveUsdAdjustAction.d.ts +21 -0
- package/esm/src/actions/curveusd/CurveUsdAdjustAction.js +40 -0
- package/esm/src/actions/curveusd/index.d.ts +1 -0
- package/esm/src/actions/curveusd/index.js +1 -0
- package/esm/src/actions/spark/SparkDelegateCredit.d.ts +19 -0
- package/esm/src/actions/spark/SparkDelegateCredit.js +47 -0
- package/esm/src/actions/spark/index.d.ts +1 -0
- package/esm/src/actions/spark/index.js +1 -0
- package/esm/src/addresses.d.ts +16 -0
- package/esm/src/addresses.js +4 -0
- package/esm/src/index.d.ts +64 -0
- package/package.json +2 -2
- package/src/Recipe.ts +2 -2
- package/src/actions/aaveV3/AaveV3DelegateCredit.ts +56 -0
- package/src/actions/aaveV3/index.ts +2 -1
- package/src/actions/basic/ApproveTokenAction.ts +34 -0
- package/src/actions/basic/index.ts +1 -0
- package/src/actions/compoundV3/CompoundV3SupplyAction.ts +2 -2
- package/src/actions/curveusd/CurveUsdAdjustAction.ts +45 -0
- package/src/actions/curveusd/index.ts +1 -1
- package/src/actions/spark/SparkDelegateCredit.ts +56 -0
- package/src/actions/spark/index.ts +2 -1
- package/src/addresses.ts +4 -0
- package/umd/index.js +601 -400
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__122__, __WEBPACK_EXTERNAL_MODULE__123__, __WEBPACK_EXTERNAL_MODULE__287__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -1194,9 +1194,9 @@ class Recipe {
|
|
|
1194
1194
|
}
|
|
1195
1195
|
return uniqueAssetOwnerPairs.filter(_ref2 => {
|
|
1196
1196
|
var {
|
|
1197
|
-
|
|
1197
|
+
asset
|
|
1198
1198
|
} = _ref2;
|
|
1199
|
-
return !_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.utils.compare(
|
|
1199
|
+
return !_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.utils.compare(asset, (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.getAssetInfo)('ETH').address);
|
|
1200
1200
|
});
|
|
1201
1201
|
})();
|
|
1202
1202
|
}
|
|
@@ -1338,6 +1338,7 @@ var actionAddresses = {
|
|
|
1338
1338
|
SparkSupply: '0x9e1d7AAA55D83D36d55BF11cAe4d922aF52B6eF0',
|
|
1339
1339
|
SparkSwapBorrowRateMode: '0x71B0687C7ec0286dc3cfb715fe97249604aC898f',
|
|
1340
1340
|
SparkWithdraw: '0x1e3187D89e79B5c411D710E0fdF2709517852600',
|
|
1341
|
+
SparkDelegateCredit: '0x0000000000000000000000000000000000000000',
|
|
1341
1342
|
// compound
|
|
1342
1343
|
CompBorrow: '0x8495579BF6Ae848f7E59686536F834f1d2CCd79C',
|
|
1343
1344
|
CompClaim: '0x81F488cF7A0128A9DB5e7207042cCAB1CB0ac902',
|
|
@@ -1447,6 +1448,7 @@ var actionAddresses = {
|
|
|
1447
1448
|
CurveUsdCreate: '0x715B40970dac1cfAf0bB85C4Fe64921b44b3f73e',
|
|
1448
1449
|
CurveUsdPayback: '0xbcAd628159ab0f3d7F391dBb4c3553aFCD61CA80',
|
|
1449
1450
|
CurveUsdSupply: '0xa55B3CE5ae7E59002f53b2153ABe326823ccCDE2',
|
|
1451
|
+
CurveUsdAdjust: '0x6f69A7d0B1BE7602381d9cCE6B29F05B9D0b85e6',
|
|
1450
1452
|
CurveUsdWithdraw: '0x54B8D984fc79B000D7B6F6E0f52CD054E965120f',
|
|
1451
1453
|
CurveUsdLevCreate: '0x8B5ACd4ce0a43327aaDfc5c42be029898e242393',
|
|
1452
1454
|
CurveUsdRepay: '0xDaDFC60207C17be005ECf2B03f3B31885D22F908',
|
|
@@ -1461,6 +1463,7 @@ var actionAddresses = {
|
|
|
1461
1463
|
UnwrapEth: '0x1Fa75B00A05C2EbBd0EDF253a63c209966337A0d',
|
|
1462
1464
|
SendToken: '0xEbA499702856f1EFda2546e9fEFC1319A3b40538',
|
|
1463
1465
|
PullToken: '0x392579E020a688068422A925c85f28bFD12a7EBB',
|
|
1466
|
+
ApproveToken: '0xA4161cED7A29F0a3424e464a4a2dBf75888c5BF9',
|
|
1464
1467
|
SendTokenAndUnwrap: '0x8000174366066923D554cb466e190258A6FF3b1f',
|
|
1465
1468
|
ToggleSub: '0x988C5C24AE6348404196267e19962f36961CAc29',
|
|
1466
1469
|
TokenBalance: '0xC6FF5b01f7c7b35b6e093fF70D2332B361C5Be5A',
|
|
@@ -1475,6 +1478,7 @@ var actionAddresses = {
|
|
|
1475
1478
|
AaveV3SwapBorrowRateMode: '0xB8f0243b492f0e80feF5315Ba8692e7635481845',
|
|
1476
1479
|
AaveV3Withdraw: '0xf19d045f6cFc04A5Ee5E0e8837b565b9f276e3F7',
|
|
1477
1480
|
AaveV3ClaimRewards: '0xBE8e8cea67085F869C1C0040fD52F9F3115E962e',
|
|
1481
|
+
AaveV3DelegateCredit: '0x0000000000000000000000000000000000000000',
|
|
1478
1482
|
// flashloan
|
|
1479
1483
|
FLAaveV3NoFee: '0xfbcF23D2BeF8A2C491cfa4dD409D8dF12d431c85',
|
|
1480
1484
|
FLAaveV3: '0x8A07E93d2B74A80D726eE4E4A0aC1F906aB5Cc63',
|
|
@@ -1910,29 +1914,29 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1910
1914
|
/* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
1911
1915
|
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(61);
|
|
1912
1916
|
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(69);
|
|
1913
|
-
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
1914
|
-
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
1915
|
-
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
1916
|
-
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
1917
|
-
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
1918
|
-
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
1919
|
-
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
1920
|
-
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
1921
|
-
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
1922
|
-
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
1923
|
-
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
1924
|
-
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
1925
|
-
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
1926
|
-
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
1927
|
-
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
1928
|
-
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
1929
|
-
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
1930
|
-
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
1931
|
-
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
1932
|
-
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
1933
|
-
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
1934
|
-
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(
|
|
1935
|
-
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(
|
|
1917
|
+
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(96);
|
|
1918
|
+
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(118);
|
|
1919
|
+
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(124);
|
|
1920
|
+
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(133);
|
|
1921
|
+
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(135);
|
|
1922
|
+
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(141);
|
|
1923
|
+
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(147);
|
|
1924
|
+
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(164);
|
|
1925
|
+
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(167);
|
|
1926
|
+
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(171);
|
|
1927
|
+
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(173);
|
|
1928
|
+
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(177);
|
|
1929
|
+
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(189);
|
|
1930
|
+
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(192);
|
|
1931
|
+
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(197);
|
|
1932
|
+
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(200);
|
|
1933
|
+
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(211);
|
|
1934
|
+
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(217);
|
|
1935
|
+
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(225);
|
|
1936
|
+
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(233);
|
|
1937
|
+
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(243);
|
|
1938
|
+
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(246);
|
|
1939
|
+
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(258);
|
|
1936
1940
|
|
|
1937
1941
|
|
|
1938
1942
|
|
|
@@ -3129,6 +3133,7 @@ class CompoundGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3129
3133
|
|
|
3130
3134
|
__webpack_require__.r(__webpack_exports__);
|
|
3131
3135
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3136
|
+
/* harmony export */ "ApproveTokenAction": () => (/* reexport safe */ _ApproveTokenAction__WEBPACK_IMPORTED_MODULE_24__.ApproveTokenAction),
|
|
3132
3137
|
/* harmony export */ "AutomationV2Unsub": () => (/* reexport safe */ _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__.AutomationV2Unsub),
|
|
3133
3138
|
/* harmony export */ "ChangeProxyOwnerAction": () => (/* reexport safe */ _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__.ChangeProxyOwnerAction),
|
|
3134
3139
|
/* harmony export */ "CreateSubAction": () => (/* reexport safe */ _CreateSubAction__WEBPACK_IMPORTED_MODULE_17__.CreateSubAction),
|
|
@@ -3178,6 +3183,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3178
3183
|
/* harmony import */ var _TokenizedVaultAdapterMintAction__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(92);
|
|
3179
3184
|
/* harmony import */ var _TokenizedVaultAdapterRedeemAction__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(93);
|
|
3180
3185
|
/* harmony import */ var _TokenizedVaultAdapterWithdrawAction__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(94);
|
|
3186
|
+
/* harmony import */ var _ApproveTokenAction__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(95);
|
|
3187
|
+
|
|
3181
3188
|
|
|
3182
3189
|
|
|
3183
3190
|
|
|
@@ -4087,6 +4094,44 @@ class TokenizedVaultAdapterWithdrawAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
4087
4094
|
/* 95 */
|
|
4088
4095
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4089
4096
|
|
|
4097
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4098
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4099
|
+
/* harmony export */ "ApproveTokenAction": () => (/* binding */ ApproveTokenAction)
|
|
4100
|
+
/* harmony export */ });
|
|
4101
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(39);
|
|
4102
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
4103
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
4104
|
+
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); } }
|
|
4105
|
+
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); }); }; }
|
|
4106
|
+
|
|
4107
|
+
|
|
4108
|
+
|
|
4109
|
+
/**
|
|
4110
|
+
* Approve a spender to pull tokens from DSProxy
|
|
4111
|
+
*
|
|
4112
|
+
* @category BasicActions
|
|
4113
|
+
*/
|
|
4114
|
+
class ApproveTokenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
4115
|
+
/**
|
|
4116
|
+
* @param token Token address
|
|
4117
|
+
* @param spender Address getting allowance to pull tokens from proxy
|
|
4118
|
+
* @param amount Allowance amount
|
|
4119
|
+
*/
|
|
4120
|
+
constructor(token, spender, amount) {
|
|
4121
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_0__.requireAddress)(spender);
|
|
4122
|
+
super('ApproveToken', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('ApproveToken'), ['address', 'address', 'uint'], [token, spender, amount]);
|
|
4123
|
+
}
|
|
4124
|
+
getAssetsToApprove() {
|
|
4125
|
+
return _asyncToGenerator(function* () {
|
|
4126
|
+
return [];
|
|
4127
|
+
})();
|
|
4128
|
+
}
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4131
|
+
/***/ }),
|
|
4132
|
+
/* 96 */
|
|
4133
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4134
|
+
|
|
4090
4135
|
__webpack_require__.r(__webpack_exports__);
|
|
4091
4136
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4092
4137
|
/* harmony export */ "AaveV2FlashLoanAction": () => (/* reexport safe */ _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__.AaveV2FlashLoanAction),
|
|
@@ -4111,27 +4156,27 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4111
4156
|
/* harmony export */ "UniV3FlashLoanAction": () => (/* reexport safe */ _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__.UniV3FlashLoanAction),
|
|
4112
4157
|
/* harmony export */ "UniV3FlashLoanPaybackAction": () => (/* reexport safe */ _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__.UniV3FlashLoanPaybackAction)
|
|
4113
4158
|
/* harmony export */ });
|
|
4114
|
-
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4115
|
-
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4116
|
-
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4117
|
-
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4118
|
-
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4119
|
-
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4120
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4121
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
4122
|
-
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
4123
|
-
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
4124
|
-
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
4125
|
-
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
4126
|
-
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
4127
|
-
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
4128
|
-
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
4129
|
-
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
4130
|
-
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
4131
|
-
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
4132
|
-
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
4133
|
-
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
4134
|
-
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
4159
|
+
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(97);
|
|
4160
|
+
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(98);
|
|
4161
|
+
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(99);
|
|
4162
|
+
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(100);
|
|
4163
|
+
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(101);
|
|
4164
|
+
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(102);
|
|
4165
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(103);
|
|
4166
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(104);
|
|
4167
|
+
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(105);
|
|
4168
|
+
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(106);
|
|
4169
|
+
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(107);
|
|
4170
|
+
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(108);
|
|
4171
|
+
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(109);
|
|
4172
|
+
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(110);
|
|
4173
|
+
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(111);
|
|
4174
|
+
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(112);
|
|
4175
|
+
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(113);
|
|
4176
|
+
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(114);
|
|
4177
|
+
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(115);
|
|
4178
|
+
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(116);
|
|
4179
|
+
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(117);
|
|
4135
4180
|
|
|
4136
4181
|
|
|
4137
4182
|
|
|
@@ -4155,7 +4200,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4155
4200
|
|
|
4156
4201
|
|
|
4157
4202
|
/***/ }),
|
|
4158
|
-
/*
|
|
4203
|
+
/* 97 */
|
|
4159
4204
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4160
4205
|
|
|
4161
4206
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4186,7 +4231,7 @@ class DyDxFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4186
4231
|
}
|
|
4187
4232
|
|
|
4188
4233
|
/***/ }),
|
|
4189
|
-
/*
|
|
4234
|
+
/* 98 */
|
|
4190
4235
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4191
4236
|
|
|
4192
4237
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4213,7 +4258,7 @@ class DyDxFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Sen
|
|
|
4213
4258
|
}
|
|
4214
4259
|
|
|
4215
4260
|
/***/ }),
|
|
4216
|
-
/*
|
|
4261
|
+
/* 99 */
|
|
4217
4262
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4218
4263
|
|
|
4219
4264
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4246,7 +4291,7 @@ class AaveV2FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4246
4291
|
}
|
|
4247
4292
|
|
|
4248
4293
|
/***/ }),
|
|
4249
|
-
/*
|
|
4294
|
+
/* 100 */
|
|
4250
4295
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4251
4296
|
|
|
4252
4297
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4273,7 +4318,7 @@ class AaveV2FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
4273
4318
|
}
|
|
4274
4319
|
|
|
4275
4320
|
/***/ }),
|
|
4276
|
-
/*
|
|
4321
|
+
/* 101 */
|
|
4277
4322
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4278
4323
|
|
|
4279
4324
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4306,7 +4351,7 @@ class AaveV3FlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
4306
4351
|
}
|
|
4307
4352
|
|
|
4308
4353
|
/***/ }),
|
|
4309
|
-
/*
|
|
4354
|
+
/* 102 */
|
|
4310
4355
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4311
4356
|
|
|
4312
4357
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4333,7 +4378,7 @@ class AaveV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
4333
4378
|
}
|
|
4334
4379
|
|
|
4335
4380
|
/***/ }),
|
|
4336
|
-
/*
|
|
4381
|
+
/* 103 */
|
|
4337
4382
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4338
4383
|
|
|
4339
4384
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4366,7 +4411,7 @@ class AaveV3FlashLoanNoFeeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_
|
|
|
4366
4411
|
}
|
|
4367
4412
|
|
|
4368
4413
|
/***/ }),
|
|
4369
|
-
/*
|
|
4414
|
+
/* 104 */
|
|
4370
4415
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4371
4416
|
|
|
4372
4417
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4393,7 +4438,7 @@ class AaveV3FlashLoanNoFeePaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_
|
|
|
4393
4438
|
}
|
|
4394
4439
|
|
|
4395
4440
|
/***/ }),
|
|
4396
|
-
/*
|
|
4441
|
+
/* 105 */
|
|
4397
4442
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4398
4443
|
|
|
4399
4444
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4426,7 +4471,7 @@ class SparkFlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
4426
4471
|
}
|
|
4427
4472
|
|
|
4428
4473
|
/***/ }),
|
|
4429
|
-
/*
|
|
4474
|
+
/* 106 */
|
|
4430
4475
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4431
4476
|
|
|
4432
4477
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4453,7 +4498,7 @@ class SparkFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4453
4498
|
}
|
|
4454
4499
|
|
|
4455
4500
|
/***/ }),
|
|
4456
|
-
/*
|
|
4501
|
+
/* 107 */
|
|
4457
4502
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4458
4503
|
|
|
4459
4504
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4483,7 +4528,7 @@ class MakerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4483
4528
|
}
|
|
4484
4529
|
|
|
4485
4530
|
/***/ }),
|
|
4486
|
-
/*
|
|
4531
|
+
/* 108 */
|
|
4487
4532
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4488
4533
|
|
|
4489
4534
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4509,7 +4554,7 @@ class MakerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4509
4554
|
}
|
|
4510
4555
|
|
|
4511
4556
|
/***/ }),
|
|
4512
|
-
/*
|
|
4557
|
+
/* 109 */
|
|
4513
4558
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4514
4559
|
|
|
4515
4560
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4540,7 +4585,7 @@ class BalancerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
4540
4585
|
}
|
|
4541
4586
|
|
|
4542
4587
|
/***/ }),
|
|
4543
|
-
/*
|
|
4588
|
+
/* 110 */
|
|
4544
4589
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4545
4590
|
|
|
4546
4591
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4567,7 +4612,7 @@ class BalancerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__
|
|
|
4567
4612
|
}
|
|
4568
4613
|
|
|
4569
4614
|
/***/ }),
|
|
4570
|
-
/*
|
|
4615
|
+
/* 111 */
|
|
4571
4616
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4572
4617
|
|
|
4573
4618
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4598,7 +4643,7 @@ class EulerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4598
4643
|
}
|
|
4599
4644
|
|
|
4600
4645
|
/***/ }),
|
|
4601
|
-
/*
|
|
4646
|
+
/* 112 */
|
|
4602
4647
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4603
4648
|
|
|
4604
4649
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4625,7 +4670,7 @@ class EulerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4625
4670
|
}
|
|
4626
4671
|
|
|
4627
4672
|
/***/ }),
|
|
4628
|
-
/*
|
|
4673
|
+
/* 113 */
|
|
4629
4674
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4630
4675
|
|
|
4631
4676
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4684,7 +4729,7 @@ function _handleArgs2(specificFLAction) {
|
|
|
4684
4729
|
}
|
|
4685
4730
|
|
|
4686
4731
|
/***/ }),
|
|
4687
|
-
/*
|
|
4732
|
+
/* 114 */
|
|
4688
4733
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4689
4734
|
|
|
4690
4735
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4718,7 +4763,7 @@ class UniV3FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4718
4763
|
}
|
|
4719
4764
|
|
|
4720
4765
|
/***/ }),
|
|
4721
|
-
/*
|
|
4766
|
+
/* 115 */
|
|
4722
4767
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4723
4768
|
|
|
4724
4769
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4748,7 +4793,7 @@ class UniV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4748
4793
|
}
|
|
4749
4794
|
|
|
4750
4795
|
/***/ }),
|
|
4751
|
-
/*
|
|
4796
|
+
/* 116 */
|
|
4752
4797
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4753
4798
|
|
|
4754
4799
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4778,7 +4823,7 @@ class GhoFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4778
4823
|
}
|
|
4779
4824
|
|
|
4780
4825
|
/***/ }),
|
|
4781
|
-
/*
|
|
4826
|
+
/* 117 */
|
|
4782
4827
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4783
4828
|
|
|
4784
4829
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4804,7 +4849,7 @@ class GhoFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Send
|
|
|
4804
4849
|
}
|
|
4805
4850
|
|
|
4806
4851
|
/***/ }),
|
|
4807
|
-
/*
|
|
4852
|
+
/* 118 */
|
|
4808
4853
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4809
4854
|
|
|
4810
4855
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4812,13 +4857,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4812
4857
|
/* harmony export */ "UniswapSupplyAction": () => (/* reexport safe */ _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__.UniswapSupplyAction),
|
|
4813
4858
|
/* harmony export */ "UniswapWithdrawAction": () => (/* reexport safe */ _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.UniswapWithdrawAction)
|
|
4814
4859
|
/* harmony export */ });
|
|
4815
|
-
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4816
|
-
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4860
|
+
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(119);
|
|
4861
|
+
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(120);
|
|
4817
4862
|
|
|
4818
4863
|
|
|
4819
4864
|
|
|
4820
4865
|
/***/ }),
|
|
4821
|
-
/*
|
|
4866
|
+
/* 119 */
|
|
4822
4867
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4823
4868
|
|
|
4824
4869
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4881,7 +4926,7 @@ class UniswapSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4881
4926
|
}
|
|
4882
4927
|
|
|
4883
4928
|
/***/ }),
|
|
4884
|
-
/*
|
|
4929
|
+
/* 120 */
|
|
4885
4930
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4886
4931
|
|
|
4887
4932
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4889,7 +4934,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4889
4934
|
/* harmony export */ "UniswapWithdrawAction": () => (/* binding */ UniswapWithdrawAction)
|
|
4890
4935
|
/* harmony export */ });
|
|
4891
4936
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
4892
|
-
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4937
|
+
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(121);
|
|
4893
4938
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
4894
4939
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
4895
4940
|
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); } }
|
|
@@ -4934,7 +4979,7 @@ class UniswapWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4934
4979
|
}
|
|
4935
4980
|
|
|
4936
4981
|
/***/ }),
|
|
4937
|
-
/*
|
|
4982
|
+
/* 121 */
|
|
4938
4983
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4939
4984
|
|
|
4940
4985
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4942,9 +4987,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4942
4987
|
/* harmony export */ "getPoolAddressByAddresses": () => (/* binding */ getPoolAddressByAddresses),
|
|
4943
4988
|
/* harmony export */ "getPoolAddressBySymbols": () => (/* binding */ getPoolAddressBySymbols)
|
|
4944
4989
|
/* harmony export */ });
|
|
4945
|
-
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4990
|
+
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(122);
|
|
4946
4991
|
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__);
|
|
4947
|
-
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4992
|
+
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(123);
|
|
4948
4993
|
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_address__WEBPACK_IMPORTED_MODULE_1__);
|
|
4949
4994
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
4950
4995
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -4985,19 +5030,19 @@ var getPoolAddressByAddresses = (tokenA, tokenB) => {
|
|
|
4985
5030
|
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);
|
|
4986
5031
|
|
|
4987
5032
|
/***/ }),
|
|
4988
|
-
/*
|
|
5033
|
+
/* 122 */
|
|
4989
5034
|
/***/ ((module) => {
|
|
4990
5035
|
|
|
4991
|
-
module.exports =
|
|
5036
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__122__;
|
|
4992
5037
|
|
|
4993
5038
|
/***/ }),
|
|
4994
|
-
/*
|
|
5039
|
+
/* 123 */
|
|
4995
5040
|
/***/ ((module) => {
|
|
4996
5041
|
|
|
4997
|
-
module.exports =
|
|
5042
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__123__;
|
|
4998
5043
|
|
|
4999
5044
|
/***/ }),
|
|
5000
|
-
/*
|
|
5045
|
+
/* 124 */
|
|
5001
5046
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5002
5047
|
|
|
5003
5048
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5011,14 +5056,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5011
5056
|
/* harmony export */ "ReflexerSupplyAction": () => (/* reexport safe */ _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.ReflexerSupplyAction),
|
|
5012
5057
|
/* harmony export */ "ReflexerWithdrawAction": () => (/* reexport safe */ _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.ReflexerWithdrawAction)
|
|
5013
5058
|
/* harmony export */ });
|
|
5014
|
-
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5015
|
-
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5016
|
-
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5017
|
-
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5018
|
-
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5019
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
5020
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
5021
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5059
|
+
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(125);
|
|
5060
|
+
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(126);
|
|
5061
|
+
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(127);
|
|
5062
|
+
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(128);
|
|
5063
|
+
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(129);
|
|
5064
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(130);
|
|
5065
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(131);
|
|
5066
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(132);
|
|
5022
5067
|
|
|
5023
5068
|
|
|
5024
5069
|
|
|
@@ -5029,7 +5074,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5029
5074
|
|
|
5030
5075
|
|
|
5031
5076
|
/***/ }),
|
|
5032
|
-
/*
|
|
5077
|
+
/* 125 */
|
|
5033
5078
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5034
5079
|
|
|
5035
5080
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5055,7 +5100,7 @@ class ReflexerOpenSafeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5055
5100
|
}
|
|
5056
5101
|
|
|
5057
5102
|
/***/ }),
|
|
5058
|
-
/*
|
|
5103
|
+
/* 126 */
|
|
5059
5104
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5060
5105
|
|
|
5061
5106
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5086,7 +5131,7 @@ class ReflexerGenerateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5086
5131
|
}
|
|
5087
5132
|
|
|
5088
5133
|
/***/ }),
|
|
5089
|
-
/*
|
|
5134
|
+
/* 127 */
|
|
5090
5135
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5091
5136
|
|
|
5092
5137
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5140,7 +5185,7 @@ class ReflexerSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5140
5185
|
}
|
|
5141
5186
|
|
|
5142
5187
|
/***/ }),
|
|
5143
|
-
/*
|
|
5188
|
+
/* 128 */
|
|
5144
5189
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5145
5190
|
|
|
5146
5191
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5183,7 +5228,7 @@ class ReflexerPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
5183
5228
|
}
|
|
5184
5229
|
|
|
5185
5230
|
/***/ }),
|
|
5186
|
-
/*
|
|
5231
|
+
/* 129 */
|
|
5187
5232
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5188
5233
|
|
|
5189
5234
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5216,7 +5261,7 @@ class ReflexerWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5216
5261
|
}
|
|
5217
5262
|
|
|
5218
5263
|
/***/ }),
|
|
5219
|
-
/*
|
|
5264
|
+
/* 130 */
|
|
5220
5265
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5221
5266
|
|
|
5222
5267
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5258,7 +5303,7 @@ class ReflexerNativeUniV2SaviourDepositAction extends _Action__WEBPACK_IMPORTED_
|
|
|
5258
5303
|
}
|
|
5259
5304
|
|
|
5260
5305
|
/***/ }),
|
|
5261
|
-
/*
|
|
5306
|
+
/* 131 */
|
|
5262
5307
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5263
5308
|
|
|
5264
5309
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5290,7 +5335,7 @@ class ReflexerNativeUniV2SaviourWithdrawAction extends _Action__WEBPACK_IMPORTED
|
|
|
5290
5335
|
}
|
|
5291
5336
|
|
|
5292
5337
|
/***/ }),
|
|
5293
|
-
/*
|
|
5338
|
+
/* 132 */
|
|
5294
5339
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5295
5340
|
|
|
5296
5341
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5322,18 +5367,18 @@ class ReflexerNativeUniV2SaviourGetReservesAction extends _Action__WEBPACK_IMPOR
|
|
|
5322
5367
|
}
|
|
5323
5368
|
|
|
5324
5369
|
/***/ }),
|
|
5325
|
-
/*
|
|
5370
|
+
/* 133 */
|
|
5326
5371
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5327
5372
|
|
|
5328
5373
|
__webpack_require__.r(__webpack_exports__);
|
|
5329
5374
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5330
5375
|
/* harmony export */ "DyDxWithdrawAction": () => (/* reexport safe */ _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__.DyDxWithdrawAction)
|
|
5331
5376
|
/* harmony export */ });
|
|
5332
|
-
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5377
|
+
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(134);
|
|
5333
5378
|
|
|
5334
5379
|
|
|
5335
5380
|
/***/ }),
|
|
5336
|
-
/*
|
|
5381
|
+
/* 134 */
|
|
5337
5382
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5338
5383
|
|
|
5339
5384
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5364,7 +5409,7 @@ class DyDxWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5364
5409
|
}
|
|
5365
5410
|
|
|
5366
5411
|
/***/ }),
|
|
5367
|
-
/*
|
|
5412
|
+
/* 135 */
|
|
5368
5413
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5369
5414
|
|
|
5370
5415
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5375,11 +5420,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5375
5420
|
/* harmony export */ "UniswapV3SupplyAction": () => (/* reexport safe */ _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__.UniswapV3SupplyAction),
|
|
5376
5421
|
/* harmony export */ "UniswapV3WithdrawAction": () => (/* reexport safe */ _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__.UniswapV3WithdrawAction)
|
|
5377
5422
|
/* harmony export */ });
|
|
5378
|
-
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5379
|
-
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5380
|
-
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5381
|
-
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5382
|
-
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5423
|
+
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(136);
|
|
5424
|
+
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(137);
|
|
5425
|
+
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(138);
|
|
5426
|
+
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(139);
|
|
5427
|
+
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(140);
|
|
5383
5428
|
|
|
5384
5429
|
|
|
5385
5430
|
|
|
@@ -5387,7 +5432,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5387
5432
|
|
|
5388
5433
|
|
|
5389
5434
|
/***/ }),
|
|
5390
|
-
/*
|
|
5435
|
+
/* 136 */
|
|
5391
5436
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5392
5437
|
|
|
5393
5438
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5453,7 +5498,7 @@ class UniswapV3MintAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
5453
5498
|
}
|
|
5454
5499
|
|
|
5455
5500
|
/***/ }),
|
|
5456
|
-
/*
|
|
5501
|
+
/* 137 */
|
|
5457
5502
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5458
5503
|
|
|
5459
5504
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5513,7 +5558,7 @@ class UniswapV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
5513
5558
|
}
|
|
5514
5559
|
|
|
5515
5560
|
/***/ }),
|
|
5516
|
-
/*
|
|
5561
|
+
/* 138 */
|
|
5517
5562
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5518
5563
|
|
|
5519
5564
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5570,7 +5615,7 @@ class UniswapV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
5570
5615
|
}
|
|
5571
5616
|
|
|
5572
5617
|
/***/ }),
|
|
5573
|
-
/*
|
|
5618
|
+
/* 139 */
|
|
5574
5619
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5575
5620
|
|
|
5576
5621
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5619,7 +5664,7 @@ class UniswapV3CollectAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
5619
5664
|
}
|
|
5620
5665
|
|
|
5621
5666
|
/***/ }),
|
|
5622
|
-
/*
|
|
5667
|
+
/* 140 */
|
|
5623
5668
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5624
5669
|
|
|
5625
5670
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5686,7 +5731,7 @@ class UniswapV3CreatePoolAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
5686
5731
|
}
|
|
5687
5732
|
|
|
5688
5733
|
/***/ }),
|
|
5689
|
-
/*
|
|
5734
|
+
/* 141 */
|
|
5690
5735
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5691
5736
|
|
|
5692
5737
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5697,11 +5742,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5697
5742
|
/* harmony export */ "MakerRatioCheckAction": () => (/* reexport safe */ _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__.MakerRatioCheckAction),
|
|
5698
5743
|
/* harmony export */ "SparkRatioCheckAction": () => (/* reexport safe */ _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__.SparkRatioCheckAction)
|
|
5699
5744
|
/* harmony export */ });
|
|
5700
|
-
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5701
|
-
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5702
|
-
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5703
|
-
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5704
|
-
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5745
|
+
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(142);
|
|
5746
|
+
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(143);
|
|
5747
|
+
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(144);
|
|
5748
|
+
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(145);
|
|
5749
|
+
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(146);
|
|
5705
5750
|
|
|
5706
5751
|
|
|
5707
5752
|
|
|
@@ -5709,7 +5754,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5709
5754
|
|
|
5710
5755
|
|
|
5711
5756
|
/***/ }),
|
|
5712
|
-
/*
|
|
5757
|
+
/* 142 */
|
|
5713
5758
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5714
5759
|
|
|
5715
5760
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5740,7 +5785,7 @@ class MakerRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5740
5785
|
}
|
|
5741
5786
|
|
|
5742
5787
|
/***/ }),
|
|
5743
|
-
/*
|
|
5788
|
+
/* 143 */
|
|
5744
5789
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5745
5790
|
|
|
5746
5791
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5768,7 +5813,7 @@ class AaveV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5768
5813
|
}
|
|
5769
5814
|
|
|
5770
5815
|
/***/ }),
|
|
5771
|
-
/*
|
|
5816
|
+
/* 144 */
|
|
5772
5817
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5773
5818
|
|
|
5774
5819
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5798,7 +5843,7 @@ class CompoundV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
5798
5843
|
}
|
|
5799
5844
|
|
|
5800
5845
|
/***/ }),
|
|
5801
|
-
/*
|
|
5846
|
+
/* 145 */
|
|
5802
5847
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5803
5848
|
|
|
5804
5849
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5826,7 +5871,7 @@ class LiquityRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
5826
5871
|
}
|
|
5827
5872
|
|
|
5828
5873
|
/***/ }),
|
|
5829
|
-
/*
|
|
5874
|
+
/* 146 */
|
|
5830
5875
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5831
5876
|
|
|
5832
5877
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5854,7 +5899,7 @@ class SparkRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5854
5899
|
}
|
|
5855
5900
|
|
|
5856
5901
|
/***/ }),
|
|
5857
|
-
/*
|
|
5902
|
+
/* 147 */
|
|
5858
5903
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5859
5904
|
|
|
5860
5905
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5876,22 +5921,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5876
5921
|
/* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
5877
5922
|
/* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
5878
5923
|
/* harmony export */ });
|
|
5879
|
-
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5880
|
-
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5881
|
-
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5882
|
-
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5883
|
-
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5884
|
-
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
5885
|
-
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
5886
|
-
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5887
|
-
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
5888
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
5889
|
-
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
5890
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
5891
|
-
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
5892
|
-
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
5893
|
-
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
5894
|
-
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
5924
|
+
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(148);
|
|
5925
|
+
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(149);
|
|
5926
|
+
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(150);
|
|
5927
|
+
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(151);
|
|
5928
|
+
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(152);
|
|
5929
|
+
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(153);
|
|
5930
|
+
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(154);
|
|
5931
|
+
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(155);
|
|
5932
|
+
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(156);
|
|
5933
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(157);
|
|
5934
|
+
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(158);
|
|
5935
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(159);
|
|
5936
|
+
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(160);
|
|
5937
|
+
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(161);
|
|
5938
|
+
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(162);
|
|
5939
|
+
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(163);
|
|
5895
5940
|
|
|
5896
5941
|
|
|
5897
5942
|
|
|
@@ -5910,7 +5955,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5910
5955
|
|
|
5911
5956
|
|
|
5912
5957
|
/***/ }),
|
|
5913
|
-
/*
|
|
5958
|
+
/* 148 */
|
|
5914
5959
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5915
5960
|
|
|
5916
5961
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5961,7 +6006,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5961
6006
|
}
|
|
5962
6007
|
|
|
5963
6008
|
/***/ }),
|
|
5964
|
-
/*
|
|
6009
|
+
/* 149 */
|
|
5965
6010
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5966
6011
|
|
|
5967
6012
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5995,7 +6040,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5995
6040
|
}
|
|
5996
6041
|
|
|
5997
6042
|
/***/ }),
|
|
5998
|
-
/*
|
|
6043
|
+
/* 150 */
|
|
5999
6044
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6000
6045
|
|
|
6001
6046
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6042,7 +6087,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6042
6087
|
}
|
|
6043
6088
|
|
|
6044
6089
|
/***/ }),
|
|
6045
|
-
/*
|
|
6090
|
+
/* 151 */
|
|
6046
6091
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6047
6092
|
|
|
6048
6093
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6089,7 +6134,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6089
6134
|
}
|
|
6090
6135
|
|
|
6091
6136
|
/***/ }),
|
|
6092
|
-
/*
|
|
6137
|
+
/* 152 */
|
|
6093
6138
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6094
6139
|
|
|
6095
6140
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6122,7 +6167,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6122
6167
|
}
|
|
6123
6168
|
|
|
6124
6169
|
/***/ }),
|
|
6125
|
-
/*
|
|
6170
|
+
/* 153 */
|
|
6126
6171
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6127
6172
|
|
|
6128
6173
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6168,7 +6213,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6168
6213
|
}
|
|
6169
6214
|
|
|
6170
6215
|
/***/ }),
|
|
6171
|
-
/*
|
|
6216
|
+
/* 154 */
|
|
6172
6217
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6173
6218
|
|
|
6174
6219
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6198,7 +6243,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6198
6243
|
}
|
|
6199
6244
|
|
|
6200
6245
|
/***/ }),
|
|
6201
|
-
/*
|
|
6246
|
+
/* 155 */
|
|
6202
6247
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6203
6248
|
|
|
6204
6249
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6251,7 +6296,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6251
6296
|
}
|
|
6252
6297
|
|
|
6253
6298
|
/***/ }),
|
|
6254
|
-
/*
|
|
6299
|
+
/* 156 */
|
|
6255
6300
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6256
6301
|
|
|
6257
6302
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6300,7 +6345,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
6300
6345
|
}
|
|
6301
6346
|
|
|
6302
6347
|
/***/ }),
|
|
6303
|
-
/*
|
|
6348
|
+
/* 157 */
|
|
6304
6349
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6305
6350
|
|
|
6306
6351
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6335,7 +6380,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
6335
6380
|
}
|
|
6336
6381
|
|
|
6337
6382
|
/***/ }),
|
|
6338
|
-
/*
|
|
6383
|
+
/* 158 */
|
|
6339
6384
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6340
6385
|
|
|
6341
6386
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6384,7 +6429,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6384
6429
|
}
|
|
6385
6430
|
|
|
6386
6431
|
/***/ }),
|
|
6387
|
-
/*
|
|
6432
|
+
/* 159 */
|
|
6388
6433
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6389
6434
|
|
|
6390
6435
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6419,7 +6464,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6419
6464
|
}
|
|
6420
6465
|
|
|
6421
6466
|
/***/ }),
|
|
6422
|
-
/*
|
|
6467
|
+
/* 160 */
|
|
6423
6468
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6424
6469
|
|
|
6425
6470
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6451,14 +6496,14 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
6451
6496
|
}
|
|
6452
6497
|
|
|
6453
6498
|
/***/ }),
|
|
6454
|
-
/*
|
|
6499
|
+
/* 161 */
|
|
6455
6500
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6456
6501
|
|
|
6457
6502
|
__webpack_require__.r(__webpack_exports__);
|
|
6458
6503
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6459
6504
|
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* binding */ LiquityClaimSPRewardsAction)
|
|
6460
6505
|
/* harmony export */ });
|
|
6461
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6506
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(157);
|
|
6462
6507
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6463
6508
|
|
|
6464
6509
|
|
|
@@ -6480,14 +6525,14 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
|
|
|
6480
6525
|
}
|
|
6481
6526
|
|
|
6482
6527
|
/***/ }),
|
|
6483
|
-
/*
|
|
6528
|
+
/* 162 */
|
|
6484
6529
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6485
6530
|
|
|
6486
6531
|
__webpack_require__.r(__webpack_exports__);
|
|
6487
6532
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6488
6533
|
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* binding */ LiquityClaimStakingRewardsAction)
|
|
6489
6534
|
/* harmony export */ });
|
|
6490
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6535
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(159);
|
|
6491
6536
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6492
6537
|
|
|
6493
6538
|
|
|
@@ -6509,7 +6554,7 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
|
|
|
6509
6554
|
}
|
|
6510
6555
|
|
|
6511
6556
|
/***/ }),
|
|
6512
|
-
/*
|
|
6557
|
+
/* 163 */
|
|
6513
6558
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6514
6559
|
|
|
6515
6560
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6548,7 +6593,7 @@ class LiquityAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6548
6593
|
}
|
|
6549
6594
|
|
|
6550
6595
|
/***/ }),
|
|
6551
|
-
/*
|
|
6596
|
+
/* 164 */
|
|
6552
6597
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6553
6598
|
|
|
6554
6599
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6556,13 +6601,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6556
6601
|
/* harmony export */ "YearnSupplyAction": () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
|
|
6557
6602
|
/* harmony export */ "YearnWithdrawAction": () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
|
|
6558
6603
|
/* harmony export */ });
|
|
6559
|
-
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6560
|
-
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6604
|
+
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(165);
|
|
6605
|
+
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(166);
|
|
6561
6606
|
|
|
6562
6607
|
|
|
6563
6608
|
|
|
6564
6609
|
/***/ }),
|
|
6565
|
-
/*
|
|
6610
|
+
/* 165 */
|
|
6566
6611
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6567
6612
|
|
|
6568
6613
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6613,7 +6658,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6613
6658
|
}
|
|
6614
6659
|
|
|
6615
6660
|
/***/ }),
|
|
6616
|
-
/*
|
|
6661
|
+
/* 166 */
|
|
6617
6662
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6618
6663
|
|
|
6619
6664
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6664,7 +6709,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6664
6709
|
}
|
|
6665
6710
|
|
|
6666
6711
|
/***/ }),
|
|
6667
|
-
/*
|
|
6712
|
+
/* 167 */
|
|
6668
6713
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6669
6714
|
|
|
6670
6715
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6673,15 +6718,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6673
6718
|
/* harmony export */ "LidoUnwrapAction": () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
|
|
6674
6719
|
/* harmony export */ "LidoWrapAction": () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
|
|
6675
6720
|
/* harmony export */ });
|
|
6676
|
-
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6677
|
-
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6678
|
-
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6721
|
+
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(168);
|
|
6722
|
+
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(169);
|
|
6723
|
+
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(170);
|
|
6679
6724
|
|
|
6680
6725
|
|
|
6681
6726
|
|
|
6682
6727
|
|
|
6683
6728
|
/***/ }),
|
|
6684
|
-
/*
|
|
6729
|
+
/* 168 */
|
|
6685
6730
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6686
6731
|
|
|
6687
6732
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6727,7 +6772,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6727
6772
|
}
|
|
6728
6773
|
|
|
6729
6774
|
/***/ }),
|
|
6730
|
-
/*
|
|
6775
|
+
/* 169 */
|
|
6731
6776
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6732
6777
|
|
|
6733
6778
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6781,7 +6826,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6781
6826
|
}
|
|
6782
6827
|
|
|
6783
6828
|
/***/ }),
|
|
6784
|
-
/*
|
|
6829
|
+
/* 170 */
|
|
6785
6830
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6786
6831
|
|
|
6787
6832
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6824,18 +6869,18 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6824
6869
|
}
|
|
6825
6870
|
|
|
6826
6871
|
/***/ }),
|
|
6827
|
-
/*
|
|
6872
|
+
/* 171 */
|
|
6828
6873
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6829
6874
|
|
|
6830
6875
|
__webpack_require__.r(__webpack_exports__);
|
|
6831
6876
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6832
6877
|
/* harmony export */ "InstPullTokensAction": () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
|
|
6833
6878
|
/* harmony export */ });
|
|
6834
|
-
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6879
|
+
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(172);
|
|
6835
6880
|
|
|
6836
6881
|
|
|
6837
6882
|
/***/ }),
|
|
6838
|
-
/*
|
|
6883
|
+
/* 172 */
|
|
6839
6884
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6840
6885
|
|
|
6841
6886
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6878,7 +6923,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6878
6923
|
}
|
|
6879
6924
|
|
|
6880
6925
|
/***/ }),
|
|
6881
|
-
/*
|
|
6926
|
+
/* 173 */
|
|
6882
6927
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6883
6928
|
|
|
6884
6929
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6887,15 +6932,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6887
6932
|
/* harmony export */ "BalancerV2SupplyAction": () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
|
|
6888
6933
|
/* harmony export */ "BalancerV2WithdrawAction": () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
|
|
6889
6934
|
/* harmony export */ });
|
|
6890
|
-
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6891
|
-
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6892
|
-
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6935
|
+
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(174);
|
|
6936
|
+
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(175);
|
|
6937
|
+
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(176);
|
|
6893
6938
|
|
|
6894
6939
|
|
|
6895
6940
|
|
|
6896
6941
|
|
|
6897
6942
|
/***/ }),
|
|
6898
|
-
/*
|
|
6943
|
+
/* 174 */
|
|
6899
6944
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6900
6945
|
|
|
6901
6946
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6947,7 +6992,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6947
6992
|
}
|
|
6948
6993
|
|
|
6949
6994
|
/***/ }),
|
|
6950
|
-
/*
|
|
6995
|
+
/* 175 */
|
|
6951
6996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6952
6997
|
|
|
6953
6998
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7005,7 +7050,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7005
7050
|
}
|
|
7006
7051
|
|
|
7007
7052
|
/***/ }),
|
|
7008
|
-
/*
|
|
7053
|
+
/* 176 */
|
|
7009
7054
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7010
7055
|
|
|
7011
7056
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7054,7 +7099,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7054
7099
|
}
|
|
7055
7100
|
|
|
7056
7101
|
/***/ }),
|
|
7057
|
-
/*
|
|
7102
|
+
/* 177 */
|
|
7058
7103
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7059
7104
|
|
|
7060
7105
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7069,15 +7114,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7069
7114
|
/* harmony export */ "CurveSwapAction": () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
|
|
7070
7115
|
/* harmony export */ "CurveWithdrawAction": () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
|
|
7071
7116
|
/* harmony export */ });
|
|
7072
|
-
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7073
|
-
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7074
|
-
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7075
|
-
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7076
|
-
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7077
|
-
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7078
|
-
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7079
|
-
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
7080
|
-
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
7117
|
+
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(178);
|
|
7118
|
+
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(179);
|
|
7119
|
+
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(182);
|
|
7120
|
+
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(183);
|
|
7121
|
+
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(184);
|
|
7122
|
+
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(185);
|
|
7123
|
+
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(186);
|
|
7124
|
+
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(187);
|
|
7125
|
+
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(188);
|
|
7081
7126
|
|
|
7082
7127
|
|
|
7083
7128
|
|
|
@@ -7089,7 +7134,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7089
7134
|
|
|
7090
7135
|
|
|
7091
7136
|
/***/ }),
|
|
7092
|
-
/*
|
|
7137
|
+
/* 178 */
|
|
7093
7138
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7094
7139
|
|
|
7095
7140
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7136,7 +7181,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7136
7181
|
}
|
|
7137
7182
|
|
|
7138
7183
|
/***/ }),
|
|
7139
|
-
/*
|
|
7184
|
+
/* 179 */
|
|
7140
7185
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7141
7186
|
|
|
7142
7187
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7148,7 +7193,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7148
7193
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
7149
7194
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
7150
7195
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
7151
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7196
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(180);
|
|
7152
7197
|
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); } }
|
|
7153
7198
|
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); }); }; }
|
|
7154
7199
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -7211,7 +7256,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7211
7256
|
}
|
|
7212
7257
|
|
|
7213
7258
|
/***/ }),
|
|
7214
|
-
/*
|
|
7259
|
+
/* 180 */
|
|
7215
7260
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7216
7261
|
|
|
7217
7262
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7219,7 +7264,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7219
7264
|
/* harmony export */ "makeFlags": () => (/* binding */ makeFlags),
|
|
7220
7265
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
7221
7266
|
/* harmony export */ });
|
|
7222
|
-
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7267
|
+
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(181);
|
|
7223
7268
|
|
|
7224
7269
|
|
|
7225
7270
|
|
|
@@ -7232,13 +7277,13 @@ var makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeOne
|
|
|
7232
7277
|
) => depositTargetType | explicitUnderlying << 2 | withdrawExact << 3 | removeOneCoin << 4;
|
|
7233
7278
|
|
|
7234
7279
|
/***/ }),
|
|
7235
|
-
/*
|
|
7280
|
+
/* 181 */
|
|
7236
7281
|
/***/ ((module) => {
|
|
7237
7282
|
|
|
7238
7283
|
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},{"name":"lusd","swapAddr":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","depositContract":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","devComment":"it would follow logic that the depositContract should be the 3pool zap but because of the smart contract logic it is overridden here","nCoins":2,"coins":["0x5f98805A4E8be255a32880FDeC7F6728C6568bA0","0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"],"decimals":[18,18],"underlyingCoins":["0x5f98805A4E8be255a32880FDeC7F6728C6568bA0","0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,18,6,6],"isMeta":true,"lpToken":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","gauges":["0x9B8519A9a00100720CCdC8a120fBeD319cA47a14"],"gaugeTypes":[0],"zapType":2},{"name":"reth","isFactory":true,"swapAddr":"0x0f3159811670c117c372428D4E69AC32325e4D0F","nCoins":2,"coins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xae78736Cd615f374D3085123A210448E74Fc6393"],"decimals":[18,18],"underlyingCoins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xae78736Cd615f374D3085123A210448E74Fc6393"],"underlyingDecimals":[18,18],"isMeta":false,"lpToken":"0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C","gauges":["0x9d4D981d8a9066f5db8532A5816543dE8819d4A8"],"gaugeTypes":[0]},{"name":"cbeth","isFactory":true,"swapAddr":"0x5FAE7E604FC3e24fd43A72867ceBaC94c65b404A","nCoins":2,"coins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xBe9895146f7AF43049ca1c1AE358B0541Ea49704"],"decimals":[18,18],"underlyingCoins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xBe9895146f7AF43049ca1c1AE358B0541Ea49704"],"underlyingDecimals":[18,18],"isMeta":false,"lpToken":"0x5b6C539b224014A09B3388e51CaAA8e354c959C8","gauges":["0xAd96E10123Fa34a01cf2314C42D75150849C9295"],"gaugeTypes":[0]}]');
|
|
7239
7284
|
|
|
7240
7285
|
/***/ }),
|
|
7241
|
-
/*
|
|
7286
|
+
/* 182 */
|
|
7242
7287
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7243
7288
|
|
|
7244
7289
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7248,7 +7293,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7248
7293
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7249
7294
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7250
7295
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7251
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7296
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(180);
|
|
7252
7297
|
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); } }
|
|
7253
7298
|
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); }); }; }
|
|
7254
7299
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
@@ -7309,7 +7354,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7309
7354
|
}
|
|
7310
7355
|
|
|
7311
7356
|
/***/ }),
|
|
7312
|
-
/*
|
|
7357
|
+
/* 183 */
|
|
7313
7358
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7314
7359
|
|
|
7315
7360
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7354,7 +7399,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
7354
7399
|
}
|
|
7355
7400
|
|
|
7356
7401
|
/***/ }),
|
|
7357
|
-
/*
|
|
7402
|
+
/* 184 */
|
|
7358
7403
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7359
7404
|
|
|
7360
7405
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7385,7 +7430,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7385
7430
|
}
|
|
7386
7431
|
|
|
7387
7432
|
/***/ }),
|
|
7388
|
-
/*
|
|
7433
|
+
/* 185 */
|
|
7389
7434
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7390
7435
|
|
|
7391
7436
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7414,7 +7459,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7414
7459
|
}
|
|
7415
7460
|
|
|
7416
7461
|
/***/ }),
|
|
7417
|
-
/*
|
|
7462
|
+
/* 186 */
|
|
7418
7463
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7419
7464
|
|
|
7420
7465
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7445,7 +7490,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7445
7490
|
}
|
|
7446
7491
|
|
|
7447
7492
|
/***/ }),
|
|
7448
|
-
/*
|
|
7493
|
+
/* 187 */
|
|
7449
7494
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7450
7495
|
|
|
7451
7496
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7478,7 +7523,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
7478
7523
|
}
|
|
7479
7524
|
|
|
7480
7525
|
/***/ }),
|
|
7481
|
-
/*
|
|
7526
|
+
/* 188 */
|
|
7482
7527
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7483
7528
|
|
|
7484
7529
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7512,7 +7557,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
7512
7557
|
}
|
|
7513
7558
|
|
|
7514
7559
|
/***/ }),
|
|
7515
|
-
/*
|
|
7560
|
+
/* 189 */
|
|
7516
7561
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7517
7562
|
|
|
7518
7563
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7520,13 +7565,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7520
7565
|
/* harmony export */ "GUniDeposit": () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
|
|
7521
7566
|
/* harmony export */ "GUniWithdraw": () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
|
|
7522
7567
|
/* harmony export */ });
|
|
7523
|
-
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7524
|
-
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7568
|
+
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(190);
|
|
7569
|
+
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(191);
|
|
7525
7570
|
|
|
7526
7571
|
|
|
7527
7572
|
|
|
7528
7573
|
/***/ }),
|
|
7529
|
-
/*
|
|
7574
|
+
/* 190 */
|
|
7530
7575
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7531
7576
|
|
|
7532
7577
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7581,7 +7626,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7581
7626
|
}
|
|
7582
7627
|
|
|
7583
7628
|
/***/ }),
|
|
7584
|
-
/*
|
|
7629
|
+
/* 191 */
|
|
7585
7630
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7586
7631
|
|
|
7587
7632
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7628,7 +7673,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7628
7673
|
}
|
|
7629
7674
|
|
|
7630
7675
|
/***/ }),
|
|
7631
|
-
/*
|
|
7676
|
+
/* 192 */
|
|
7632
7677
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7633
7678
|
|
|
7634
7679
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7637,15 +7682,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7637
7682
|
/* harmony export */ "MStableDepositAction": () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
|
|
7638
7683
|
/* harmony export */ "MStableWithdrawAction": () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
|
|
7639
7684
|
/* harmony export */ });
|
|
7640
|
-
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7641
|
-
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7642
|
-
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7685
|
+
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(193);
|
|
7686
|
+
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(195);
|
|
7687
|
+
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(196);
|
|
7643
7688
|
|
|
7644
7689
|
|
|
7645
7690
|
|
|
7646
7691
|
|
|
7647
7692
|
/***/ }),
|
|
7648
|
-
/*
|
|
7693
|
+
/* 193 */
|
|
7649
7694
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7650
7695
|
|
|
7651
7696
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7655,7 +7700,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7655
7700
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7656
7701
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7657
7702
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7658
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7703
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(194);
|
|
7659
7704
|
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); } }
|
|
7660
7705
|
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); }); }; }
|
|
7661
7706
|
|
|
@@ -7720,7 +7765,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7720
7765
|
}
|
|
7721
7766
|
|
|
7722
7767
|
/***/ }),
|
|
7723
|
-
/*
|
|
7768
|
+
/* 194 */
|
|
7724
7769
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7725
7770
|
|
|
7726
7771
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7737,7 +7782,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7737
7782
|
});
|
|
7738
7783
|
|
|
7739
7784
|
/***/ }),
|
|
7740
|
-
/*
|
|
7785
|
+
/* 195 */
|
|
7741
7786
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7742
7787
|
|
|
7743
7788
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7747,7 +7792,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7747
7792
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7748
7793
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7749
7794
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7750
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7795
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(194);
|
|
7751
7796
|
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); } }
|
|
7752
7797
|
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); }); }; }
|
|
7753
7798
|
|
|
@@ -7811,7 +7856,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7811
7856
|
}
|
|
7812
7857
|
|
|
7813
7858
|
/***/ }),
|
|
7814
|
-
/*
|
|
7859
|
+
/* 196 */
|
|
7815
7860
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7816
7861
|
|
|
7817
7862
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7845,7 +7890,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7845
7890
|
}
|
|
7846
7891
|
|
|
7847
7892
|
/***/ }),
|
|
7848
|
-
/*
|
|
7893
|
+
/* 197 */
|
|
7849
7894
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7850
7895
|
|
|
7851
7896
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7853,13 +7898,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7853
7898
|
/* harmony export */ "RariDepositAction": () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
|
|
7854
7899
|
/* harmony export */ "RariWithdrawAction": () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
|
|
7855
7900
|
/* harmony export */ });
|
|
7856
|
-
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7857
|
-
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7901
|
+
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(198);
|
|
7902
|
+
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(199);
|
|
7858
7903
|
|
|
7859
7904
|
|
|
7860
7905
|
|
|
7861
7906
|
/***/ }),
|
|
7862
|
-
/*
|
|
7907
|
+
/* 198 */
|
|
7863
7908
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7864
7909
|
|
|
7865
7910
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7905,7 +7950,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7905
7950
|
}
|
|
7906
7951
|
|
|
7907
7952
|
/***/ }),
|
|
7908
|
-
/*
|
|
7953
|
+
/* 199 */
|
|
7909
7954
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7910
7955
|
|
|
7911
7956
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7952,7 +7997,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7952
7997
|
}
|
|
7953
7998
|
|
|
7954
7999
|
/***/ }),
|
|
7955
|
-
/*
|
|
8000
|
+
/* 200 */
|
|
7956
8001
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7957
8002
|
|
|
7958
8003
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7961,21 +8006,24 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7961
8006
|
/* harmony export */ "AaveV3BorrowAction": () => (/* reexport safe */ _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__.AaveV3BorrowAction),
|
|
7962
8007
|
/* harmony export */ "AaveV3ClaimRewardsAction": () => (/* reexport safe */ _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__.AaveV3ClaimRewardsAction),
|
|
7963
8008
|
/* harmony export */ "AaveV3CollateralSwitchAction": () => (/* reexport safe */ _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__.AaveV3CollateralSwitchAction),
|
|
8009
|
+
/* harmony export */ "AaveV3DelegateCredit": () => (/* reexport safe */ _AaveV3DelegateCredit__WEBPACK_IMPORTED_MODULE_9__.AaveV3DelegateCredit),
|
|
7964
8010
|
/* harmony export */ "AaveV3PaybackAction": () => (/* reexport safe */ _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__.AaveV3PaybackAction),
|
|
7965
8011
|
/* harmony export */ "AaveV3SetEModeAction": () => (/* reexport safe */ _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__.AaveV3SetEModeAction),
|
|
7966
8012
|
/* harmony export */ "AaveV3SupplyAction": () => (/* reexport safe */ _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__.AaveV3SupplyAction),
|
|
7967
8013
|
/* harmony export */ "AaveV3SwapBorrowRateModeAction": () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
|
|
7968
8014
|
/* harmony export */ "AaveV3WithdrawAction": () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
|
|
7969
8015
|
/* harmony export */ });
|
|
7970
|
-
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7971
|
-
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7972
|
-
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7973
|
-
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7974
|
-
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7975
|
-
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7976
|
-
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7977
|
-
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
7978
|
-
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
8016
|
+
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(201);
|
|
8017
|
+
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(202);
|
|
8018
|
+
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(203);
|
|
8019
|
+
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(204);
|
|
8020
|
+
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(205);
|
|
8021
|
+
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(206);
|
|
8022
|
+
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(207);
|
|
8023
|
+
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(208);
|
|
8024
|
+
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(209);
|
|
8025
|
+
/* harmony import */ var _AaveV3DelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(210);
|
|
8026
|
+
|
|
7979
8027
|
|
|
7980
8028
|
|
|
7981
8029
|
|
|
@@ -7987,7 +8035,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7987
8035
|
|
|
7988
8036
|
|
|
7989
8037
|
/***/ }),
|
|
7990
|
-
/*
|
|
8038
|
+
/* 201 */
|
|
7991
8039
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7992
8040
|
|
|
7993
8041
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8069,7 +8117,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
8069
8117
|
}
|
|
8070
8118
|
|
|
8071
8119
|
/***/ }),
|
|
8072
|
-
/*
|
|
8120
|
+
/* 202 */
|
|
8073
8121
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8074
8122
|
|
|
8075
8123
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8133,7 +8181,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8133
8181
|
}
|
|
8134
8182
|
|
|
8135
8183
|
/***/ }),
|
|
8136
|
-
/*
|
|
8184
|
+
/* 203 */
|
|
8137
8185
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8138
8186
|
|
|
8139
8187
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8215,7 +8263,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
8215
8263
|
}
|
|
8216
8264
|
|
|
8217
8265
|
/***/ }),
|
|
8218
|
-
/*
|
|
8266
|
+
/* 204 */
|
|
8219
8267
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8220
8268
|
|
|
8221
8269
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8267,7 +8315,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8267
8315
|
}
|
|
8268
8316
|
|
|
8269
8317
|
/***/ }),
|
|
8270
|
-
/*
|
|
8318
|
+
/* 205 */
|
|
8271
8319
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8272
8320
|
|
|
8273
8321
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8309,7 +8357,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8309
8357
|
}
|
|
8310
8358
|
|
|
8311
8359
|
/***/ }),
|
|
8312
|
-
/*
|
|
8360
|
+
/* 206 */
|
|
8313
8361
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8314
8362
|
|
|
8315
8363
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8382,7 +8430,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
8382
8430
|
}
|
|
8383
8431
|
|
|
8384
8432
|
/***/ }),
|
|
8385
|
-
/*
|
|
8433
|
+
/* 207 */
|
|
8386
8434
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8387
8435
|
|
|
8388
8436
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8432,7 +8480,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
|
|
|
8432
8480
|
}
|
|
8433
8481
|
|
|
8434
8482
|
/***/ }),
|
|
8435
|
-
/*
|
|
8483
|
+
/* 208 */
|
|
8436
8484
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8437
8485
|
|
|
8438
8486
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8485,7 +8533,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
|
|
|
8485
8533
|
}
|
|
8486
8534
|
|
|
8487
8535
|
/***/ }),
|
|
8488
|
-
/*
|
|
8536
|
+
/* 209 */
|
|
8489
8537
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8490
8538
|
|
|
8491
8539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8531,7 +8579,58 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
8531
8579
|
}
|
|
8532
8580
|
|
|
8533
8581
|
/***/ }),
|
|
8534
|
-
/*
|
|
8582
|
+
/* 210 */
|
|
8583
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8584
|
+
|
|
8585
|
+
__webpack_require__.r(__webpack_exports__);
|
|
8586
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8587
|
+
/* harmony export */ "AaveV3DelegateCredit": () => (/* binding */ AaveV3DelegateCredit)
|
|
8588
|
+
/* harmony export */ });
|
|
8589
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
8590
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8591
|
+
|
|
8592
|
+
|
|
8593
|
+
/**
|
|
8594
|
+
* AaveV3DelegateCredit - Delegate credit
|
|
8595
|
+
*
|
|
8596
|
+
* @category AaveV3
|
|
8597
|
+
*/
|
|
8598
|
+
class AaveV3DelegateCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
8599
|
+
/**
|
|
8600
|
+
* @param useOnDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
8601
|
+
* @param market Address provider for specific market
|
|
8602
|
+
* @param amount Amount of tokens to be payed back
|
|
8603
|
+
* @param rateMode Type of borrow debt [Stable: 1, Variable: 2]
|
|
8604
|
+
* @param assetId The id of the token to be borrowed
|
|
8605
|
+
* @param delegatee The id of the underlying asset to be repaid
|
|
8606
|
+
*/
|
|
8607
|
+
constructor(useOnDefaultMarket, market, amount, rateMode, assetId, delegatee) {
|
|
8608
|
+
super('AaveV3DelegateCredit', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV3DelegateCredit'), ['uint256', 'address', 'uint16', 'uint8', 'bool', 'address'], [amount, delegatee, assetId, rateMode, useOnDefaultMarket, market]);
|
|
8609
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5]];
|
|
8610
|
+
}
|
|
8611
|
+
encodeInputs() {
|
|
8612
|
+
// executeActionDirectL2
|
|
8613
|
+
var encodedInput = '0x2895f3aa';
|
|
8614
|
+
// amount
|
|
8615
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
8616
|
+
// delegatee
|
|
8617
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[1]));
|
|
8618
|
+
// assetId
|
|
8619
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[2]));
|
|
8620
|
+
// rateMode
|
|
8621
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[3]));
|
|
8622
|
+
// useDefaultMarket
|
|
8623
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[4]));
|
|
8624
|
+
if (!this.args[4]) {
|
|
8625
|
+
// market
|
|
8626
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[5]));
|
|
8627
|
+
}
|
|
8628
|
+
return encodedInput;
|
|
8629
|
+
}
|
|
8630
|
+
}
|
|
8631
|
+
|
|
8632
|
+
/***/ }),
|
|
8633
|
+
/* 211 */
|
|
8535
8634
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8536
8635
|
|
|
8537
8636
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8540,15 +8639,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8540
8639
|
/* harmony export */ "ConvexDepositAction": () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
|
|
8541
8640
|
/* harmony export */ "ConvexWithdrawAction": () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
|
|
8542
8641
|
/* harmony export */ });
|
|
8543
|
-
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8544
|
-
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8545
|
-
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8642
|
+
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(212);
|
|
8643
|
+
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(215);
|
|
8644
|
+
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(216);
|
|
8546
8645
|
|
|
8547
8646
|
|
|
8548
8647
|
|
|
8549
8648
|
|
|
8550
8649
|
/***/ }),
|
|
8551
|
-
/*
|
|
8650
|
+
/* 212 */
|
|
8552
8651
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8553
8652
|
|
|
8554
8653
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8557,7 +8656,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8557
8656
|
/* harmony export */ });
|
|
8558
8657
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8559
8658
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8560
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8659
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8561
8660
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8562
8661
|
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); } }
|
|
8563
8662
|
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); }); }; }
|
|
@@ -8608,7 +8707,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8608
8707
|
}
|
|
8609
8708
|
|
|
8610
8709
|
/***/ }),
|
|
8611
|
-
/*
|
|
8710
|
+
/* 213 */
|
|
8612
8711
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8613
8712
|
|
|
8614
8713
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8618,7 +8717,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8618
8717
|
/* harmony export */ "getConvexPool": () => (/* binding */ getConvexPool),
|
|
8619
8718
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
8620
8719
|
/* harmony export */ });
|
|
8621
|
-
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8720
|
+
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(214);
|
|
8622
8721
|
|
|
8623
8722
|
|
|
8624
8723
|
|
|
@@ -8640,13 +8739,13 @@ var WithdrawOption = {
|
|
|
8640
8739
|
var getConvexPool = curveLpToken => _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__.find(e => e.lpToken === curveLpToken);
|
|
8641
8740
|
|
|
8642
8741
|
/***/ }),
|
|
8643
|
-
/*
|
|
8742
|
+
/* 214 */
|
|
8644
8743
|
/***/ ((module) => {
|
|
8645
8744
|
|
|
8646
8745
|
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},{"pid":154,"lpToken":"0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C","token":"0x96C01B43853bE9E27363B15bE620769437cBa345","gauge":"0x9d4D981d8a9066f5db8532A5816543dE8819d4A8","crvRewards":"0x65C8aa24db76e870DEDfC35701eff84de405D1ba","stash":"0x8A297eFeDE43f47f76014a82D1B910Ee05d83226","extraRewards":[]},{"pid":127,"lpToken":"0x5b6C539b224014A09B3388e51CaAA8e354c959C8","token":"0x06A2C4431FB5dBfECbCbA15154Dd53E374c14292","gauge":"0xAd96E10123Fa34a01cf2314C42D75150849C9295","crvRewards":"0x5d02EcD9B83f1187e92aD5be3d1bd2915CA03699","stash":"0xDdc53D3B91090CD99d87ee1E6108857732fB5E4A","extraRewards":[]}]');
|
|
8647
8746
|
|
|
8648
8747
|
/***/ }),
|
|
8649
|
-
/*
|
|
8748
|
+
/* 215 */
|
|
8650
8749
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8651
8750
|
|
|
8652
8751
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8655,7 +8754,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8655
8754
|
/* harmony export */ });
|
|
8656
8755
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8657
8756
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8658
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8757
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8659
8758
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8660
8759
|
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); } }
|
|
8661
8760
|
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); }); }; }
|
|
@@ -8705,7 +8804,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8705
8804
|
}
|
|
8706
8805
|
|
|
8707
8806
|
/***/ }),
|
|
8708
|
-
/*
|
|
8807
|
+
/* 216 */
|
|
8709
8808
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8710
8809
|
|
|
8711
8810
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8714,7 +8813,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8714
8813
|
/* harmony export */ });
|
|
8715
8814
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8716
8815
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8717
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8816
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8718
8817
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8719
8818
|
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); } }
|
|
8720
8819
|
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); }); }; }
|
|
@@ -8762,7 +8861,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8762
8861
|
}
|
|
8763
8862
|
|
|
8764
8863
|
/***/ }),
|
|
8765
|
-
/*
|
|
8864
|
+
/* 217 */
|
|
8766
8865
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8767
8866
|
|
|
8768
8867
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8775,13 +8874,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8775
8874
|
/* harmony export */ "CBUpdateRebondSubAction": () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
|
|
8776
8875
|
/* harmony export */ "FetchBondIdAction": () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
|
|
8777
8876
|
/* harmony export */ });
|
|
8778
|
-
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8779
|
-
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8780
|
-
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8781
|
-
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8782
|
-
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8783
|
-
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8784
|
-
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8877
|
+
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(218);
|
|
8878
|
+
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(219);
|
|
8879
|
+
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(220);
|
|
8880
|
+
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(221);
|
|
8881
|
+
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(222);
|
|
8882
|
+
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(223);
|
|
8883
|
+
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(224);
|
|
8785
8884
|
|
|
8786
8885
|
|
|
8787
8886
|
|
|
@@ -8791,7 +8890,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8791
8890
|
|
|
8792
8891
|
|
|
8793
8892
|
/***/ }),
|
|
8794
|
-
/*
|
|
8893
|
+
/* 218 */
|
|
8795
8894
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8796
8895
|
|
|
8797
8896
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8832,7 +8931,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8832
8931
|
}
|
|
8833
8932
|
|
|
8834
8933
|
/***/ }),
|
|
8835
|
-
/*
|
|
8934
|
+
/* 219 */
|
|
8836
8935
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8837
8936
|
|
|
8838
8937
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8862,7 +8961,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8862
8961
|
}
|
|
8863
8962
|
|
|
8864
8963
|
/***/ }),
|
|
8865
|
-
/*
|
|
8964
|
+
/* 220 */
|
|
8866
8965
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8867
8966
|
|
|
8868
8967
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8893,7 +8992,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8893
8992
|
}
|
|
8894
8993
|
|
|
8895
8994
|
/***/ }),
|
|
8896
|
-
/*
|
|
8995
|
+
/* 221 */
|
|
8897
8996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8898
8997
|
|
|
8899
8998
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8937,7 +9036,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8937
9036
|
}
|
|
8938
9037
|
|
|
8939
9038
|
/***/ }),
|
|
8940
|
-
/*
|
|
9039
|
+
/* 222 */
|
|
8941
9040
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8942
9041
|
|
|
8943
9042
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8964,7 +9063,7 @@ class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8964
9063
|
}
|
|
8965
9064
|
|
|
8966
9065
|
/***/ }),
|
|
8967
|
-
/*
|
|
9066
|
+
/* 223 */
|
|
8968
9067
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8969
9068
|
|
|
8970
9069
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8993,7 +9092,7 @@ class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8993
9092
|
}
|
|
8994
9093
|
|
|
8995
9094
|
/***/ }),
|
|
8996
|
-
/*
|
|
9095
|
+
/* 224 */
|
|
8997
9096
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8998
9097
|
|
|
8999
9098
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9020,7 +9119,7 @@ class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
9020
9119
|
}
|
|
9021
9120
|
|
|
9022
9121
|
/***/ }),
|
|
9023
|
-
/*
|
|
9122
|
+
/* 225 */
|
|
9024
9123
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9025
9124
|
|
|
9026
9125
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9033,13 +9132,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9033
9132
|
/* harmony export */ "CompoundV3TransferAction": () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
|
|
9034
9133
|
/* harmony export */ "CompoundV3WithdrawAction": () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
|
|
9035
9134
|
/* harmony export */ });
|
|
9036
|
-
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9037
|
-
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9038
|
-
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9039
|
-
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9040
|
-
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9041
|
-
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9042
|
-
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9135
|
+
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(226);
|
|
9136
|
+
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(227);
|
|
9137
|
+
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(228);
|
|
9138
|
+
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(229);
|
|
9139
|
+
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(230);
|
|
9140
|
+
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(231);
|
|
9141
|
+
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(232);
|
|
9043
9142
|
|
|
9044
9143
|
|
|
9045
9144
|
|
|
@@ -9049,7 +9148,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9049
9148
|
|
|
9050
9149
|
|
|
9051
9150
|
/***/ }),
|
|
9052
|
-
/*
|
|
9151
|
+
/* 226 */
|
|
9053
9152
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9054
9153
|
|
|
9055
9154
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9093,7 +9192,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
9093
9192
|
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
9094
9193
|
if (asset.symbol !== 'ETH') return [{
|
|
9095
9194
|
asset: _this.tokenForApproval,
|
|
9096
|
-
owner: _this.args[
|
|
9195
|
+
owner: _this.args[3]
|
|
9097
9196
|
}];
|
|
9098
9197
|
return [];
|
|
9099
9198
|
})();
|
|
@@ -9101,7 +9200,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
9101
9200
|
}
|
|
9102
9201
|
|
|
9103
9202
|
/***/ }),
|
|
9104
|
-
/*
|
|
9203
|
+
/* 227 */
|
|
9105
9204
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9106
9205
|
|
|
9107
9206
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9134,7 +9233,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9134
9233
|
}
|
|
9135
9234
|
|
|
9136
9235
|
/***/ }),
|
|
9137
|
-
/*
|
|
9236
|
+
/* 228 */
|
|
9138
9237
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9139
9238
|
|
|
9140
9239
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9191,7 +9290,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
9191
9290
|
}
|
|
9192
9291
|
|
|
9193
9292
|
/***/ }),
|
|
9194
|
-
/*
|
|
9293
|
+
/* 229 */
|
|
9195
9294
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9196
9295
|
|
|
9197
9296
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9226,7 +9325,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9226
9325
|
}
|
|
9227
9326
|
|
|
9228
9327
|
/***/ }),
|
|
9229
|
-
/*
|
|
9328
|
+
/* 230 */
|
|
9230
9329
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9231
9330
|
|
|
9232
9331
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9260,7 +9359,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9260
9359
|
}
|
|
9261
9360
|
|
|
9262
9361
|
/***/ }),
|
|
9263
|
-
/*
|
|
9362
|
+
/* 231 */
|
|
9264
9363
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9265
9364
|
|
|
9266
9365
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9292,7 +9391,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9292
9391
|
}
|
|
9293
9392
|
|
|
9294
9393
|
/***/ }),
|
|
9295
|
-
/*
|
|
9394
|
+
/* 232 */
|
|
9296
9395
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9297
9396
|
|
|
9298
9397
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9328,7 +9427,7 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9328
9427
|
}
|
|
9329
9428
|
|
|
9330
9429
|
/***/ }),
|
|
9331
|
-
/*
|
|
9430
|
+
/* 233 */
|
|
9332
9431
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9333
9432
|
|
|
9334
9433
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9343,15 +9442,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9343
9442
|
/* harmony export */ "MorphoAaveV3WithdrawAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__.MorphoAaveV3WithdrawAction),
|
|
9344
9443
|
/* harmony export */ "MorphoClaimAction": () => (/* reexport safe */ _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__.MorphoClaimAction)
|
|
9345
9444
|
/* harmony export */ });
|
|
9346
|
-
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9347
|
-
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9348
|
-
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9349
|
-
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9350
|
-
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9351
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9352
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9353
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9354
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9445
|
+
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(234);
|
|
9446
|
+
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(235);
|
|
9447
|
+
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(236);
|
|
9448
|
+
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(237);
|
|
9449
|
+
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(238);
|
|
9450
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(239);
|
|
9451
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(240);
|
|
9452
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(241);
|
|
9453
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(242);
|
|
9355
9454
|
|
|
9356
9455
|
|
|
9357
9456
|
|
|
@@ -9363,7 +9462,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9363
9462
|
|
|
9364
9463
|
|
|
9365
9464
|
/***/ }),
|
|
9366
|
-
/*
|
|
9465
|
+
/* 234 */
|
|
9367
9466
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9368
9467
|
|
|
9369
9468
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9412,7 +9511,7 @@ class MorphoAaveV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9412
9511
|
}
|
|
9413
9512
|
|
|
9414
9513
|
/***/ }),
|
|
9415
|
-
/*
|
|
9514
|
+
/* 235 */
|
|
9416
9515
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9417
9516
|
|
|
9418
9517
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9441,7 +9540,7 @@ class MorphoAaveV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9441
9540
|
}
|
|
9442
9541
|
|
|
9443
9542
|
/***/ }),
|
|
9444
|
-
/*
|
|
9543
|
+
/* 236 */
|
|
9445
9544
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9446
9545
|
|
|
9447
9546
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9472,7 +9571,7 @@ class MorphoAaveV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9472
9571
|
}
|
|
9473
9572
|
|
|
9474
9573
|
/***/ }),
|
|
9475
|
-
/*
|
|
9574
|
+
/* 237 */
|
|
9476
9575
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9477
9576
|
|
|
9478
9577
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9519,7 +9618,7 @@ class MorphoAaveV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9519
9618
|
}
|
|
9520
9619
|
|
|
9521
9620
|
/***/ }),
|
|
9522
|
-
/*
|
|
9621
|
+
/* 238 */
|
|
9523
9622
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9524
9623
|
|
|
9525
9624
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9548,7 +9647,7 @@ class MorphoClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9548
9647
|
}
|
|
9549
9648
|
|
|
9550
9649
|
/***/ }),
|
|
9551
|
-
/*
|
|
9650
|
+
/* 239 */
|
|
9552
9651
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9553
9652
|
|
|
9554
9653
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9600,7 +9699,7 @@ class MorphoAaveV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9600
9699
|
}
|
|
9601
9700
|
|
|
9602
9701
|
/***/ }),
|
|
9603
|
-
/*
|
|
9702
|
+
/* 240 */
|
|
9604
9703
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9605
9704
|
|
|
9606
9705
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9636,7 +9735,7 @@ class MorphoAaveV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9636
9735
|
}
|
|
9637
9736
|
|
|
9638
9737
|
/***/ }),
|
|
9639
|
-
/*
|
|
9738
|
+
/* 241 */
|
|
9640
9739
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9641
9740
|
|
|
9642
9741
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9670,7 +9769,7 @@ class MorphoAaveV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9670
9769
|
}
|
|
9671
9770
|
|
|
9672
9771
|
/***/ }),
|
|
9673
|
-
/*
|
|
9772
|
+
/* 242 */
|
|
9674
9773
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9675
9774
|
|
|
9676
9775
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9718,7 +9817,7 @@ class MorphoAaveV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9718
9817
|
}
|
|
9719
9818
|
|
|
9720
9819
|
/***/ }),
|
|
9721
|
-
/*
|
|
9820
|
+
/* 243 */
|
|
9722
9821
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9723
9822
|
|
|
9724
9823
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9726,13 +9825,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9726
9825
|
/* harmony export */ "BprotocolLiquitySPDepositAction": () => (/* reexport safe */ _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__.BprotocolLiquitySPDepositAction),
|
|
9727
9826
|
/* harmony export */ "BprotocolLiquitySPWithdrawAction": () => (/* reexport safe */ _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BprotocolLiquitySPWithdrawAction)
|
|
9728
9827
|
/* harmony export */ });
|
|
9729
|
-
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9730
|
-
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9828
|
+
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(244);
|
|
9829
|
+
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(245);
|
|
9731
9830
|
|
|
9732
9831
|
|
|
9733
9832
|
|
|
9734
9833
|
/***/ }),
|
|
9735
|
-
/*
|
|
9834
|
+
/* 244 */
|
|
9736
9835
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9737
9836
|
|
|
9738
9837
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9777,7 +9876,7 @@ class BprotocolLiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1
|
|
|
9777
9876
|
}
|
|
9778
9877
|
|
|
9779
9878
|
/***/ }),
|
|
9780
|
-
/*
|
|
9879
|
+
/* 245 */
|
|
9781
9880
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9782
9881
|
|
|
9783
9882
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9808,11 +9907,12 @@ class BprotocolLiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
9808
9907
|
}
|
|
9809
9908
|
|
|
9810
9909
|
/***/ }),
|
|
9811
|
-
/*
|
|
9910
|
+
/* 246 */
|
|
9812
9911
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9813
9912
|
|
|
9814
9913
|
__webpack_require__.r(__webpack_exports__);
|
|
9815
9914
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9915
|
+
/* harmony export */ "CurveUsdAdjustAction": () => (/* reexport safe */ _CurveUsdAdjustAction__WEBPACK_IMPORTED_MODULE_9__.CurveUsdAdjustAction),
|
|
9816
9916
|
/* harmony export */ "CurveUsdBorrowAction": () => (/* reexport safe */ _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__.CurveUsdBorrowAction),
|
|
9817
9917
|
/* harmony export */ "CurveUsdCreateAction": () => (/* reexport safe */ _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__.CurveUsdCreateAction),
|
|
9818
9918
|
/* harmony export */ "CurveUsdLevCreateAction": () => (/* reexport safe */ _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__.CurveUsdLevCreateAction),
|
|
@@ -9823,15 +9923,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9823
9923
|
/* harmony export */ "CurveUsdSupplyAction": () => (/* reexport safe */ _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CurveUsdSupplyAction),
|
|
9824
9924
|
/* harmony export */ "CurveUsdWithdrawAction": () => (/* reexport safe */ _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveUsdWithdrawAction)
|
|
9825
9925
|
/* harmony export */ });
|
|
9826
|
-
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9827
|
-
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9828
|
-
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9829
|
-
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9830
|
-
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9831
|
-
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9832
|
-
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9833
|
-
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9834
|
-
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9926
|
+
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(247);
|
|
9927
|
+
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(249);
|
|
9928
|
+
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(250);
|
|
9929
|
+
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(251);
|
|
9930
|
+
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(252);
|
|
9931
|
+
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(253);
|
|
9932
|
+
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(254);
|
|
9933
|
+
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(255);
|
|
9934
|
+
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(256);
|
|
9935
|
+
/* harmony import */ var _CurveUsdAdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(257);
|
|
9936
|
+
|
|
9835
9937
|
|
|
9836
9938
|
|
|
9837
9939
|
|
|
@@ -9843,7 +9945,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9843
9945
|
|
|
9844
9946
|
|
|
9845
9947
|
/***/ }),
|
|
9846
|
-
/*
|
|
9948
|
+
/* 247 */
|
|
9847
9949
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9848
9950
|
|
|
9849
9951
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9853,7 +9955,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9853
9955
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9854
9956
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9855
9957
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9856
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9958
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(248);
|
|
9857
9959
|
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); } }
|
|
9858
9960
|
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); }); }; }
|
|
9859
9961
|
|
|
@@ -9893,7 +9995,7 @@ class CurveUsdCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9893
9995
|
}
|
|
9894
9996
|
|
|
9895
9997
|
/***/ }),
|
|
9896
|
-
/*
|
|
9998
|
+
/* 248 */
|
|
9897
9999
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9898
10000
|
|
|
9899
10001
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9925,7 +10027,7 @@ var controllerToAssetMap = {
|
|
|
9925
10027
|
var controllerFactoryAddress = '0xC9332fdCB1C491Dcc683bAe86Fe3cb70360738BC';
|
|
9926
10028
|
|
|
9927
10029
|
/***/ }),
|
|
9928
|
-
/*
|
|
10030
|
+
/* 249 */
|
|
9929
10031
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9930
10032
|
|
|
9931
10033
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9934,7 +10036,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9934
10036
|
/* harmony export */ });
|
|
9935
10037
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9936
10038
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9937
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10039
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(248);
|
|
9938
10040
|
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); } }
|
|
9939
10041
|
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); }); }; }
|
|
9940
10042
|
|
|
@@ -9970,7 +10072,7 @@ class CurveUsdSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9970
10072
|
}
|
|
9971
10073
|
|
|
9972
10074
|
/***/ }),
|
|
9973
|
-
/*
|
|
10075
|
+
/* 250 */
|
|
9974
10076
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9975
10077
|
|
|
9976
10078
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10001,7 +10103,7 @@ class CurveUsdWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
10001
10103
|
}
|
|
10002
10104
|
|
|
10003
10105
|
/***/ }),
|
|
10004
|
-
/*
|
|
10106
|
+
/* 251 */
|
|
10005
10107
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10006
10108
|
|
|
10007
10109
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10032,7 +10134,7 @@ class CurveUsdBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10032
10134
|
}
|
|
10033
10135
|
|
|
10034
10136
|
/***/ }),
|
|
10035
|
-
/*
|
|
10137
|
+
/* 252 */
|
|
10036
10138
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10037
10139
|
|
|
10038
10140
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10080,7 +10182,7 @@ class CurveUsdPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
10080
10182
|
}
|
|
10081
10183
|
|
|
10082
10184
|
/***/ }),
|
|
10083
|
-
/*
|
|
10185
|
+
/* 253 */
|
|
10084
10186
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10085
10187
|
|
|
10086
10188
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10103,7 +10205,7 @@ class CurveUsdRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10103
10205
|
}
|
|
10104
10206
|
|
|
10105
10207
|
/***/ }),
|
|
10106
|
-
/*
|
|
10208
|
+
/* 254 */
|
|
10107
10209
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10108
10210
|
|
|
10109
10211
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10146,7 +10248,7 @@ class CurveUsdSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
10146
10248
|
}
|
|
10147
10249
|
|
|
10148
10250
|
/***/ }),
|
|
10149
|
-
/*
|
|
10251
|
+
/* 255 */
|
|
10150
10252
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10151
10253
|
|
|
10152
10254
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10172,7 +10274,7 @@ class CurveUsdLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10172
10274
|
}
|
|
10173
10275
|
|
|
10174
10276
|
/***/ }),
|
|
10175
|
-
/*
|
|
10277
|
+
/* 256 */
|
|
10176
10278
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10177
10279
|
|
|
10178
10280
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10198,7 +10300,52 @@ class CurveUsdSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
10198
10300
|
}
|
|
10199
10301
|
|
|
10200
10302
|
/***/ }),
|
|
10201
|
-
/*
|
|
10303
|
+
/* 257 */
|
|
10304
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10305
|
+
|
|
10306
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10307
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10308
|
+
/* harmony export */ "CurveUsdAdjustAction": () => (/* binding */ CurveUsdAdjustAction)
|
|
10309
|
+
/* harmony export */ });
|
|
10310
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10311
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10312
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(248);
|
|
10313
|
+
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); } }
|
|
10314
|
+
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); }); }; }
|
|
10315
|
+
|
|
10316
|
+
|
|
10317
|
+
|
|
10318
|
+
|
|
10319
|
+
/**
|
|
10320
|
+
* CurveUsdAdjustAction - Action that supplies collateral to a curveusd position and borrows more crvUSD
|
|
10321
|
+
*
|
|
10322
|
+
* @category CurveUsd
|
|
10323
|
+
*/
|
|
10324
|
+
class CurveUsdAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
10325
|
+
/**
|
|
10326
|
+
* address controllerAddress - Address of the curveusd market controller
|
|
10327
|
+
* address from - Address from which to pull collateral asset, will default to proxy
|
|
10328
|
+
* address to - Address which will receive borrowed crvUSD
|
|
10329
|
+
* uint256 supplyAmount - Amount of collateral asset to supply (can be zero, can be max.uint)
|
|
10330
|
+
* uint256 borrowAmount - Amount of debt asset to borrow (must be non-zero)
|
|
10331
|
+
*/
|
|
10332
|
+
constructor(controllerAddress, from, to, supplyAmount, borrowAmount) {
|
|
10333
|
+
super('CurveUsdAdjust', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('CurveUsdAdjust'), ['address', 'address', 'address', 'uint256', 'uint256'], [controllerAddress, from, to, supplyAmount, borrowAmount]);
|
|
10334
|
+
this.mappableArgs = [...this.args];
|
|
10335
|
+
}
|
|
10336
|
+
getAssetsToApprove() {
|
|
10337
|
+
var _this = this;
|
|
10338
|
+
return _asyncToGenerator(function* () {
|
|
10339
|
+
return [{
|
|
10340
|
+
owner: _this.args[1],
|
|
10341
|
+
asset: _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__.controllerToAssetMap[_this.args[0]]
|
|
10342
|
+
}];
|
|
10343
|
+
})();
|
|
10344
|
+
}
|
|
10345
|
+
}
|
|
10346
|
+
|
|
10347
|
+
/***/ }),
|
|
10348
|
+
/* 258 */
|
|
10202
10349
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10203
10350
|
|
|
10204
10351
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10206,6 +10353,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10206
10353
|
/* harmony export */ "SparkBorrowAction": () => (/* reexport safe */ _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__.SparkBorrowAction),
|
|
10207
10354
|
/* harmony export */ "SparkClaimRewardsAction": () => (/* reexport safe */ _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__.SparkClaimRewardsAction),
|
|
10208
10355
|
/* harmony export */ "SparkCollateralSwitchAction": () => (/* reexport safe */ _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__.SparkCollateralSwitchAction),
|
|
10356
|
+
/* harmony export */ "SparkDelegateCredit": () => (/* reexport safe */ _SparkDelegateCredit__WEBPACK_IMPORTED_MODULE_9__.SparkDelegateCredit),
|
|
10209
10357
|
/* harmony export */ "SparkPaybackAction": () => (/* reexport safe */ _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__.SparkPaybackAction),
|
|
10210
10358
|
/* harmony export */ "SparkSetEModeAction": () => (/* reexport safe */ _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__.SparkSetEModeAction),
|
|
10211
10359
|
/* harmony export */ "SparkSpTokenPaybackAction": () => (/* reexport safe */ _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__.SparkSpTokenPaybackAction),
|
|
@@ -10213,15 +10361,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10213
10361
|
/* harmony export */ "SparkSwapBorrowRateModeAction": () => (/* reexport safe */ _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.SparkSwapBorrowRateModeAction),
|
|
10214
10362
|
/* harmony export */ "SparkWithdrawAction": () => (/* reexport safe */ _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.SparkWithdrawAction)
|
|
10215
10363
|
/* harmony export */ });
|
|
10216
|
-
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10217
|
-
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10218
|
-
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10219
|
-
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10220
|
-
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10221
|
-
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10222
|
-
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10223
|
-
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
10224
|
-
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10364
|
+
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(259);
|
|
10365
|
+
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(260);
|
|
10366
|
+
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(261);
|
|
10367
|
+
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(262);
|
|
10368
|
+
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(263);
|
|
10369
|
+
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(264);
|
|
10370
|
+
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(265);
|
|
10371
|
+
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(266);
|
|
10372
|
+
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(267);
|
|
10373
|
+
/* harmony import */ var _SparkDelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(268);
|
|
10374
|
+
|
|
10225
10375
|
|
|
10226
10376
|
|
|
10227
10377
|
|
|
@@ -10233,7 +10383,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10233
10383
|
|
|
10234
10384
|
|
|
10235
10385
|
/***/ }),
|
|
10236
|
-
/*
|
|
10386
|
+
/* 259 */
|
|
10237
10387
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10238
10388
|
|
|
10239
10389
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10315,7 +10465,7 @@ class SparkSupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
10315
10465
|
}
|
|
10316
10466
|
|
|
10317
10467
|
/***/ }),
|
|
10318
|
-
/*
|
|
10468
|
+
/* 260 */
|
|
10319
10469
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10320
10470
|
|
|
10321
10471
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10379,7 +10529,7 @@ class SparkBorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10379
10529
|
}
|
|
10380
10530
|
|
|
10381
10531
|
/***/ }),
|
|
10382
|
-
/*
|
|
10532
|
+
/* 261 */
|
|
10383
10533
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10384
10534
|
|
|
10385
10535
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10461,7 +10611,7 @@ class SparkPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
10461
10611
|
}
|
|
10462
10612
|
|
|
10463
10613
|
/***/ }),
|
|
10464
|
-
/*
|
|
10614
|
+
/* 262 */
|
|
10465
10615
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10466
10616
|
|
|
10467
10617
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10513,7 +10663,7 @@ class SparkWithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
10513
10663
|
}
|
|
10514
10664
|
|
|
10515
10665
|
/***/ }),
|
|
10516
|
-
/*
|
|
10666
|
+
/* 263 */
|
|
10517
10667
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10518
10668
|
|
|
10519
10669
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10555,7 +10705,7 @@ class SparkSetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
10555
10705
|
}
|
|
10556
10706
|
|
|
10557
10707
|
/***/ }),
|
|
10558
|
-
/*
|
|
10708
|
+
/* 264 */
|
|
10559
10709
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10560
10710
|
|
|
10561
10711
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10628,7 +10778,7 @@ class SparkSpTokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
10628
10778
|
}
|
|
10629
10779
|
|
|
10630
10780
|
/***/ }),
|
|
10631
|
-
/*
|
|
10781
|
+
/* 265 */
|
|
10632
10782
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10633
10783
|
|
|
10634
10784
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10678,7 +10828,7 @@ class SparkCollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE
|
|
|
10678
10828
|
}
|
|
10679
10829
|
|
|
10680
10830
|
/***/ }),
|
|
10681
|
-
/*
|
|
10831
|
+
/* 266 */
|
|
10682
10832
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10683
10833
|
|
|
10684
10834
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10731,7 +10881,7 @@ class SparkClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
10731
10881
|
}
|
|
10732
10882
|
|
|
10733
10883
|
/***/ }),
|
|
10734
|
-
/*
|
|
10884
|
+
/* 267 */
|
|
10735
10885
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10736
10886
|
|
|
10737
10887
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10777,7 +10927,58 @@ class SparkSwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODU
|
|
|
10777
10927
|
}
|
|
10778
10928
|
|
|
10779
10929
|
/***/ }),
|
|
10780
|
-
/*
|
|
10930
|
+
/* 268 */
|
|
10931
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10932
|
+
|
|
10933
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10934
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10935
|
+
/* harmony export */ "SparkDelegateCredit": () => (/* binding */ SparkDelegateCredit)
|
|
10936
|
+
/* harmony export */ });
|
|
10937
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10938
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10939
|
+
|
|
10940
|
+
|
|
10941
|
+
/**
|
|
10942
|
+
* SparkDelegateCredit - Delegate credit
|
|
10943
|
+
*
|
|
10944
|
+
* @category Spark
|
|
10945
|
+
*/
|
|
10946
|
+
class SparkDelegateCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10947
|
+
/**
|
|
10948
|
+
* @param useOnDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10949
|
+
* @param market Address provider for specific market
|
|
10950
|
+
* @param amount Amount of tokens to be payed back
|
|
10951
|
+
* @param rateMode Type of borrow debt [Stable: 1, Variable: 2]
|
|
10952
|
+
* @param assetId The id of the token to be borrowed
|
|
10953
|
+
* @param delegatee The id of the underlying asset to be repaid
|
|
10954
|
+
*/
|
|
10955
|
+
constructor(useOnDefaultMarket, market, amount, rateMode, assetId, delegatee) {
|
|
10956
|
+
super('SparkDelegateCredit', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkDelegateCredit'), ['uint256', 'address', 'uint16', 'uint8', 'bool', 'address'], [amount, delegatee, assetId, rateMode, useOnDefaultMarket, market]);
|
|
10957
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5]];
|
|
10958
|
+
}
|
|
10959
|
+
encodeInputs() {
|
|
10960
|
+
// executeActionDirectL2
|
|
10961
|
+
var encodedInput = '0x2895f3aa';
|
|
10962
|
+
// amount
|
|
10963
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
10964
|
+
// delegatee
|
|
10965
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[1]));
|
|
10966
|
+
// assetId
|
|
10967
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[2]));
|
|
10968
|
+
// rateMode
|
|
10969
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[3]));
|
|
10970
|
+
// useDefaultMarket
|
|
10971
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[4]));
|
|
10972
|
+
if (!this.args[4]) {
|
|
10973
|
+
// market
|
|
10974
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[5]));
|
|
10975
|
+
}
|
|
10976
|
+
return encodedInput;
|
|
10977
|
+
}
|
|
10978
|
+
}
|
|
10979
|
+
|
|
10980
|
+
/***/ }),
|
|
10981
|
+
/* 269 */
|
|
10781
10982
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10782
10983
|
|
|
10783
10984
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10798,21 +10999,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10798
10999
|
/* harmony export */ "TrailingStopTrigger": () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
10799
11000
|
/* harmony export */ "UniV3CurrentTickTrigger": () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
10800
11001
|
/* harmony export */ });
|
|
10801
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10802
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10803
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10804
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10805
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10806
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10807
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10808
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
10809
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10810
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
10811
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
10812
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
10813
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
10814
|
-
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
10815
|
-
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
11002
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(270);
|
|
11003
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(271);
|
|
11004
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(272);
|
|
11005
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(273);
|
|
11006
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(274);
|
|
11007
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(275);
|
|
11008
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(276);
|
|
11009
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(277);
|
|
11010
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(278);
|
|
11011
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(279);
|
|
11012
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(280);
|
|
11013
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(281);
|
|
11014
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(282);
|
|
11015
|
+
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(283);
|
|
11016
|
+
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(284);
|
|
10816
11017
|
|
|
10817
11018
|
|
|
10818
11019
|
|
|
@@ -10830,7 +11031,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10830
11031
|
|
|
10831
11032
|
|
|
10832
11033
|
/***/ }),
|
|
10833
|
-
/*
|
|
11034
|
+
/* 270 */
|
|
10834
11035
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10835
11036
|
|
|
10836
11037
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10853,7 +11054,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10853
11054
|
}
|
|
10854
11055
|
|
|
10855
11056
|
/***/ }),
|
|
10856
|
-
/*
|
|
11057
|
+
/* 271 */
|
|
10857
11058
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10858
11059
|
|
|
10859
11060
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10876,7 +11077,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
10876
11077
|
}
|
|
10877
11078
|
|
|
10878
11079
|
/***/ }),
|
|
10879
|
-
/*
|
|
11080
|
+
/* 272 */
|
|
10880
11081
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10881
11082
|
|
|
10882
11083
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10899,7 +11100,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10899
11100
|
}
|
|
10900
11101
|
|
|
10901
11102
|
/***/ }),
|
|
10902
|
-
/*
|
|
11103
|
+
/* 273 */
|
|
10903
11104
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10904
11105
|
|
|
10905
11106
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10922,7 +11123,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10922
11123
|
}
|
|
10923
11124
|
|
|
10924
11125
|
/***/ }),
|
|
10925
|
-
/*
|
|
11126
|
+
/* 274 */
|
|
10926
11127
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10927
11128
|
|
|
10928
11129
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10945,7 +11146,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10945
11146
|
}
|
|
10946
11147
|
|
|
10947
11148
|
/***/ }),
|
|
10948
|
-
/*
|
|
11149
|
+
/* 275 */
|
|
10949
11150
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10950
11151
|
|
|
10951
11152
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10968,7 +11169,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10968
11169
|
}
|
|
10969
11170
|
|
|
10970
11171
|
/***/ }),
|
|
10971
|
-
/*
|
|
11172
|
+
/* 276 */
|
|
10972
11173
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10973
11174
|
|
|
10974
11175
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10991,7 +11192,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10991
11192
|
}
|
|
10992
11193
|
|
|
10993
11194
|
/***/ }),
|
|
10994
|
-
/*
|
|
11195
|
+
/* 277 */
|
|
10995
11196
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10996
11197
|
|
|
10997
11198
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11014,7 +11215,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11014
11215
|
}
|
|
11015
11216
|
|
|
11016
11217
|
/***/ }),
|
|
11017
|
-
/*
|
|
11218
|
+
/* 278 */
|
|
11018
11219
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11019
11220
|
|
|
11020
11221
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11037,7 +11238,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11037
11238
|
}
|
|
11038
11239
|
|
|
11039
11240
|
/***/ }),
|
|
11040
|
-
/*
|
|
11241
|
+
/* 279 */
|
|
11041
11242
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11042
11243
|
|
|
11043
11244
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11060,7 +11261,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11060
11261
|
}
|
|
11061
11262
|
|
|
11062
11263
|
/***/ }),
|
|
11063
|
-
/*
|
|
11264
|
+
/* 280 */
|
|
11064
11265
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11065
11266
|
|
|
11066
11267
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11083,7 +11284,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11083
11284
|
}
|
|
11084
11285
|
|
|
11085
11286
|
/***/ }),
|
|
11086
|
-
/*
|
|
11287
|
+
/* 281 */
|
|
11087
11288
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11088
11289
|
|
|
11089
11290
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11106,7 +11307,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11106
11307
|
}
|
|
11107
11308
|
|
|
11108
11309
|
/***/ }),
|
|
11109
|
-
/*
|
|
11310
|
+
/* 282 */
|
|
11110
11311
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11111
11312
|
|
|
11112
11313
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11129,7 +11330,7 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
11129
11330
|
}
|
|
11130
11331
|
|
|
11131
11332
|
/***/ }),
|
|
11132
|
-
/*
|
|
11333
|
+
/* 283 */
|
|
11133
11334
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11134
11335
|
|
|
11135
11336
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11152,7 +11353,7 @@ class SparkRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11152
11353
|
}
|
|
11153
11354
|
|
|
11154
11355
|
/***/ }),
|
|
11155
|
-
/*
|
|
11356
|
+
/* 284 */
|
|
11156
11357
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11157
11358
|
|
|
11158
11359
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11175,7 +11376,7 @@ class SparkQuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
11175
11376
|
}
|
|
11176
11377
|
|
|
11177
11378
|
/***/ }),
|
|
11178
|
-
/*
|
|
11379
|
+
/* 285 */
|
|
11179
11380
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11180
11381
|
|
|
11181
11382
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11189,13 +11390,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11189
11390
|
/* harmony export */ "uniswapV3LP": () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
11190
11391
|
/* harmony export */ "zeroExExchange": () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
11191
11392
|
/* harmony export */ });
|
|
11192
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11193
|
-
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11194
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11195
|
-
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11196
|
-
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
11197
|
-
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
11198
|
-
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11393
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(286);
|
|
11394
|
+
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(121);
|
|
11395
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(288);
|
|
11396
|
+
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(213);
|
|
11397
|
+
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(194);
|
|
11398
|
+
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(180);
|
|
11399
|
+
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(248);
|
|
11199
11400
|
/* harmony import */ var _basic_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(91);
|
|
11200
11401
|
|
|
11201
11402
|
|
|
@@ -11208,7 +11409,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11208
11409
|
|
|
11209
11410
|
|
|
11210
11411
|
/***/ }),
|
|
11211
|
-
/*
|
|
11412
|
+
/* 286 */
|
|
11212
11413
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11213
11414
|
|
|
11214
11415
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11219,7 +11420,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11219
11420
|
/* harmony export */ });
|
|
11220
11421
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
11221
11422
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
11222
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11423
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(287);
|
|
11223
11424
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
11224
11425
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
11225
11426
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -11422,20 +11623,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
11422
11623
|
}();
|
|
11423
11624
|
|
|
11424
11625
|
/***/ }),
|
|
11425
|
-
/*
|
|
11626
|
+
/* 287 */
|
|
11426
11627
|
/***/ ((module) => {
|
|
11427
11628
|
|
|
11428
|
-
module.exports =
|
|
11629
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__287__;
|
|
11429
11630
|
|
|
11430
11631
|
/***/ }),
|
|
11431
|
-
/*
|
|
11632
|
+
/* 288 */
|
|
11432
11633
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11433
11634
|
|
|
11434
11635
|
__webpack_require__.r(__webpack_exports__);
|
|
11435
11636
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11436
11637
|
/* harmony export */ "getAssetAddrByTokenId": () => (/* binding */ getAssetAddrByTokenId)
|
|
11437
11638
|
/* harmony export */ });
|
|
11438
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11639
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(289);
|
|
11439
11640
|
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); } }
|
|
11440
11641
|
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); }); }; }
|
|
11441
11642
|
/**
|
|
@@ -11460,7 +11661,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
11460
11661
|
}();
|
|
11461
11662
|
|
|
11462
11663
|
/***/ }),
|
|
11463
|
-
/*
|
|
11664
|
+
/* 289 */
|
|
11464
11665
|
/***/ ((module) => {
|
|
11465
11666
|
|
|
11466
11667
|
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"}]');
|
|
@@ -11564,8 +11765,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11564
11765
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
11565
11766
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
11566
11767
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
11567
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11568
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11768
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(269);
|
|
11769
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(285);
|
|
11569
11770
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
11570
11771
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
11571
11772
|
/* Export types here */
|