@defisaver/sdk 1.3.21 → 1.3.22
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/Strategy.d.ts +1 -0
- package/esm/src/Strategy.js +3 -0
- package/esm/src/actions/aavev4/AaveV4BorrowAction.d.ts +17 -0
- package/esm/src/actions/aavev4/AaveV4BorrowAction.js +26 -0
- package/esm/src/actions/aavev4/AaveV4CollateralSwitchAction.d.ts +16 -0
- package/esm/src/actions/aavev4/AaveV4CollateralSwitchAction.js +24 -0
- package/esm/src/actions/aavev4/AaveV4DelegateBorrowWithSigAction.d.ts +14 -0
- package/esm/src/actions/aavev4/AaveV4DelegateBorrowWithSigAction.js +19 -0
- package/esm/src/actions/aavev4/AaveV4DelegateSetUsingAsCollateralWithSigAction.d.ts +14 -0
- package/esm/src/actions/aavev4/AaveV4DelegateSetUsingAsCollateralWithSigAction.js +19 -0
- package/esm/src/actions/aavev4/AaveV4DelegateWithdrawWithSigAction.d.ts +14 -0
- package/esm/src/actions/aavev4/AaveV4DelegateWithdrawWithSigAction.js +19 -0
- package/esm/src/actions/aavev4/AaveV4PaybackAction.d.ts +23 -0
- package/esm/src/actions/aavev4/AaveV4PaybackAction.js +46 -0
- package/esm/src/actions/aavev4/AaveV4RefreshPremiumAction.d.ts +15 -0
- package/esm/src/actions/aavev4/AaveV4RefreshPremiumAction.js +22 -0
- package/esm/src/actions/aavev4/AaveV4SetUserManagersWithSigAction.d.ts +18 -0
- package/esm/src/actions/aavev4/AaveV4SetUserManagersWithSigAction.js +20 -0
- package/esm/src/actions/aavev4/AaveV4StoreRatioAction.d.ts +14 -0
- package/esm/src/actions/aavev4/AaveV4StoreRatioAction.js +20 -0
- package/esm/src/actions/aavev4/AaveV4SupplyAction.d.ts +25 -0
- package/esm/src/actions/aavev4/AaveV4SupplyAction.js +49 -0
- package/esm/src/actions/aavev4/AaveV4WithdrawAction.d.ts +17 -0
- package/esm/src/actions/aavev4/AaveV4WithdrawAction.js +26 -0
- package/esm/src/actions/aavev4/index.d.ts +11 -0
- package/esm/src/actions/aavev4/index.js +11 -0
- package/esm/src/actions/checkers/AaveV4RatioCheckAction.d.ts +16 -0
- package/esm/src/actions/checkers/AaveV4RatioCheckAction.js +24 -0
- package/esm/src/actions/checkers/index.d.ts +1 -0
- package/esm/src/actions/checkers/index.js +1 -0
- package/esm/src/actions/index.d.ts +2 -1
- package/esm/src/actions/index.js +2 -1
- package/esm/src/addresses.d.ts +60 -0
- package/esm/src/addresses.js +11 -0
- package/esm/src/index.d.ts +240 -0
- package/esm/src/triggers/AaveV4QuotePriceRangeTrigger.d.ts +10 -0
- package/esm/src/triggers/AaveV4QuotePriceRangeTrigger.js +12 -0
- package/esm/src/triggers/AaveV4QuotePriceTrigger.d.ts +10 -0
- package/esm/src/triggers/AaveV4QuotePriceTrigger.js +12 -0
- package/esm/src/triggers/AaveV4RatioTrigger.d.ts +10 -0
- package/esm/src/triggers/AaveV4RatioTrigger.js +12 -0
- package/esm/src/triggers/index.d.ts +3 -0
- package/esm/src/triggers/index.js +3 -0
- package/package.json +1 -1
- package/src/Strategy.ts +4 -0
- package/src/actions/aavev4/AaveV4BorrowAction.ts +39 -0
- package/src/actions/aavev4/AaveV4CollateralSwitchAction.ts +36 -0
- package/src/actions/aavev4/AaveV4DelegateBorrowWithSigAction.ts +29 -0
- package/src/actions/aavev4/AaveV4DelegateSetUsingAsCollateralWithSigAction.ts +29 -0
- package/src/actions/aavev4/AaveV4DelegateWithdrawWithSigAction.ts +29 -0
- package/src/actions/aavev4/AaveV4PaybackAction.ts +51 -0
- package/src/actions/aavev4/AaveV4RefreshPremiumAction.ts +33 -0
- package/src/actions/aavev4/AaveV4SetUserManagersWithSigAction.ts +34 -0
- package/src/actions/aavev4/AaveV4StoreRatioAction.ts +30 -0
- package/src/actions/aavev4/AaveV4SupplyAction.ts +55 -0
- package/src/actions/aavev4/AaveV4WithdrawAction.ts +39 -0
- package/src/actions/aavev4/index.ts +11 -0
- package/src/actions/checkers/AaveV4RatioCheckAction.ts +36 -0
- package/src/actions/checkers/index.ts +2 -1
- package/src/actions/index.ts +2 -0
- package/src/addresses.ts +12 -0
- package/src/triggers/AaveV4QuotePriceRangeTrigger.ts +25 -0
- package/src/triggers/AaveV4QuotePriceTrigger.ts +25 -0
- package/src/triggers/AaveV4RatioTrigger.ts +24 -0
- package/src/triggers/index.ts +4 -1
- package/umd/index.js +1121 -581
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__, __WEBPACK_EXTERNAL_MODULE__138__, __WEBPACK_EXTERNAL_MODULE__139__,
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__, __WEBPACK_EXTERNAL_MODULE__138__, __WEBPACK_EXTERNAL_MODULE__139__, __WEBPACK_EXTERNAL_MODULE__463__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -1630,7 +1630,18 @@ var actionAddresses = {
|
|
|
1630
1630
|
// summer.fi
|
|
1631
1631
|
SFApproveTokens: '0x0aC29D44eeC8e8f3b010c2e8FC960957db0c8298',
|
|
1632
1632
|
SummerfiUnsub: '0x926405D69b77A514ED974901095AcFf9e5131366',
|
|
1633
|
-
SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30'
|
|
1633
|
+
SummerfiUnsubV2: '0x5E805eD9B7581a9f1398F75833f9663a459F5E30',
|
|
1634
|
+
// AaveV4
|
|
1635
|
+
AaveV4Supply: '0x089c2b1DB0f68D94E67e8d969509D45B26fD0ceC',
|
|
1636
|
+
AaveV4Withdraw: '0x563EC9e76b335A8218c04Ac4Ae9A58ae464CaAD6',
|
|
1637
|
+
AaveV4Borrow: '0x2a560B72Fb88b9Bb90dd997CD94D7611740961B9',
|
|
1638
|
+
AaveV4Payback: '0xEBafec920888E735e61353A8792cBd452B8406a0',
|
|
1639
|
+
AaveV4CollateralSwitch: '0x742c8676E90958C8b8e264b70Ca0685c365Eec5f',
|
|
1640
|
+
AaveV4RefreshPremium: '0xca7Cec8D88Bf495166CAeC045F0d467Aa4ceBE4E',
|
|
1641
|
+
AaveV4SetUserManagersWithSig: '0x70CB26167153298aF397dF58200799A24B060b0d',
|
|
1642
|
+
AaveV4DelegateWithdrawWithSig: '0x81864dBd69c46B19463eC7BEC6cE0B271126531a',
|
|
1643
|
+
AaveV4DelegateBorrowWithSig: '0x9D68b41BB9f9e9Ac1E1ee49d3566CAd4624886BA',
|
|
1644
|
+
AaveV4DelegateSetUsingAsCollateralWithSig: '0xF3D7C7e8F5154c669EAA0dE996cdE0575D7d3A00'
|
|
1634
1645
|
},
|
|
1635
1646
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
|
|
1636
1647
|
DFSSell: '0x9f234af5c10c136863a20865ba00b26951ab8269',
|
|
@@ -2095,6 +2106,9 @@ class Strategy {
|
|
|
2095
2106
|
addAction(newAction) {
|
|
2096
2107
|
this.actions.push(newAction);
|
|
2097
2108
|
}
|
|
2109
|
+
addActions(newActions) {
|
|
2110
|
+
this.actions.push(...newActions);
|
|
2111
|
+
}
|
|
2098
2112
|
print() {
|
|
2099
2113
|
console.log("Name: ".concat(this.name));
|
|
2100
2114
|
console.log("Slots: ".concat(this.subSlots));
|
|
@@ -2302,6 +2316,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2302
2316
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2303
2317
|
/* harmony export */ aave: () => (/* reexport module object */ _aave__WEBPACK_IMPORTED_MODULE_1__),
|
|
2304
2318
|
/* harmony export */ aaveV3: () => (/* reexport module object */ _aaveV3__WEBPACK_IMPORTED_MODULE_19__),
|
|
2319
|
+
/* harmony export */ aaveV4: () => (/* reexport module object */ _aavev4__WEBPACK_IMPORTED_MODULE_41__),
|
|
2305
2320
|
/* harmony export */ balancer: () => (/* reexport module object */ _balancer__WEBPACK_IMPORTED_MODULE_14__),
|
|
2306
2321
|
/* harmony export */ basic: () => (/* reexport module object */ _basic__WEBPACK_IMPORTED_MODULE_3__),
|
|
2307
2322
|
/* harmony export */ bprotocol: () => (/* reexport module object */ _bprotocol__WEBPACK_IMPORTED_MODULE_24__),
|
|
@@ -2352,37 +2367,39 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2352
2367
|
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(150);
|
|
2353
2368
|
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(152);
|
|
2354
2369
|
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(158);
|
|
2355
|
-
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
2356
|
-
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
2357
|
-
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
2358
|
-
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
2359
|
-
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
2360
|
-
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
2361
|
-
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
2362
|
-
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
2363
|
-
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
2364
|
-
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
2365
|
-
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
2366
|
-
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
2367
|
-
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
2368
|
-
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
2369
|
-
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
2370
|
-
/* harmony import */ var _lsv__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(
|
|
2371
|
-
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(
|
|
2372
|
-
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(
|
|
2373
|
-
/* harmony import */ var _morpho_blue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(
|
|
2374
|
-
/* harmony import */ var _summerfi__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(
|
|
2375
|
-
/* harmony import */ var _llamalend__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(
|
|
2376
|
-
/* harmony import */ var _merkl__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(
|
|
2377
|
-
/* harmony import */ var _eulerV2__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(
|
|
2378
|
-
/* harmony import */ var _sky__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(
|
|
2379
|
-
/* harmony import */ var _liquityV2__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(
|
|
2380
|
-
/* harmony import */ var _stkgho__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(
|
|
2381
|
-
/* harmony import */ var _renzo__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(
|
|
2382
|
-
/* harmony import */ var _etherfi__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(
|
|
2383
|
-
/* harmony import */ var _fluid__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(
|
|
2384
|
-
/* harmony import */ var _pendle__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(
|
|
2385
|
-
/* harmony import */ var _umbrella__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(
|
|
2370
|
+
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(178);
|
|
2371
|
+
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(195);
|
|
2372
|
+
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(198);
|
|
2373
|
+
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(202);
|
|
2374
|
+
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(204);
|
|
2375
|
+
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(208);
|
|
2376
|
+
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(220);
|
|
2377
|
+
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(223);
|
|
2378
|
+
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(228);
|
|
2379
|
+
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(231);
|
|
2380
|
+
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(243);
|
|
2381
|
+
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(249);
|
|
2382
|
+
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(257);
|
|
2383
|
+
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(265);
|
|
2384
|
+
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(276);
|
|
2385
|
+
/* harmony import */ var _lsv__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(279);
|
|
2386
|
+
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(284);
|
|
2387
|
+
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(300);
|
|
2388
|
+
/* harmony import */ var _morpho_blue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(313);
|
|
2389
|
+
/* harmony import */ var _summerfi__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(325);
|
|
2390
|
+
/* harmony import */ var _llamalend__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(329);
|
|
2391
|
+
/* harmony import */ var _merkl__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(341);
|
|
2392
|
+
/* harmony import */ var _eulerV2__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(343);
|
|
2393
|
+
/* harmony import */ var _sky__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(352);
|
|
2394
|
+
/* harmony import */ var _liquityV2__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(361);
|
|
2395
|
+
/* harmony import */ var _stkgho__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(377);
|
|
2396
|
+
/* harmony import */ var _renzo__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(382);
|
|
2397
|
+
/* harmony import */ var _etherfi__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(384);
|
|
2398
|
+
/* harmony import */ var _fluid__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(388);
|
|
2399
|
+
/* harmony import */ var _pendle__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(405);
|
|
2400
|
+
/* harmony import */ var _umbrella__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(407);
|
|
2401
|
+
/* harmony import */ var _aavev4__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(412);
|
|
2402
|
+
|
|
2386
2403
|
|
|
2387
2404
|
|
|
2388
2405
|
|
|
@@ -6976,6 +6993,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6976
6993
|
/* harmony export */ AaveV2RatioCheckAction: () => (/* reexport safe */ _AaveV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_4__.AaveV2RatioCheckAction),
|
|
6977
6994
|
/* harmony export */ AaveV3OpenRatioCheckAction: () => (/* reexport safe */ _AaveV3OpenRatioCheckAction__WEBPACK_IMPORTED_MODULE_11__.AaveV3OpenRatioCheckAction),
|
|
6978
6995
|
/* harmony export */ AaveV3RatioCheckAction: () => (/* reexport safe */ _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__.AaveV3RatioCheckAction),
|
|
6996
|
+
/* harmony export */ AaveV4RatioCheckAction: () => (/* reexport safe */ _AaveV4RatioCheckAction__WEBPACK_IMPORTED_MODULE_18__.AaveV4RatioCheckAction),
|
|
6979
6997
|
/* harmony export */ CompoundV2RatioCheckAction: () => (/* reexport safe */ _CompoundV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_5__.CompoundV2RatioCheckAction),
|
|
6980
6998
|
/* harmony export */ CompoundV3RatioCheckAction: () => (/* reexport safe */ _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__.CompoundV3RatioCheckAction),
|
|
6981
6999
|
/* harmony export */ CurveUsdCollRatioCheck: () => (/* reexport safe */ _CurveUsdCollRatioCheck__WEBPACK_IMPORTED_MODULE_9__.CurveUsdCollRatioCheck),
|
|
@@ -7010,6 +7028,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7010
7028
|
/* harmony import */ var _LiquityV2NewInterestRateCheckerAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(174);
|
|
7011
7029
|
/* harmony import */ var _FluidRatioCheckAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(175);
|
|
7012
7030
|
/* harmony import */ var _SparkTargetRatioCheck__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(176);
|
|
7031
|
+
/* harmony import */ var _AaveV4RatioCheckAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(177);
|
|
7032
|
+
|
|
7013
7033
|
|
|
7014
7034
|
|
|
7015
7035
|
|
|
@@ -7567,6 +7587,36 @@ class SparkTargetRatioCheck extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7567
7587
|
/* 177 */
|
|
7568
7588
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7569
7589
|
|
|
7590
|
+
__webpack_require__.r(__webpack_exports__);
|
|
7591
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7592
|
+
/* harmony export */ AaveV4RatioCheckAction: () => (/* binding */ AaveV4RatioCheckAction)
|
|
7593
|
+
/* harmony export */ });
|
|
7594
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7595
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
7596
|
+
|
|
7597
|
+
|
|
7598
|
+
/**
|
|
7599
|
+
* AaveV4RatioCheckAction - Checks aave V4 ratio for user position
|
|
7600
|
+
*
|
|
7601
|
+
* @category AaveV4RatioCheck
|
|
7602
|
+
*/
|
|
7603
|
+
class AaveV4RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
7604
|
+
/**
|
|
7605
|
+
* @param ratioState State of the ratio (IN_BOOST or IN_REPAY)
|
|
7606
|
+
* @param targetRatio Target ratio.
|
|
7607
|
+
* @param spoke Aave V4 spoke address.
|
|
7608
|
+
* @param user User address.
|
|
7609
|
+
*/
|
|
7610
|
+
constructor(ratioState, targetRatio, spoke, user) {
|
|
7611
|
+
super('AaveV4RatioCheck', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty'), ['uint8', 'uint256', 'address', 'address'], [ratioState, targetRatio, spoke, user]);
|
|
7612
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3]];
|
|
7613
|
+
}
|
|
7614
|
+
}
|
|
7615
|
+
|
|
7616
|
+
/***/ }),
|
|
7617
|
+
/* 178 */
|
|
7618
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7619
|
+
|
|
7570
7620
|
__webpack_require__.r(__webpack_exports__);
|
|
7571
7621
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7572
7622
|
/* harmony export */ LiquityAdjustAction: () => (/* reexport safe */ _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__.LiquityAdjustAction),
|
|
@@ -7586,22 +7636,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7586
7636
|
/* harmony export */ LiquityUnstakeAction: () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
7587
7637
|
/* harmony export */ LiquityWithdrawAction: () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
7588
7638
|
/* harmony export */ });
|
|
7589
|
-
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7590
|
-
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7591
|
-
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7592
|
-
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7593
|
-
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7594
|
-
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7595
|
-
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7596
|
-
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
7597
|
-
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
7598
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
7599
|
-
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
7600
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
7601
|
-
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
7602
|
-
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
7603
|
-
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
7604
|
-
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
7639
|
+
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(179);
|
|
7640
|
+
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(180);
|
|
7641
|
+
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(181);
|
|
7642
|
+
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(182);
|
|
7643
|
+
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(183);
|
|
7644
|
+
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(184);
|
|
7645
|
+
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(185);
|
|
7646
|
+
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(186);
|
|
7647
|
+
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(187);
|
|
7648
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(188);
|
|
7649
|
+
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(189);
|
|
7650
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(190);
|
|
7651
|
+
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(191);
|
|
7652
|
+
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(192);
|
|
7653
|
+
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(193);
|
|
7654
|
+
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(194);
|
|
7605
7655
|
|
|
7606
7656
|
|
|
7607
7657
|
|
|
@@ -7620,7 +7670,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7620
7670
|
|
|
7621
7671
|
|
|
7622
7672
|
/***/ }),
|
|
7623
|
-
/*
|
|
7673
|
+
/* 179 */
|
|
7624
7674
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7625
7675
|
|
|
7626
7676
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7671,7 +7721,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7671
7721
|
}
|
|
7672
7722
|
|
|
7673
7723
|
/***/ }),
|
|
7674
|
-
/*
|
|
7724
|
+
/* 180 */
|
|
7675
7725
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7676
7726
|
|
|
7677
7727
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7705,7 +7755,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7705
7755
|
}
|
|
7706
7756
|
|
|
7707
7757
|
/***/ }),
|
|
7708
|
-
/*
|
|
7758
|
+
/* 181 */
|
|
7709
7759
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7710
7760
|
|
|
7711
7761
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7752,7 +7802,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7752
7802
|
}
|
|
7753
7803
|
|
|
7754
7804
|
/***/ }),
|
|
7755
|
-
/*
|
|
7805
|
+
/* 182 */
|
|
7756
7806
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7757
7807
|
|
|
7758
7808
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7799,7 +7849,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7799
7849
|
}
|
|
7800
7850
|
|
|
7801
7851
|
/***/ }),
|
|
7802
|
-
/*
|
|
7852
|
+
/* 183 */
|
|
7803
7853
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7804
7854
|
|
|
7805
7855
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7832,7 +7882,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7832
7882
|
}
|
|
7833
7883
|
|
|
7834
7884
|
/***/ }),
|
|
7835
|
-
/*
|
|
7885
|
+
/* 184 */
|
|
7836
7886
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7837
7887
|
|
|
7838
7888
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7878,7 +7928,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7878
7928
|
}
|
|
7879
7929
|
|
|
7880
7930
|
/***/ }),
|
|
7881
|
-
/*
|
|
7931
|
+
/* 185 */
|
|
7882
7932
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7883
7933
|
|
|
7884
7934
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7908,7 +7958,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7908
7958
|
}
|
|
7909
7959
|
|
|
7910
7960
|
/***/ }),
|
|
7911
|
-
/*
|
|
7961
|
+
/* 186 */
|
|
7912
7962
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7913
7963
|
|
|
7914
7964
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7961,7 +8011,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7961
8011
|
}
|
|
7962
8012
|
|
|
7963
8013
|
/***/ }),
|
|
7964
|
-
/*
|
|
8014
|
+
/* 187 */
|
|
7965
8015
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7966
8016
|
|
|
7967
8017
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8010,7 +8060,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
8010
8060
|
}
|
|
8011
8061
|
|
|
8012
8062
|
/***/ }),
|
|
8013
|
-
/*
|
|
8063
|
+
/* 188 */
|
|
8014
8064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8015
8065
|
|
|
8016
8066
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8045,7 +8095,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8045
8095
|
}
|
|
8046
8096
|
|
|
8047
8097
|
/***/ }),
|
|
8048
|
-
/*
|
|
8098
|
+
/* 189 */
|
|
8049
8099
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8050
8100
|
|
|
8051
8101
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8094,7 +8144,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
8094
8144
|
}
|
|
8095
8145
|
|
|
8096
8146
|
/***/ }),
|
|
8097
|
-
/*
|
|
8147
|
+
/* 190 */
|
|
8098
8148
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8099
8149
|
|
|
8100
8150
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8129,7 +8179,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8129
8179
|
}
|
|
8130
8180
|
|
|
8131
8181
|
/***/ }),
|
|
8132
|
-
/*
|
|
8182
|
+
/* 191 */
|
|
8133
8183
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8134
8184
|
|
|
8135
8185
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8161,14 +8211,14 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
8161
8211
|
}
|
|
8162
8212
|
|
|
8163
8213
|
/***/ }),
|
|
8164
|
-
/*
|
|
8214
|
+
/* 192 */
|
|
8165
8215
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8166
8216
|
|
|
8167
8217
|
__webpack_require__.r(__webpack_exports__);
|
|
8168
8218
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8169
8219
|
/* harmony export */ LiquityClaimSPRewardsAction: () => (/* binding */ LiquityClaimSPRewardsAction)
|
|
8170
8220
|
/* harmony export */ });
|
|
8171
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8221
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(188);
|
|
8172
8222
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
8173
8223
|
|
|
8174
8224
|
|
|
@@ -8190,14 +8240,14 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
|
|
|
8190
8240
|
}
|
|
8191
8241
|
|
|
8192
8242
|
/***/ }),
|
|
8193
|
-
/*
|
|
8243
|
+
/* 193 */
|
|
8194
8244
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8195
8245
|
|
|
8196
8246
|
__webpack_require__.r(__webpack_exports__);
|
|
8197
8247
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8198
8248
|
/* harmony export */ LiquityClaimStakingRewardsAction: () => (/* binding */ LiquityClaimStakingRewardsAction)
|
|
8199
8249
|
/* harmony export */ });
|
|
8200
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8250
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(190);
|
|
8201
8251
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
8202
8252
|
|
|
8203
8253
|
|
|
@@ -8219,7 +8269,7 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
|
|
|
8219
8269
|
}
|
|
8220
8270
|
|
|
8221
8271
|
/***/ }),
|
|
8222
|
-
/*
|
|
8272
|
+
/* 194 */
|
|
8223
8273
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8224
8274
|
|
|
8225
8275
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8258,7 +8308,7 @@ class LiquityAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8258
8308
|
}
|
|
8259
8309
|
|
|
8260
8310
|
/***/ }),
|
|
8261
|
-
/*
|
|
8311
|
+
/* 195 */
|
|
8262
8312
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8263
8313
|
|
|
8264
8314
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8266,13 +8316,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8266
8316
|
/* harmony export */ YearnSupplyAction: () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
|
|
8267
8317
|
/* harmony export */ YearnWithdrawAction: () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
|
|
8268
8318
|
/* harmony export */ });
|
|
8269
|
-
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8270
|
-
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8319
|
+
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(196);
|
|
8320
|
+
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(197);
|
|
8271
8321
|
|
|
8272
8322
|
|
|
8273
8323
|
|
|
8274
8324
|
/***/ }),
|
|
8275
|
-
/*
|
|
8325
|
+
/* 196 */
|
|
8276
8326
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8277
8327
|
|
|
8278
8328
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8323,7 +8373,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
8323
8373
|
}
|
|
8324
8374
|
|
|
8325
8375
|
/***/ }),
|
|
8326
|
-
/*
|
|
8376
|
+
/* 197 */
|
|
8327
8377
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8328
8378
|
|
|
8329
8379
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8374,7 +8424,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
8374
8424
|
}
|
|
8375
8425
|
|
|
8376
8426
|
/***/ }),
|
|
8377
|
-
/*
|
|
8427
|
+
/* 198 */
|
|
8378
8428
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8379
8429
|
|
|
8380
8430
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8383,15 +8433,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8383
8433
|
/* harmony export */ LidoUnwrapAction: () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
|
|
8384
8434
|
/* harmony export */ LidoWrapAction: () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
|
|
8385
8435
|
/* harmony export */ });
|
|
8386
|
-
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8387
|
-
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8388
|
-
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8436
|
+
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(199);
|
|
8437
|
+
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(200);
|
|
8438
|
+
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(201);
|
|
8389
8439
|
|
|
8390
8440
|
|
|
8391
8441
|
|
|
8392
8442
|
|
|
8393
8443
|
/***/ }),
|
|
8394
|
-
/*
|
|
8444
|
+
/* 199 */
|
|
8395
8445
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8396
8446
|
|
|
8397
8447
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8437,7 +8487,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
8437
8487
|
}
|
|
8438
8488
|
|
|
8439
8489
|
/***/ }),
|
|
8440
|
-
/*
|
|
8490
|
+
/* 200 */
|
|
8441
8491
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8442
8492
|
|
|
8443
8493
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8491,7 +8541,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
8491
8541
|
}
|
|
8492
8542
|
|
|
8493
8543
|
/***/ }),
|
|
8494
|
-
/*
|
|
8544
|
+
/* 201 */
|
|
8495
8545
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8496
8546
|
|
|
8497
8547
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8534,18 +8584,18 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8534
8584
|
}
|
|
8535
8585
|
|
|
8536
8586
|
/***/ }),
|
|
8537
|
-
/*
|
|
8587
|
+
/* 202 */
|
|
8538
8588
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8539
8589
|
|
|
8540
8590
|
__webpack_require__.r(__webpack_exports__);
|
|
8541
8591
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
8542
8592
|
/* harmony export */ InstPullTokensAction: () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
|
|
8543
8593
|
/* harmony export */ });
|
|
8544
|
-
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8594
|
+
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(203);
|
|
8545
8595
|
|
|
8546
8596
|
|
|
8547
8597
|
/***/ }),
|
|
8548
|
-
/*
|
|
8598
|
+
/* 203 */
|
|
8549
8599
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8550
8600
|
|
|
8551
8601
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8588,7 +8638,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8588
8638
|
}
|
|
8589
8639
|
|
|
8590
8640
|
/***/ }),
|
|
8591
|
-
/*
|
|
8641
|
+
/* 204 */
|
|
8592
8642
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8593
8643
|
|
|
8594
8644
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8597,15 +8647,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8597
8647
|
/* harmony export */ BalancerV2SupplyAction: () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
|
|
8598
8648
|
/* harmony export */ BalancerV2WithdrawAction: () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
|
|
8599
8649
|
/* harmony export */ });
|
|
8600
|
-
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8601
|
-
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8602
|
-
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8650
|
+
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(205);
|
|
8651
|
+
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(206);
|
|
8652
|
+
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(207);
|
|
8603
8653
|
|
|
8604
8654
|
|
|
8605
8655
|
|
|
8606
8656
|
|
|
8607
8657
|
/***/ }),
|
|
8608
|
-
/*
|
|
8658
|
+
/* 205 */
|
|
8609
8659
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8610
8660
|
|
|
8611
8661
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8657,7 +8707,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8657
8707
|
}
|
|
8658
8708
|
|
|
8659
8709
|
/***/ }),
|
|
8660
|
-
/*
|
|
8710
|
+
/* 206 */
|
|
8661
8711
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8662
8712
|
|
|
8663
8713
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8715,7 +8765,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8715
8765
|
}
|
|
8716
8766
|
|
|
8717
8767
|
/***/ }),
|
|
8718
|
-
/*
|
|
8768
|
+
/* 207 */
|
|
8719
8769
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8720
8770
|
|
|
8721
8771
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8764,7 +8814,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8764
8814
|
}
|
|
8765
8815
|
|
|
8766
8816
|
/***/ }),
|
|
8767
|
-
/*
|
|
8817
|
+
/* 208 */
|
|
8768
8818
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8769
8819
|
|
|
8770
8820
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8779,15 +8829,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8779
8829
|
/* harmony export */ CurveSwapAction: () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
|
|
8780
8830
|
/* harmony export */ CurveWithdrawAction: () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
|
|
8781
8831
|
/* harmony export */ });
|
|
8782
|
-
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8783
|
-
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8784
|
-
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8785
|
-
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8786
|
-
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8787
|
-
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8788
|
-
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8789
|
-
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
8790
|
-
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
8832
|
+
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(209);
|
|
8833
|
+
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(210);
|
|
8834
|
+
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8835
|
+
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(214);
|
|
8836
|
+
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(215);
|
|
8837
|
+
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(216);
|
|
8838
|
+
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(217);
|
|
8839
|
+
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(218);
|
|
8840
|
+
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(219);
|
|
8791
8841
|
|
|
8792
8842
|
|
|
8793
8843
|
|
|
@@ -8799,7 +8849,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8799
8849
|
|
|
8800
8850
|
|
|
8801
8851
|
/***/ }),
|
|
8802
|
-
/*
|
|
8852
|
+
/* 209 */
|
|
8803
8853
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8804
8854
|
|
|
8805
8855
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8846,7 +8896,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8846
8896
|
}
|
|
8847
8897
|
|
|
8848
8898
|
/***/ }),
|
|
8849
|
-
/*
|
|
8899
|
+
/* 210 */
|
|
8850
8900
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8851
8901
|
|
|
8852
8902
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8858,7 +8908,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8858
8908
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
8859
8909
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
8860
8910
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
8861
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8911
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(211);
|
|
8862
8912
|
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); } }
|
|
8863
8913
|
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); }); }; }
|
|
8864
8914
|
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; }
|
|
@@ -8921,7 +8971,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
8921
8971
|
}
|
|
8922
8972
|
|
|
8923
8973
|
/***/ }),
|
|
8924
|
-
/*
|
|
8974
|
+
/* 211 */
|
|
8925
8975
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8926
8976
|
|
|
8927
8977
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8929,7 +8979,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8929
8979
|
/* harmony export */ makeFlags: () => (/* binding */ makeFlags),
|
|
8930
8980
|
/* harmony export */ poolInfo: () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
8931
8981
|
/* harmony export */ });
|
|
8932
|
-
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8982
|
+
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(212);
|
|
8933
8983
|
|
|
8934
8984
|
|
|
8935
8985
|
|
|
@@ -8942,13 +8992,13 @@ var makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeOne
|
|
|
8942
8992
|
) => depositTargetType | explicitUnderlying << 2 | withdrawExact << 3 | removeOneCoin << 4;
|
|
8943
8993
|
|
|
8944
8994
|
/***/ }),
|
|
8945
|
-
/*
|
|
8995
|
+
/* 212 */
|
|
8946
8996
|
/***/ ((module) => {
|
|
8947
8997
|
|
|
8948
8998
|
module.exports = /*#__PURE__*/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]}]');
|
|
8949
8999
|
|
|
8950
9000
|
/***/ }),
|
|
8951
|
-
/*
|
|
9001
|
+
/* 213 */
|
|
8952
9002
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8953
9003
|
|
|
8954
9004
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8958,7 +9008,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8958
9008
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8959
9009
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
8960
9010
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8961
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9011
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(211);
|
|
8962
9012
|
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); } }
|
|
8963
9013
|
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); }); }; }
|
|
8964
9014
|
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; }
|
|
@@ -9019,7 +9069,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9019
9069
|
}
|
|
9020
9070
|
|
|
9021
9071
|
/***/ }),
|
|
9022
|
-
/*
|
|
9072
|
+
/* 214 */
|
|
9023
9073
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9024
9074
|
|
|
9025
9075
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9064,7 +9114,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
9064
9114
|
}
|
|
9065
9115
|
|
|
9066
9116
|
/***/ }),
|
|
9067
|
-
/*
|
|
9117
|
+
/* 215 */
|
|
9068
9118
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9069
9119
|
|
|
9070
9120
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9095,7 +9145,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9095
9145
|
}
|
|
9096
9146
|
|
|
9097
9147
|
/***/ }),
|
|
9098
|
-
/*
|
|
9148
|
+
/* 216 */
|
|
9099
9149
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9100
9150
|
|
|
9101
9151
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9124,7 +9174,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9124
9174
|
}
|
|
9125
9175
|
|
|
9126
9176
|
/***/ }),
|
|
9127
|
-
/*
|
|
9177
|
+
/* 217 */
|
|
9128
9178
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9129
9179
|
|
|
9130
9180
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9155,7 +9205,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9155
9205
|
}
|
|
9156
9206
|
|
|
9157
9207
|
/***/ }),
|
|
9158
|
-
/*
|
|
9208
|
+
/* 218 */
|
|
9159
9209
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9160
9210
|
|
|
9161
9211
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9188,7 +9238,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
9188
9238
|
}
|
|
9189
9239
|
|
|
9190
9240
|
/***/ }),
|
|
9191
|
-
/*
|
|
9241
|
+
/* 219 */
|
|
9192
9242
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9193
9243
|
|
|
9194
9244
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9222,7 +9272,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
9222
9272
|
}
|
|
9223
9273
|
|
|
9224
9274
|
/***/ }),
|
|
9225
|
-
/*
|
|
9275
|
+
/* 220 */
|
|
9226
9276
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9227
9277
|
|
|
9228
9278
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9230,13 +9280,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9230
9280
|
/* harmony export */ GUniDeposit: () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
|
|
9231
9281
|
/* harmony export */ GUniWithdraw: () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
|
|
9232
9282
|
/* harmony export */ });
|
|
9233
|
-
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9234
|
-
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9283
|
+
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(221);
|
|
9284
|
+
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(222);
|
|
9235
9285
|
|
|
9236
9286
|
|
|
9237
9287
|
|
|
9238
9288
|
/***/ }),
|
|
9239
|
-
/*
|
|
9289
|
+
/* 221 */
|
|
9240
9290
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9241
9291
|
|
|
9242
9292
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9291,7 +9341,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9291
9341
|
}
|
|
9292
9342
|
|
|
9293
9343
|
/***/ }),
|
|
9294
|
-
/*
|
|
9344
|
+
/* 222 */
|
|
9295
9345
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9296
9346
|
|
|
9297
9347
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9338,7 +9388,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9338
9388
|
}
|
|
9339
9389
|
|
|
9340
9390
|
/***/ }),
|
|
9341
|
-
/*
|
|
9391
|
+
/* 223 */
|
|
9342
9392
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9343
9393
|
|
|
9344
9394
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9347,15 +9397,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9347
9397
|
/* harmony export */ MStableDepositAction: () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
|
|
9348
9398
|
/* harmony export */ MStableWithdrawAction: () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
|
|
9349
9399
|
/* harmony export */ });
|
|
9350
|
-
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9351
|
-
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9352
|
-
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9400
|
+
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(224);
|
|
9401
|
+
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(226);
|
|
9402
|
+
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(227);
|
|
9353
9403
|
|
|
9354
9404
|
|
|
9355
9405
|
|
|
9356
9406
|
|
|
9357
9407
|
/***/ }),
|
|
9358
|
-
/*
|
|
9408
|
+
/* 224 */
|
|
9359
9409
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9360
9410
|
|
|
9361
9411
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9365,7 +9415,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9365
9415
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9366
9416
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9367
9417
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9368
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9418
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(225);
|
|
9369
9419
|
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); } }
|
|
9370
9420
|
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); }); }; }
|
|
9371
9421
|
|
|
@@ -9430,7 +9480,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9430
9480
|
}
|
|
9431
9481
|
|
|
9432
9482
|
/***/ }),
|
|
9433
|
-
/*
|
|
9483
|
+
/* 225 */
|
|
9434
9484
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9435
9485
|
|
|
9436
9486
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9447,7 +9497,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9447
9497
|
});
|
|
9448
9498
|
|
|
9449
9499
|
/***/ }),
|
|
9450
|
-
/*
|
|
9500
|
+
/* 226 */
|
|
9451
9501
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9452
9502
|
|
|
9453
9503
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9457,7 +9507,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9457
9507
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9458
9508
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9459
9509
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9460
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9510
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(225);
|
|
9461
9511
|
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); } }
|
|
9462
9512
|
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); }); }; }
|
|
9463
9513
|
|
|
@@ -9521,7 +9571,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9521
9571
|
}
|
|
9522
9572
|
|
|
9523
9573
|
/***/ }),
|
|
9524
|
-
/*
|
|
9574
|
+
/* 227 */
|
|
9525
9575
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9526
9576
|
|
|
9527
9577
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9555,7 +9605,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9555
9605
|
}
|
|
9556
9606
|
|
|
9557
9607
|
/***/ }),
|
|
9558
|
-
/*
|
|
9608
|
+
/* 228 */
|
|
9559
9609
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9560
9610
|
|
|
9561
9611
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9563,13 +9613,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9563
9613
|
/* harmony export */ RariDepositAction: () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
|
|
9564
9614
|
/* harmony export */ RariWithdrawAction: () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
|
|
9565
9615
|
/* harmony export */ });
|
|
9566
|
-
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9567
|
-
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9616
|
+
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(229);
|
|
9617
|
+
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(230);
|
|
9568
9618
|
|
|
9569
9619
|
|
|
9570
9620
|
|
|
9571
9621
|
/***/ }),
|
|
9572
|
-
/*
|
|
9622
|
+
/* 229 */
|
|
9573
9623
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9574
9624
|
|
|
9575
9625
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9615,7 +9665,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9615
9665
|
}
|
|
9616
9666
|
|
|
9617
9667
|
/***/ }),
|
|
9618
|
-
/*
|
|
9668
|
+
/* 230 */
|
|
9619
9669
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9620
9670
|
|
|
9621
9671
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9662,7 +9712,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9662
9712
|
}
|
|
9663
9713
|
|
|
9664
9714
|
/***/ }),
|
|
9665
|
-
/*
|
|
9715
|
+
/* 231 */
|
|
9666
9716
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9667
9717
|
|
|
9668
9718
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9679,17 +9729,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9679
9729
|
/* harmony export */ AaveV3SwapBorrowRateModeAction: () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
|
|
9680
9730
|
/* harmony export */ AaveV3WithdrawAction: () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
|
|
9681
9731
|
/* harmony export */ });
|
|
9682
|
-
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9683
|
-
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9684
|
-
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9685
|
-
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9686
|
-
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9687
|
-
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9688
|
-
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9689
|
-
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9690
|
-
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9691
|
-
/* harmony import */ var _AaveV3DelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
9692
|
-
/* harmony import */ var _AaveV3DelegateWithSigAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
9732
|
+
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(232);
|
|
9733
|
+
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(233);
|
|
9734
|
+
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(234);
|
|
9735
|
+
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(235);
|
|
9736
|
+
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(236);
|
|
9737
|
+
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(237);
|
|
9738
|
+
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(238);
|
|
9739
|
+
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(239);
|
|
9740
|
+
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(240);
|
|
9741
|
+
/* harmony import */ var _AaveV3DelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(241);
|
|
9742
|
+
/* harmony import */ var _AaveV3DelegateWithSigAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(242);
|
|
9693
9743
|
|
|
9694
9744
|
|
|
9695
9745
|
|
|
@@ -9703,7 +9753,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9703
9753
|
|
|
9704
9754
|
|
|
9705
9755
|
/***/ }),
|
|
9706
|
-
/*
|
|
9756
|
+
/* 232 */
|
|
9707
9757
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9708
9758
|
|
|
9709
9759
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9785,7 +9835,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9785
9835
|
}
|
|
9786
9836
|
|
|
9787
9837
|
/***/ }),
|
|
9788
|
-
/*
|
|
9838
|
+
/* 233 */
|
|
9789
9839
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9790
9840
|
|
|
9791
9841
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9849,7 +9899,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9849
9899
|
}
|
|
9850
9900
|
|
|
9851
9901
|
/***/ }),
|
|
9852
|
-
/*
|
|
9902
|
+
/* 234 */
|
|
9853
9903
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9854
9904
|
|
|
9855
9905
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9931,7 +9981,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9931
9981
|
}
|
|
9932
9982
|
|
|
9933
9983
|
/***/ }),
|
|
9934
|
-
/*
|
|
9984
|
+
/* 235 */
|
|
9935
9985
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9936
9986
|
|
|
9937
9987
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9983,7 +10033,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9983
10033
|
}
|
|
9984
10034
|
|
|
9985
10035
|
/***/ }),
|
|
9986
|
-
/*
|
|
10036
|
+
/* 236 */
|
|
9987
10037
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9988
10038
|
|
|
9989
10039
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10025,7 +10075,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
10025
10075
|
}
|
|
10026
10076
|
|
|
10027
10077
|
/***/ }),
|
|
10028
|
-
/*
|
|
10078
|
+
/* 237 */
|
|
10029
10079
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10030
10080
|
|
|
10031
10081
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10098,7 +10148,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
10098
10148
|
}
|
|
10099
10149
|
|
|
10100
10150
|
/***/ }),
|
|
10101
|
-
/*
|
|
10151
|
+
/* 238 */
|
|
10102
10152
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10103
10153
|
|
|
10104
10154
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10148,7 +10198,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
|
|
|
10148
10198
|
}
|
|
10149
10199
|
|
|
10150
10200
|
/***/ }),
|
|
10151
|
-
/*
|
|
10201
|
+
/* 239 */
|
|
10152
10202
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10153
10203
|
|
|
10154
10204
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10201,7 +10251,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
|
|
|
10201
10251
|
}
|
|
10202
10252
|
|
|
10203
10253
|
/***/ }),
|
|
10204
|
-
/*
|
|
10254
|
+
/* 240 */
|
|
10205
10255
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10206
10256
|
|
|
10207
10257
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10247,7 +10297,7 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
10247
10297
|
}
|
|
10248
10298
|
|
|
10249
10299
|
/***/ }),
|
|
10250
|
-
/*
|
|
10300
|
+
/* 241 */
|
|
10251
10301
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10252
10302
|
|
|
10253
10303
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10298,7 +10348,7 @@ class AaveV3DelegateCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
10298
10348
|
}
|
|
10299
10349
|
|
|
10300
10350
|
/***/ }),
|
|
10301
|
-
/*
|
|
10351
|
+
/* 242 */
|
|
10302
10352
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10303
10353
|
|
|
10304
10354
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10342,7 +10392,7 @@ class AaveV3DelegateWithSigCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE
|
|
|
10342
10392
|
}
|
|
10343
10393
|
|
|
10344
10394
|
/***/ }),
|
|
10345
|
-
/*
|
|
10395
|
+
/* 243 */
|
|
10346
10396
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10347
10397
|
|
|
10348
10398
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10351,15 +10401,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10351
10401
|
/* harmony export */ ConvexDepositAction: () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
|
|
10352
10402
|
/* harmony export */ ConvexWithdrawAction: () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
|
|
10353
10403
|
/* harmony export */ });
|
|
10354
|
-
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10355
|
-
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10356
|
-
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10404
|
+
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(244);
|
|
10405
|
+
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(247);
|
|
10406
|
+
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(248);
|
|
10357
10407
|
|
|
10358
10408
|
|
|
10359
10409
|
|
|
10360
10410
|
|
|
10361
10411
|
/***/ }),
|
|
10362
|
-
/*
|
|
10412
|
+
/* 244 */
|
|
10363
10413
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10364
10414
|
|
|
10365
10415
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10368,7 +10418,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10368
10418
|
/* harmony export */ });
|
|
10369
10419
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10370
10420
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10371
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10421
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(245);
|
|
10372
10422
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
10373
10423
|
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); } }
|
|
10374
10424
|
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); }); }; }
|
|
@@ -10419,7 +10469,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10419
10469
|
}
|
|
10420
10470
|
|
|
10421
10471
|
/***/ }),
|
|
10422
|
-
/*
|
|
10472
|
+
/* 245 */
|
|
10423
10473
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10424
10474
|
|
|
10425
10475
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10429,7 +10479,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10429
10479
|
/* harmony export */ getConvexPool: () => (/* binding */ getConvexPool),
|
|
10430
10480
|
/* harmony export */ poolInfo: () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
10431
10481
|
/* harmony export */ });
|
|
10432
|
-
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10482
|
+
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(246);
|
|
10433
10483
|
|
|
10434
10484
|
|
|
10435
10485
|
|
|
@@ -10451,13 +10501,13 @@ var WithdrawOption = {
|
|
|
10451
10501
|
var getConvexPool = curveLpToken => _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__.find(e => e.lpToken === curveLpToken);
|
|
10452
10502
|
|
|
10453
10503
|
/***/ }),
|
|
10454
|
-
/*
|
|
10504
|
+
/* 246 */
|
|
10455
10505
|
/***/ ((module) => {
|
|
10456
10506
|
|
|
10457
10507
|
module.exports = /*#__PURE__*/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":[]}]');
|
|
10458
10508
|
|
|
10459
10509
|
/***/ }),
|
|
10460
|
-
/*
|
|
10510
|
+
/* 247 */
|
|
10461
10511
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10462
10512
|
|
|
10463
10513
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10466,7 +10516,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10466
10516
|
/* harmony export */ });
|
|
10467
10517
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10468
10518
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10469
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10519
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(245);
|
|
10470
10520
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
10471
10521
|
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); } }
|
|
10472
10522
|
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); }); }; }
|
|
@@ -10516,7 +10566,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10516
10566
|
}
|
|
10517
10567
|
|
|
10518
10568
|
/***/ }),
|
|
10519
|
-
/*
|
|
10569
|
+
/* 248 */
|
|
10520
10570
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10521
10571
|
|
|
10522
10572
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10525,7 +10575,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10525
10575
|
/* harmony export */ });
|
|
10526
10576
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10527
10577
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10528
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10578
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(245);
|
|
10529
10579
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
10530
10580
|
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); } }
|
|
10531
10581
|
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); }); }; }
|
|
@@ -10573,7 +10623,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10573
10623
|
}
|
|
10574
10624
|
|
|
10575
10625
|
/***/ }),
|
|
10576
|
-
/*
|
|
10626
|
+
/* 249 */
|
|
10577
10627
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10578
10628
|
|
|
10579
10629
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10586,13 +10636,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10586
10636
|
/* harmony export */ CBUpdateRebondSubAction: () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
|
|
10587
10637
|
/* harmony export */ FetchBondIdAction: () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
|
|
10588
10638
|
/* harmony export */ });
|
|
10589
|
-
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10590
|
-
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10591
|
-
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10592
|
-
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10593
|
-
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10594
|
-
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10595
|
-
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10639
|
+
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(250);
|
|
10640
|
+
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(251);
|
|
10641
|
+
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(252);
|
|
10642
|
+
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(253);
|
|
10643
|
+
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(254);
|
|
10644
|
+
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(255);
|
|
10645
|
+
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(256);
|
|
10596
10646
|
|
|
10597
10647
|
|
|
10598
10648
|
|
|
@@ -10602,7 +10652,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10602
10652
|
|
|
10603
10653
|
|
|
10604
10654
|
/***/ }),
|
|
10605
|
-
/*
|
|
10655
|
+
/* 250 */
|
|
10606
10656
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10607
10657
|
|
|
10608
10658
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10643,7 +10693,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10643
10693
|
}
|
|
10644
10694
|
|
|
10645
10695
|
/***/ }),
|
|
10646
|
-
/*
|
|
10696
|
+
/* 251 */
|
|
10647
10697
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10648
10698
|
|
|
10649
10699
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10673,7 +10723,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10673
10723
|
}
|
|
10674
10724
|
|
|
10675
10725
|
/***/ }),
|
|
10676
|
-
/*
|
|
10726
|
+
/* 252 */
|
|
10677
10727
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10678
10728
|
|
|
10679
10729
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10704,7 +10754,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10704
10754
|
}
|
|
10705
10755
|
|
|
10706
10756
|
/***/ }),
|
|
10707
|
-
/*
|
|
10757
|
+
/* 253 */
|
|
10708
10758
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10709
10759
|
|
|
10710
10760
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10748,7 +10798,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10748
10798
|
}
|
|
10749
10799
|
|
|
10750
10800
|
/***/ }),
|
|
10751
|
-
/*
|
|
10801
|
+
/* 254 */
|
|
10752
10802
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10753
10803
|
|
|
10754
10804
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10775,7 +10825,7 @@ class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10775
10825
|
}
|
|
10776
10826
|
|
|
10777
10827
|
/***/ }),
|
|
10778
|
-
/*
|
|
10828
|
+
/* 255 */
|
|
10779
10829
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10780
10830
|
|
|
10781
10831
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10804,7 +10854,7 @@ class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10804
10854
|
}
|
|
10805
10855
|
|
|
10806
10856
|
/***/ }),
|
|
10807
|
-
/*
|
|
10857
|
+
/* 256 */
|
|
10808
10858
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10809
10859
|
|
|
10810
10860
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10831,7 +10881,7 @@ class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10831
10881
|
}
|
|
10832
10882
|
|
|
10833
10883
|
/***/ }),
|
|
10834
|
-
/*
|
|
10884
|
+
/* 257 */
|
|
10835
10885
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10836
10886
|
|
|
10837
10887
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10844,13 +10894,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10844
10894
|
/* harmony export */ CompoundV3TransferAction: () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
|
|
10845
10895
|
/* harmony export */ CompoundV3WithdrawAction: () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
|
|
10846
10896
|
/* harmony export */ });
|
|
10847
|
-
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10848
|
-
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10849
|
-
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10850
|
-
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10851
|
-
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10852
|
-
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10853
|
-
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10897
|
+
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(258);
|
|
10898
|
+
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(259);
|
|
10899
|
+
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(260);
|
|
10900
|
+
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(261);
|
|
10901
|
+
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(262);
|
|
10902
|
+
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(263);
|
|
10903
|
+
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(264);
|
|
10854
10904
|
|
|
10855
10905
|
|
|
10856
10906
|
|
|
@@ -10860,7 +10910,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10860
10910
|
|
|
10861
10911
|
|
|
10862
10912
|
/***/ }),
|
|
10863
|
-
/*
|
|
10913
|
+
/* 258 */
|
|
10864
10914
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10865
10915
|
|
|
10866
10916
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10912,7 +10962,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
10912
10962
|
}
|
|
10913
10963
|
|
|
10914
10964
|
/***/ }),
|
|
10915
|
-
/*
|
|
10965
|
+
/* 259 */
|
|
10916
10966
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10917
10967
|
|
|
10918
10968
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10945,7 +10995,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
10945
10995
|
}
|
|
10946
10996
|
|
|
10947
10997
|
/***/ }),
|
|
10948
|
-
/*
|
|
10998
|
+
/* 260 */
|
|
10949
10999
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10950
11000
|
|
|
10951
11001
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11002,7 +11052,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
11002
11052
|
}
|
|
11003
11053
|
|
|
11004
11054
|
/***/ }),
|
|
11005
|
-
/*
|
|
11055
|
+
/* 261 */
|
|
11006
11056
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11007
11057
|
|
|
11008
11058
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11037,7 +11087,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
11037
11087
|
}
|
|
11038
11088
|
|
|
11039
11089
|
/***/ }),
|
|
11040
|
-
/*
|
|
11090
|
+
/* 262 */
|
|
11041
11091
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11042
11092
|
|
|
11043
11093
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11071,7 +11121,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
11071
11121
|
}
|
|
11072
11122
|
|
|
11073
11123
|
/***/ }),
|
|
11074
|
-
/*
|
|
11124
|
+
/* 263 */
|
|
11075
11125
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11076
11126
|
|
|
11077
11127
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11103,7 +11153,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
11103
11153
|
}
|
|
11104
11154
|
|
|
11105
11155
|
/***/ }),
|
|
11106
|
-
/*
|
|
11156
|
+
/* 264 */
|
|
11107
11157
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11108
11158
|
|
|
11109
11159
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11139,7 +11189,7 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
11139
11189
|
}
|
|
11140
11190
|
|
|
11141
11191
|
/***/ }),
|
|
11142
|
-
/*
|
|
11192
|
+
/* 265 */
|
|
11143
11193
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11144
11194
|
|
|
11145
11195
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11155,16 +11205,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11155
11205
|
/* harmony export */ MorphoAaveV3WithdrawAction: () => (/* reexport safe */ _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__.MorphoAaveV3WithdrawAction),
|
|
11156
11206
|
/* harmony export */ MorphoClaimAction: () => (/* reexport safe */ _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__.MorphoClaimAction)
|
|
11157
11207
|
/* harmony export */ });
|
|
11158
|
-
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11159
|
-
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11160
|
-
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11161
|
-
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11162
|
-
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
11163
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
11164
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11165
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11166
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
11167
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SetManagerAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
11208
|
+
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(266);
|
|
11209
|
+
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(267);
|
|
11210
|
+
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(268);
|
|
11211
|
+
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(269);
|
|
11212
|
+
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(270);
|
|
11213
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(271);
|
|
11214
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(272);
|
|
11215
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(273);
|
|
11216
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(274);
|
|
11217
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SetManagerAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(275);
|
|
11168
11218
|
|
|
11169
11219
|
|
|
11170
11220
|
|
|
@@ -11177,7 +11227,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11177
11227
|
|
|
11178
11228
|
|
|
11179
11229
|
/***/ }),
|
|
11180
|
-
/*
|
|
11230
|
+
/* 266 */
|
|
11181
11231
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11182
11232
|
|
|
11183
11233
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11226,7 +11276,7 @@ class MorphoAaveV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
11226
11276
|
}
|
|
11227
11277
|
|
|
11228
11278
|
/***/ }),
|
|
11229
|
-
/*
|
|
11279
|
+
/* 267 */
|
|
11230
11280
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11231
11281
|
|
|
11232
11282
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11255,7 +11305,7 @@ class MorphoAaveV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
11255
11305
|
}
|
|
11256
11306
|
|
|
11257
11307
|
/***/ }),
|
|
11258
|
-
/*
|
|
11308
|
+
/* 268 */
|
|
11259
11309
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11260
11310
|
|
|
11261
11311
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11286,7 +11336,7 @@ class MorphoAaveV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
11286
11336
|
}
|
|
11287
11337
|
|
|
11288
11338
|
/***/ }),
|
|
11289
|
-
/*
|
|
11339
|
+
/* 269 */
|
|
11290
11340
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11291
11341
|
|
|
11292
11342
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11333,7 +11383,7 @@ class MorphoAaveV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
11333
11383
|
}
|
|
11334
11384
|
|
|
11335
11385
|
/***/ }),
|
|
11336
|
-
/*
|
|
11386
|
+
/* 270 */
|
|
11337
11387
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11338
11388
|
|
|
11339
11389
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11362,7 +11412,7 @@ class MorphoClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11362
11412
|
}
|
|
11363
11413
|
|
|
11364
11414
|
/***/ }),
|
|
11365
|
-
/*
|
|
11415
|
+
/* 271 */
|
|
11366
11416
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11367
11417
|
|
|
11368
11418
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11414,7 +11464,7 @@ class MorphoAaveV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
11414
11464
|
}
|
|
11415
11465
|
|
|
11416
11466
|
/***/ }),
|
|
11417
|
-
/*
|
|
11467
|
+
/* 272 */
|
|
11418
11468
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11419
11469
|
|
|
11420
11470
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11450,7 +11500,7 @@ class MorphoAaveV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
11450
11500
|
}
|
|
11451
11501
|
|
|
11452
11502
|
/***/ }),
|
|
11453
|
-
/*
|
|
11503
|
+
/* 273 */
|
|
11454
11504
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11455
11505
|
|
|
11456
11506
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11484,7 +11534,7 @@ class MorphoAaveV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
11484
11534
|
}
|
|
11485
11535
|
|
|
11486
11536
|
/***/ }),
|
|
11487
|
-
/*
|
|
11537
|
+
/* 274 */
|
|
11488
11538
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11489
11539
|
|
|
11490
11540
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11532,7 +11582,7 @@ class MorphoAaveV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
11532
11582
|
}
|
|
11533
11583
|
|
|
11534
11584
|
/***/ }),
|
|
11535
|
-
/*
|
|
11585
|
+
/* 275 */
|
|
11536
11586
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11537
11587
|
|
|
11538
11588
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11560,7 +11610,7 @@ class MorphoAaveV3SetManagerAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
11560
11610
|
}
|
|
11561
11611
|
|
|
11562
11612
|
/***/ }),
|
|
11563
|
-
/*
|
|
11613
|
+
/* 276 */
|
|
11564
11614
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11565
11615
|
|
|
11566
11616
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11568,13 +11618,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11568
11618
|
/* harmony export */ BprotocolLiquitySPDepositAction: () => (/* reexport safe */ _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__.BprotocolLiquitySPDepositAction),
|
|
11569
11619
|
/* harmony export */ BprotocolLiquitySPWithdrawAction: () => (/* reexport safe */ _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BprotocolLiquitySPWithdrawAction)
|
|
11570
11620
|
/* harmony export */ });
|
|
11571
|
-
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11572
|
-
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11621
|
+
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(277);
|
|
11622
|
+
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(278);
|
|
11573
11623
|
|
|
11574
11624
|
|
|
11575
11625
|
|
|
11576
11626
|
/***/ }),
|
|
11577
|
-
/*
|
|
11627
|
+
/* 277 */
|
|
11578
11628
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11579
11629
|
|
|
11580
11630
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11619,7 +11669,7 @@ class BprotocolLiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1
|
|
|
11619
11669
|
}
|
|
11620
11670
|
|
|
11621
11671
|
/***/ }),
|
|
11622
|
-
/*
|
|
11672
|
+
/* 278 */
|
|
11623
11673
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11624
11674
|
|
|
11625
11675
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11650,7 +11700,7 @@ class BprotocolLiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
11650
11700
|
}
|
|
11651
11701
|
|
|
11652
11702
|
/***/ }),
|
|
11653
|
-
/*
|
|
11703
|
+
/* 279 */
|
|
11654
11704
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11655
11705
|
|
|
11656
11706
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11660,17 +11710,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11660
11710
|
/* harmony export */ LSVSupplyAction: () => (/* reexport safe */ _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__.LSVSupplyAction),
|
|
11661
11711
|
/* harmony export */ LSVWithdrawAction: () => (/* reexport safe */ _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.LSVWithdrawAction)
|
|
11662
11712
|
/* harmony export */ });
|
|
11663
|
-
/* harmony import */ var _LSVPaybackAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11664
|
-
/* harmony import */ var _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11665
|
-
/* harmony import */ var _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11666
|
-
/* harmony import */ var _LSVBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11713
|
+
/* harmony import */ var _LSVPaybackAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(280);
|
|
11714
|
+
/* harmony import */ var _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(281);
|
|
11715
|
+
/* harmony import */ var _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(282);
|
|
11716
|
+
/* harmony import */ var _LSVBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(283);
|
|
11667
11717
|
|
|
11668
11718
|
|
|
11669
11719
|
|
|
11670
11720
|
|
|
11671
11721
|
|
|
11672
11722
|
/***/ }),
|
|
11673
|
-
/*
|
|
11723
|
+
/* 280 */
|
|
11674
11724
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11675
11725
|
|
|
11676
11726
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11697,7 +11747,7 @@ class LSVPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11697
11747
|
}
|
|
11698
11748
|
|
|
11699
11749
|
/***/ }),
|
|
11700
|
-
/*
|
|
11750
|
+
/* 281 */
|
|
11701
11751
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11702
11752
|
|
|
11703
11753
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11726,7 +11776,7 @@ class LSVWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11726
11776
|
}
|
|
11727
11777
|
|
|
11728
11778
|
/***/ }),
|
|
11729
|
-
/*
|
|
11779
|
+
/* 282 */
|
|
11730
11780
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11731
11781
|
|
|
11732
11782
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11755,7 +11805,7 @@ class LSVSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11755
11805
|
}
|
|
11756
11806
|
|
|
11757
11807
|
/***/ }),
|
|
11758
|
-
/*
|
|
11808
|
+
/* 283 */
|
|
11759
11809
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11760
11810
|
|
|
11761
11811
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11783,7 +11833,7 @@ class LSVBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11783
11833
|
}
|
|
11784
11834
|
|
|
11785
11835
|
/***/ }),
|
|
11786
|
-
/*
|
|
11836
|
+
/* 284 */
|
|
11787
11837
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11788
11838
|
|
|
11789
11839
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11803,20 +11853,20 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11803
11853
|
/* harmony export */ CurveUsdSupplyAction: () => (/* reexport safe */ _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CurveUsdSupplyAction),
|
|
11804
11854
|
/* harmony export */ CurveUsdWithdrawAction: () => (/* reexport safe */ _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveUsdWithdrawAction)
|
|
11805
11855
|
/* harmony export */ });
|
|
11806
|
-
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11807
|
-
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11808
|
-
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11809
|
-
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11810
|
-
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
11811
|
-
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
11812
|
-
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11813
|
-
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11814
|
-
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
11815
|
-
/* harmony import */ var _CurveUsdAdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
11816
|
-
/* harmony import */ var _CurveUsdGetDebtAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
11817
|
-
/* harmony import */ var _CurveUsdLevCreateTransientAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
11818
|
-
/* harmony import */ var _CurveUsdRepayTransientAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
11819
|
-
/* harmony import */ var _CurveUsdSelfLiquidateWithCollTransientAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
11856
|
+
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(285);
|
|
11857
|
+
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(287);
|
|
11858
|
+
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(288);
|
|
11859
|
+
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(289);
|
|
11860
|
+
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(290);
|
|
11861
|
+
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(291);
|
|
11862
|
+
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(292);
|
|
11863
|
+
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(293);
|
|
11864
|
+
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(294);
|
|
11865
|
+
/* harmony import */ var _CurveUsdAdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(295);
|
|
11866
|
+
/* harmony import */ var _CurveUsdGetDebtAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(296);
|
|
11867
|
+
/* harmony import */ var _CurveUsdLevCreateTransientAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(297);
|
|
11868
|
+
/* harmony import */ var _CurveUsdRepayTransientAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(298);
|
|
11869
|
+
/* harmony import */ var _CurveUsdSelfLiquidateWithCollTransientAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(299);
|
|
11820
11870
|
|
|
11821
11871
|
|
|
11822
11872
|
|
|
@@ -11833,7 +11883,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11833
11883
|
|
|
11834
11884
|
|
|
11835
11885
|
/***/ }),
|
|
11836
|
-
/*
|
|
11886
|
+
/* 285 */
|
|
11837
11887
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11838
11888
|
|
|
11839
11889
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11843,7 +11893,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11843
11893
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
11844
11894
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
11845
11895
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
11846
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11896
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(286);
|
|
11847
11897
|
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); } }
|
|
11848
11898
|
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); }); }; }
|
|
11849
11899
|
|
|
@@ -11883,7 +11933,7 @@ class CurveUsdCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11883
11933
|
}
|
|
11884
11934
|
|
|
11885
11935
|
/***/ }),
|
|
11886
|
-
/*
|
|
11936
|
+
/* 286 */
|
|
11887
11937
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11888
11938
|
|
|
11889
11939
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11925,7 +11975,7 @@ var controllerToAssetMap = {
|
|
|
11925
11975
|
var controllerFactoryAddress = '0xC9332fdCB1C491Dcc683bAe86Fe3cb70360738BC';
|
|
11926
11976
|
|
|
11927
11977
|
/***/ }),
|
|
11928
|
-
/*
|
|
11978
|
+
/* 287 */
|
|
11929
11979
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11930
11980
|
|
|
11931
11981
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11934,7 +11984,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11934
11984
|
/* harmony export */ });
|
|
11935
11985
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
11936
11986
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
11937
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11987
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(286);
|
|
11938
11988
|
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); } }
|
|
11939
11989
|
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); }); }; }
|
|
11940
11990
|
|
|
@@ -11970,7 +12020,7 @@ class CurveUsdSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11970
12020
|
}
|
|
11971
12021
|
|
|
11972
12022
|
/***/ }),
|
|
11973
|
-
/*
|
|
12023
|
+
/* 288 */
|
|
11974
12024
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11975
12025
|
|
|
11976
12026
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12001,7 +12051,7 @@ class CurveUsdWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
12001
12051
|
}
|
|
12002
12052
|
|
|
12003
12053
|
/***/ }),
|
|
12004
|
-
/*
|
|
12054
|
+
/* 289 */
|
|
12005
12055
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12006
12056
|
|
|
12007
12057
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12032,7 +12082,7 @@ class CurveUsdBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12032
12082
|
}
|
|
12033
12083
|
|
|
12034
12084
|
/***/ }),
|
|
12035
|
-
/*
|
|
12085
|
+
/* 290 */
|
|
12036
12086
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12037
12087
|
|
|
12038
12088
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12080,7 +12130,7 @@ class CurveUsdPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
12080
12130
|
}
|
|
12081
12131
|
|
|
12082
12132
|
/***/ }),
|
|
12083
|
-
/*
|
|
12133
|
+
/* 291 */
|
|
12084
12134
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12085
12135
|
|
|
12086
12136
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12103,7 +12153,7 @@ class CurveUsdRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12103
12153
|
}
|
|
12104
12154
|
|
|
12105
12155
|
/***/ }),
|
|
12106
|
-
/*
|
|
12156
|
+
/* 292 */
|
|
12107
12157
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12108
12158
|
|
|
12109
12159
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12146,7 +12196,7 @@ class CurveUsdSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
12146
12196
|
}
|
|
12147
12197
|
|
|
12148
12198
|
/***/ }),
|
|
12149
|
-
/*
|
|
12199
|
+
/* 293 */
|
|
12150
12200
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12151
12201
|
|
|
12152
12202
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12172,7 +12222,7 @@ class CurveUsdLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
12172
12222
|
}
|
|
12173
12223
|
|
|
12174
12224
|
/***/ }),
|
|
12175
|
-
/*
|
|
12225
|
+
/* 294 */
|
|
12176
12226
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12177
12227
|
|
|
12178
12228
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12198,7 +12248,7 @@ class CurveUsdSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
12198
12248
|
}
|
|
12199
12249
|
|
|
12200
12250
|
/***/ }),
|
|
12201
|
-
/*
|
|
12251
|
+
/* 295 */
|
|
12202
12252
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12203
12253
|
|
|
12204
12254
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12207,7 +12257,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12207
12257
|
/* harmony export */ });
|
|
12208
12258
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
12209
12259
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
12210
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12260
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(286);
|
|
12211
12261
|
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); } }
|
|
12212
12262
|
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); }); }; }
|
|
12213
12263
|
|
|
@@ -12243,7 +12293,7 @@ class CurveUsdAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12243
12293
|
}
|
|
12244
12294
|
|
|
12245
12295
|
/***/ }),
|
|
12246
|
-
/*
|
|
12296
|
+
/* 296 */
|
|
12247
12297
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12248
12298
|
|
|
12249
12299
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12264,7 +12314,7 @@ class CurveUsdGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
12264
12314
|
}
|
|
12265
12315
|
|
|
12266
12316
|
/***/ }),
|
|
12267
|
-
/*
|
|
12317
|
+
/* 297 */
|
|
12268
12318
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12269
12319
|
|
|
12270
12320
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12290,7 +12340,7 @@ class CurveUsdLevCreateTransientAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
12290
12340
|
}
|
|
12291
12341
|
|
|
12292
12342
|
/***/ }),
|
|
12293
|
-
/*
|
|
12343
|
+
/* 298 */
|
|
12294
12344
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12295
12345
|
|
|
12296
12346
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12313,7 +12363,7 @@ class CurveUsdRepayTransientAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
12313
12363
|
}
|
|
12314
12364
|
|
|
12315
12365
|
/***/ }),
|
|
12316
|
-
/*
|
|
12366
|
+
/* 299 */
|
|
12317
12367
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12318
12368
|
|
|
12319
12369
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12339,7 +12389,7 @@ class CurveUsdSelfLiquidateWithCollTransientAction extends _Action__WEBPACK_IMPO
|
|
|
12339
12389
|
}
|
|
12340
12390
|
|
|
12341
12391
|
/***/ }),
|
|
12342
|
-
/*
|
|
12392
|
+
/* 300 */
|
|
12343
12393
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12344
12394
|
|
|
12345
12395
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12357,18 +12407,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12357
12407
|
/* harmony export */ SparkSwapBorrowRateModeAction: () => (/* reexport safe */ _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.SparkSwapBorrowRateModeAction),
|
|
12358
12408
|
/* harmony export */ SparkWithdrawAction: () => (/* reexport safe */ _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.SparkWithdrawAction)
|
|
12359
12409
|
/* harmony export */ });
|
|
12360
|
-
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
12361
|
-
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
12362
|
-
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12363
|
-
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
12364
|
-
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
12365
|
-
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
12366
|
-
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
12367
|
-
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
12368
|
-
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
12369
|
-
/* harmony import */ var _SparkDelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
12370
|
-
/* harmony import */ var _SparkDelegateWithSigAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
12371
|
-
/* harmony import */ var _SparkSPKClaimAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
12410
|
+
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(301);
|
|
12411
|
+
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(302);
|
|
12412
|
+
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(303);
|
|
12413
|
+
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(304);
|
|
12414
|
+
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(305);
|
|
12415
|
+
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(306);
|
|
12416
|
+
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(307);
|
|
12417
|
+
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(308);
|
|
12418
|
+
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(309);
|
|
12419
|
+
/* harmony import */ var _SparkDelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(310);
|
|
12420
|
+
/* harmony import */ var _SparkDelegateWithSigAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(311);
|
|
12421
|
+
/* harmony import */ var _SparkSPKClaimAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(312);
|
|
12372
12422
|
|
|
12373
12423
|
|
|
12374
12424
|
|
|
@@ -12383,7 +12433,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12383
12433
|
|
|
12384
12434
|
|
|
12385
12435
|
/***/ }),
|
|
12386
|
-
/*
|
|
12436
|
+
/* 301 */
|
|
12387
12437
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12388
12438
|
|
|
12389
12439
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12465,7 +12515,7 @@ class SparkSupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
12465
12515
|
}
|
|
12466
12516
|
|
|
12467
12517
|
/***/ }),
|
|
12468
|
-
/*
|
|
12518
|
+
/* 302 */
|
|
12469
12519
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12470
12520
|
|
|
12471
12521
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12529,7 +12579,7 @@ class SparkBorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
12529
12579
|
}
|
|
12530
12580
|
|
|
12531
12581
|
/***/ }),
|
|
12532
|
-
/*
|
|
12582
|
+
/* 303 */
|
|
12533
12583
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12534
12584
|
|
|
12535
12585
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12611,7 +12661,7 @@ class SparkPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
12611
12661
|
}
|
|
12612
12662
|
|
|
12613
12663
|
/***/ }),
|
|
12614
|
-
/*
|
|
12664
|
+
/* 304 */
|
|
12615
12665
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12616
12666
|
|
|
12617
12667
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12663,7 +12713,7 @@ class SparkWithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
12663
12713
|
}
|
|
12664
12714
|
|
|
12665
12715
|
/***/ }),
|
|
12666
|
-
/*
|
|
12716
|
+
/* 305 */
|
|
12667
12717
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12668
12718
|
|
|
12669
12719
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12705,7 +12755,7 @@ class SparkSetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
12705
12755
|
}
|
|
12706
12756
|
|
|
12707
12757
|
/***/ }),
|
|
12708
|
-
/*
|
|
12758
|
+
/* 306 */
|
|
12709
12759
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12710
12760
|
|
|
12711
12761
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12778,7 +12828,7 @@ class SparkSpTokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
12778
12828
|
}
|
|
12779
12829
|
|
|
12780
12830
|
/***/ }),
|
|
12781
|
-
/*
|
|
12831
|
+
/* 307 */
|
|
12782
12832
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12783
12833
|
|
|
12784
12834
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12828,7 +12878,7 @@ class SparkCollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE
|
|
|
12828
12878
|
}
|
|
12829
12879
|
|
|
12830
12880
|
/***/ }),
|
|
12831
|
-
/*
|
|
12881
|
+
/* 308 */
|
|
12832
12882
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12833
12883
|
|
|
12834
12884
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12881,7 +12931,7 @@ class SparkClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
12881
12931
|
}
|
|
12882
12932
|
|
|
12883
12933
|
/***/ }),
|
|
12884
|
-
/*
|
|
12934
|
+
/* 309 */
|
|
12885
12935
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12886
12936
|
|
|
12887
12937
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12927,7 +12977,7 @@ class SparkSwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODU
|
|
|
12927
12977
|
}
|
|
12928
12978
|
|
|
12929
12979
|
/***/ }),
|
|
12930
|
-
/*
|
|
12980
|
+
/* 310 */
|
|
12931
12981
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12932
12982
|
|
|
12933
12983
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12978,7 +13028,7 @@ class SparkDelegateCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
12978
13028
|
}
|
|
12979
13029
|
|
|
12980
13030
|
/***/ }),
|
|
12981
|
-
/*
|
|
13031
|
+
/* 311 */
|
|
12982
13032
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12983
13033
|
|
|
12984
13034
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13022,7 +13072,7 @@ class SparkDelegateWithSigCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_
|
|
|
13022
13072
|
}
|
|
13023
13073
|
|
|
13024
13074
|
/***/ }),
|
|
13025
|
-
/*
|
|
13075
|
+
/* 312 */
|
|
13026
13076
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13027
13077
|
|
|
13028
13078
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13056,7 +13106,7 @@ class SparkSPKClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13056
13106
|
}
|
|
13057
13107
|
|
|
13058
13108
|
/***/ }),
|
|
13059
|
-
/*
|
|
13109
|
+
/* 313 */
|
|
13060
13110
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13061
13111
|
|
|
13062
13112
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13073,17 +13123,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13073
13123
|
/* harmony export */ MorphoBlueWithdrawCollateralAction: () => (/* reexport safe */ _MorphoBlueWithdrawCollateralAction__WEBPACK_IMPORTED_MODULE_4__.MorphoBlueWithdrawCollateralAction),
|
|
13074
13124
|
/* harmony export */ MorphoTokenWrapAction: () => (/* reexport safe */ _MorphoTokenWrapAction__WEBPACK_IMPORTED_MODULE_8__.MorphoTokenWrapAction)
|
|
13075
13125
|
/* harmony export */ });
|
|
13076
|
-
/* harmony import */ var _MorphoBlueSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13077
|
-
/* harmony import */ var _MorphoBlueSupplyCollateralAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13078
|
-
/* harmony import */ var _MorphoBlueBorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13079
|
-
/* harmony import */ var _MorphoBluePaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
13080
|
-
/* harmony import */ var _MorphoBlueWithdrawCollateralAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
13081
|
-
/* harmony import */ var _MorphoBlueWithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
13082
|
-
/* harmony import */ var _MorphoBlueSetAuthAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13083
|
-
/* harmony import */ var _MorphoBlueSetAuthWithSigAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13084
|
-
/* harmony import */ var _MorphoTokenWrapAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
13085
|
-
/* harmony import */ var _MorphoBlueReallocateLiquidityAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
13086
|
-
/* harmony import */ var _MorphoBlueClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
13126
|
+
/* harmony import */ var _MorphoBlueSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(314);
|
|
13127
|
+
/* harmony import */ var _MorphoBlueSupplyCollateralAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(315);
|
|
13128
|
+
/* harmony import */ var _MorphoBlueBorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(316);
|
|
13129
|
+
/* harmony import */ var _MorphoBluePaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(317);
|
|
13130
|
+
/* harmony import */ var _MorphoBlueWithdrawCollateralAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(318);
|
|
13131
|
+
/* harmony import */ var _MorphoBlueWithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(319);
|
|
13132
|
+
/* harmony import */ var _MorphoBlueSetAuthAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(320);
|
|
13133
|
+
/* harmony import */ var _MorphoBlueSetAuthWithSigAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(321);
|
|
13134
|
+
/* harmony import */ var _MorphoTokenWrapAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(322);
|
|
13135
|
+
/* harmony import */ var _MorphoBlueReallocateLiquidityAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(323);
|
|
13136
|
+
/* harmony import */ var _MorphoBlueClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(324);
|
|
13087
13137
|
|
|
13088
13138
|
|
|
13089
13139
|
|
|
@@ -13097,7 +13147,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13097
13147
|
|
|
13098
13148
|
|
|
13099
13149
|
/***/ }),
|
|
13100
|
-
/*
|
|
13150
|
+
/* 314 */
|
|
13101
13151
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13102
13152
|
|
|
13103
13153
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13142,7 +13192,7 @@ class MorphoBlueSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13142
13192
|
}
|
|
13143
13193
|
|
|
13144
13194
|
/***/ }),
|
|
13145
|
-
/*
|
|
13195
|
+
/* 315 */
|
|
13146
13196
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13147
13197
|
|
|
13148
13198
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13187,7 +13237,7 @@ class MorphoBlueSupplyCollateralAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
13187
13237
|
}
|
|
13188
13238
|
|
|
13189
13239
|
/***/ }),
|
|
13190
|
-
/*
|
|
13240
|
+
/* 316 */
|
|
13191
13241
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13192
13242
|
|
|
13193
13243
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13228,7 +13278,7 @@ class MorphoBlueBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13228
13278
|
}
|
|
13229
13279
|
|
|
13230
13280
|
/***/ }),
|
|
13231
|
-
/*
|
|
13281
|
+
/* 317 */
|
|
13232
13282
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13233
13283
|
|
|
13234
13284
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13273,7 +13323,7 @@ class MorphoBluePaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
13273
13323
|
}
|
|
13274
13324
|
|
|
13275
13325
|
/***/ }),
|
|
13276
|
-
/*
|
|
13326
|
+
/* 318 */
|
|
13277
13327
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13278
13328
|
|
|
13279
13329
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13314,7 +13364,7 @@ class MorphoBlueWithdrawCollateralAction extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
13314
13364
|
}
|
|
13315
13365
|
|
|
13316
13366
|
/***/ }),
|
|
13317
|
-
/*
|
|
13367
|
+
/* 319 */
|
|
13318
13368
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13319
13369
|
|
|
13320
13370
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13355,7 +13405,7 @@ class MorphoBlueWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
13355
13405
|
}
|
|
13356
13406
|
|
|
13357
13407
|
/***/ }),
|
|
13358
|
-
/*
|
|
13408
|
+
/* 320 */
|
|
13359
13409
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13360
13410
|
|
|
13361
13411
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13381,7 +13431,7 @@ class MorphoBlueSetAuthAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
13381
13431
|
}
|
|
13382
13432
|
|
|
13383
13433
|
/***/ }),
|
|
13384
|
-
/*
|
|
13434
|
+
/* 321 */
|
|
13385
13435
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13386
13436
|
|
|
13387
13437
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13407,7 +13457,7 @@ class MorphoBlueSetAuthWithSigAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
13407
13457
|
}
|
|
13408
13458
|
|
|
13409
13459
|
/***/ }),
|
|
13410
|
-
/*
|
|
13460
|
+
/* 322 */
|
|
13411
13461
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13412
13462
|
|
|
13413
13463
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13435,7 +13485,7 @@ class MorphoTokenWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13435
13485
|
}
|
|
13436
13486
|
|
|
13437
13487
|
/***/ }),
|
|
13438
|
-
/*
|
|
13488
|
+
/* 323 */
|
|
13439
13489
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13440
13490
|
|
|
13441
13491
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13482,7 +13532,7 @@ class MorphoBlueReallocateLiquidityAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
13482
13532
|
}
|
|
13483
13533
|
|
|
13484
13534
|
/***/ }),
|
|
13485
|
-
/*
|
|
13535
|
+
/* 324 */
|
|
13486
13536
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13487
13537
|
|
|
13488
13538
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13512,7 +13562,7 @@ class MorphoBlueClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13512
13562
|
}
|
|
13513
13563
|
|
|
13514
13564
|
/***/ }),
|
|
13515
|
-
/*
|
|
13565
|
+
/* 325 */
|
|
13516
13566
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13517
13567
|
|
|
13518
13568
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13521,15 +13571,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13521
13571
|
/* harmony export */ SummerfiUnsubAction: () => (/* reexport safe */ _SummerfiUnsubAction__WEBPACK_IMPORTED_MODULE_1__.SummerfiUnsubAction),
|
|
13522
13572
|
/* harmony export */ SummerfiUnsubV2Action: () => (/* reexport safe */ _SummerfiUnsubV2Action__WEBPACK_IMPORTED_MODULE_2__.SummerfiUnsubV2Action)
|
|
13523
13573
|
/* harmony export */ });
|
|
13524
|
-
/* harmony import */ var _SFApproveTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13525
|
-
/* harmony import */ var _SummerfiUnsubAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13526
|
-
/* harmony import */ var _SummerfiUnsubV2Action__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13574
|
+
/* harmony import */ var _SFApproveTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(326);
|
|
13575
|
+
/* harmony import */ var _SummerfiUnsubAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(327);
|
|
13576
|
+
/* harmony import */ var _SummerfiUnsubV2Action__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(328);
|
|
13527
13577
|
|
|
13528
13578
|
|
|
13529
13579
|
|
|
13530
13580
|
|
|
13531
13581
|
/***/ }),
|
|
13532
|
-
/*
|
|
13582
|
+
/* 326 */
|
|
13533
13583
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13534
13584
|
|
|
13535
13585
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13557,7 +13607,7 @@ class SFApproveTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13557
13607
|
}
|
|
13558
13608
|
|
|
13559
13609
|
/***/ }),
|
|
13560
|
-
/*
|
|
13610
|
+
/* 327 */
|
|
13561
13611
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13562
13612
|
|
|
13563
13613
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13583,7 +13633,7 @@ class SummerfiUnsubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13583
13633
|
}
|
|
13584
13634
|
|
|
13585
13635
|
/***/ }),
|
|
13586
|
-
/*
|
|
13636
|
+
/* 328 */
|
|
13587
13637
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13588
13638
|
|
|
13589
13639
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13610,7 +13660,7 @@ class SummerfiUnsubV2Action extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13610
13660
|
}
|
|
13611
13661
|
|
|
13612
13662
|
/***/ }),
|
|
13613
|
-
/*
|
|
13663
|
+
/* 329 */
|
|
13614
13664
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13615
13665
|
|
|
13616
13666
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13627,17 +13677,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13627
13677
|
/* harmony export */ LlamaLendSupplyAction: () => (/* reexport safe */ _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__.LlamaLendSupplyAction),
|
|
13628
13678
|
/* harmony export */ LlamaLendWithdrawAction: () => (/* reexport safe */ _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.LlamaLendWithdrawAction)
|
|
13629
13679
|
/* harmony export */ });
|
|
13630
|
-
/* harmony import */ var _LlamaLendBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13631
|
-
/* harmony import */ var _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13632
|
-
/* harmony import */ var _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13633
|
-
/* harmony import */ var _LlamaLendCreateAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
13634
|
-
/* harmony import */ var _LlamaLendPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
13635
|
-
/* harmony import */ var _LlamaLendSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
13636
|
-
/* harmony import */ var _LlamaLendGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13637
|
-
/* harmony import */ var _LlamaLendLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13638
|
-
/* harmony import */ var _LlamaLendBoostAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
13639
|
-
/* harmony import */ var _LlamaLendRepayAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
13640
|
-
/* harmony import */ var _LlamaLendSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
13680
|
+
/* harmony import */ var _LlamaLendBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(330);
|
|
13681
|
+
/* harmony import */ var _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(331);
|
|
13682
|
+
/* harmony import */ var _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(332);
|
|
13683
|
+
/* harmony import */ var _LlamaLendCreateAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(333);
|
|
13684
|
+
/* harmony import */ var _LlamaLendPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(334);
|
|
13685
|
+
/* harmony import */ var _LlamaLendSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(335);
|
|
13686
|
+
/* harmony import */ var _LlamaLendGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(336);
|
|
13687
|
+
/* harmony import */ var _LlamaLendLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(337);
|
|
13688
|
+
/* harmony import */ var _LlamaLendBoostAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(338);
|
|
13689
|
+
/* harmony import */ var _LlamaLendRepayAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(339);
|
|
13690
|
+
/* harmony import */ var _LlamaLendSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(340);
|
|
13641
13691
|
|
|
13642
13692
|
|
|
13643
13693
|
|
|
@@ -13651,7 +13701,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13651
13701
|
|
|
13652
13702
|
|
|
13653
13703
|
/***/ }),
|
|
13654
|
-
/*
|
|
13704
|
+
/* 330 */
|
|
13655
13705
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13656
13706
|
|
|
13657
13707
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13682,7 +13732,7 @@ class LlamaLendBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13682
13732
|
}
|
|
13683
13733
|
|
|
13684
13734
|
/***/ }),
|
|
13685
|
-
/*
|
|
13735
|
+
/* 331 */
|
|
13686
13736
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13687
13737
|
|
|
13688
13738
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13713,7 +13763,7 @@ class LlamaLendWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
13713
13763
|
}
|
|
13714
13764
|
|
|
13715
13765
|
/***/ }),
|
|
13716
|
-
/*
|
|
13766
|
+
/* 332 */
|
|
13717
13767
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13718
13768
|
|
|
13719
13769
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13755,7 +13805,7 @@ class LlamaLendSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13755
13805
|
}
|
|
13756
13806
|
|
|
13757
13807
|
/***/ }),
|
|
13758
|
-
/*
|
|
13808
|
+
/* 333 */
|
|
13759
13809
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13760
13810
|
|
|
13761
13811
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13802,7 +13852,7 @@ class LlamaLendCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13802
13852
|
}
|
|
13803
13853
|
|
|
13804
13854
|
/***/ }),
|
|
13805
|
-
/*
|
|
13855
|
+
/* 334 */
|
|
13806
13856
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13807
13857
|
|
|
13808
13858
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13839,7 +13889,7 @@ class LlamaLendPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13839
13889
|
}
|
|
13840
13890
|
|
|
13841
13891
|
/***/ }),
|
|
13842
|
-
/*
|
|
13892
|
+
/* 335 */
|
|
13843
13893
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13844
13894
|
|
|
13845
13895
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13879,7 +13929,7 @@ class LlamaLendSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
13879
13929
|
}
|
|
13880
13930
|
|
|
13881
13931
|
/***/ }),
|
|
13882
|
-
/*
|
|
13932
|
+
/* 336 */
|
|
13883
13933
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13884
13934
|
|
|
13885
13935
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13900,7 +13950,7 @@ class LlamaLendGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13900
13950
|
}
|
|
13901
13951
|
|
|
13902
13952
|
/***/ }),
|
|
13903
|
-
/*
|
|
13953
|
+
/* 337 */
|
|
13904
13954
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13905
13955
|
|
|
13906
13956
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13933,7 +13983,7 @@ class LlamaLendLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
13933
13983
|
}
|
|
13934
13984
|
|
|
13935
13985
|
/***/ }),
|
|
13936
|
-
/*
|
|
13986
|
+
/* 338 */
|
|
13937
13987
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13938
13988
|
|
|
13939
13989
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13955,7 +14005,7 @@ class LlamaLendBoostAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13955
14005
|
}
|
|
13956
14006
|
|
|
13957
14007
|
/***/ }),
|
|
13958
|
-
/*
|
|
14008
|
+
/* 339 */
|
|
13959
14009
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13960
14010
|
|
|
13961
14011
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13977,7 +14027,7 @@ class LlamaLendRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13977
14027
|
}
|
|
13978
14028
|
|
|
13979
14029
|
/***/ }),
|
|
13980
|
-
/*
|
|
14030
|
+
/* 340 */
|
|
13981
14031
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13982
14032
|
|
|
13983
14033
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13999,18 +14049,18 @@ class LlamaLendSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MOD
|
|
|
13999
14049
|
}
|
|
14000
14050
|
|
|
14001
14051
|
/***/ }),
|
|
14002
|
-
/*
|
|
14052
|
+
/* 341 */
|
|
14003
14053
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14004
14054
|
|
|
14005
14055
|
__webpack_require__.r(__webpack_exports__);
|
|
14006
14056
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14007
14057
|
/* harmony export */ MerklClaimAction: () => (/* reexport safe */ _MerklClaimAction__WEBPACK_IMPORTED_MODULE_0__.MerklClaimAction)
|
|
14008
14058
|
/* harmony export */ });
|
|
14009
|
-
/* harmony import */ var _MerklClaimAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14059
|
+
/* harmony import */ var _MerklClaimAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(342);
|
|
14010
14060
|
|
|
14011
14061
|
|
|
14012
14062
|
/***/ }),
|
|
14013
|
-
/*
|
|
14063
|
+
/* 342 */
|
|
14014
14064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14015
14065
|
|
|
14016
14066
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14042,7 +14092,7 @@ class MerklClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14042
14092
|
}
|
|
14043
14093
|
|
|
14044
14094
|
/***/ }),
|
|
14045
|
-
/*
|
|
14095
|
+
/* 343 */
|
|
14046
14096
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14047
14097
|
|
|
14048
14098
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14056,14 +14106,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14056
14106
|
/* harmony export */ EulerV2SupplyAction: () => (/* reexport safe */ _EulerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.EulerV2SupplyAction),
|
|
14057
14107
|
/* harmony export */ EulerV2WithdrawAction: () => (/* reexport safe */ _EulerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.EulerV2WithdrawAction)
|
|
14058
14108
|
/* harmony export */ });
|
|
14059
|
-
/* harmony import */ var _EulerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14060
|
-
/* harmony import */ var _EulerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14061
|
-
/* harmony import */ var _EulerV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14062
|
-
/* harmony import */ var _EulerV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
14063
|
-
/* harmony import */ var _EulerV2PaybackWithSharesAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
14064
|
-
/* harmony import */ var _EulerV2PullDebtAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
14065
|
-
/* harmony import */ var _EulerV2ReorderCollateralsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
14066
|
-
/* harmony import */ var _EulerV2CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
14109
|
+
/* harmony import */ var _EulerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(344);
|
|
14110
|
+
/* harmony import */ var _EulerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(345);
|
|
14111
|
+
/* harmony import */ var _EulerV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(346);
|
|
14112
|
+
/* harmony import */ var _EulerV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(347);
|
|
14113
|
+
/* harmony import */ var _EulerV2PaybackWithSharesAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(348);
|
|
14114
|
+
/* harmony import */ var _EulerV2PullDebtAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(349);
|
|
14115
|
+
/* harmony import */ var _EulerV2ReorderCollateralsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(350);
|
|
14116
|
+
/* harmony import */ var _EulerV2CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(351);
|
|
14067
14117
|
|
|
14068
14118
|
|
|
14069
14119
|
|
|
@@ -14074,7 +14124,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14074
14124
|
|
|
14075
14125
|
|
|
14076
14126
|
/***/ }),
|
|
14077
|
-
/*
|
|
14127
|
+
/* 344 */
|
|
14078
14128
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14079
14129
|
|
|
14080
14130
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14122,7 +14172,7 @@ class EulerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14122
14172
|
}
|
|
14123
14173
|
|
|
14124
14174
|
/***/ }),
|
|
14125
|
-
/*
|
|
14175
|
+
/* 345 */
|
|
14126
14176
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14127
14177
|
|
|
14128
14178
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14152,7 +14202,7 @@ class EulerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14152
14202
|
}
|
|
14153
14203
|
|
|
14154
14204
|
/***/ }),
|
|
14155
|
-
/*
|
|
14205
|
+
/* 346 */
|
|
14156
14206
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14157
14207
|
|
|
14158
14208
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14182,7 +14232,7 @@ class EulerV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14182
14232
|
}
|
|
14183
14233
|
|
|
14184
14234
|
/***/ }),
|
|
14185
|
-
/*
|
|
14235
|
+
/* 347 */
|
|
14186
14236
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14187
14237
|
|
|
14188
14238
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14229,7 +14279,7 @@ class EulerV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14229
14279
|
}
|
|
14230
14280
|
|
|
14231
14281
|
/***/ }),
|
|
14232
|
-
/*
|
|
14282
|
+
/* 348 */
|
|
14233
14283
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14234
14284
|
|
|
14235
14285
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14259,7 +14309,7 @@ class EulerV2PaybackWithSharesAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
14259
14309
|
}
|
|
14260
14310
|
|
|
14261
14311
|
/***/ }),
|
|
14262
|
-
/*
|
|
14312
|
+
/* 349 */
|
|
14263
14313
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14264
14314
|
|
|
14265
14315
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14289,7 +14339,7 @@ class EulerV2PullDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14289
14339
|
}
|
|
14290
14340
|
|
|
14291
14341
|
/***/ }),
|
|
14292
|
-
/*
|
|
14342
|
+
/* 350 */
|
|
14293
14343
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14294
14344
|
|
|
14295
14345
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14317,7 +14367,7 @@ class EulerV2ReorderCollateralsAction extends _Action__WEBPACK_IMPORTED_MODULE_0
|
|
|
14317
14367
|
}
|
|
14318
14368
|
|
|
14319
14369
|
/***/ }),
|
|
14320
|
-
/*
|
|
14370
|
+
/* 351 */
|
|
14321
14371
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14322
14372
|
|
|
14323
14373
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14346,7 +14396,7 @@ class EulerV2CollateralSwitchAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
14346
14396
|
}
|
|
14347
14397
|
|
|
14348
14398
|
/***/ }),
|
|
14349
|
-
/*
|
|
14399
|
+
/* 352 */
|
|
14350
14400
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14351
14401
|
|
|
14352
14402
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14360,14 +14410,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14360
14410
|
/* harmony export */ SkyStakingEngineUnstakeAction: () => (/* reexport safe */ _SkyStakingEngineUnstake__WEBPACK_IMPORTED_MODULE_6__.SkyStakingEngineUnstakeAction),
|
|
14361
14411
|
/* harmony export */ SkyUnstakeAction: () => (/* reexport safe */ _SkyUnstakeAction__WEBPACK_IMPORTED_MODULE_2__.SkyUnstakeAction)
|
|
14362
14412
|
/* harmony export */ });
|
|
14363
|
-
/* harmony import */ var _SkyClaimRewardsAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14364
|
-
/* harmony import */ var _SkyStakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14365
|
-
/* harmony import */ var _SkyUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14366
|
-
/* harmony import */ var _SkyStakingEngineOpen__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
14367
|
-
/* harmony import */ var _SkyStakingEngineSelectFarm__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
14368
|
-
/* harmony import */ var _SkyStakingEngineStake__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
14369
|
-
/* harmony import */ var _SkyStakingEngineUnstake__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
14370
|
-
/* harmony import */ var _SkyStakingEngineClaimRewards__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
14413
|
+
/* harmony import */ var _SkyClaimRewardsAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(353);
|
|
14414
|
+
/* harmony import */ var _SkyStakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(354);
|
|
14415
|
+
/* harmony import */ var _SkyUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(355);
|
|
14416
|
+
/* harmony import */ var _SkyStakingEngineOpen__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(356);
|
|
14417
|
+
/* harmony import */ var _SkyStakingEngineSelectFarm__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(357);
|
|
14418
|
+
/* harmony import */ var _SkyStakingEngineStake__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(358);
|
|
14419
|
+
/* harmony import */ var _SkyStakingEngineUnstake__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(359);
|
|
14420
|
+
/* harmony import */ var _SkyStakingEngineClaimRewards__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(360);
|
|
14371
14421
|
|
|
14372
14422
|
|
|
14373
14423
|
|
|
@@ -14380,7 +14430,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14380
14430
|
|
|
14381
14431
|
|
|
14382
14432
|
/***/ }),
|
|
14383
|
-
/*
|
|
14433
|
+
/* 353 */
|
|
14384
14434
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14385
14435
|
|
|
14386
14436
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14410,7 +14460,7 @@ class SkyClaimRewardsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14410
14460
|
}
|
|
14411
14461
|
|
|
14412
14462
|
/***/ }),
|
|
14413
|
-
/*
|
|
14463
|
+
/* 354 */
|
|
14414
14464
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14415
14465
|
|
|
14416
14466
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14452,7 +14502,7 @@ class SkyStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14452
14502
|
}
|
|
14453
14503
|
|
|
14454
14504
|
/***/ }),
|
|
14455
|
-
/*
|
|
14505
|
+
/* 355 */
|
|
14456
14506
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14457
14507
|
|
|
14458
14508
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14483,7 +14533,7 @@ class SkyUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14483
14533
|
}
|
|
14484
14534
|
|
|
14485
14535
|
/***/ }),
|
|
14486
|
-
/*
|
|
14536
|
+
/* 356 */
|
|
14487
14537
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14488
14538
|
|
|
14489
14539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14511,7 +14561,7 @@ class SkyStakingEngineOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
14511
14561
|
}
|
|
14512
14562
|
|
|
14513
14563
|
/***/ }),
|
|
14514
|
-
/*
|
|
14564
|
+
/* 357 */
|
|
14515
14565
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14516
14566
|
|
|
14517
14567
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14541,7 +14591,7 @@ class SkyStakingEngineSelectFarmAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
14541
14591
|
}
|
|
14542
14592
|
|
|
14543
14593
|
/***/ }),
|
|
14544
|
-
/*
|
|
14594
|
+
/* 358 */
|
|
14545
14595
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14546
14596
|
|
|
14547
14597
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14572,7 +14622,7 @@ class SkyStakingEngineStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
14572
14622
|
}
|
|
14573
14623
|
|
|
14574
14624
|
/***/ }),
|
|
14575
|
-
/*
|
|
14625
|
+
/* 359 */
|
|
14576
14626
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14577
14627
|
|
|
14578
14628
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14603,7 +14653,7 @@ class SkyStakingEngineUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
14603
14653
|
}
|
|
14604
14654
|
|
|
14605
14655
|
/***/ }),
|
|
14606
|
-
/*
|
|
14656
|
+
/* 360 */
|
|
14607
14657
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14608
14658
|
|
|
14609
14659
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14634,7 +14684,7 @@ class SkyStakingEngineClaimRewardsAction extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
14634
14684
|
}
|
|
14635
14685
|
|
|
14636
14686
|
/***/ }),
|
|
14637
|
-
/*
|
|
14687
|
+
/* 361 */
|
|
14638
14688
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14639
14689
|
|
|
14640
14690
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14655,21 +14705,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14655
14705
|
/* harmony export */ LiquityV2SupplyAction: () => (/* reexport safe */ _LiquityV2SupplyAction__WEBPACK_IMPORTED_MODULE_4__.LiquityV2SupplyAction),
|
|
14656
14706
|
/* harmony export */ LiquityV2WithdrawAction: () => (/* reexport safe */ _LiquityV2WithdrawAction__WEBPACK_IMPORTED_MODULE_5__.LiquityV2WithdrawAction)
|
|
14657
14707
|
/* harmony export */ });
|
|
14658
|
-
/* harmony import */ var _LiquityV2OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14659
|
-
/* harmony import */ var _LiquityV2CloseAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14660
|
-
/* harmony import */ var _LiquityV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14661
|
-
/* harmony import */ var _LiquityV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
14662
|
-
/* harmony import */ var _LiquityV2SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
14663
|
-
/* harmony import */ var _LiquityV2WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
14664
|
-
/* harmony import */ var _LiquityV2SPDepositAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
14665
|
-
/* harmony import */ var _LiquityV2SPWithdrawAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
14666
|
-
/* harmony import */ var _LiquityV2SPClaimCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
14667
|
-
/* harmony import */ var _LiquityV2AdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
14668
|
-
/* harmony import */ var _LiquityV2ClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
14669
|
-
/* harmony import */ var _LiquityV2AdjustInterestRateAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
14670
|
-
/* harmony import */ var _LiquityV2AdjustZombieTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
14671
|
-
/* harmony import */ var _LiquityV2CloseLegacyAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
14672
|
-
/* harmony import */ var _LiquityV2PaybackLegacyAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
14708
|
+
/* harmony import */ var _LiquityV2OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(362);
|
|
14709
|
+
/* harmony import */ var _LiquityV2CloseAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(363);
|
|
14710
|
+
/* harmony import */ var _LiquityV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(364);
|
|
14711
|
+
/* harmony import */ var _LiquityV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(365);
|
|
14712
|
+
/* harmony import */ var _LiquityV2SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(366);
|
|
14713
|
+
/* harmony import */ var _LiquityV2WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(367);
|
|
14714
|
+
/* harmony import */ var _LiquityV2SPDepositAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(368);
|
|
14715
|
+
/* harmony import */ var _LiquityV2SPWithdrawAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(369);
|
|
14716
|
+
/* harmony import */ var _LiquityV2SPClaimCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(370);
|
|
14717
|
+
/* harmony import */ var _LiquityV2AdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(371);
|
|
14718
|
+
/* harmony import */ var _LiquityV2ClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(372);
|
|
14719
|
+
/* harmony import */ var _LiquityV2AdjustInterestRateAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(373);
|
|
14720
|
+
/* harmony import */ var _LiquityV2AdjustZombieTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(374);
|
|
14721
|
+
/* harmony import */ var _LiquityV2CloseLegacyAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(375);
|
|
14722
|
+
/* harmony import */ var _LiquityV2PaybackLegacyAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(376);
|
|
14673
14723
|
|
|
14674
14724
|
|
|
14675
14725
|
|
|
@@ -14687,7 +14737,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14687
14737
|
|
|
14688
14738
|
|
|
14689
14739
|
/***/ }),
|
|
14690
|
-
/*
|
|
14740
|
+
/* 362 */
|
|
14691
14741
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14692
14742
|
|
|
14693
14743
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14754,7 +14804,7 @@ class LiquityV2OpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14754
14804
|
}
|
|
14755
14805
|
|
|
14756
14806
|
/***/ }),
|
|
14757
|
-
/*
|
|
14807
|
+
/* 363 */
|
|
14758
14808
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14759
14809
|
|
|
14760
14810
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14798,7 +14848,7 @@ class LiquityV2CloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14798
14848
|
}
|
|
14799
14849
|
|
|
14800
14850
|
/***/ }),
|
|
14801
|
-
/*
|
|
14851
|
+
/* 364 */
|
|
14802
14852
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14803
14853
|
|
|
14804
14854
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14829,7 +14879,7 @@ class LiquityV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14829
14879
|
}
|
|
14830
14880
|
|
|
14831
14881
|
/***/ }),
|
|
14832
|
-
/*
|
|
14882
|
+
/* 365 */
|
|
14833
14883
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14834
14884
|
|
|
14835
14885
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14873,7 +14923,7 @@ class LiquityV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
14873
14923
|
}
|
|
14874
14924
|
|
|
14875
14925
|
/***/ }),
|
|
14876
|
-
/*
|
|
14926
|
+
/* 366 */
|
|
14877
14927
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14878
14928
|
|
|
14879
14929
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14920,7 +14970,7 @@ class LiquityV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14920
14970
|
}
|
|
14921
14971
|
|
|
14922
14972
|
/***/ }),
|
|
14923
|
-
/*
|
|
14973
|
+
/* 367 */
|
|
14924
14974
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14925
14975
|
|
|
14926
14976
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14950,7 +15000,7 @@ class LiquityV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
14950
15000
|
}
|
|
14951
15001
|
|
|
14952
15002
|
/***/ }),
|
|
14953
|
-
/*
|
|
15003
|
+
/* 368 */
|
|
14954
15004
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14955
15005
|
|
|
14956
15006
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14996,7 +15046,7 @@ class LiquityV2SPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
14996
15046
|
}
|
|
14997
15047
|
|
|
14998
15048
|
/***/ }),
|
|
14999
|
-
/*
|
|
15049
|
+
/* 369 */
|
|
15000
15050
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15001
15051
|
|
|
15002
15052
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15027,7 +15077,7 @@ class LiquityV2SPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
15027
15077
|
}
|
|
15028
15078
|
|
|
15029
15079
|
/***/ }),
|
|
15030
|
-
/*
|
|
15080
|
+
/* 370 */
|
|
15031
15081
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15032
15082
|
|
|
15033
15083
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15055,7 +15105,7 @@ class LiquityV2SPClaimCollAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
15055
15105
|
}
|
|
15056
15106
|
|
|
15057
15107
|
/***/ }),
|
|
15058
|
-
/*
|
|
15108
|
+
/* 371 */
|
|
15059
15109
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15060
15110
|
|
|
15061
15111
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15090,7 +15140,7 @@ class LiquityV2AdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15090
15140
|
}
|
|
15091
15141
|
|
|
15092
15142
|
/***/ }),
|
|
15093
|
-
/*
|
|
15143
|
+
/* 372 */
|
|
15094
15144
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15095
15145
|
|
|
15096
15146
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15118,7 +15168,7 @@ class LiquityV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15118
15168
|
}
|
|
15119
15169
|
|
|
15120
15170
|
/***/ }),
|
|
15121
|
-
/*
|
|
15171
|
+
/* 373 */
|
|
15122
15172
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15123
15173
|
|
|
15124
15174
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15150,7 +15200,7 @@ class LiquityV2AdjustInterestRateAction extends _Action__WEBPACK_IMPORTED_MODULE
|
|
|
15150
15200
|
}
|
|
15151
15201
|
|
|
15152
15202
|
/***/ }),
|
|
15153
|
-
/*
|
|
15203
|
+
/* 374 */
|
|
15154
15204
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15155
15205
|
|
|
15156
15206
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15187,7 +15237,7 @@ class LiquityV2AdjustZombieTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
15187
15237
|
}
|
|
15188
15238
|
|
|
15189
15239
|
/***/ }),
|
|
15190
|
-
/*
|
|
15240
|
+
/* 375 */
|
|
15191
15241
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15192
15242
|
|
|
15193
15243
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15231,7 +15281,7 @@ class LiquityV2CloseLegacyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Ac
|
|
|
15231
15281
|
}
|
|
15232
15282
|
|
|
15233
15283
|
/***/ }),
|
|
15234
|
-
/*
|
|
15284
|
+
/* 376 */
|
|
15235
15285
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15236
15286
|
|
|
15237
15287
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15275,7 +15325,7 @@ class LiquityV2PaybackLegacyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.
|
|
|
15275
15325
|
}
|
|
15276
15326
|
|
|
15277
15327
|
/***/ }),
|
|
15278
|
-
/*
|
|
15328
|
+
/* 377 */
|
|
15279
15329
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15280
15330
|
|
|
15281
15331
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15285,17 +15335,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15285
15335
|
/* harmony export */ GhoStakeAction: () => (/* reexport safe */ _GhoStakeAction__WEBPACK_IMPORTED_MODULE_3__.GhoStakeAction),
|
|
15286
15336
|
/* harmony export */ GhoStartUnstakeAction: () => (/* reexport safe */ _GhoStartUnstakeAction__WEBPACK_IMPORTED_MODULE_2__.GhoStartUnstakeAction)
|
|
15287
15337
|
/* harmony export */ });
|
|
15288
|
-
/* harmony import */ var _GhoClaimAAVEAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
15289
|
-
/* harmony import */ var _GhoFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15290
|
-
/* harmony import */ var _GhoStartUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
15291
|
-
/* harmony import */ var _GhoStakeAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
15338
|
+
/* harmony import */ var _GhoClaimAAVEAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(378);
|
|
15339
|
+
/* harmony import */ var _GhoFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(379);
|
|
15340
|
+
/* harmony import */ var _GhoStartUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(380);
|
|
15341
|
+
/* harmony import */ var _GhoStakeAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(381);
|
|
15292
15342
|
|
|
15293
15343
|
|
|
15294
15344
|
|
|
15295
15345
|
|
|
15296
15346
|
|
|
15297
15347
|
/***/ }),
|
|
15298
|
-
/*
|
|
15348
|
+
/* 378 */
|
|
15299
15349
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15300
15350
|
|
|
15301
15351
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15326,7 +15376,7 @@ class GhoClaimAAVEAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15326
15376
|
}
|
|
15327
15377
|
|
|
15328
15378
|
/***/ }),
|
|
15329
|
-
/*
|
|
15379
|
+
/* 379 */
|
|
15330
15380
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15331
15381
|
|
|
15332
15382
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15357,7 +15407,7 @@ class GhoFinalizeUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
15357
15407
|
}
|
|
15358
15408
|
|
|
15359
15409
|
/***/ }),
|
|
15360
|
-
/*
|
|
15410
|
+
/* 380 */
|
|
15361
15411
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15362
15412
|
|
|
15363
15413
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15381,7 +15431,7 @@ class GhoStartUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15381
15431
|
}
|
|
15382
15432
|
|
|
15383
15433
|
/***/ }),
|
|
15384
|
-
/*
|
|
15434
|
+
/* 381 */
|
|
15385
15435
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15386
15436
|
|
|
15387
15437
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15414,18 +15464,18 @@ class GhoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15414
15464
|
}
|
|
15415
15465
|
|
|
15416
15466
|
/***/ }),
|
|
15417
|
-
/*
|
|
15467
|
+
/* 382 */
|
|
15418
15468
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15419
15469
|
|
|
15420
15470
|
__webpack_require__.r(__webpack_exports__);
|
|
15421
15471
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15422
15472
|
/* harmony export */ RenzoStakeAction: () => (/* reexport safe */ _RenzoStakeAction__WEBPACK_IMPORTED_MODULE_0__.RenzoStakeAction)
|
|
15423
15473
|
/* harmony export */ });
|
|
15424
|
-
/* harmony import */ var _RenzoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
15474
|
+
/* harmony import */ var _RenzoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(383);
|
|
15425
15475
|
|
|
15426
15476
|
|
|
15427
15477
|
/***/ }),
|
|
15428
|
-
/*
|
|
15478
|
+
/* 383 */
|
|
15429
15479
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15430
15480
|
|
|
15431
15481
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15472,7 +15522,7 @@ class RenzoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
15472
15522
|
}
|
|
15473
15523
|
|
|
15474
15524
|
/***/ }),
|
|
15475
|
-
/*
|
|
15525
|
+
/* 384 */
|
|
15476
15526
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15477
15527
|
|
|
15478
15528
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15481,15 +15531,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15481
15531
|
/* harmony export */ EtherFiUnwrapAction: () => (/* reexport safe */ _EtherFiUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.EtherFiUnwrapAction),
|
|
15482
15532
|
/* harmony export */ EtherFiWrapAction: () => (/* reexport safe */ _EtherFiWrapAction__WEBPACK_IMPORTED_MODULE_1__.EtherFiWrapAction)
|
|
15483
15533
|
/* harmony export */ });
|
|
15484
|
-
/* harmony import */ var _EtherFiStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
15485
|
-
/* harmony import */ var _EtherFiWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15486
|
-
/* harmony import */ var _EtherFiUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
15534
|
+
/* harmony import */ var _EtherFiStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(385);
|
|
15535
|
+
/* harmony import */ var _EtherFiWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(386);
|
|
15536
|
+
/* harmony import */ var _EtherFiUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(387);
|
|
15487
15537
|
|
|
15488
15538
|
|
|
15489
15539
|
|
|
15490
15540
|
|
|
15491
15541
|
/***/ }),
|
|
15492
|
-
/*
|
|
15542
|
+
/* 385 */
|
|
15493
15543
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15494
15544
|
|
|
15495
15545
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15537,7 +15587,7 @@ class EtherFiStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
15537
15587
|
}
|
|
15538
15588
|
|
|
15539
15589
|
/***/ }),
|
|
15540
|
-
/*
|
|
15590
|
+
/* 386 */
|
|
15541
15591
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15542
15592
|
|
|
15543
15593
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15584,7 +15634,7 @@ class EtherFiWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
15584
15634
|
}
|
|
15585
15635
|
|
|
15586
15636
|
/***/ }),
|
|
15587
|
-
/*
|
|
15637
|
+
/* 387 */
|
|
15588
15638
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15589
15639
|
|
|
15590
15640
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15631,7 +15681,7 @@ class EtherFiUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
15631
15681
|
}
|
|
15632
15682
|
|
|
15633
15683
|
/***/ }),
|
|
15634
|
-
/*
|
|
15684
|
+
/* 388 */
|
|
15635
15685
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15636
15686
|
|
|
15637
15687
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15653,22 +15703,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15653
15703
|
/* harmony export */ FluidVaultT1SupplyAction: () => (/* reexport safe */ _FluidVaultT1SupplyAction__WEBPACK_IMPORTED_MODULE_4__.FluidVaultT1SupplyAction),
|
|
15654
15704
|
/* harmony export */ FluidVaultT1WithdrawAction: () => (/* reexport safe */ _FluidVaultT1WithdrawAction__WEBPACK_IMPORTED_MODULE_5__.FluidVaultT1WithdrawAction)
|
|
15655
15705
|
/* harmony export */ });
|
|
15656
|
-
/* harmony import */ var _FluidVaultT1OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
15657
|
-
/* harmony import */ var _FluidVaultT1AdjustAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15658
|
-
/* harmony import */ var _FluidVaultT1BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
15659
|
-
/* harmony import */ var _FluidVaultT1PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
15660
|
-
/* harmony import */ var _FluidVaultT1SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
15661
|
-
/* harmony import */ var _FluidVaultT1WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
15662
|
-
/* harmony import */ var _FluidClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
15663
|
-
/* harmony import */ var _FluidDexOpenAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
15664
|
-
/* harmony import */ var _FluidDexRegularBorrowAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
15665
|
-
/* harmony import */ var _FluidDexRegularSupplyAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
15666
|
-
/* harmony import */ var _FluidDexRegularPaybackAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
15667
|
-
/* harmony import */ var _FluidDexRegularWithdrawAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
15668
|
-
/* harmony import */ var _FluidDexSmartCollSupplyAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
15669
|
-
/* harmony import */ var _FluidDexSmartCollWithdrawAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
15670
|
-
/* harmony import */ var _FluidDexSmartDebtBorrowAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
15671
|
-
/* harmony import */ var _FluidDexSmartDebtPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
15706
|
+
/* harmony import */ var _FluidVaultT1OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(389);
|
|
15707
|
+
/* harmony import */ var _FluidVaultT1AdjustAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(390);
|
|
15708
|
+
/* harmony import */ var _FluidVaultT1BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(391);
|
|
15709
|
+
/* harmony import */ var _FluidVaultT1PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(392);
|
|
15710
|
+
/* harmony import */ var _FluidVaultT1SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(393);
|
|
15711
|
+
/* harmony import */ var _FluidVaultT1WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(394);
|
|
15712
|
+
/* harmony import */ var _FluidClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(395);
|
|
15713
|
+
/* harmony import */ var _FluidDexOpenAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(396);
|
|
15714
|
+
/* harmony import */ var _FluidDexRegularBorrowAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(397);
|
|
15715
|
+
/* harmony import */ var _FluidDexRegularSupplyAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(398);
|
|
15716
|
+
/* harmony import */ var _FluidDexRegularPaybackAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(399);
|
|
15717
|
+
/* harmony import */ var _FluidDexRegularWithdrawAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(400);
|
|
15718
|
+
/* harmony import */ var _FluidDexSmartCollSupplyAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(401);
|
|
15719
|
+
/* harmony import */ var _FluidDexSmartCollWithdrawAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(402);
|
|
15720
|
+
/* harmony import */ var _FluidDexSmartDebtBorrowAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(403);
|
|
15721
|
+
/* harmony import */ var _FluidDexSmartDebtPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(404);
|
|
15672
15722
|
|
|
15673
15723
|
|
|
15674
15724
|
|
|
@@ -15687,7 +15737,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15687
15737
|
|
|
15688
15738
|
|
|
15689
15739
|
/***/ }),
|
|
15690
|
-
/*
|
|
15740
|
+
/* 389 */
|
|
15691
15741
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15692
15742
|
|
|
15693
15743
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15741,7 +15791,7 @@ class FluidVaultT1OpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
15741
15791
|
}
|
|
15742
15792
|
|
|
15743
15793
|
/***/ }),
|
|
15744
|
-
/*
|
|
15794
|
+
/* 390 */
|
|
15745
15795
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15746
15796
|
|
|
15747
15797
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15776,7 +15826,7 @@ class FluidVaultT1AdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
15776
15826
|
}
|
|
15777
15827
|
|
|
15778
15828
|
/***/ }),
|
|
15779
|
-
/*
|
|
15829
|
+
/* 391 */
|
|
15780
15830
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15781
15831
|
|
|
15782
15832
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15807,7 +15857,7 @@ class FluidVaultT1BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
15807
15857
|
}
|
|
15808
15858
|
|
|
15809
15859
|
/***/ }),
|
|
15810
|
-
/*
|
|
15860
|
+
/* 392 */
|
|
15811
15861
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15812
15862
|
|
|
15813
15863
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15859,7 +15909,7 @@ class FluidVaultT1PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
15859
15909
|
}
|
|
15860
15910
|
|
|
15861
15911
|
/***/ }),
|
|
15862
|
-
/*
|
|
15912
|
+
/* 393 */
|
|
15863
15913
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15864
15914
|
|
|
15865
15915
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15911,7 +15961,7 @@ class FluidVaultT1SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
15911
15961
|
}
|
|
15912
15962
|
|
|
15913
15963
|
/***/ }),
|
|
15914
|
-
/*
|
|
15964
|
+
/* 394 */
|
|
15915
15965
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15916
15966
|
|
|
15917
15967
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15942,7 +15992,7 @@ class FluidVaultT1WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
15942
15992
|
}
|
|
15943
15993
|
|
|
15944
15994
|
/***/ }),
|
|
15945
|
-
/*
|
|
15995
|
+
/* 395 */
|
|
15946
15996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15947
15997
|
|
|
15948
15998
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15987,7 +16037,7 @@ class FluidClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15987
16037
|
}
|
|
15988
16038
|
|
|
15989
16039
|
/***/ }),
|
|
15990
|
-
/*
|
|
16040
|
+
/* 396 */
|
|
15991
16041
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15992
16042
|
|
|
15993
16043
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16021,7 +16071,7 @@ class FluidDexOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16021
16071
|
}
|
|
16022
16072
|
|
|
16023
16073
|
/***/ }),
|
|
16024
|
-
/*
|
|
16074
|
+
/* 397 */
|
|
16025
16075
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16026
16076
|
|
|
16027
16077
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16052,7 +16102,7 @@ class FluidDexRegularBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
16052
16102
|
}
|
|
16053
16103
|
|
|
16054
16104
|
/***/ }),
|
|
16055
|
-
/*
|
|
16105
|
+
/* 398 */
|
|
16056
16106
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16057
16107
|
|
|
16058
16108
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16082,7 +16132,7 @@ class FluidDexRegularSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
16082
16132
|
}
|
|
16083
16133
|
|
|
16084
16134
|
/***/ }),
|
|
16085
|
-
/*
|
|
16135
|
+
/* 399 */
|
|
16086
16136
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16087
16137
|
|
|
16088
16138
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16112,7 +16162,7 @@ class FluidDexRegularPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
16112
16162
|
}
|
|
16113
16163
|
|
|
16114
16164
|
/***/ }),
|
|
16115
|
-
/*
|
|
16165
|
+
/* 400 */
|
|
16116
16166
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16117
16167
|
|
|
16118
16168
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16143,7 +16193,7 @@ class FluidDexRegularWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
16143
16193
|
}
|
|
16144
16194
|
|
|
16145
16195
|
/***/ }),
|
|
16146
|
-
/*
|
|
16196
|
+
/* 401 */
|
|
16147
16197
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16148
16198
|
|
|
16149
16199
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16173,7 +16223,7 @@ class FluidDexSmartCollSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
16173
16223
|
}
|
|
16174
16224
|
|
|
16175
16225
|
/***/ }),
|
|
16176
|
-
/*
|
|
16226
|
+
/* 402 */
|
|
16177
16227
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16178
16228
|
|
|
16179
16229
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16204,7 +16254,7 @@ class FluidDexSmartCollWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0
|
|
|
16204
16254
|
}
|
|
16205
16255
|
|
|
16206
16256
|
/***/ }),
|
|
16207
|
-
/*
|
|
16257
|
+
/* 403 */
|
|
16208
16258
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16209
16259
|
|
|
16210
16260
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16235,7 +16285,7 @@ class FluidDexSmartDebtBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
16235
16285
|
}
|
|
16236
16286
|
|
|
16237
16287
|
/***/ }),
|
|
16238
|
-
/*
|
|
16288
|
+
/* 404 */
|
|
16239
16289
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16240
16290
|
|
|
16241
16291
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16265,18 +16315,18 @@ class FluidDexSmartDebtPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
16265
16315
|
}
|
|
16266
16316
|
|
|
16267
16317
|
/***/ }),
|
|
16268
|
-
/*
|
|
16318
|
+
/* 405 */
|
|
16269
16319
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16270
16320
|
|
|
16271
16321
|
__webpack_require__.r(__webpack_exports__);
|
|
16272
16322
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16273
16323
|
/* harmony export */ PendleTokenRedeemAction: () => (/* reexport safe */ _PendleTokenRedeemAction__WEBPACK_IMPORTED_MODULE_0__.PendleTokenRedeemAction)
|
|
16274
16324
|
/* harmony export */ });
|
|
16275
|
-
/* harmony import */ var _PendleTokenRedeemAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
16325
|
+
/* harmony import */ var _PendleTokenRedeemAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(406);
|
|
16276
16326
|
|
|
16277
16327
|
|
|
16278
16328
|
/***/ }),
|
|
16279
|
-
/*
|
|
16329
|
+
/* 406 */
|
|
16280
16330
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16281
16331
|
|
|
16282
16332
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16325,7 +16375,7 @@ class PendleTokenRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
16325
16375
|
}
|
|
16326
16376
|
|
|
16327
16377
|
/***/ }),
|
|
16328
|
-
/*
|
|
16378
|
+
/* 407 */
|
|
16329
16379
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16330
16380
|
|
|
16331
16381
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16335,17 +16385,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16335
16385
|
/* harmony export */ UmbrellaStakeAction: () => (/* reexport safe */ _UmbrellaStakeAction__WEBPACK_IMPORTED_MODULE_0__.UmbrellaStakeAction),
|
|
16336
16386
|
/* harmony export */ UmbrellaStartUnstakeAction: () => (/* reexport safe */ _UmbrellaStartUnstakeAction__WEBPACK_IMPORTED_MODULE_1__.UmbrellaStartUnstakeAction)
|
|
16337
16387
|
/* harmony export */ });
|
|
16338
|
-
/* harmony import */ var _UmbrellaStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
16339
|
-
/* harmony import */ var _UmbrellaStartUnstakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
16340
|
-
/* harmony import */ var _UmbrellaFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
16341
|
-
/* harmony import */ var _UmbrellaClaimRewardsAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
16388
|
+
/* harmony import */ var _UmbrellaStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(408);
|
|
16389
|
+
/* harmony import */ var _UmbrellaStartUnstakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(409);
|
|
16390
|
+
/* harmony import */ var _UmbrellaFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(410);
|
|
16391
|
+
/* harmony import */ var _UmbrellaClaimRewardsAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(411);
|
|
16342
16392
|
|
|
16343
16393
|
|
|
16344
16394
|
|
|
16345
16395
|
|
|
16346
16396
|
|
|
16347
16397
|
/***/ }),
|
|
16348
|
-
/*
|
|
16398
|
+
/* 408 */
|
|
16349
16399
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16350
16400
|
|
|
16351
16401
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16378,7 +16428,7 @@ class UmbrellaStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16378
16428
|
}
|
|
16379
16429
|
|
|
16380
16430
|
/***/ }),
|
|
16381
|
-
/*
|
|
16431
|
+
/* 409 */
|
|
16382
16432
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16383
16433
|
|
|
16384
16434
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16405,7 +16455,7 @@ class UmbrellaStartUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
16405
16455
|
}
|
|
16406
16456
|
|
|
16407
16457
|
/***/ }),
|
|
16408
|
-
/*
|
|
16458
|
+
/* 410 */
|
|
16409
16459
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16410
16460
|
|
|
16411
16461
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16442,7 +16492,7 @@ class UmbrellaFinalizeUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
16442
16492
|
}
|
|
16443
16493
|
|
|
16444
16494
|
/***/ }),
|
|
16445
|
-
/*
|
|
16495
|
+
/* 411 */
|
|
16446
16496
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16447
16497
|
|
|
16448
16498
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16472,32 +16522,447 @@ class UmbrellaClaimRewardsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
16472
16522
|
}
|
|
16473
16523
|
|
|
16474
16524
|
/***/ }),
|
|
16475
|
-
/*
|
|
16525
|
+
/* 412 */
|
|
16476
16526
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16477
16527
|
|
|
16478
16528
|
__webpack_require__.r(__webpack_exports__);
|
|
16479
16529
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16480
|
-
/* harmony export */
|
|
16481
|
-
/* harmony export */
|
|
16482
|
-
/* harmony export */
|
|
16483
|
-
/* harmony export */
|
|
16484
|
-
/* harmony export */
|
|
16485
|
-
/* harmony export */
|
|
16486
|
-
/* harmony export */
|
|
16487
|
-
/* harmony export */
|
|
16488
|
-
/* harmony export */
|
|
16489
|
-
/* harmony export */
|
|
16490
|
-
/* harmony export */
|
|
16491
|
-
/* harmony export */
|
|
16492
|
-
/* harmony
|
|
16493
|
-
/* harmony
|
|
16494
|
-
/* harmony
|
|
16495
|
-
/* harmony
|
|
16496
|
-
/* harmony
|
|
16497
|
-
/* harmony
|
|
16498
|
-
/* harmony
|
|
16499
|
-
/* harmony
|
|
16500
|
-
/* harmony
|
|
16530
|
+
/* harmony export */ AaveV4BorrowAction: () => (/* reexport safe */ _AaveV4BorrowAction__WEBPACK_IMPORTED_MODULE_2__.AaveV4BorrowAction),
|
|
16531
|
+
/* harmony export */ AaveV4CollateralSwitchAction: () => (/* reexport safe */ _AaveV4CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_4__.AaveV4CollateralSwitchAction),
|
|
16532
|
+
/* harmony export */ AaveV4DelegateBorrowWithSigAction: () => (/* reexport safe */ _AaveV4DelegateBorrowWithSigAction__WEBPACK_IMPORTED_MODULE_7__.AaveV4DelegateBorrowWithSigAction),
|
|
16533
|
+
/* harmony export */ AaveV4DelegateSetUsingAsCollateralWithSigAction: () => (/* reexport safe */ _AaveV4DelegateSetUsingAsCollateralWithSigAction__WEBPACK_IMPORTED_MODULE_10__.AaveV4DelegateSetUsingAsCollateralWithSigAction),
|
|
16534
|
+
/* harmony export */ AaveV4DelegateWithdrawWithSigAction: () => (/* reexport safe */ _AaveV4DelegateWithdrawWithSigAction__WEBPACK_IMPORTED_MODULE_8__.AaveV4DelegateWithdrawWithSigAction),
|
|
16535
|
+
/* harmony export */ AaveV4PaybackAction: () => (/* reexport safe */ _AaveV4PaybackAction__WEBPACK_IMPORTED_MODULE_3__.AaveV4PaybackAction),
|
|
16536
|
+
/* harmony export */ AaveV4RefreshPremiumAction: () => (/* reexport safe */ _AaveV4RefreshPremiumAction__WEBPACK_IMPORTED_MODULE_6__.AaveV4RefreshPremiumAction),
|
|
16537
|
+
/* harmony export */ AaveV4SetUserManagersWithSigAction: () => (/* reexport safe */ _AaveV4SetUserManagersWithSigAction__WEBPACK_IMPORTED_MODULE_9__.AaveV4SetUserManagersWithSigAction),
|
|
16538
|
+
/* harmony export */ AaveV4StoreRatioAction: () => (/* reexport safe */ _AaveV4StoreRatioAction__WEBPACK_IMPORTED_MODULE_5__.AaveV4StoreRatioAction),
|
|
16539
|
+
/* harmony export */ AaveV4SupplyAction: () => (/* reexport safe */ _AaveV4SupplyAction__WEBPACK_IMPORTED_MODULE_0__.AaveV4SupplyAction),
|
|
16540
|
+
/* harmony export */ AaveV4WithdrawAction: () => (/* reexport safe */ _AaveV4WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.AaveV4WithdrawAction)
|
|
16541
|
+
/* harmony export */ });
|
|
16542
|
+
/* harmony import */ var _AaveV4SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(413);
|
|
16543
|
+
/* harmony import */ var _AaveV4WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(414);
|
|
16544
|
+
/* harmony import */ var _AaveV4BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(415);
|
|
16545
|
+
/* harmony import */ var _AaveV4PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(416);
|
|
16546
|
+
/* harmony import */ var _AaveV4CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(417);
|
|
16547
|
+
/* harmony import */ var _AaveV4StoreRatioAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(418);
|
|
16548
|
+
/* harmony import */ var _AaveV4RefreshPremiumAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(419);
|
|
16549
|
+
/* harmony import */ var _AaveV4DelegateBorrowWithSigAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(420);
|
|
16550
|
+
/* harmony import */ var _AaveV4DelegateWithdrawWithSigAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(421);
|
|
16551
|
+
/* harmony import */ var _AaveV4SetUserManagersWithSigAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(422);
|
|
16552
|
+
/* harmony import */ var _AaveV4DelegateSetUsingAsCollateralWithSigAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(423);
|
|
16553
|
+
|
|
16554
|
+
|
|
16555
|
+
|
|
16556
|
+
|
|
16557
|
+
|
|
16558
|
+
|
|
16559
|
+
|
|
16560
|
+
|
|
16561
|
+
|
|
16562
|
+
|
|
16563
|
+
|
|
16564
|
+
|
|
16565
|
+
/***/ }),
|
|
16566
|
+
/* 413 */
|
|
16567
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16568
|
+
|
|
16569
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16570
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16571
|
+
/* harmony export */ AaveV4SupplyAction: () => (/* binding */ AaveV4SupplyAction)
|
|
16572
|
+
/* harmony export */ });
|
|
16573
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
16574
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
16575
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
16576
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
16577
|
+
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); } }
|
|
16578
|
+
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); }); }; }
|
|
16579
|
+
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; }
|
|
16580
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
16581
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
16582
|
+
|
|
16583
|
+
|
|
16584
|
+
|
|
16585
|
+
/**
|
|
16586
|
+
* AaveV4SupplyAction
|
|
16587
|
+
*
|
|
16588
|
+
* @category AaveV4
|
|
16589
|
+
*/
|
|
16590
|
+
class AaveV4SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
16591
|
+
/**
|
|
16592
|
+
* @param spoke Address of the spoke.
|
|
16593
|
+
* @param onBehalf Address to supply tokens on behalf of. Defaults to the user's wallet if not provided.
|
|
16594
|
+
* @param from Address from which to pull collateral asset.
|
|
16595
|
+
* @param reserveId Reserve id.
|
|
16596
|
+
* @param amount Amount of tokens to supply.
|
|
16597
|
+
* @param useAsCollateral Whether to use the tokens as collateral.
|
|
16598
|
+
* @param tokenAddress Address of the token to approve. Optional, as it is only used for token approval, not part of encoding.
|
|
16599
|
+
*
|
|
16600
|
+
*/
|
|
16601
|
+
constructor(spoke, onBehalf, from, reserveId, amount, useAsCollateral) {
|
|
16602
|
+
var tokenAddress = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
16603
|
+
super('AaveV4Supply', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('AaveV4Supply'), ['address', 'address', 'address', 'uint256', 'uint256', 'bool'], [spoke, onBehalf, from, reserveId, amount, useAsCollateral]);
|
|
16604
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
16605
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5]];
|
|
16606
|
+
this.tokenForApproval = tokenAddress;
|
|
16607
|
+
}
|
|
16608
|
+
getAssetsToApprove() {
|
|
16609
|
+
var _this = this;
|
|
16610
|
+
return _asyncToGenerator(function* () {
|
|
16611
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
16612
|
+
if (asset.symbol !== 'ETH') return [{
|
|
16613
|
+
asset: _this.tokenForApproval,
|
|
16614
|
+
owner: _this.args[2]
|
|
16615
|
+
}];
|
|
16616
|
+
return [];
|
|
16617
|
+
})();
|
|
16618
|
+
}
|
|
16619
|
+
}
|
|
16620
|
+
|
|
16621
|
+
/***/ }),
|
|
16622
|
+
/* 414 */
|
|
16623
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16624
|
+
|
|
16625
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16626
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16627
|
+
/* harmony export */ AaveV4WithdrawAction: () => (/* binding */ AaveV4WithdrawAction)
|
|
16628
|
+
/* harmony export */ });
|
|
16629
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16630
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16631
|
+
|
|
16632
|
+
|
|
16633
|
+
/**
|
|
16634
|
+
* AaveV4WithdrawAction
|
|
16635
|
+
*
|
|
16636
|
+
* @category AaveV4
|
|
16637
|
+
*/
|
|
16638
|
+
class AaveV4WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16639
|
+
/**
|
|
16640
|
+
* @param spoke Address of the spoke.
|
|
16641
|
+
* @param onBehalf Address to withdraw tokens on behalf of. Defaults to the user's wallet if not provided.
|
|
16642
|
+
* @param to Address that will receive the withdrawn tokens.
|
|
16643
|
+
* @param reserveId Reserve id.
|
|
16644
|
+
* @param amount Amount of tokens to withdraw. Send type(uint).max to withdraw whole amount.
|
|
16645
|
+
*/
|
|
16646
|
+
constructor(spoke, onBehalf, to, reserveId, amount) {
|
|
16647
|
+
super('AaveV4Withdraw', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4Withdraw'), ['address', 'address', 'address', 'uint256', 'uint256'], [spoke, onBehalf, to, reserveId, amount]);
|
|
16648
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4]];
|
|
16649
|
+
}
|
|
16650
|
+
}
|
|
16651
|
+
|
|
16652
|
+
/***/ }),
|
|
16653
|
+
/* 415 */
|
|
16654
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16655
|
+
|
|
16656
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16657
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16658
|
+
/* harmony export */ AaveV4BorrowAction: () => (/* binding */ AaveV4BorrowAction)
|
|
16659
|
+
/* harmony export */ });
|
|
16660
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16661
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16662
|
+
|
|
16663
|
+
|
|
16664
|
+
/**
|
|
16665
|
+
* AaveV4BorrowAction
|
|
16666
|
+
*
|
|
16667
|
+
* @category AaveV4
|
|
16668
|
+
*/
|
|
16669
|
+
class AaveV4BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16670
|
+
/**
|
|
16671
|
+
* @param spoke Address of the spoke.
|
|
16672
|
+
* @param onBehalf Address to borrow tokens on behalf of. Defaults to the user's wallet if not provided.
|
|
16673
|
+
* @param to Address that will receive the borrowed tokens.
|
|
16674
|
+
* @param reserveId Reserve id.
|
|
16675
|
+
* @param amount Amount of tokens to borrow.
|
|
16676
|
+
*/
|
|
16677
|
+
constructor(spoke, onBehalf, to, reserveId, amount) {
|
|
16678
|
+
super('AaveV4Borrow', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4Borrow'), ['address', 'address', 'address', 'uint256', 'uint256'], [spoke, onBehalf, to, reserveId, amount]);
|
|
16679
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4]];
|
|
16680
|
+
}
|
|
16681
|
+
}
|
|
16682
|
+
|
|
16683
|
+
/***/ }),
|
|
16684
|
+
/* 416 */
|
|
16685
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16686
|
+
|
|
16687
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16688
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16689
|
+
/* harmony export */ AaveV4PaybackAction: () => (/* binding */ AaveV4PaybackAction)
|
|
16690
|
+
/* harmony export */ });
|
|
16691
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
16692
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
16693
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
16694
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
16695
|
+
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); } }
|
|
16696
|
+
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); }); }; }
|
|
16697
|
+
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; }
|
|
16698
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
16699
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
16700
|
+
|
|
16701
|
+
|
|
16702
|
+
|
|
16703
|
+
/**
|
|
16704
|
+
* AaveV4PaybackAction
|
|
16705
|
+
*
|
|
16706
|
+
* @category AaveV4
|
|
16707
|
+
*/
|
|
16708
|
+
class AaveV4PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
16709
|
+
/**
|
|
16710
|
+
* @param spoke Address of the spoke.
|
|
16711
|
+
* @param onBehalf Address to payback tokens on behalf of. Defaults to the user's wallet if not provided.
|
|
16712
|
+
* @param from Address from which to pull the payback tokens.
|
|
16713
|
+
* @param reserveId Reserve id.
|
|
16714
|
+
* @param amount Amount of tokens to payback. Send type(uint).max to payback whole amount.
|
|
16715
|
+
* @param tokenAddress Address of the token to approve. Optional, as it is only used for token approval, not part of encoding.
|
|
16716
|
+
*/
|
|
16717
|
+
constructor(spoke, onBehalf, from, reserveId, amount) {
|
|
16718
|
+
var tokenAddress = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
16719
|
+
super('AaveV4Payback', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('AaveV4Payback'), ['address', 'address', 'address', 'uint256', 'uint256'], [spoke, onBehalf, from, reserveId, amount]);
|
|
16720
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
16721
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4]];
|
|
16722
|
+
this.tokenForApproval = tokenAddress;
|
|
16723
|
+
}
|
|
16724
|
+
getAssetsToApprove() {
|
|
16725
|
+
var _this = this;
|
|
16726
|
+
return _asyncToGenerator(function* () {
|
|
16727
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
16728
|
+
if (asset.symbol !== 'ETH') return [{
|
|
16729
|
+
asset: _this.tokenForApproval,
|
|
16730
|
+
owner: _this.args[2]
|
|
16731
|
+
}];
|
|
16732
|
+
return [];
|
|
16733
|
+
})();
|
|
16734
|
+
}
|
|
16735
|
+
}
|
|
16736
|
+
|
|
16737
|
+
/***/ }),
|
|
16738
|
+
/* 417 */
|
|
16739
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16740
|
+
|
|
16741
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16742
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16743
|
+
/* harmony export */ AaveV4CollateralSwitchAction: () => (/* binding */ AaveV4CollateralSwitchAction)
|
|
16744
|
+
/* harmony export */ });
|
|
16745
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16746
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16747
|
+
|
|
16748
|
+
|
|
16749
|
+
/**
|
|
16750
|
+
* AaveV4CollateralSwitchAction
|
|
16751
|
+
*
|
|
16752
|
+
* @category AaveV4
|
|
16753
|
+
*/
|
|
16754
|
+
class AaveV4CollateralSwitchAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16755
|
+
/**
|
|
16756
|
+
* @param spoke Address of the spoke.
|
|
16757
|
+
* @param onBehalf Address to switch collateral on behalf of. Defaults to the user's wallet if not provided.
|
|
16758
|
+
* @param reserveId Reserve id.
|
|
16759
|
+
* @param useAsCollateral Whether to use the tokens as collateral.
|
|
16760
|
+
*/
|
|
16761
|
+
constructor(spoke, onBehalf, reserveId, useAsCollateral) {
|
|
16762
|
+
super('AaveV4CollateralSwitch', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4CollateralSwitch'), ['address', 'address', 'uint256', 'bool'], [spoke, onBehalf, reserveId, useAsCollateral]);
|
|
16763
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3]];
|
|
16764
|
+
}
|
|
16765
|
+
}
|
|
16766
|
+
|
|
16767
|
+
/***/ }),
|
|
16768
|
+
/* 418 */
|
|
16769
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16770
|
+
|
|
16771
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16772
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16773
|
+
/* harmony export */ AaveV4StoreRatioAction: () => (/* binding */ AaveV4StoreRatioAction)
|
|
16774
|
+
/* harmony export */ });
|
|
16775
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16776
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16777
|
+
|
|
16778
|
+
|
|
16779
|
+
/**
|
|
16780
|
+
* AaveV4StoreRatioAction - Stores the ratio for a user in transient storage so it can be checked later after strategy execution.
|
|
16781
|
+
*
|
|
16782
|
+
* @category AaveV4
|
|
16783
|
+
*/
|
|
16784
|
+
class AaveV4StoreRatioAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16785
|
+
/**
|
|
16786
|
+
* @param spoke Address of the spoke.
|
|
16787
|
+
* @param user Address of the user to store the ratio for.
|
|
16788
|
+
*/
|
|
16789
|
+
constructor(spoke, user) {
|
|
16790
|
+
super('AaveV4StoreRatio', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty'), ['address', 'address'], [spoke, user]);
|
|
16791
|
+
this.mappableArgs = [this.args[0], this.args[1]];
|
|
16792
|
+
}
|
|
16793
|
+
}
|
|
16794
|
+
|
|
16795
|
+
/***/ }),
|
|
16796
|
+
/* 419 */
|
|
16797
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16798
|
+
|
|
16799
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16800
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16801
|
+
/* harmony export */ AaveV4RefreshPremiumAction: () => (/* binding */ AaveV4RefreshPremiumAction)
|
|
16802
|
+
/* harmony export */ });
|
|
16803
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16804
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16805
|
+
|
|
16806
|
+
|
|
16807
|
+
/**
|
|
16808
|
+
* AaveV4RefreshPremiumAction - Refresh the risk premium for user's position
|
|
16809
|
+
*
|
|
16810
|
+
* @category AaveV4RefreshPremium
|
|
16811
|
+
*/
|
|
16812
|
+
class AaveV4RefreshPremiumAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16813
|
+
/**
|
|
16814
|
+
* @param spoke Address of the spoke.
|
|
16815
|
+
* @param onBehalf Address to refresh the config on behalf of. Defaults to the user's wallet if not provided.
|
|
16816
|
+
* @param refreshDynamicReserveConfig Whether to also refresh the dynamic reserve config for all collateral reserves.
|
|
16817
|
+
*/
|
|
16818
|
+
constructor(spoke, onBehalf, refreshDynamicReserveConfig) {
|
|
16819
|
+
super('AaveV4RefreshPremium', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4RefreshPremium'), ['address', 'address', 'bool'], [spoke, onBehalf, refreshDynamicReserveConfig]);
|
|
16820
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
16821
|
+
}
|
|
16822
|
+
}
|
|
16823
|
+
|
|
16824
|
+
/***/ }),
|
|
16825
|
+
/* 420 */
|
|
16826
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16827
|
+
|
|
16828
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16829
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16830
|
+
/* harmony export */ AaveV4DelegateBorrowWithSigAction: () => (/* binding */ AaveV4DelegateBorrowWithSigAction)
|
|
16831
|
+
/* harmony export */ });
|
|
16832
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16833
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16834
|
+
|
|
16835
|
+
|
|
16836
|
+
/**
|
|
16837
|
+
* AaveV4DelegateBorrowWithSigAction -Approves a spender to borrow from the specified reserve using an EIP712-typed intent.
|
|
16838
|
+
*
|
|
16839
|
+
* @category AaveV4
|
|
16840
|
+
*/
|
|
16841
|
+
class AaveV4DelegateBorrowWithSigAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16842
|
+
/**
|
|
16843
|
+
* @param permit EIP712-typed intent.
|
|
16844
|
+
* @param signature The EIP712-compliant signature bytes.
|
|
16845
|
+
*/
|
|
16846
|
+
constructor(permit, signature) {
|
|
16847
|
+
super('AaveV4DelegateBorrowWithSig', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4DelegateBorrowWithSig'), [['address', 'uint256', 'address', 'address', 'uint256', 'uint256', 'uint256'], 'bytes'], [permit, signature]);
|
|
16848
|
+
}
|
|
16849
|
+
}
|
|
16850
|
+
|
|
16851
|
+
/***/ }),
|
|
16852
|
+
/* 421 */
|
|
16853
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16854
|
+
|
|
16855
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16856
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16857
|
+
/* harmony export */ AaveV4DelegateWithdrawWithSigAction: () => (/* binding */ AaveV4DelegateWithdrawWithSigAction)
|
|
16858
|
+
/* harmony export */ });
|
|
16859
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16860
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16861
|
+
|
|
16862
|
+
|
|
16863
|
+
/**
|
|
16864
|
+
* AaveV4DelegateWithdrawWithSigAction - Approves a spender to withdraw from the specified reserve using an EIP712-typed intent.
|
|
16865
|
+
*
|
|
16866
|
+
* @category AaveV4
|
|
16867
|
+
*/
|
|
16868
|
+
class AaveV4DelegateWithdrawWithSigAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16869
|
+
/**
|
|
16870
|
+
* @param permit EIP712-typed intent.
|
|
16871
|
+
* @param signature The EIP712-compliant signature bytes.
|
|
16872
|
+
*/
|
|
16873
|
+
constructor(permit, signature) {
|
|
16874
|
+
super('AaveV4DelegateWithdrawWithSig', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4DelegateWithdrawWithSig'), [['address', 'uint256', 'address', 'address', 'uint256', 'uint256', 'uint256'], 'bytes'], [permit, signature]);
|
|
16875
|
+
}
|
|
16876
|
+
}
|
|
16877
|
+
|
|
16878
|
+
/***/ }),
|
|
16879
|
+
/* 422 */
|
|
16880
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16881
|
+
|
|
16882
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16883
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16884
|
+
/* harmony export */ AaveV4SetUserManagersWithSigAction: () => (/* binding */ AaveV4SetUserManagersWithSigAction)
|
|
16885
|
+
/* harmony export */ });
|
|
16886
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16887
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16888
|
+
|
|
16889
|
+
|
|
16890
|
+
/**
|
|
16891
|
+
* AaveV4SetUserManagersWithSigAction - Sets user position managers with EIP712-typed signature.
|
|
16892
|
+
*
|
|
16893
|
+
* @category AaveV4
|
|
16894
|
+
*/
|
|
16895
|
+
class AaveV4SetUserManagersWithSigAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16896
|
+
/**
|
|
16897
|
+
* @param spoke Address of the spoke.
|
|
16898
|
+
* @param onBehalf The address of the user on whose behalf position manager can act.
|
|
16899
|
+
* @param nonce The nonce for the signature.
|
|
16900
|
+
* @param deadline The deadline for the signature.
|
|
16901
|
+
* @param signature The signature bytes.
|
|
16902
|
+
* @param updates The array of position manager updates.
|
|
16903
|
+
*/
|
|
16904
|
+
constructor(spoke, onBehalf, nonce, deadline, signature, updates) {
|
|
16905
|
+
super('AaveV4SetUserManagersWithSig', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4SetUserManagersWithSig'), ['address', 'address', 'uint256', 'uint256', 'bytes', 'tuple(address,bool)[]'], [spoke, onBehalf, nonce, deadline, signature, updates]);
|
|
16906
|
+
}
|
|
16907
|
+
}
|
|
16908
|
+
|
|
16909
|
+
/***/ }),
|
|
16910
|
+
/* 423 */
|
|
16911
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16912
|
+
|
|
16913
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16914
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16915
|
+
/* harmony export */ AaveV4DelegateSetUsingAsCollateralWithSigAction: () => (/* binding */ AaveV4DelegateSetUsingAsCollateralWithSigAction)
|
|
16916
|
+
/* harmony export */ });
|
|
16917
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
16918
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
16919
|
+
|
|
16920
|
+
|
|
16921
|
+
/**
|
|
16922
|
+
* AaveV4DelegateSetUsingAsCollateralWithSigAction - Approves a delegatee to set using as collateral on behalf of delegator using an EIP712-typed intent.
|
|
16923
|
+
*
|
|
16924
|
+
* @category AaveV4
|
|
16925
|
+
*/
|
|
16926
|
+
class AaveV4DelegateSetUsingAsCollateralWithSigAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
16927
|
+
/**
|
|
16928
|
+
* @param permit EIP712-typed intent.
|
|
16929
|
+
* @param signature The EIP712-compliant signature bytes.
|
|
16930
|
+
*/
|
|
16931
|
+
constructor(permit, signature) {
|
|
16932
|
+
super('AaveV4DelegateSetUsingAsCollateralWithSig', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('AaveV4DelegateSetUsingAsCollateralWithSig'), [['address', 'address', 'address', 'bool', 'uint256', 'uint256'], 'bytes'], [permit, signature]);
|
|
16933
|
+
}
|
|
16934
|
+
}
|
|
16935
|
+
|
|
16936
|
+
/***/ }),
|
|
16937
|
+
/* 424 */
|
|
16938
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16939
|
+
|
|
16940
|
+
__webpack_require__.r(__webpack_exports__);
|
|
16941
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
16942
|
+
/* harmony export */ AaveV2RatioTrigger: () => (/* reexport safe */ _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__.AaveV2RatioTrigger),
|
|
16943
|
+
/* harmony export */ AaveV3QuotePriceRangeTrigger: () => (/* reexport safe */ _AaveV3QuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_30__.AaveV3QuotePriceRangeTrigger),
|
|
16944
|
+
/* harmony export */ AaveV3QuotePriceTrigger: () => (/* reexport safe */ _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__.AaveV3QuotePriceTrigger),
|
|
16945
|
+
/* harmony export */ AaveV3RatioTrigger: () => (/* reexport safe */ _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__.AaveV3RatioTrigger),
|
|
16946
|
+
/* harmony export */ AaveV4QuotePriceRangeTrigger: () => (/* reexport safe */ _AaveV4QuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_34__.AaveV4QuotePriceRangeTrigger),
|
|
16947
|
+
/* harmony export */ AaveV4QuotePriceTrigger: () => (/* reexport safe */ _AaveV4QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_33__.AaveV4QuotePriceTrigger),
|
|
16948
|
+
/* harmony export */ AaveV4RatioTrigger: () => (/* reexport safe */ _AaveV4RatioTrigger__WEBPACK_IMPORTED_MODULE_35__.AaveV4RatioTrigger),
|
|
16949
|
+
/* harmony export */ CBRebondTrigger: () => (/* reexport safe */ _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__.CBRebondTrigger),
|
|
16950
|
+
/* harmony export */ ChainLinkPriceTrigger: () => (/* reexport safe */ _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__.ChainLinkPriceTrigger),
|
|
16951
|
+
/* harmony export */ ClosePriceTrigger: () => (/* reexport safe */ _ClosePriceTrigger__WEBPACK_IMPORTED_MODULE_24__.ClosePriceTrigger),
|
|
16952
|
+
/* harmony export */ CompV3PriceRangeTrigger: () => (/* reexport safe */ _CompV3PriceRangeTrigger__WEBPACK_IMPORTED_MODULE_28__.CompV3PriceRangeTrigger),
|
|
16953
|
+
/* harmony export */ CompV3PriceTrigger: () => (/* reexport safe */ _CompV3PriceTrigger__WEBPACK_IMPORTED_MODULE_27__.CompV3PriceTrigger),
|
|
16954
|
+
/* harmony export */ CompV3RatioTrigger: () => (/* reexport safe */ _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__.CompV3RatioTrigger),
|
|
16955
|
+
/* harmony export */ CompoundRatioTrigger: () => (/* reexport safe */ _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__.CompoundRatioTrigger),
|
|
16956
|
+
/* harmony export */ CurveUsdCollRatioTrigger: () => (/* reexport safe */ _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__.CurveUsdCollRatioTrigger),
|
|
16957
|
+
/* harmony export */ CurveUsdHealthRatioTrigger: () => (/* reexport safe */ _CurveUsdHealthRatioTrigger__WEBPACK_IMPORTED_MODULE_19__.CurveUsdHealthRatioTrigger),
|
|
16958
|
+
/* harmony export */ FluidRatioTrigger: () => (/* reexport safe */ _FluidRatioTrigger__WEBPACK_IMPORTED_MODULE_26__.FluidRatioTrigger),
|
|
16959
|
+
/* harmony export */ GasPriceTrigger: () => (/* reexport safe */ _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__.GasPriceTrigger),
|
|
16960
|
+
/* harmony export */ LiquityDebtInFrontWithLimitTrigger: () => (/* reexport safe */ _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__.LiquityDebtInFrontWithLimitTrigger),
|
|
16961
|
+
/* harmony export */ LiquityRatioTrigger: () => (/* reexport safe */ _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__.LiquityRatioTrigger),
|
|
16962
|
+
/* harmony export */ LiquityV2AdjustRateDebtInFrontTrigger: () => (/* reexport safe */ _LiquityV2AdjustRateDebtInFrontTrigger__WEBPACK_IMPORTED_MODULE_29__.LiquityV2AdjustRateDebtInFrontTrigger),
|
|
16963
|
+
/* harmony export */ LiquityV2QuotePriceTrigger: () => (/* reexport safe */ _LiquityV2QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_25__.LiquityV2QuotePriceTrigger),
|
|
16964
|
+
/* harmony export */ LiquityV2RatioTrigger: () => (/* reexport safe */ _LiquityV2RatioTrigger__WEBPACK_IMPORTED_MODULE_23__.LiquityV2RatioTrigger),
|
|
16965
|
+
/* harmony export */ MakerRatioTrigger: () => (/* reexport safe */ _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__.MakerRatioTrigger),
|
|
16501
16966
|
/* harmony export */ MorphoAaveV2RatioTrigger: () => (/* reexport safe */ _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__.MorphoAaveV2RatioTrigger),
|
|
16502
16967
|
/* harmony export */ MorphoBluePriceRangeTrigger: () => (/* reexport safe */ _MorphoBluePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_32__.MorphoBluePriceRangeTrigger),
|
|
16503
16968
|
/* harmony export */ MorphoBluePriceTrigger: () => (/* reexport safe */ _MorphoBluePriceTrigger__WEBPACK_IMPORTED_MODULE_22__.MorphoBluePriceTrigger),
|
|
@@ -16511,39 +16976,45 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16511
16976
|
/* harmony export */ TrailingStopTrigger: () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
16512
16977
|
/* harmony export */ UniV3CurrentTickTrigger: () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
16513
16978
|
/* harmony export */ });
|
|
16514
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
16515
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
16516
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
16517
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
16518
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
16519
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
16520
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
16521
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
16522
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
16523
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
16524
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
16525
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
16526
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
16527
|
-
/* harmony import */ var _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
16528
|
-
/* harmony import */ var _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
16529
|
-
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
16530
|
-
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
16531
|
-
/* harmony import */ var _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
16532
|
-
/* harmony import */ var _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
16533
|
-
/* harmony import */ var _CurveUsdHealthRatioTrigger__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
16534
|
-
/* harmony import */ var _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
16535
|
-
/* harmony import */ var _OffchainPriceTrigger__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
16536
|
-
/* harmony import */ var _MorphoBluePriceTrigger__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
16537
|
-
/* harmony import */ var _LiquityV2RatioTrigger__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
16538
|
-
/* harmony import */ var _ClosePriceTrigger__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
16539
|
-
/* harmony import */ var _LiquityV2QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(
|
|
16540
|
-
/* harmony import */ var _FluidRatioTrigger__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(
|
|
16541
|
-
/* harmony import */ var _CompV3PriceTrigger__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(
|
|
16542
|
-
/* harmony import */ var _CompV3PriceRangeTrigger__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(
|
|
16543
|
-
/* harmony import */ var _LiquityV2AdjustRateDebtInFrontTrigger__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(
|
|
16544
|
-
/* harmony import */ var _AaveV3QuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(
|
|
16545
|
-
/* harmony import */ var _SparkQuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(
|
|
16546
|
-
/* harmony import */ var _MorphoBluePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(
|
|
16979
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(425);
|
|
16980
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(426);
|
|
16981
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(427);
|
|
16982
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(428);
|
|
16983
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(429);
|
|
16984
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(430);
|
|
16985
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(431);
|
|
16986
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(432);
|
|
16987
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(433);
|
|
16988
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(434);
|
|
16989
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(435);
|
|
16990
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(436);
|
|
16991
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(437);
|
|
16992
|
+
/* harmony import */ var _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(438);
|
|
16993
|
+
/* harmony import */ var _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(439);
|
|
16994
|
+
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(440);
|
|
16995
|
+
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(441);
|
|
16996
|
+
/* harmony import */ var _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(442);
|
|
16997
|
+
/* harmony import */ var _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(443);
|
|
16998
|
+
/* harmony import */ var _CurveUsdHealthRatioTrigger__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(444);
|
|
16999
|
+
/* harmony import */ var _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(445);
|
|
17000
|
+
/* harmony import */ var _OffchainPriceTrigger__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(446);
|
|
17001
|
+
/* harmony import */ var _MorphoBluePriceTrigger__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(447);
|
|
17002
|
+
/* harmony import */ var _LiquityV2RatioTrigger__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(448);
|
|
17003
|
+
/* harmony import */ var _ClosePriceTrigger__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(449);
|
|
17004
|
+
/* harmony import */ var _LiquityV2QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(450);
|
|
17005
|
+
/* harmony import */ var _FluidRatioTrigger__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(451);
|
|
17006
|
+
/* harmony import */ var _CompV3PriceTrigger__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(452);
|
|
17007
|
+
/* harmony import */ var _CompV3PriceRangeTrigger__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(453);
|
|
17008
|
+
/* harmony import */ var _LiquityV2AdjustRateDebtInFrontTrigger__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(454);
|
|
17009
|
+
/* harmony import */ var _AaveV3QuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(455);
|
|
17010
|
+
/* harmony import */ var _SparkQuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(456);
|
|
17011
|
+
/* harmony import */ var _MorphoBluePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(457);
|
|
17012
|
+
/* harmony import */ var _AaveV4QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(458);
|
|
17013
|
+
/* harmony import */ var _AaveV4QuotePriceRangeTrigger__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(459);
|
|
17014
|
+
/* harmony import */ var _AaveV4RatioTrigger__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(460);
|
|
17015
|
+
|
|
17016
|
+
|
|
17017
|
+
|
|
16547
17018
|
|
|
16548
17019
|
|
|
16549
17020
|
|
|
@@ -16579,7 +17050,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16579
17050
|
|
|
16580
17051
|
|
|
16581
17052
|
/***/ }),
|
|
16582
|
-
/*
|
|
17053
|
+
/* 425 */
|
|
16583
17054
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16584
17055
|
|
|
16585
17056
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16602,7 +17073,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16602
17073
|
}
|
|
16603
17074
|
|
|
16604
17075
|
/***/ }),
|
|
16605
|
-
/*
|
|
17076
|
+
/* 426 */
|
|
16606
17077
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16607
17078
|
|
|
16608
17079
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16625,7 +17096,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
16625
17096
|
}
|
|
16626
17097
|
|
|
16627
17098
|
/***/ }),
|
|
16628
|
-
/*
|
|
17099
|
+
/* 427 */
|
|
16629
17100
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16630
17101
|
|
|
16631
17102
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16648,7 +17119,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
16648
17119
|
}
|
|
16649
17120
|
|
|
16650
17121
|
/***/ }),
|
|
16651
|
-
/*
|
|
17122
|
+
/* 428 */
|
|
16652
17123
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16653
17124
|
|
|
16654
17125
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16671,7 +17142,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16671
17142
|
}
|
|
16672
17143
|
|
|
16673
17144
|
/***/ }),
|
|
16674
|
-
/*
|
|
17145
|
+
/* 429 */
|
|
16675
17146
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16676
17147
|
|
|
16677
17148
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16694,7 +17165,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16694
17165
|
}
|
|
16695
17166
|
|
|
16696
17167
|
/***/ }),
|
|
16697
|
-
/*
|
|
17168
|
+
/* 430 */
|
|
16698
17169
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16699
17170
|
|
|
16700
17171
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16717,7 +17188,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16717
17188
|
}
|
|
16718
17189
|
|
|
16719
17190
|
/***/ }),
|
|
16720
|
-
/*
|
|
17191
|
+
/* 431 */
|
|
16721
17192
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16722
17193
|
|
|
16723
17194
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16740,7 +17211,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16740
17211
|
}
|
|
16741
17212
|
|
|
16742
17213
|
/***/ }),
|
|
16743
|
-
/*
|
|
17214
|
+
/* 432 */
|
|
16744
17215
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16745
17216
|
|
|
16746
17217
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16763,7 +17234,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16763
17234
|
}
|
|
16764
17235
|
|
|
16765
17236
|
/***/ }),
|
|
16766
|
-
/*
|
|
17237
|
+
/* 433 */
|
|
16767
17238
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16768
17239
|
|
|
16769
17240
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16786,7 +17257,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16786
17257
|
}
|
|
16787
17258
|
|
|
16788
17259
|
/***/ }),
|
|
16789
|
-
/*
|
|
17260
|
+
/* 434 */
|
|
16790
17261
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16791
17262
|
|
|
16792
17263
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16809,7 +17280,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16809
17280
|
}
|
|
16810
17281
|
|
|
16811
17282
|
/***/ }),
|
|
16812
|
-
/*
|
|
17283
|
+
/* 435 */
|
|
16813
17284
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16814
17285
|
|
|
16815
17286
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16832,7 +17303,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16832
17303
|
}
|
|
16833
17304
|
|
|
16834
17305
|
/***/ }),
|
|
16835
|
-
/*
|
|
17306
|
+
/* 436 */
|
|
16836
17307
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16837
17308
|
|
|
16838
17309
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16855,7 +17326,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16855
17326
|
}
|
|
16856
17327
|
|
|
16857
17328
|
/***/ }),
|
|
16858
|
-
/*
|
|
17329
|
+
/* 437 */
|
|
16859
17330
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16860
17331
|
|
|
16861
17332
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16878,7 +17349,7 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
16878
17349
|
}
|
|
16879
17350
|
|
|
16880
17351
|
/***/ }),
|
|
16881
|
-
/*
|
|
17352
|
+
/* 438 */
|
|
16882
17353
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16883
17354
|
|
|
16884
17355
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16901,7 +17372,7 @@ class AaveV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16901
17372
|
}
|
|
16902
17373
|
|
|
16903
17374
|
/***/ }),
|
|
16904
|
-
/*
|
|
17375
|
+
/* 439 */
|
|
16905
17376
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16906
17377
|
|
|
16907
17378
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16924,7 +17395,7 @@ class MorphoAaveV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
16924
17395
|
}
|
|
16925
17396
|
|
|
16926
17397
|
/***/ }),
|
|
16927
|
-
/*
|
|
17398
|
+
/* 440 */
|
|
16928
17399
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16929
17400
|
|
|
16930
17401
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16947,7 +17418,7 @@ class SparkRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
16947
17418
|
}
|
|
16948
17419
|
|
|
16949
17420
|
/***/ }),
|
|
16950
|
-
/*
|
|
17421
|
+
/* 441 */
|
|
16951
17422
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16952
17423
|
|
|
16953
17424
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16970,7 +17441,7 @@ class SparkQuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
16970
17441
|
}
|
|
16971
17442
|
|
|
16972
17443
|
/***/ }),
|
|
16973
|
-
/*
|
|
17444
|
+
/* 442 */
|
|
16974
17445
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16975
17446
|
|
|
16976
17447
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -16993,7 +17464,7 @@ class LiquityDebtInFrontWithLimitTrigger extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
16993
17464
|
}
|
|
16994
17465
|
|
|
16995
17466
|
/***/ }),
|
|
16996
|
-
/*
|
|
17467
|
+
/* 443 */
|
|
16997
17468
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
16998
17469
|
|
|
16999
17470
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17016,7 +17487,7 @@ class CurveUsdCollRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
17016
17487
|
}
|
|
17017
17488
|
|
|
17018
17489
|
/***/ }),
|
|
17019
|
-
/*
|
|
17490
|
+
/* 444 */
|
|
17020
17491
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17021
17492
|
|
|
17022
17493
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17039,7 +17510,7 @@ class CurveUsdHealthRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
17039
17510
|
}
|
|
17040
17511
|
|
|
17041
17512
|
/***/ }),
|
|
17042
|
-
/*
|
|
17513
|
+
/* 445 */
|
|
17043
17514
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17044
17515
|
|
|
17045
17516
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17062,7 +17533,7 @@ class MorphoBlueRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
17062
17533
|
}
|
|
17063
17534
|
|
|
17064
17535
|
/***/ }),
|
|
17065
|
-
/*
|
|
17536
|
+
/* 446 */
|
|
17066
17537
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17067
17538
|
|
|
17068
17539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17085,7 +17556,7 @@ class OffchainPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
17085
17556
|
}
|
|
17086
17557
|
|
|
17087
17558
|
/***/ }),
|
|
17088
|
-
/*
|
|
17559
|
+
/* 447 */
|
|
17089
17560
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17090
17561
|
|
|
17091
17562
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17114,7 +17585,7 @@ class MorphoBluePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
17114
17585
|
}
|
|
17115
17586
|
|
|
17116
17587
|
/***/ }),
|
|
17117
|
-
/*
|
|
17588
|
+
/* 448 */
|
|
17118
17589
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17119
17590
|
|
|
17120
17591
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17135,7 +17606,7 @@ class LiquityV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
17135
17606
|
}
|
|
17136
17607
|
|
|
17137
17608
|
/***/ }),
|
|
17138
|
-
/*
|
|
17609
|
+
/* 449 */
|
|
17139
17610
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17140
17611
|
|
|
17141
17612
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17158,7 +17629,7 @@ class ClosePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
17158
17629
|
}
|
|
17159
17630
|
|
|
17160
17631
|
/***/ }),
|
|
17161
|
-
/*
|
|
17632
|
+
/* 450 */
|
|
17162
17633
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17163
17634
|
|
|
17164
17635
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17179,7 +17650,7 @@ class LiquityV2QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
17179
17650
|
}
|
|
17180
17651
|
|
|
17181
17652
|
/***/ }),
|
|
17182
|
-
/*
|
|
17653
|
+
/* 451 */
|
|
17183
17654
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17184
17655
|
|
|
17185
17656
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17202,7 +17673,7 @@ class FluidRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
17202
17673
|
}
|
|
17203
17674
|
|
|
17204
17675
|
/***/ }),
|
|
17205
|
-
/*
|
|
17676
|
+
/* 452 */
|
|
17206
17677
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17207
17678
|
|
|
17208
17679
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17225,7 +17696,7 @@ class CompV3PriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
17225
17696
|
}
|
|
17226
17697
|
|
|
17227
17698
|
/***/ }),
|
|
17228
|
-
/*
|
|
17699
|
+
/* 453 */
|
|
17229
17700
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17230
17701
|
|
|
17231
17702
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17248,7 +17719,7 @@ class CompV3PriceRangeTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
17248
17719
|
}
|
|
17249
17720
|
|
|
17250
17721
|
/***/ }),
|
|
17251
|
-
/*
|
|
17722
|
+
/* 454 */
|
|
17252
17723
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17253
17724
|
|
|
17254
17725
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17269,7 +17740,7 @@ class LiquityV2AdjustRateDebtInFrontTrigger extends _Action__WEBPACK_IMPORTED_MO
|
|
|
17269
17740
|
}
|
|
17270
17741
|
|
|
17271
17742
|
/***/ }),
|
|
17272
|
-
/*
|
|
17743
|
+
/* 455 */
|
|
17273
17744
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17274
17745
|
|
|
17275
17746
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17295,7 +17766,7 @@ class AaveV3QuotePriceRangeTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
17295
17766
|
}
|
|
17296
17767
|
|
|
17297
17768
|
/***/ }),
|
|
17298
|
-
/*
|
|
17769
|
+
/* 456 */
|
|
17299
17770
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17300
17771
|
|
|
17301
17772
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17321,7 +17792,7 @@ class SparkQuotePriceRangeTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
17321
17792
|
}
|
|
17322
17793
|
|
|
17323
17794
|
/***/ }),
|
|
17324
|
-
/*
|
|
17795
|
+
/* 457 */
|
|
17325
17796
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17326
17797
|
|
|
17327
17798
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17350,7 +17821,76 @@ class MorphoBluePriceRangeTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
17350
17821
|
}
|
|
17351
17822
|
|
|
17352
17823
|
/***/ }),
|
|
17353
|
-
/*
|
|
17824
|
+
/* 458 */
|
|
17825
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17826
|
+
|
|
17827
|
+
__webpack_require__.r(__webpack_exports__);
|
|
17828
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17829
|
+
/* harmony export */ AaveV4QuotePriceTrigger: () => (/* binding */ AaveV4QuotePriceTrigger)
|
|
17830
|
+
/* harmony export */ });
|
|
17831
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
17832
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
17833
|
+
|
|
17834
|
+
|
|
17835
|
+
/**
|
|
17836
|
+
* AaveV4QuotePriceTrigger - Verifies if current token price ratio for aaveV4 spoke is over/under a subbed price ratio.
|
|
17837
|
+
*
|
|
17838
|
+
* @category Triggers
|
|
17839
|
+
*/
|
|
17840
|
+
class AaveV4QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
17841
|
+
constructor(spoke, baseTokenId, quoteTokenId, price, state) {
|
|
17842
|
+
super('AaveV4QuotePriceTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty'), [['address', 'uint256', 'uint256', 'uint256', 'uint8']], [[spoke, baseTokenId, quoteTokenId, price, state]]);
|
|
17843
|
+
}
|
|
17844
|
+
}
|
|
17845
|
+
|
|
17846
|
+
/***/ }),
|
|
17847
|
+
/* 459 */
|
|
17848
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17849
|
+
|
|
17850
|
+
__webpack_require__.r(__webpack_exports__);
|
|
17851
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17852
|
+
/* harmony export */ AaveV4QuotePriceRangeTrigger: () => (/* binding */ AaveV4QuotePriceRangeTrigger)
|
|
17853
|
+
/* harmony export */ });
|
|
17854
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
17855
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
17856
|
+
|
|
17857
|
+
|
|
17858
|
+
/**
|
|
17859
|
+
* AaveV4QuotePriceRangeTrigger - Verifies if current token price ratio for aaveV4 spoke is within a subbed price range.
|
|
17860
|
+
*
|
|
17861
|
+
* @category Triggers
|
|
17862
|
+
*/
|
|
17863
|
+
class AaveV4QuotePriceRangeTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
17864
|
+
constructor(spoke, baseTokenId, quoteTokenId, lowerPrice, upperPrice) {
|
|
17865
|
+
super('AaveV4QuotePriceRangeTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty'), [['address', 'uint256', 'uint256', 'uint256', 'uint256']], [[spoke, baseTokenId, quoteTokenId, lowerPrice, upperPrice]]);
|
|
17866
|
+
}
|
|
17867
|
+
}
|
|
17868
|
+
|
|
17869
|
+
/***/ }),
|
|
17870
|
+
/* 460 */
|
|
17871
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17872
|
+
|
|
17873
|
+
__webpack_require__.r(__webpack_exports__);
|
|
17874
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17875
|
+
/* harmony export */ AaveV4RatioTrigger: () => (/* binding */ AaveV4RatioTrigger)
|
|
17876
|
+
/* harmony export */ });
|
|
17877
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
17878
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
17879
|
+
|
|
17880
|
+
|
|
17881
|
+
/**
|
|
17882
|
+
* AaveV4RatioTrigger - Triggers when the user's ratio is over/under a subbed ratio.
|
|
17883
|
+
*
|
|
17884
|
+
* @category Triggers
|
|
17885
|
+
*/
|
|
17886
|
+
class AaveV4RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
17887
|
+
constructor(user, spoke, ratio, state) {
|
|
17888
|
+
super('AaveV4RatioTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty'), [['address', 'address', 'uint256', 'uint8']], [[user, spoke, ratio, state]]);
|
|
17889
|
+
}
|
|
17890
|
+
}
|
|
17891
|
+
|
|
17892
|
+
/***/ }),
|
|
17893
|
+
/* 461 */
|
|
17354
17894
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17355
17895
|
|
|
17356
17896
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17364,13 +17904,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17364
17904
|
/* harmony export */ uniswapV3LP: () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
17365
17905
|
/* harmony export */ zeroExExchange: () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
17366
17906
|
/* harmony export */ });
|
|
17367
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
17907
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(462);
|
|
17368
17908
|
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(137);
|
|
17369
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
17370
|
-
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
17371
|
-
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
17372
|
-
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
17373
|
-
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
17909
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(464);
|
|
17910
|
+
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(245);
|
|
17911
|
+
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(225);
|
|
17912
|
+
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(211);
|
|
17913
|
+
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(286);
|
|
17374
17914
|
/* harmony import */ var _basic_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(94);
|
|
17375
17915
|
|
|
17376
17916
|
|
|
@@ -17383,7 +17923,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17383
17923
|
|
|
17384
17924
|
|
|
17385
17925
|
/***/ }),
|
|
17386
|
-
/*
|
|
17926
|
+
/* 462 */
|
|
17387
17927
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17388
17928
|
|
|
17389
17929
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -17394,7 +17934,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17394
17934
|
/* harmony export */ });
|
|
17395
17935
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
17396
17936
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
17397
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
17937
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(463);
|
|
17398
17938
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
17399
17939
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
17400
17940
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -17596,20 +18136,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
17596
18136
|
}();
|
|
17597
18137
|
|
|
17598
18138
|
/***/ }),
|
|
17599
|
-
/*
|
|
18139
|
+
/* 463 */
|
|
17600
18140
|
/***/ ((module) => {
|
|
17601
18141
|
|
|
17602
|
-
module.exports =
|
|
18142
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__463__;
|
|
17603
18143
|
|
|
17604
18144
|
/***/ }),
|
|
17605
|
-
/*
|
|
18145
|
+
/* 464 */
|
|
17606
18146
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
17607
18147
|
|
|
17608
18148
|
__webpack_require__.r(__webpack_exports__);
|
|
17609
18149
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17610
18150
|
/* harmony export */ getAssetAddrByTokenId: () => (/* binding */ getAssetAddrByTokenId)
|
|
17611
18151
|
/* harmony export */ });
|
|
17612
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
18152
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(465);
|
|
17613
18153
|
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); } }
|
|
17614
18154
|
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); }); }; }
|
|
17615
18155
|
/**
|
|
@@ -17634,7 +18174,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
17634
18174
|
}();
|
|
17635
18175
|
|
|
17636
18176
|
/***/ }),
|
|
17637
|
-
/*
|
|
18177
|
+
/* 465 */
|
|
17638
18178
|
/***/ ((module) => {
|
|
17639
18179
|
|
|
17640
18180
|
module.exports = /*#__PURE__*/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"}]');
|
|
@@ -17738,8 +18278,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
17738
18278
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
17739
18279
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
17740
18280
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
17741
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
17742
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
18281
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(424);
|
|
18282
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(461);
|
|
17743
18283
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
17744
18284
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
17745
18285
|
/* Export types here */
|