@defisaver/sdk 1.0.36 → 1.0.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/src/actions/basic/SDaiUnwrapAction.d.ts +19 -0
- package/esm/src/actions/basic/SDaiUnwrapAction.js +39 -0
- package/esm/src/actions/basic/SDaiWrapAction.d.ts +19 -0
- package/esm/src/actions/basic/SDaiWrapAction.js +39 -0
- package/esm/src/actions/basic/index.d.ts +2 -0
- package/esm/src/actions/basic/index.js +2 -0
- package/esm/src/actions/checkers/SparkRatioCheckAction.d.ts +14 -0
- package/esm/src/actions/checkers/SparkRatioCheckAction.js +20 -0
- package/esm/src/actions/checkers/index.d.ts +1 -0
- package/esm/src/actions/checkers/index.js +1 -0
- package/esm/src/actions/flashloan/FLAction.js +7 -1
- package/esm/src/actions/flashloan/SparkFlashLoanAction.d.ts +18 -0
- package/esm/src/actions/flashloan/SparkFlashLoanAction.js +20 -0
- package/esm/src/actions/flashloan/SparkFlashLoanPaybackAction.d.ts +14 -0
- package/esm/src/actions/flashloan/SparkFlashLoanPaybackAction.js +16 -0
- package/esm/src/actions/flashloan/index.d.ts +2 -0
- package/esm/src/actions/flashloan/index.js +2 -0
- package/esm/src/actions/index.d.ts +2 -1
- package/esm/src/actions/index.js +2 -1
- package/esm/src/actions/spark/SparkBorrowAction.d.ts +21 -0
- package/esm/src/actions/spark/SparkBorrowAction.js +59 -0
- package/esm/src/actions/spark/SparkClaimRewardsAction.d.ts +18 -0
- package/esm/src/actions/spark/SparkClaimRewardsAction.js +40 -0
- package/esm/src/actions/spark/SparkCollateralSwitchAction.d.ts +18 -0
- package/esm/src/actions/spark/SparkCollateralSwitchAction.js +39 -0
- package/esm/src/actions/spark/SparkPaybackAction.d.ts +27 -0
- package/esm/src/actions/spark/SparkPaybackAction.js +77 -0
- package/esm/src/actions/spark/SparkSetEModeAction.d.ts +16 -0
- package/esm/src/actions/spark/SparkSetEModeAction.js +33 -0
- package/esm/src/actions/spark/SparkSpTokenPaybackAction.d.ts +25 -0
- package/esm/src/actions/spark/SparkSpTokenPaybackAction.js +64 -0
- package/esm/src/actions/spark/SparkSupplyAction.d.ts +27 -0
- package/esm/src/actions/spark/SparkSupplyAction.js +77 -0
- package/esm/src/actions/spark/SparkSwapBorrowRateModeAction.d.ts +18 -0
- package/esm/src/actions/spark/SparkSwapBorrowRateModeAction.js +38 -0
- package/esm/src/actions/spark/SparkWithdrawAction.d.ts +18 -0
- package/esm/src/actions/spark/SparkWithdrawAction.js +45 -0
- package/esm/src/actions/spark/index.d.ts +9 -0
- package/esm/src/actions/spark/index.js +9 -0
- package/esm/src/addresses.d.ts +36 -0
- package/esm/src/addresses.js +13 -0
- package/esm/src/index.d.ts +144 -0
- package/esm/src/triggers/SparkQuotePriceTrigger.d.ts +10 -0
- package/esm/src/triggers/SparkQuotePriceTrigger.js +12 -0
- package/esm/src/triggers/SparkRatioTrigger.d.ts +10 -0
- package/esm/src/triggers/SparkRatioTrigger.js +12 -0
- package/esm/src/triggers/index.d.ts +2 -0
- package/esm/src/triggers/index.js +2 -0
- package/package.json +1 -1
- package/src/actions/basic/SDaiUnwrapAction.ts +37 -0
- package/src/actions/basic/SDaiWrapAction.ts +37 -0
- package/src/actions/basic/index.ts +2 -0
- package/src/actions/checkers/SparkRatioCheckAction.ts +23 -0
- package/src/actions/checkers/index.ts +2 -1
- package/src/actions/flashloan/FLAction.ts +7 -1
- package/src/actions/flashloan/SparkFlashLoanAction.ts +27 -0
- package/src/actions/flashloan/SparkFlashLoanPaybackAction.ts +18 -0
- package/src/actions/flashloan/index.ts +2 -0
- package/src/actions/index.ts +2 -0
- package/src/actions/spark/SparkBorrowAction.ts +68 -0
- package/src/actions/spark/SparkClaimRewardsAction.ts +50 -0
- package/src/actions/spark/SparkCollateralSwitchAction.ts +47 -0
- package/src/actions/spark/SparkPaybackAction.ts +77 -0
- package/src/actions/spark/SparkSetEModeAction.ts +40 -0
- package/src/actions/spark/SparkSpTokenPaybackAction.ts +64 -0
- package/src/actions/spark/SparkSupplyAction.ts +75 -0
- package/src/actions/spark/SparkSwapBorrowRateModeAction.ts +46 -0
- package/src/actions/spark/SparkWithdrawAction.ts +53 -0
- package/src/actions/spark/index.ts +9 -0
- package/src/addresses.ts +15 -0
- package/src/triggers/SparkQuotePriceTrigger.ts +14 -0
- package/src/triggers/SparkRatioTrigger.ts +14 -0
- package/src/triggers/index.ts +2 -0
- package/umd/index.js +1274 -420
- package/yarn-error.log +0 -3976
package/umd/index.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
exports["defisaver-sdk"] = factory(require("web3-eth-abi"), require("web3-utils"), require("decimal.js"), require("@defisaver/tokens"), require("@ethersproject/solidity"), require("@ethersproject/address"), require("axios"));
|
|
8
8
|
else
|
|
9
9
|
root["defisaver-sdk"] = factory(root["web3-eth-abi"], root["web3-utils"], root["decimal.js"], root["@defisaver/tokens"], root["@ethersproject/solidity"], root["@ethersproject/address"], root["axios"]);
|
|
10
|
-
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__,
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__, __WEBPACK_EXTERNAL_MODULE__115__, __WEBPACK_EXTERNAL_MODULE__116__, __WEBPACK_EXTERNAL_MODULE__277__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -1260,6 +1260,8 @@ var actionAddresses = {
|
|
|
1260
1260
|
UpdateSub: '0xF6Cb8f7e61a64075ec8FAC3f298745605E543233',
|
|
1261
1261
|
TransferNFT: '0x861e893E1796F81248e75F06C0b09Abdc8fe2f6F',
|
|
1262
1262
|
CreateSub: '0x7308e88BB21B934478E75bB6A2143b8cfDFf2961',
|
|
1263
|
+
SDaiWrap: '0xe8Cb536BB96075241c4bd8f1831A8577562F2B32',
|
|
1264
|
+
SDaiUnwrap: '0xac7Ac294F29d818D26Bd9DF86d36904B1Ed346Ae',
|
|
1263
1265
|
// exchange
|
|
1264
1266
|
DFSSell: '0x951D7B421f45FF0e4A8ddE0288aE3f9C2C69b784',
|
|
1265
1267
|
// maker
|
|
@@ -1312,6 +1314,16 @@ var actionAddresses = {
|
|
|
1312
1314
|
MorphoAaveV3Payback: '0x36b8b968c81D97cBfAa642e206b634A6f378d287',
|
|
1313
1315
|
MorphoAaveV3Supply: '0x51fA8FBc6F0aDEfe2FBA06104FCA39f5beD69291',
|
|
1314
1316
|
MorphoAaveV3Withdraw: '0xdc3e74C4cD577275296ceFE36A3D082223AfF206',
|
|
1317
|
+
// spark
|
|
1318
|
+
SparkBorrow: '0x3E2C366065bA0f6f9936C2C6A802D72F250b27AA',
|
|
1319
|
+
SparkClaimRewards: '0x9C3E31f42a46676785C72401cD4F2287b355b003',
|
|
1320
|
+
SparkCollateralSwitch: '0xA859Dff8BCEE9C6daaEF5d0eCCb25219Da4B62b4',
|
|
1321
|
+
SparkPayback: '0x3a0F7Ca5cCf15aF19147F71de5fc84DC195f149f',
|
|
1322
|
+
SparkSetEMode: '0x2252a83Da69A237686eD9AC07a38DDA74ec7cE5f',
|
|
1323
|
+
SparkSpTokenPayback: '0x57403bB33A4829EBf5935D39eD08F19282F61d9c',
|
|
1324
|
+
SparkSupply: '0x9e1d7AAA55D83D36d55BF11cAe4d922aF52B6eF0',
|
|
1325
|
+
SparkSwapBorrowRateMode: '0x71B0687C7ec0286dc3cfb715fe97249604aC898f',
|
|
1326
|
+
SparkWithdraw: '0x1e3187D89e79B5c411D710E0fdF2709517852600',
|
|
1315
1327
|
// compound
|
|
1316
1328
|
CompBorrow: '0x8495579BF6Ae848f7E59686536F834f1d2CCd79C',
|
|
1317
1329
|
CompClaim: '0x81F488cF7A0128A9DB5e7207042cCAB1CB0ac902',
|
|
@@ -1327,6 +1339,7 @@ var actionAddresses = {
|
|
|
1327
1339
|
FLDyDx: '0x08AC78B418fCB0DDF1096533856A757C28d430d7',
|
|
1328
1340
|
FLMaker: '0x672DE08e36A1698fD5e9E34045F81558dB4c1AFE',
|
|
1329
1341
|
FLBalancer: '0x540a83E36E5E6Aa916A6c591934d800e17115048',
|
|
1342
|
+
FLSpark: '0xe9Fe5a0f5e4B370Ae60d837da58744666D5C06F7',
|
|
1330
1343
|
FLAction: '0x72915D41982DfCAf30b871290618E59C45Edba7F',
|
|
1331
1344
|
FLUniV3: '0x9CAdAC8Be718572F82B672b950c53F0b58483A35',
|
|
1332
1345
|
FLGho: '0xbb67b81dD080a406227A38965d0393f396ddECBc',
|
|
@@ -1832,6 +1845,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1832
1845
|
/* harmony export */ "mstable": () => (/* reexport module object */ _mstable__WEBPACK_IMPORTED_MODULE_17__),
|
|
1833
1846
|
/* harmony export */ "rari": () => (/* reexport module object */ _rari__WEBPACK_IMPORTED_MODULE_18__),
|
|
1834
1847
|
/* harmony export */ "reflexer": () => (/* reexport module object */ _reflexer__WEBPACK_IMPORTED_MODULE_6__),
|
|
1848
|
+
/* harmony export */ "spark": () => (/* reexport module object */ _spark__WEBPACK_IMPORTED_MODULE_26__),
|
|
1835
1849
|
/* harmony export */ "uniswap": () => (/* reexport module object */ _uniswap__WEBPACK_IMPORTED_MODULE_5__),
|
|
1836
1850
|
/* harmony export */ "uniswapV3": () => (/* reexport module object */ _uniswapV3__WEBPACK_IMPORTED_MODULE_8__),
|
|
1837
1851
|
/* harmony export */ "yearn": () => (/* reexport module object */ _yearn__WEBPACK_IMPORTED_MODULE_11__)
|
|
@@ -1840,28 +1854,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1840
1854
|
/* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
1841
1855
|
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(60);
|
|
1842
1856
|
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(68);
|
|
1843
|
-
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
1844
|
-
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
1845
|
-
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
1846
|
-
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
1847
|
-
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
1848
|
-
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
1849
|
-
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
1850
|
-
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
1851
|
-
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
1852
|
-
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
1853
|
-
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
1854
|
-
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
1855
|
-
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
1856
|
-
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
1857
|
-
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
1858
|
-
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
1859
|
-
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
1860
|
-
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
1861
|
-
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
1862
|
-
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
1863
|
-
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
1864
|
-
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(
|
|
1857
|
+
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(89);
|
|
1858
|
+
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(111);
|
|
1859
|
+
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(117);
|
|
1860
|
+
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(126);
|
|
1861
|
+
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(128);
|
|
1862
|
+
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(134);
|
|
1863
|
+
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(140);
|
|
1864
|
+
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(157);
|
|
1865
|
+
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(160);
|
|
1866
|
+
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(164);
|
|
1867
|
+
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(166);
|
|
1868
|
+
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(170);
|
|
1869
|
+
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(182);
|
|
1870
|
+
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(185);
|
|
1871
|
+
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(190);
|
|
1872
|
+
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(193);
|
|
1873
|
+
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(203);
|
|
1874
|
+
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(209);
|
|
1875
|
+
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(217);
|
|
1876
|
+
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(225);
|
|
1877
|
+
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(235);
|
|
1878
|
+
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(238);
|
|
1879
|
+
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(249);
|
|
1880
|
+
|
|
1865
1881
|
|
|
1866
1882
|
|
|
1867
1883
|
|
|
@@ -3029,6 +3045,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3029
3045
|
/* harmony export */ "GasFeeAction": () => (/* reexport safe */ _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__.GasFeeAction),
|
|
3030
3046
|
/* harmony export */ "GasFeeActionL2": () => (/* reexport safe */ _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__.GasFeeActionL2),
|
|
3031
3047
|
/* harmony export */ "PullTokenAction": () => (/* reexport safe */ _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__.PullTokenAction),
|
|
3048
|
+
/* harmony export */ "SDaiUnwrapAction": () => (/* reexport safe */ _SDaiUnwrapAction__WEBPACK_IMPORTED_MODULE_19__.SDaiUnwrapAction),
|
|
3049
|
+
/* harmony export */ "SDaiWrapAction": () => (/* reexport safe */ _SDaiWrapAction__WEBPACK_IMPORTED_MODULE_18__.SDaiWrapAction),
|
|
3032
3050
|
/* harmony export */ "SellAction": () => (/* reexport safe */ _SellAction__WEBPACK_IMPORTED_MODULE_0__.SellAction),
|
|
3033
3051
|
/* harmony export */ "SendTokenAction": () => (/* reexport safe */ _SendTokenAction__WEBPACK_IMPORTED_MODULE_1__.SendTokenAction),
|
|
3034
3052
|
/* harmony export */ "SendTokenAndUnwrapAction": () => (/* reexport safe */ _SendTokenAndUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.SendTokenAndUnwrapAction),
|
|
@@ -3060,6 +3078,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3060
3078
|
/* harmony import */ var _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(84);
|
|
3061
3079
|
/* harmony import */ var _SendTokensAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(85);
|
|
3062
3080
|
/* harmony import */ var _CreateSubAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(86);
|
|
3081
|
+
/* harmony import */ var _SDaiWrapAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(87);
|
|
3082
|
+
/* harmony import */ var _SDaiUnwrapAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(88);
|
|
3083
|
+
|
|
3084
|
+
|
|
3063
3085
|
|
|
3064
3086
|
|
|
3065
3087
|
|
|
@@ -3673,6 +3695,104 @@ class CreateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3673
3695
|
/* 87 */
|
|
3674
3696
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3675
3697
|
|
|
3698
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3699
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3700
|
+
/* harmony export */ "SDaiWrapAction": () => (/* binding */ SDaiWrapAction)
|
|
3701
|
+
/* harmony export */ });
|
|
3702
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
3703
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
3704
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
3705
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
3706
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
3707
|
+
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); } }
|
|
3708
|
+
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); }); }; }
|
|
3709
|
+
|
|
3710
|
+
|
|
3711
|
+
|
|
3712
|
+
|
|
3713
|
+
|
|
3714
|
+
/**
|
|
3715
|
+
* SDaiWrapAction - Wrap DAI to sDAI
|
|
3716
|
+
*
|
|
3717
|
+
* @category Spark
|
|
3718
|
+
*/
|
|
3719
|
+
class SDaiWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
3720
|
+
/**
|
|
3721
|
+
* @param amount Amount of token to wrap
|
|
3722
|
+
* @param from Address we are pulling DAI from (fallback to proxy)
|
|
3723
|
+
* @param to Address we are sending sDAI to (fallback to proxy)
|
|
3724
|
+
*/
|
|
3725
|
+
constructor(amount) {
|
|
3726
|
+
var from = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
3727
|
+
var to = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
3728
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_3__.requireAddress)(to);
|
|
3729
|
+
super('SDaiWrap', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('SDaiWrap'), ['uint256', 'address', 'address'], [amount, from, to]);
|
|
3730
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
3731
|
+
}
|
|
3732
|
+
getAssetsToApprove() {
|
|
3733
|
+
var _this = this;
|
|
3734
|
+
return _asyncToGenerator(function* () {
|
|
3735
|
+
return [{
|
|
3736
|
+
asset: (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfo)('DAI').address,
|
|
3737
|
+
owner: _this.args[1]
|
|
3738
|
+
}];
|
|
3739
|
+
})();
|
|
3740
|
+
}
|
|
3741
|
+
}
|
|
3742
|
+
|
|
3743
|
+
/***/ }),
|
|
3744
|
+
/* 88 */
|
|
3745
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3746
|
+
|
|
3747
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3748
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3749
|
+
/* harmony export */ "SDaiUnwrapAction": () => (/* binding */ SDaiUnwrapAction)
|
|
3750
|
+
/* harmony export */ });
|
|
3751
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
3752
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
3753
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
3754
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
3755
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
3756
|
+
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); } }
|
|
3757
|
+
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); }); }; }
|
|
3758
|
+
|
|
3759
|
+
|
|
3760
|
+
|
|
3761
|
+
|
|
3762
|
+
|
|
3763
|
+
/**
|
|
3764
|
+
* SDaiUnwrapAction - Unwrap sDAI to DAI
|
|
3765
|
+
*
|
|
3766
|
+
* @category Spark
|
|
3767
|
+
*/
|
|
3768
|
+
class SDaiUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
3769
|
+
/**
|
|
3770
|
+
* @param amount Amount of token to unwrap
|
|
3771
|
+
* @param from Address we are pulling sDAI from (fallback to proxy)
|
|
3772
|
+
* @param to Address we are sending DAI to (fallback to proxy)
|
|
3773
|
+
*/
|
|
3774
|
+
constructor(amount) {
|
|
3775
|
+
var from = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
3776
|
+
var to = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
3777
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_3__.requireAddress)(to);
|
|
3778
|
+
super('SDaiUnwrap', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('SDaiUnwrap'), ['uint256', 'address', 'address'], [amount, from, to]);
|
|
3779
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
3780
|
+
}
|
|
3781
|
+
getAssetsToApprove() {
|
|
3782
|
+
var _this = this;
|
|
3783
|
+
return _asyncToGenerator(function* () {
|
|
3784
|
+
return [{
|
|
3785
|
+
asset: (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfo)('sDAI').address,
|
|
3786
|
+
owner: _this.args[1]
|
|
3787
|
+
}];
|
|
3788
|
+
})();
|
|
3789
|
+
}
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
/***/ }),
|
|
3793
|
+
/* 89 */
|
|
3794
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3795
|
+
|
|
3676
3796
|
__webpack_require__.r(__webpack_exports__);
|
|
3677
3797
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3678
3798
|
/* harmony export */ "AaveV2FlashLoanAction": () => (/* reexport safe */ _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__.AaveV2FlashLoanAction),
|
|
@@ -3681,39 +3801,45 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3681
3801
|
/* harmony export */ "AaveV3FlashLoanNoFeeAction": () => (/* reexport safe */ _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__.AaveV3FlashLoanNoFeeAction),
|
|
3682
3802
|
/* harmony export */ "AaveV3FlashLoanNoFeePaybackAction": () => (/* reexport safe */ _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__.AaveV3FlashLoanNoFeePaybackAction),
|
|
3683
3803
|
/* harmony export */ "AaveV3FlashLoanPaybackAction": () => (/* reexport safe */ _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__.AaveV3FlashLoanPaybackAction),
|
|
3684
|
-
/* harmony export */ "BalancerFlashLoanAction": () => (/* reexport safe */
|
|
3685
|
-
/* harmony export */ "BalancerFlashLoanPaybackAction": () => (/* reexport safe */
|
|
3804
|
+
/* harmony export */ "BalancerFlashLoanAction": () => (/* reexport safe */ _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_12__.BalancerFlashLoanAction),
|
|
3805
|
+
/* harmony export */ "BalancerFlashLoanPaybackAction": () => (/* reexport safe */ _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_13__.BalancerFlashLoanPaybackAction),
|
|
3686
3806
|
/* harmony export */ "DyDxFlashLoanAction": () => (/* reexport safe */ _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__.DyDxFlashLoanAction),
|
|
3687
3807
|
/* harmony export */ "DyDxFlashLoanPaybackAction": () => (/* reexport safe */ _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__.DyDxFlashLoanPaybackAction),
|
|
3688
|
-
/* harmony export */ "EulerFlashLoanAction": () => (/* reexport safe */
|
|
3689
|
-
/* harmony export */ "EulerFlashLoanPaybackAction": () => (/* reexport safe */
|
|
3690
|
-
/* harmony export */ "FLAction": () => (/* reexport safe */
|
|
3691
|
-
/* harmony export */ "GhoFlashLoanAction": () => (/* reexport safe */
|
|
3692
|
-
/* harmony export */ "GhoFlashLoanPaybackAction": () => (/* reexport safe */
|
|
3693
|
-
/* harmony export */ "MakerFlashLoanAction": () => (/* reexport safe */
|
|
3694
|
-
/* harmony export */ "MakerFlashLoanPaybackAction": () => (/* reexport safe */
|
|
3695
|
-
/* harmony export */ "
|
|
3696
|
-
/* harmony export */ "
|
|
3808
|
+
/* harmony export */ "EulerFlashLoanAction": () => (/* reexport safe */ _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_14__.EulerFlashLoanAction),
|
|
3809
|
+
/* harmony export */ "EulerFlashLoanPaybackAction": () => (/* reexport safe */ _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_15__.EulerFlashLoanPaybackAction),
|
|
3810
|
+
/* harmony export */ "FLAction": () => (/* reexport safe */ _FLAction__WEBPACK_IMPORTED_MODULE_16__.FLAction),
|
|
3811
|
+
/* harmony export */ "GhoFlashLoanAction": () => (/* reexport safe */ _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_19__.GhoFlashLoanAction),
|
|
3812
|
+
/* harmony export */ "GhoFlashLoanPaybackAction": () => (/* reexport safe */ _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_20__.GhoFlashLoanPaybackAction),
|
|
3813
|
+
/* harmony export */ "MakerFlashLoanAction": () => (/* reexport safe */ _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__.MakerFlashLoanAction),
|
|
3814
|
+
/* harmony export */ "MakerFlashLoanPaybackAction": () => (/* reexport safe */ _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__.MakerFlashLoanPaybackAction),
|
|
3815
|
+
/* harmony export */ "SparkFlashLoanAction": () => (/* reexport safe */ _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__.SparkFlashLoanAction),
|
|
3816
|
+
/* harmony export */ "SparkFlashLoanPaybackAction": () => (/* reexport safe */ _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__.SparkFlashLoanPaybackAction),
|
|
3817
|
+
/* harmony export */ "UniV3FlashLoanAction": () => (/* reexport safe */ _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__.UniV3FlashLoanAction),
|
|
3818
|
+
/* harmony export */ "UniV3FlashLoanPaybackAction": () => (/* reexport safe */ _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__.UniV3FlashLoanPaybackAction)
|
|
3697
3819
|
/* harmony export */ });
|
|
3698
|
-
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3699
|
-
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3700
|
-
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
3701
|
-
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3702
|
-
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
3703
|
-
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
3704
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
3705
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
3706
|
-
/* harmony import */ var
|
|
3707
|
-
/* harmony import */ var
|
|
3708
|
-
/* harmony import */ var
|
|
3709
|
-
/* harmony import */ var
|
|
3710
|
-
/* harmony import */ var
|
|
3711
|
-
/* harmony import */ var
|
|
3712
|
-
/* harmony import */ var
|
|
3713
|
-
/* harmony import */ var
|
|
3714
|
-
/* harmony import */ var
|
|
3715
|
-
/* harmony import */ var
|
|
3716
|
-
/* harmony import */ var
|
|
3820
|
+
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(90);
|
|
3821
|
+
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(91);
|
|
3822
|
+
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(92);
|
|
3823
|
+
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(93);
|
|
3824
|
+
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(94);
|
|
3825
|
+
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(95);
|
|
3826
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(96);
|
|
3827
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(97);
|
|
3828
|
+
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(98);
|
|
3829
|
+
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(99);
|
|
3830
|
+
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(100);
|
|
3831
|
+
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(101);
|
|
3832
|
+
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(102);
|
|
3833
|
+
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(103);
|
|
3834
|
+
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(104);
|
|
3835
|
+
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(105);
|
|
3836
|
+
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(106);
|
|
3837
|
+
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(107);
|
|
3838
|
+
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(108);
|
|
3839
|
+
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(109);
|
|
3840
|
+
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(110);
|
|
3841
|
+
|
|
3842
|
+
|
|
3717
3843
|
|
|
3718
3844
|
|
|
3719
3845
|
|
|
@@ -3735,7 +3861,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3735
3861
|
|
|
3736
3862
|
|
|
3737
3863
|
/***/ }),
|
|
3738
|
-
/*
|
|
3864
|
+
/* 90 */
|
|
3739
3865
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3740
3866
|
|
|
3741
3867
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3766,7 +3892,7 @@ class DyDxFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3766
3892
|
}
|
|
3767
3893
|
|
|
3768
3894
|
/***/ }),
|
|
3769
|
-
/*
|
|
3895
|
+
/* 91 */
|
|
3770
3896
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3771
3897
|
|
|
3772
3898
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3793,7 +3919,7 @@ class DyDxFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Sen
|
|
|
3793
3919
|
}
|
|
3794
3920
|
|
|
3795
3921
|
/***/ }),
|
|
3796
|
-
/*
|
|
3922
|
+
/* 92 */
|
|
3797
3923
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3798
3924
|
|
|
3799
3925
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3826,7 +3952,7 @@ class AaveV2FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3826
3952
|
}
|
|
3827
3953
|
|
|
3828
3954
|
/***/ }),
|
|
3829
|
-
/*
|
|
3955
|
+
/* 93 */
|
|
3830
3956
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3831
3957
|
|
|
3832
3958
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3853,7 +3979,7 @@ class AaveV2FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
3853
3979
|
}
|
|
3854
3980
|
|
|
3855
3981
|
/***/ }),
|
|
3856
|
-
/*
|
|
3982
|
+
/* 94 */
|
|
3857
3983
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3858
3984
|
|
|
3859
3985
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3886,7 +4012,7 @@ class AaveV3FlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
3886
4012
|
}
|
|
3887
4013
|
|
|
3888
4014
|
/***/ }),
|
|
3889
|
-
/*
|
|
4015
|
+
/* 95 */
|
|
3890
4016
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3891
4017
|
|
|
3892
4018
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3913,7 +4039,7 @@ class AaveV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
3913
4039
|
}
|
|
3914
4040
|
|
|
3915
4041
|
/***/ }),
|
|
3916
|
-
/*
|
|
4042
|
+
/* 96 */
|
|
3917
4043
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3918
4044
|
|
|
3919
4045
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3946,7 +4072,7 @@ class AaveV3FlashLoanNoFeeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_
|
|
|
3946
4072
|
}
|
|
3947
4073
|
|
|
3948
4074
|
/***/ }),
|
|
3949
|
-
/*
|
|
4075
|
+
/* 97 */
|
|
3950
4076
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3951
4077
|
|
|
3952
4078
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3973,7 +4099,67 @@ class AaveV3FlashLoanNoFeePaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_
|
|
|
3973
4099
|
}
|
|
3974
4100
|
|
|
3975
4101
|
/***/ }),
|
|
3976
|
-
/*
|
|
4102
|
+
/* 98 */
|
|
4103
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4104
|
+
|
|
4105
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4106
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4107
|
+
/* harmony export */ "SparkFlashLoanAction": () => (/* binding */ SparkFlashLoanAction)
|
|
4108
|
+
/* harmony export */ });
|
|
4109
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
4110
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4111
|
+
|
|
4112
|
+
|
|
4113
|
+
/**
|
|
4114
|
+
* Gets a flashloan from Spark with fee enabled
|
|
4115
|
+
*
|
|
4116
|
+
* @category Flashloans
|
|
4117
|
+
*/
|
|
4118
|
+
class SparkFlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
4119
|
+
/**
|
|
4120
|
+
* @param loanAmounts
|
|
4121
|
+
* @param tokens
|
|
4122
|
+
* @param modes
|
|
4123
|
+
* @param loanPayer
|
|
4124
|
+
* @param flParamGetterAddr
|
|
4125
|
+
* @param flParamGetterData
|
|
4126
|
+
*/
|
|
4127
|
+
constructor(tokens, loanAmounts, modes, loanPayer) {
|
|
4128
|
+
var flParamGetterAddr = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty');
|
|
4129
|
+
var flParamGetterData = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : [];
|
|
4130
|
+
super('FLSpark', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('FLSpark'), ['address[]', 'uint256[]', 'uint256[]', 'address', 'address', 'bytes', 'bytes'], [tokens, loanAmounts, modes, loanPayer, flParamGetterAddr, flParamGetterData, []]);
|
|
4131
|
+
}
|
|
4132
|
+
}
|
|
4133
|
+
|
|
4134
|
+
/***/ }),
|
|
4135
|
+
/* 99 */
|
|
4136
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4137
|
+
|
|
4138
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4139
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4140
|
+
/* harmony export */ "SparkFlashLoanPaybackAction": () => (/* binding */ SparkFlashLoanPaybackAction)
|
|
4141
|
+
/* harmony export */ });
|
|
4142
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(68);
|
|
4143
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4144
|
+
|
|
4145
|
+
|
|
4146
|
+
/**
|
|
4147
|
+
* Pays back a single flashloan from Spark with fee enabled
|
|
4148
|
+
*
|
|
4149
|
+
* @category Flashloans
|
|
4150
|
+
*/
|
|
4151
|
+
class SparkFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.SendTokenAction {
|
|
4152
|
+
/**
|
|
4153
|
+
* @param loanAmount
|
|
4154
|
+
* @param tokenAddr
|
|
4155
|
+
*/
|
|
4156
|
+
constructor(loanAmount, tokenAddr) {
|
|
4157
|
+
super(tokenAddr, (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('FLSpark'), loanAmount);
|
|
4158
|
+
}
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
/***/ }),
|
|
4162
|
+
/* 100 */
|
|
3977
4163
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3978
4164
|
|
|
3979
4165
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4003,7 +4189,7 @@ class MakerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4003
4189
|
}
|
|
4004
4190
|
|
|
4005
4191
|
/***/ }),
|
|
4006
|
-
/*
|
|
4192
|
+
/* 101 */
|
|
4007
4193
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4008
4194
|
|
|
4009
4195
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4029,7 +4215,7 @@ class MakerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4029
4215
|
}
|
|
4030
4216
|
|
|
4031
4217
|
/***/ }),
|
|
4032
|
-
/*
|
|
4218
|
+
/* 102 */
|
|
4033
4219
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4034
4220
|
|
|
4035
4221
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4060,7 +4246,7 @@ class BalancerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
4060
4246
|
}
|
|
4061
4247
|
|
|
4062
4248
|
/***/ }),
|
|
4063
|
-
/*
|
|
4249
|
+
/* 103 */
|
|
4064
4250
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4065
4251
|
|
|
4066
4252
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4087,7 +4273,7 @@ class BalancerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__
|
|
|
4087
4273
|
}
|
|
4088
4274
|
|
|
4089
4275
|
/***/ }),
|
|
4090
|
-
/*
|
|
4276
|
+
/* 104 */
|
|
4091
4277
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4092
4278
|
|
|
4093
4279
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4118,7 +4304,7 @@ class EulerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4118
4304
|
}
|
|
4119
4305
|
|
|
4120
4306
|
/***/ }),
|
|
4121
|
-
/*
|
|
4307
|
+
/* 105 */
|
|
4122
4308
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4123
4309
|
|
|
4124
4310
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4145,7 +4331,7 @@ class EulerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4145
4331
|
}
|
|
4146
4332
|
|
|
4147
4333
|
/***/ }),
|
|
4148
|
-
/*
|
|
4334
|
+
/* 106 */
|
|
4149
4335
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4150
4336
|
|
|
4151
4337
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4185,7 +4371,7 @@ function _handleArgs2(specificFLAction) {
|
|
|
4185
4371
|
if (specificFLAction.constructor.name === 'BalancerFlashLoanAction') {
|
|
4186
4372
|
argsToReturn[5] = [2];
|
|
4187
4373
|
}
|
|
4188
|
-
if (specificFLAction.constructor.name === '
|
|
4374
|
+
if (specificFLAction.constructor.name === 'GhoFlashLoanAction') {
|
|
4189
4375
|
argsToReturn[5] = [3];
|
|
4190
4376
|
}
|
|
4191
4377
|
if (specificFLAction.constructor.name === 'MakerFlashLoanAction') {
|
|
@@ -4194,11 +4380,17 @@ function _handleArgs2(specificFLAction) {
|
|
|
4194
4380
|
if (specificFLAction.constructor.name === 'AaveV3FlashLoanAction') {
|
|
4195
4381
|
argsToReturn[5] = [5];
|
|
4196
4382
|
}
|
|
4383
|
+
if (specificFLAction.constructor.name === 'UniV3FlashLoanAction') {
|
|
4384
|
+
argsToReturn[5] = [6];
|
|
4385
|
+
}
|
|
4386
|
+
if (specificFLAction.constructor.name === 'SparkFlashLoanAction') {
|
|
4387
|
+
argsToReturn[5] = [7];
|
|
4388
|
+
}
|
|
4197
4389
|
return argsToReturn;
|
|
4198
4390
|
}
|
|
4199
4391
|
|
|
4200
4392
|
/***/ }),
|
|
4201
|
-
/*
|
|
4393
|
+
/* 107 */
|
|
4202
4394
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4203
4395
|
|
|
4204
4396
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4232,7 +4424,7 @@ class UniV3FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4232
4424
|
}
|
|
4233
4425
|
|
|
4234
4426
|
/***/ }),
|
|
4235
|
-
/*
|
|
4427
|
+
/* 108 */
|
|
4236
4428
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4237
4429
|
|
|
4238
4430
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4262,7 +4454,7 @@ class UniV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4262
4454
|
}
|
|
4263
4455
|
|
|
4264
4456
|
/***/ }),
|
|
4265
|
-
/*
|
|
4457
|
+
/* 109 */
|
|
4266
4458
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4267
4459
|
|
|
4268
4460
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4292,7 +4484,7 @@ class GhoFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4292
4484
|
}
|
|
4293
4485
|
|
|
4294
4486
|
/***/ }),
|
|
4295
|
-
/*
|
|
4487
|
+
/* 110 */
|
|
4296
4488
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4297
4489
|
|
|
4298
4490
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4318,7 +4510,7 @@ class GhoFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Send
|
|
|
4318
4510
|
}
|
|
4319
4511
|
|
|
4320
4512
|
/***/ }),
|
|
4321
|
-
/*
|
|
4513
|
+
/* 111 */
|
|
4322
4514
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4323
4515
|
|
|
4324
4516
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4326,13 +4518,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4326
4518
|
/* harmony export */ "UniswapSupplyAction": () => (/* reexport safe */ _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__.UniswapSupplyAction),
|
|
4327
4519
|
/* harmony export */ "UniswapWithdrawAction": () => (/* reexport safe */ _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.UniswapWithdrawAction)
|
|
4328
4520
|
/* harmony export */ });
|
|
4329
|
-
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4330
|
-
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4521
|
+
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(112);
|
|
4522
|
+
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(113);
|
|
4331
4523
|
|
|
4332
4524
|
|
|
4333
4525
|
|
|
4334
4526
|
/***/ }),
|
|
4335
|
-
/*
|
|
4527
|
+
/* 112 */
|
|
4336
4528
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4337
4529
|
|
|
4338
4530
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4395,7 +4587,7 @@ class UniswapSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4395
4587
|
}
|
|
4396
4588
|
|
|
4397
4589
|
/***/ }),
|
|
4398
|
-
/*
|
|
4590
|
+
/* 113 */
|
|
4399
4591
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4400
4592
|
|
|
4401
4593
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4403,7 +4595,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4403
4595
|
/* harmony export */ "UniswapWithdrawAction": () => (/* binding */ UniswapWithdrawAction)
|
|
4404
4596
|
/* harmony export */ });
|
|
4405
4597
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
4406
|
-
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4598
|
+
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(114);
|
|
4407
4599
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
4408
4600
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
4409
4601
|
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); } }
|
|
@@ -4448,7 +4640,7 @@ class UniswapWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4448
4640
|
}
|
|
4449
4641
|
|
|
4450
4642
|
/***/ }),
|
|
4451
|
-
/*
|
|
4643
|
+
/* 114 */
|
|
4452
4644
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4453
4645
|
|
|
4454
4646
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4456,9 +4648,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4456
4648
|
/* harmony export */ "getPoolAddressByAddresses": () => (/* binding */ getPoolAddressByAddresses),
|
|
4457
4649
|
/* harmony export */ "getPoolAddressBySymbols": () => (/* binding */ getPoolAddressBySymbols)
|
|
4458
4650
|
/* harmony export */ });
|
|
4459
|
-
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4651
|
+
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(115);
|
|
4460
4652
|
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__);
|
|
4461
|
-
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4653
|
+
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(116);
|
|
4462
4654
|
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_address__WEBPACK_IMPORTED_MODULE_1__);
|
|
4463
4655
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
4464
4656
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -4499,19 +4691,19 @@ var getPoolAddressByAddresses = (tokenA, tokenB) => {
|
|
|
4499
4691
|
var getPoolAddressBySymbols = (symbolA, symbolB) => getPoolAddressByAddresses((0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.getAssetInfo)(symbolA.replace(/^ETH$/, 'WETH')).address, (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__.getAssetInfo)(symbolB.replace(/^ETH$/, 'WETH')).address);
|
|
4500
4692
|
|
|
4501
4693
|
/***/ }),
|
|
4502
|
-
/*
|
|
4694
|
+
/* 115 */
|
|
4503
4695
|
/***/ ((module) => {
|
|
4504
4696
|
|
|
4505
|
-
module.exports =
|
|
4697
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__115__;
|
|
4506
4698
|
|
|
4507
4699
|
/***/ }),
|
|
4508
|
-
/*
|
|
4700
|
+
/* 116 */
|
|
4509
4701
|
/***/ ((module) => {
|
|
4510
4702
|
|
|
4511
|
-
module.exports =
|
|
4703
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__116__;
|
|
4512
4704
|
|
|
4513
4705
|
/***/ }),
|
|
4514
|
-
/*
|
|
4706
|
+
/* 117 */
|
|
4515
4707
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4516
4708
|
|
|
4517
4709
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4525,14 +4717,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4525
4717
|
/* harmony export */ "ReflexerSupplyAction": () => (/* reexport safe */ _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.ReflexerSupplyAction),
|
|
4526
4718
|
/* harmony export */ "ReflexerWithdrawAction": () => (/* reexport safe */ _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.ReflexerWithdrawAction)
|
|
4527
4719
|
/* harmony export */ });
|
|
4528
|
-
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4529
|
-
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4530
|
-
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4531
|
-
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4532
|
-
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4533
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4534
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4535
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
4720
|
+
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(118);
|
|
4721
|
+
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(119);
|
|
4722
|
+
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(120);
|
|
4723
|
+
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(121);
|
|
4724
|
+
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(122);
|
|
4725
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(123);
|
|
4726
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(124);
|
|
4727
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(125);
|
|
4536
4728
|
|
|
4537
4729
|
|
|
4538
4730
|
|
|
@@ -4543,7 +4735,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4543
4735
|
|
|
4544
4736
|
|
|
4545
4737
|
/***/ }),
|
|
4546
|
-
/*
|
|
4738
|
+
/* 118 */
|
|
4547
4739
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4548
4740
|
|
|
4549
4741
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4569,7 +4761,7 @@ class ReflexerOpenSafeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4569
4761
|
}
|
|
4570
4762
|
|
|
4571
4763
|
/***/ }),
|
|
4572
|
-
/*
|
|
4764
|
+
/* 119 */
|
|
4573
4765
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4574
4766
|
|
|
4575
4767
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4600,7 +4792,7 @@ class ReflexerGenerateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4600
4792
|
}
|
|
4601
4793
|
|
|
4602
4794
|
/***/ }),
|
|
4603
|
-
/*
|
|
4795
|
+
/* 120 */
|
|
4604
4796
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4605
4797
|
|
|
4606
4798
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4654,7 +4846,7 @@ class ReflexerSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4654
4846
|
}
|
|
4655
4847
|
|
|
4656
4848
|
/***/ }),
|
|
4657
|
-
/*
|
|
4849
|
+
/* 121 */
|
|
4658
4850
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4659
4851
|
|
|
4660
4852
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4697,7 +4889,7 @@ class ReflexerPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
4697
4889
|
}
|
|
4698
4890
|
|
|
4699
4891
|
/***/ }),
|
|
4700
|
-
/*
|
|
4892
|
+
/* 122 */
|
|
4701
4893
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4702
4894
|
|
|
4703
4895
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4730,7 +4922,7 @@ class ReflexerWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4730
4922
|
}
|
|
4731
4923
|
|
|
4732
4924
|
/***/ }),
|
|
4733
|
-
/*
|
|
4925
|
+
/* 123 */
|
|
4734
4926
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4735
4927
|
|
|
4736
4928
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4772,7 +4964,7 @@ class ReflexerNativeUniV2SaviourDepositAction extends _Action__WEBPACK_IMPORTED_
|
|
|
4772
4964
|
}
|
|
4773
4965
|
|
|
4774
4966
|
/***/ }),
|
|
4775
|
-
/*
|
|
4967
|
+
/* 124 */
|
|
4776
4968
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4777
4969
|
|
|
4778
4970
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4804,7 +4996,7 @@ class ReflexerNativeUniV2SaviourWithdrawAction extends _Action__WEBPACK_IMPORTED
|
|
|
4804
4996
|
}
|
|
4805
4997
|
|
|
4806
4998
|
/***/ }),
|
|
4807
|
-
/*
|
|
4999
|
+
/* 125 */
|
|
4808
5000
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4809
5001
|
|
|
4810
5002
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4836,18 +5028,18 @@ class ReflexerNativeUniV2SaviourGetReservesAction extends _Action__WEBPACK_IMPOR
|
|
|
4836
5028
|
}
|
|
4837
5029
|
|
|
4838
5030
|
/***/ }),
|
|
4839
|
-
/*
|
|
5031
|
+
/* 126 */
|
|
4840
5032
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4841
5033
|
|
|
4842
5034
|
__webpack_require__.r(__webpack_exports__);
|
|
4843
5035
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4844
5036
|
/* harmony export */ "DyDxWithdrawAction": () => (/* reexport safe */ _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__.DyDxWithdrawAction)
|
|
4845
5037
|
/* harmony export */ });
|
|
4846
|
-
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5038
|
+
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(127);
|
|
4847
5039
|
|
|
4848
5040
|
|
|
4849
5041
|
/***/ }),
|
|
4850
|
-
/*
|
|
5042
|
+
/* 127 */
|
|
4851
5043
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4852
5044
|
|
|
4853
5045
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4878,7 +5070,7 @@ class DyDxWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4878
5070
|
}
|
|
4879
5071
|
|
|
4880
5072
|
/***/ }),
|
|
4881
|
-
/*
|
|
5073
|
+
/* 128 */
|
|
4882
5074
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4883
5075
|
|
|
4884
5076
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4889,11 +5081,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4889
5081
|
/* harmony export */ "UniswapV3SupplyAction": () => (/* reexport safe */ _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__.UniswapV3SupplyAction),
|
|
4890
5082
|
/* harmony export */ "UniswapV3WithdrawAction": () => (/* reexport safe */ _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__.UniswapV3WithdrawAction)
|
|
4891
5083
|
/* harmony export */ });
|
|
4892
|
-
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4893
|
-
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4894
|
-
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4895
|
-
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4896
|
-
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5084
|
+
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(129);
|
|
5085
|
+
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(130);
|
|
5086
|
+
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(131);
|
|
5087
|
+
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(132);
|
|
5088
|
+
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(133);
|
|
4897
5089
|
|
|
4898
5090
|
|
|
4899
5091
|
|
|
@@ -4901,7 +5093,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4901
5093
|
|
|
4902
5094
|
|
|
4903
5095
|
/***/ }),
|
|
4904
|
-
/*
|
|
5096
|
+
/* 129 */
|
|
4905
5097
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4906
5098
|
|
|
4907
5099
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4967,7 +5159,7 @@ class UniswapV3MintAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
4967
5159
|
}
|
|
4968
5160
|
|
|
4969
5161
|
/***/ }),
|
|
4970
|
-
/*
|
|
5162
|
+
/* 130 */
|
|
4971
5163
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4972
5164
|
|
|
4973
5165
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5027,7 +5219,7 @@ class UniswapV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
5027
5219
|
}
|
|
5028
5220
|
|
|
5029
5221
|
/***/ }),
|
|
5030
|
-
/*
|
|
5222
|
+
/* 131 */
|
|
5031
5223
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5032
5224
|
|
|
5033
5225
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5084,7 +5276,7 @@ class UniswapV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
5084
5276
|
}
|
|
5085
5277
|
|
|
5086
5278
|
/***/ }),
|
|
5087
|
-
/*
|
|
5279
|
+
/* 132 */
|
|
5088
5280
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5089
5281
|
|
|
5090
5282
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5133,7 +5325,7 @@ class UniswapV3CollectAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
5133
5325
|
}
|
|
5134
5326
|
|
|
5135
5327
|
/***/ }),
|
|
5136
|
-
/*
|
|
5328
|
+
/* 133 */
|
|
5137
5329
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5138
5330
|
|
|
5139
5331
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5200,7 +5392,7 @@ class UniswapV3CreatePoolAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
5200
5392
|
}
|
|
5201
5393
|
|
|
5202
5394
|
/***/ }),
|
|
5203
|
-
/*
|
|
5395
|
+
/* 134 */
|
|
5204
5396
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5205
5397
|
|
|
5206
5398
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5208,19 +5400,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5208
5400
|
/* harmony export */ "AaveV3RatioCheckAction": () => (/* reexport safe */ _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__.AaveV3RatioCheckAction),
|
|
5209
5401
|
/* harmony export */ "CompoundV3RatioCheckAction": () => (/* reexport safe */ _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__.CompoundV3RatioCheckAction),
|
|
5210
5402
|
/* harmony export */ "LiquityRatioCheckAction": () => (/* reexport safe */ _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__.LiquityRatioCheckAction),
|
|
5211
|
-
/* harmony export */ "MakerRatioCheckAction": () => (/* reexport safe */ _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__.MakerRatioCheckAction)
|
|
5403
|
+
/* harmony export */ "MakerRatioCheckAction": () => (/* reexport safe */ _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__.MakerRatioCheckAction),
|
|
5404
|
+
/* harmony export */ "SparkRatioCheckAction": () => (/* reexport safe */ _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__.SparkRatioCheckAction)
|
|
5212
5405
|
/* harmony export */ });
|
|
5213
|
-
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5214
|
-
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5215
|
-
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5216
|
-
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5406
|
+
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(135);
|
|
5407
|
+
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(136);
|
|
5408
|
+
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(137);
|
|
5409
|
+
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(138);
|
|
5410
|
+
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(139);
|
|
5411
|
+
|
|
5217
5412
|
|
|
5218
5413
|
|
|
5219
5414
|
|
|
5220
5415
|
|
|
5221
5416
|
|
|
5222
5417
|
/***/ }),
|
|
5223
|
-
/*
|
|
5418
|
+
/* 135 */
|
|
5224
5419
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5225
5420
|
|
|
5226
5421
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5251,7 +5446,7 @@ class MakerRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5251
5446
|
}
|
|
5252
5447
|
|
|
5253
5448
|
/***/ }),
|
|
5254
|
-
/*
|
|
5449
|
+
/* 136 */
|
|
5255
5450
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5256
5451
|
|
|
5257
5452
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5279,7 +5474,7 @@ class AaveV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5279
5474
|
}
|
|
5280
5475
|
|
|
5281
5476
|
/***/ }),
|
|
5282
|
-
/*
|
|
5477
|
+
/* 137 */
|
|
5283
5478
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5284
5479
|
|
|
5285
5480
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5309,7 +5504,7 @@ class CompoundV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
5309
5504
|
}
|
|
5310
5505
|
|
|
5311
5506
|
/***/ }),
|
|
5312
|
-
/*
|
|
5507
|
+
/* 138 */
|
|
5313
5508
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5314
5509
|
|
|
5315
5510
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5337,49 +5532,77 @@ class LiquityRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
5337
5532
|
}
|
|
5338
5533
|
|
|
5339
5534
|
/***/ }),
|
|
5340
|
-
/*
|
|
5535
|
+
/* 139 */
|
|
5341
5536
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5342
5537
|
|
|
5343
5538
|
__webpack_require__.r(__webpack_exports__);
|
|
5344
5539
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5345
|
-
/* harmony export */ "
|
|
5346
|
-
/* harmony export */ "LiquityBorrowAction": () => (/* reexport safe */ _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__.LiquityBorrowAction),
|
|
5347
|
-
/* harmony export */ "LiquityClaimAction": () => (/* reexport safe */ _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__.LiquityClaimAction),
|
|
5348
|
-
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* reexport safe */ _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__.LiquityClaimSPRewardsAction),
|
|
5349
|
-
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* reexport safe */ _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__.LiquityClaimStakingRewardsAction),
|
|
5350
|
-
/* harmony export */ "LiquityCloseAction": () => (/* reexport safe */ _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__.LiquityCloseAction),
|
|
5351
|
-
/* harmony export */ "LiquityEthGainToTroveAction": () => (/* reexport safe */ _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__.LiquityEthGainToTroveAction),
|
|
5352
|
-
/* harmony export */ "LiquityOpenAction": () => (/* reexport safe */ _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__.LiquityOpenAction),
|
|
5353
|
-
/* harmony export */ "LiquityPaybackAction": () => (/* reexport safe */ _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__.LiquityPaybackAction),
|
|
5354
|
-
/* harmony export */ "LiquityRedeemAction": () => (/* reexport safe */ _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__.LiquityRedeemAction),
|
|
5355
|
-
/* harmony export */ "LiquitySPDepositAction": () => (/* reexport safe */ _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__.LiquitySPDepositAction),
|
|
5356
|
-
/* harmony export */ "LiquitySPWithdrawAction": () => (/* reexport safe */ _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__.LiquitySPWithdrawAction),
|
|
5357
|
-
/* harmony export */ "LiquityStakeAction": () => (/* reexport safe */ _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__.LiquityStakeAction),
|
|
5358
|
-
/* harmony export */ "LiquitySupplyAction": () => (/* reexport safe */ _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__.LiquitySupplyAction),
|
|
5359
|
-
/* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
5360
|
-
/* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
5540
|
+
/* harmony export */ "SparkRatioCheckAction": () => (/* binding */ SparkRatioCheckAction)
|
|
5361
5541
|
/* harmony export */ });
|
|
5362
|
-
/* harmony import */ var
|
|
5363
|
-
/* harmony import */ var
|
|
5364
|
-
|
|
5365
|
-
|
|
5366
|
-
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
|
|
5379
|
-
|
|
5380
|
-
|
|
5381
|
-
|
|
5382
|
-
|
|
5542
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
5543
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
5544
|
+
|
|
5545
|
+
|
|
5546
|
+
/**
|
|
5547
|
+
* SparkRatioCheckAction - Checks spark ratio for users proxy position and reverts if faulty
|
|
5548
|
+
*
|
|
5549
|
+
* @category Checkers
|
|
5550
|
+
*/
|
|
5551
|
+
class SparkRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
5552
|
+
/**
|
|
5553
|
+
* @param ratioState If it should lower/higher
|
|
5554
|
+
* @param targetRatio The ratio user want to be at
|
|
5555
|
+
*/
|
|
5556
|
+
constructor(ratioState, targetRatio) {
|
|
5557
|
+
super('SparkRatioCheck', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkRatioCheck'), ['uint8', 'uint256'], [ratioState, targetRatio]);
|
|
5558
|
+
this.mappableArgs = [this.args[0], this.args[1]];
|
|
5559
|
+
}
|
|
5560
|
+
}
|
|
5561
|
+
|
|
5562
|
+
/***/ }),
|
|
5563
|
+
/* 140 */
|
|
5564
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5565
|
+
|
|
5566
|
+
__webpack_require__.r(__webpack_exports__);
|
|
5567
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5568
|
+
/* harmony export */ "LiquityAdjustAction": () => (/* reexport safe */ _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__.LiquityAdjustAction),
|
|
5569
|
+
/* harmony export */ "LiquityBorrowAction": () => (/* reexport safe */ _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__.LiquityBorrowAction),
|
|
5570
|
+
/* harmony export */ "LiquityClaimAction": () => (/* reexport safe */ _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__.LiquityClaimAction),
|
|
5571
|
+
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* reexport safe */ _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__.LiquityClaimSPRewardsAction),
|
|
5572
|
+
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* reexport safe */ _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__.LiquityClaimStakingRewardsAction),
|
|
5573
|
+
/* harmony export */ "LiquityCloseAction": () => (/* reexport safe */ _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__.LiquityCloseAction),
|
|
5574
|
+
/* harmony export */ "LiquityEthGainToTroveAction": () => (/* reexport safe */ _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__.LiquityEthGainToTroveAction),
|
|
5575
|
+
/* harmony export */ "LiquityOpenAction": () => (/* reexport safe */ _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__.LiquityOpenAction),
|
|
5576
|
+
/* harmony export */ "LiquityPaybackAction": () => (/* reexport safe */ _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__.LiquityPaybackAction),
|
|
5577
|
+
/* harmony export */ "LiquityRedeemAction": () => (/* reexport safe */ _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__.LiquityRedeemAction),
|
|
5578
|
+
/* harmony export */ "LiquitySPDepositAction": () => (/* reexport safe */ _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__.LiquitySPDepositAction),
|
|
5579
|
+
/* harmony export */ "LiquitySPWithdrawAction": () => (/* reexport safe */ _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__.LiquitySPWithdrawAction),
|
|
5580
|
+
/* harmony export */ "LiquityStakeAction": () => (/* reexport safe */ _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__.LiquityStakeAction),
|
|
5581
|
+
/* harmony export */ "LiquitySupplyAction": () => (/* reexport safe */ _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__.LiquitySupplyAction),
|
|
5582
|
+
/* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
5583
|
+
/* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
5584
|
+
/* harmony export */ });
|
|
5585
|
+
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(141);
|
|
5586
|
+
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(142);
|
|
5587
|
+
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(143);
|
|
5588
|
+
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(144);
|
|
5589
|
+
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(145);
|
|
5590
|
+
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(146);
|
|
5591
|
+
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(147);
|
|
5592
|
+
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(148);
|
|
5593
|
+
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(149);
|
|
5594
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(150);
|
|
5595
|
+
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(151);
|
|
5596
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(152);
|
|
5597
|
+
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(153);
|
|
5598
|
+
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(154);
|
|
5599
|
+
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(155);
|
|
5600
|
+
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(156);
|
|
5601
|
+
|
|
5602
|
+
|
|
5603
|
+
|
|
5604
|
+
|
|
5605
|
+
|
|
5383
5606
|
|
|
5384
5607
|
|
|
5385
5608
|
|
|
@@ -5393,7 +5616,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5393
5616
|
|
|
5394
5617
|
|
|
5395
5618
|
/***/ }),
|
|
5396
|
-
/*
|
|
5619
|
+
/* 141 */
|
|
5397
5620
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5398
5621
|
|
|
5399
5622
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5444,7 +5667,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5444
5667
|
}
|
|
5445
5668
|
|
|
5446
5669
|
/***/ }),
|
|
5447
|
-
/*
|
|
5670
|
+
/* 142 */
|
|
5448
5671
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5449
5672
|
|
|
5450
5673
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5478,7 +5701,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5478
5701
|
}
|
|
5479
5702
|
|
|
5480
5703
|
/***/ }),
|
|
5481
|
-
/*
|
|
5704
|
+
/* 143 */
|
|
5482
5705
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5483
5706
|
|
|
5484
5707
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5525,7 +5748,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5525
5748
|
}
|
|
5526
5749
|
|
|
5527
5750
|
/***/ }),
|
|
5528
|
-
/*
|
|
5751
|
+
/* 144 */
|
|
5529
5752
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5530
5753
|
|
|
5531
5754
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5572,7 +5795,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5572
5795
|
}
|
|
5573
5796
|
|
|
5574
5797
|
/***/ }),
|
|
5575
|
-
/*
|
|
5798
|
+
/* 145 */
|
|
5576
5799
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5577
5800
|
|
|
5578
5801
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5605,7 +5828,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5605
5828
|
}
|
|
5606
5829
|
|
|
5607
5830
|
/***/ }),
|
|
5608
|
-
/*
|
|
5831
|
+
/* 146 */
|
|
5609
5832
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5610
5833
|
|
|
5611
5834
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5651,7 +5874,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5651
5874
|
}
|
|
5652
5875
|
|
|
5653
5876
|
/***/ }),
|
|
5654
|
-
/*
|
|
5877
|
+
/* 147 */
|
|
5655
5878
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5656
5879
|
|
|
5657
5880
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5681,7 +5904,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5681
5904
|
}
|
|
5682
5905
|
|
|
5683
5906
|
/***/ }),
|
|
5684
|
-
/*
|
|
5907
|
+
/* 148 */
|
|
5685
5908
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5686
5909
|
|
|
5687
5910
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5734,7 +5957,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5734
5957
|
}
|
|
5735
5958
|
|
|
5736
5959
|
/***/ }),
|
|
5737
|
-
/*
|
|
5960
|
+
/* 149 */
|
|
5738
5961
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5739
5962
|
|
|
5740
5963
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5783,7 +6006,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
5783
6006
|
}
|
|
5784
6007
|
|
|
5785
6008
|
/***/ }),
|
|
5786
|
-
/*
|
|
6009
|
+
/* 150 */
|
|
5787
6010
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5788
6011
|
|
|
5789
6012
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5818,7 +6041,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
5818
6041
|
}
|
|
5819
6042
|
|
|
5820
6043
|
/***/ }),
|
|
5821
|
-
/*
|
|
6044
|
+
/* 151 */
|
|
5822
6045
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5823
6046
|
|
|
5824
6047
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5867,7 +6090,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5867
6090
|
}
|
|
5868
6091
|
|
|
5869
6092
|
/***/ }),
|
|
5870
|
-
/*
|
|
6093
|
+
/* 152 */
|
|
5871
6094
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5872
6095
|
|
|
5873
6096
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5902,7 +6125,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5902
6125
|
}
|
|
5903
6126
|
|
|
5904
6127
|
/***/ }),
|
|
5905
|
-
/*
|
|
6128
|
+
/* 153 */
|
|
5906
6129
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5907
6130
|
|
|
5908
6131
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5934,14 +6157,14 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
5934
6157
|
}
|
|
5935
6158
|
|
|
5936
6159
|
/***/ }),
|
|
5937
|
-
/*
|
|
6160
|
+
/* 154 */
|
|
5938
6161
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5939
6162
|
|
|
5940
6163
|
__webpack_require__.r(__webpack_exports__);
|
|
5941
6164
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5942
6165
|
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* binding */ LiquityClaimSPRewardsAction)
|
|
5943
6166
|
/* harmony export */ });
|
|
5944
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6167
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(150);
|
|
5945
6168
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
5946
6169
|
|
|
5947
6170
|
|
|
@@ -5963,14 +6186,14 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
|
|
|
5963
6186
|
}
|
|
5964
6187
|
|
|
5965
6188
|
/***/ }),
|
|
5966
|
-
/*
|
|
6189
|
+
/* 155 */
|
|
5967
6190
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5968
6191
|
|
|
5969
6192
|
__webpack_require__.r(__webpack_exports__);
|
|
5970
6193
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5971
6194
|
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* binding */ LiquityClaimStakingRewardsAction)
|
|
5972
6195
|
/* harmony export */ });
|
|
5973
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6196
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(152);
|
|
5974
6197
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
5975
6198
|
|
|
5976
6199
|
|
|
@@ -5992,7 +6215,7 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
|
|
|
5992
6215
|
}
|
|
5993
6216
|
|
|
5994
6217
|
/***/ }),
|
|
5995
|
-
/*
|
|
6218
|
+
/* 156 */
|
|
5996
6219
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5997
6220
|
|
|
5998
6221
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6031,7 +6254,7 @@ class LiquityAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6031
6254
|
}
|
|
6032
6255
|
|
|
6033
6256
|
/***/ }),
|
|
6034
|
-
/*
|
|
6257
|
+
/* 157 */
|
|
6035
6258
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6036
6259
|
|
|
6037
6260
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6039,13 +6262,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6039
6262
|
/* harmony export */ "YearnSupplyAction": () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
|
|
6040
6263
|
/* harmony export */ "YearnWithdrawAction": () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
|
|
6041
6264
|
/* harmony export */ });
|
|
6042
|
-
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6043
|
-
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6265
|
+
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(158);
|
|
6266
|
+
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(159);
|
|
6044
6267
|
|
|
6045
6268
|
|
|
6046
6269
|
|
|
6047
6270
|
/***/ }),
|
|
6048
|
-
/*
|
|
6271
|
+
/* 158 */
|
|
6049
6272
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6050
6273
|
|
|
6051
6274
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6096,7 +6319,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6096
6319
|
}
|
|
6097
6320
|
|
|
6098
6321
|
/***/ }),
|
|
6099
|
-
/*
|
|
6322
|
+
/* 159 */
|
|
6100
6323
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6101
6324
|
|
|
6102
6325
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6147,7 +6370,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6147
6370
|
}
|
|
6148
6371
|
|
|
6149
6372
|
/***/ }),
|
|
6150
|
-
/*
|
|
6373
|
+
/* 160 */
|
|
6151
6374
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6152
6375
|
|
|
6153
6376
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6156,15 +6379,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6156
6379
|
/* harmony export */ "LidoUnwrapAction": () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
|
|
6157
6380
|
/* harmony export */ "LidoWrapAction": () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
|
|
6158
6381
|
/* harmony export */ });
|
|
6159
|
-
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6160
|
-
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6161
|
-
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6382
|
+
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(161);
|
|
6383
|
+
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(162);
|
|
6384
|
+
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(163);
|
|
6162
6385
|
|
|
6163
6386
|
|
|
6164
6387
|
|
|
6165
6388
|
|
|
6166
6389
|
/***/ }),
|
|
6167
|
-
/*
|
|
6390
|
+
/* 161 */
|
|
6168
6391
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6169
6392
|
|
|
6170
6393
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6210,7 +6433,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6210
6433
|
}
|
|
6211
6434
|
|
|
6212
6435
|
/***/ }),
|
|
6213
|
-
/*
|
|
6436
|
+
/* 162 */
|
|
6214
6437
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6215
6438
|
|
|
6216
6439
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6264,7 +6487,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6264
6487
|
}
|
|
6265
6488
|
|
|
6266
6489
|
/***/ }),
|
|
6267
|
-
/*
|
|
6490
|
+
/* 163 */
|
|
6268
6491
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6269
6492
|
|
|
6270
6493
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6307,18 +6530,18 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6307
6530
|
}
|
|
6308
6531
|
|
|
6309
6532
|
/***/ }),
|
|
6310
|
-
/*
|
|
6533
|
+
/* 164 */
|
|
6311
6534
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6312
6535
|
|
|
6313
6536
|
__webpack_require__.r(__webpack_exports__);
|
|
6314
6537
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6315
6538
|
/* harmony export */ "InstPullTokensAction": () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
|
|
6316
6539
|
/* harmony export */ });
|
|
6317
|
-
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6540
|
+
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(165);
|
|
6318
6541
|
|
|
6319
6542
|
|
|
6320
6543
|
/***/ }),
|
|
6321
|
-
/*
|
|
6544
|
+
/* 165 */
|
|
6322
6545
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6323
6546
|
|
|
6324
6547
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6361,7 +6584,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6361
6584
|
}
|
|
6362
6585
|
|
|
6363
6586
|
/***/ }),
|
|
6364
|
-
/*
|
|
6587
|
+
/* 166 */
|
|
6365
6588
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6366
6589
|
|
|
6367
6590
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6370,15 +6593,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6370
6593
|
/* harmony export */ "BalancerV2SupplyAction": () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
|
|
6371
6594
|
/* harmony export */ "BalancerV2WithdrawAction": () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
|
|
6372
6595
|
/* harmony export */ });
|
|
6373
|
-
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6374
|
-
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6375
|
-
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6596
|
+
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(167);
|
|
6597
|
+
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(168);
|
|
6598
|
+
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(169);
|
|
6376
6599
|
|
|
6377
6600
|
|
|
6378
6601
|
|
|
6379
6602
|
|
|
6380
6603
|
/***/ }),
|
|
6381
|
-
/*
|
|
6604
|
+
/* 167 */
|
|
6382
6605
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6383
6606
|
|
|
6384
6607
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6430,7 +6653,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6430
6653
|
}
|
|
6431
6654
|
|
|
6432
6655
|
/***/ }),
|
|
6433
|
-
/*
|
|
6656
|
+
/* 168 */
|
|
6434
6657
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6435
6658
|
|
|
6436
6659
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6488,7 +6711,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
6488
6711
|
}
|
|
6489
6712
|
|
|
6490
6713
|
/***/ }),
|
|
6491
|
-
/*
|
|
6714
|
+
/* 169 */
|
|
6492
6715
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6493
6716
|
|
|
6494
6717
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6537,7 +6760,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6537
6760
|
}
|
|
6538
6761
|
|
|
6539
6762
|
/***/ }),
|
|
6540
|
-
/*
|
|
6763
|
+
/* 170 */
|
|
6541
6764
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6542
6765
|
|
|
6543
6766
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6552,15 +6775,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6552
6775
|
/* harmony export */ "CurveSwapAction": () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
|
|
6553
6776
|
/* harmony export */ "CurveWithdrawAction": () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
|
|
6554
6777
|
/* harmony export */ });
|
|
6555
|
-
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6556
|
-
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6557
|
-
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6558
|
-
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6559
|
-
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
6560
|
-
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
6561
|
-
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
6562
|
-
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
6563
|
-
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
6778
|
+
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(171);
|
|
6779
|
+
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(172);
|
|
6780
|
+
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(175);
|
|
6781
|
+
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(176);
|
|
6782
|
+
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(177);
|
|
6783
|
+
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(178);
|
|
6784
|
+
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(179);
|
|
6785
|
+
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(180);
|
|
6786
|
+
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(181);
|
|
6564
6787
|
|
|
6565
6788
|
|
|
6566
6789
|
|
|
@@ -6572,7 +6795,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6572
6795
|
|
|
6573
6796
|
|
|
6574
6797
|
/***/ }),
|
|
6575
|
-
/*
|
|
6798
|
+
/* 171 */
|
|
6576
6799
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6577
6800
|
|
|
6578
6801
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6619,7 +6842,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6619
6842
|
}
|
|
6620
6843
|
|
|
6621
6844
|
/***/ }),
|
|
6622
|
-
/*
|
|
6845
|
+
/* 172 */
|
|
6623
6846
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6624
6847
|
|
|
6625
6848
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6631,7 +6854,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6631
6854
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
6632
6855
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
6633
6856
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
6634
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
6857
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(173);
|
|
6635
6858
|
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); } }
|
|
6636
6859
|
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); }); }; }
|
|
6637
6860
|
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; }
|
|
@@ -6694,7 +6917,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6694
6917
|
}
|
|
6695
6918
|
|
|
6696
6919
|
/***/ }),
|
|
6697
|
-
/*
|
|
6920
|
+
/* 173 */
|
|
6698
6921
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6699
6922
|
|
|
6700
6923
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6702,7 +6925,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6702
6925
|
/* harmony export */ "makeFlags": () => (/* binding */ makeFlags),
|
|
6703
6926
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
6704
6927
|
/* harmony export */ });
|
|
6705
|
-
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6928
|
+
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(174);
|
|
6706
6929
|
|
|
6707
6930
|
|
|
6708
6931
|
|
|
@@ -6715,13 +6938,13 @@ var makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeOne
|
|
|
6715
6938
|
) => depositTargetType | explicitUnderlying << 2 | withdrawExact << 3 | removeOneCoin << 4;
|
|
6716
6939
|
|
|
6717
6940
|
/***/ }),
|
|
6718
|
-
/*
|
|
6941
|
+
/* 174 */
|
|
6719
6942
|
/***/ ((module) => {
|
|
6720
6943
|
|
|
6721
6944
|
module.exports = JSON.parse('[{"name":"susd","swapAddr":"0xA5407eAE9Ba41422680e2e00537571bcC53efBfD","depositContract":"0xFCBa3E75865d2d561BE8D220616520c171F12851","nCoins":4,"coins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7","0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"],"decimals":[18,6,6,18],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7","0x57Ab1ec28D129707052df4dF418D58a2D46d5f51"],"underlyingDecimals":[18,6,6,18],"isMeta":false,"lpToken":"0xC25a3A3b969415c80451098fa907EC722572917F","gauges":["0xA90996896660DEcC6E997655E065b23788857849"],"gaugeTypes":[0],"zapType":1},{"name":"compound","swapAddr":"0xA2B47E3D5c44877cca798226B7B8118F9BFb7A56","depositContract":"0xeB21209ae4C2c9FF2a86ACA31E123764A3B6Bc06","nCoins":2,"coins":["0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643","0x39AA39c021dfbaE8faC545936693aC917d5E7563"],"decimals":[8,8],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"],"underlyingDecimals":[18,6],"isMeta":false,"lpToken":"0x845838DF265Dcd2c412A1Dc9e959c7d08537f8a2","gauges":["0x7ca5b0a2910B33e9759DC7dDB0413949071D7575"],"gaugeTypes":[0],"zapType":1},{"underlyingFlag":true,"name":"aave","swapAddr":"0xDeBF20617708857ebe4F679508E7b7863a8A8EeE","nCoins":3,"coins":["0x028171bCA77440897B824Ca71D1c56caC55b68A3","0xBcca60bB61934080951369a648Fb03DF4F96263C","0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811"],"decimals":[18,6,6],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,6,6],"isMeta":false,"lpToken":"0xFd2a8fA60Abd58Efe3EeE34dd494cD491dC14900","gauges":["0xd662908ADA2Ea1916B3318327A97eB18aD588b5d"],"gaugeTypes":[0]},{"name":"steth","swapAddr":"0xDC24316b9AE028F1497c275EB9192a3Ea0f67022","nCoins":2,"coins":["0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE","0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"],"decimals":[18,18],"underlyingCoins":["0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE","0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84"],"underlyingDecimals":[18,18],"isMeta":false,"lpToken":"0x06325440D014e39736583c165C2963BA99fAf14E","gauges":["0x182B723a58739a9c974cFDB385ceaDb237453c28"],"gaugeTypes":[0]},{"name":"3pool","swapAddr":"0xbEbc44782C7dB0a1A60Cb6fe97d0b483032FF1C7","nCoins":3,"coins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"decimals":[18,6,6],"underlyingCoins":["0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,6,6],"isMeta":false,"lpToken":"0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490","gauges":["0xbFcF63294aD7105dEa65aA58F8AE5BE2D9d0952A"],"gaugeTypes":[0]},{"name":"musd","swapAddr":"0x8474DdbE98F5aA3179B3B3F5942D724aFcdec9f6","depositContract":"0x803A2B40c5a9BB2B86DD630B274Fa2A9202874C2","nCoins":2,"coins":["0xe2f2a5C287993345a840Db3B0845fbC70f5935a5","0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"],"decimals":[18,18],"underlyingCoins":["0xe2f2a5C287993345a840Db3B0845fbC70f5935a5","0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,18,6,6],"isMeta":true,"lpToken":"0x1AEf73d49Dedc4b1778d0706583995958Dc862e6","gauges":["0x5f626c30EC1215f4EdCc9982265E8b1F411D1352"],"gaugeTypes":[0],"zapType":0},{"name":"lusd","swapAddr":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","depositContract":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","devComment":"it would follow logic that the depositContract should be the 3pool zap but because of the smart contract logic it is overridden here","nCoins":2,"coins":["0x5f98805A4E8be255a32880FDeC7F6728C6568bA0","0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490"],"decimals":[18,18],"underlyingCoins":["0x5f98805A4E8be255a32880FDeC7F6728C6568bA0","0x6B175474E89094C44Da98b954EedeAC495271d0F","0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48","0xdAC17F958D2ee523a2206206994597C13D831ec7"],"underlyingDecimals":[18,18,6,6],"isMeta":true,"lpToken":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","gauges":["0x9B8519A9a00100720CCdC8a120fBeD319cA47a14"],"gaugeTypes":[0],"zapType":2},{"name":"reth","isFactory":true,"swapAddr":"0x0f3159811670c117c372428D4E69AC32325e4D0F","nCoins":2,"coins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xae78736Cd615f374D3085123A210448E74Fc6393"],"decimals":[18,18],"underlyingCoins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xae78736Cd615f374D3085123A210448E74Fc6393"],"underlyingDecimals":[18,18],"isMeta":false,"lpToken":"0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C","gauges":["0x9d4D981d8a9066f5db8532A5816543dE8819d4A8"],"gaugeTypes":[0]},{"name":"cbeth","isFactory":true,"swapAddr":"0x5FAE7E604FC3e24fd43A72867ceBaC94c65b404A","nCoins":2,"coins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xBe9895146f7AF43049ca1c1AE358B0541Ea49704"],"decimals":[18,18],"underlyingCoins":["0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2","0xBe9895146f7AF43049ca1c1AE358B0541Ea49704"],"underlyingDecimals":[18,18],"isMeta":false,"lpToken":"0x5b6C539b224014A09B3388e51CaAA8e354c959C8","gauges":["0xAd96E10123Fa34a01cf2314C42D75150849C9295"],"gaugeTypes":[0]}]');
|
|
6722
6945
|
|
|
6723
6946
|
/***/ }),
|
|
6724
|
-
/*
|
|
6947
|
+
/* 175 */
|
|
6725
6948
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6726
6949
|
|
|
6727
6950
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6731,7 +6954,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6731
6954
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
6732
6955
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6733
6956
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
6734
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6957
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(173);
|
|
6735
6958
|
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); } }
|
|
6736
6959
|
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); }); }; }
|
|
6737
6960
|
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; }
|
|
@@ -6792,7 +7015,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6792
7015
|
}
|
|
6793
7016
|
|
|
6794
7017
|
/***/ }),
|
|
6795
|
-
/*
|
|
7018
|
+
/* 176 */
|
|
6796
7019
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6797
7020
|
|
|
6798
7021
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6837,7 +7060,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
6837
7060
|
}
|
|
6838
7061
|
|
|
6839
7062
|
/***/ }),
|
|
6840
|
-
/*
|
|
7063
|
+
/* 177 */
|
|
6841
7064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6842
7065
|
|
|
6843
7066
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6868,7 +7091,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
6868
7091
|
}
|
|
6869
7092
|
|
|
6870
7093
|
/***/ }),
|
|
6871
|
-
/*
|
|
7094
|
+
/* 178 */
|
|
6872
7095
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6873
7096
|
|
|
6874
7097
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6897,7 +7120,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6897
7120
|
}
|
|
6898
7121
|
|
|
6899
7122
|
/***/ }),
|
|
6900
|
-
/*
|
|
7123
|
+
/* 179 */
|
|
6901
7124
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6902
7125
|
|
|
6903
7126
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6928,7 +7151,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6928
7151
|
}
|
|
6929
7152
|
|
|
6930
7153
|
/***/ }),
|
|
6931
|
-
/*
|
|
7154
|
+
/* 180 */
|
|
6932
7155
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6933
7156
|
|
|
6934
7157
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6961,7 +7184,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
6961
7184
|
}
|
|
6962
7185
|
|
|
6963
7186
|
/***/ }),
|
|
6964
|
-
/*
|
|
7187
|
+
/* 181 */
|
|
6965
7188
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6966
7189
|
|
|
6967
7190
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6995,7 +7218,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
6995
7218
|
}
|
|
6996
7219
|
|
|
6997
7220
|
/***/ }),
|
|
6998
|
-
/*
|
|
7221
|
+
/* 182 */
|
|
6999
7222
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7000
7223
|
|
|
7001
7224
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7003,13 +7226,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7003
7226
|
/* harmony export */ "GUniDeposit": () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
|
|
7004
7227
|
/* harmony export */ "GUniWithdraw": () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
|
|
7005
7228
|
/* harmony export */ });
|
|
7006
|
-
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7007
|
-
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7229
|
+
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(183);
|
|
7230
|
+
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(184);
|
|
7008
7231
|
|
|
7009
7232
|
|
|
7010
7233
|
|
|
7011
7234
|
/***/ }),
|
|
7012
|
-
/*
|
|
7235
|
+
/* 183 */
|
|
7013
7236
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7014
7237
|
|
|
7015
7238
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7064,7 +7287,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7064
7287
|
}
|
|
7065
7288
|
|
|
7066
7289
|
/***/ }),
|
|
7067
|
-
/*
|
|
7290
|
+
/* 184 */
|
|
7068
7291
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7069
7292
|
|
|
7070
7293
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7111,7 +7334,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7111
7334
|
}
|
|
7112
7335
|
|
|
7113
7336
|
/***/ }),
|
|
7114
|
-
/*
|
|
7337
|
+
/* 185 */
|
|
7115
7338
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7116
7339
|
|
|
7117
7340
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7120,15 +7343,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7120
7343
|
/* harmony export */ "MStableDepositAction": () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
|
|
7121
7344
|
/* harmony export */ "MStableWithdrawAction": () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
|
|
7122
7345
|
/* harmony export */ });
|
|
7123
|
-
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7124
|
-
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7125
|
-
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7346
|
+
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(186);
|
|
7347
|
+
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
|
|
7348
|
+
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(189);
|
|
7126
7349
|
|
|
7127
7350
|
|
|
7128
7351
|
|
|
7129
7352
|
|
|
7130
7353
|
/***/ }),
|
|
7131
|
-
/*
|
|
7354
|
+
/* 186 */
|
|
7132
7355
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7133
7356
|
|
|
7134
7357
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7138,7 +7361,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7138
7361
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7139
7362
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7140
7363
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7141
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7364
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(187);
|
|
7142
7365
|
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); } }
|
|
7143
7366
|
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); }); }; }
|
|
7144
7367
|
|
|
@@ -7203,7 +7426,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7203
7426
|
}
|
|
7204
7427
|
|
|
7205
7428
|
/***/ }),
|
|
7206
|
-
/*
|
|
7429
|
+
/* 187 */
|
|
7207
7430
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7208
7431
|
|
|
7209
7432
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7220,7 +7443,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7220
7443
|
});
|
|
7221
7444
|
|
|
7222
7445
|
/***/ }),
|
|
7223
|
-
/*
|
|
7446
|
+
/* 188 */
|
|
7224
7447
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7225
7448
|
|
|
7226
7449
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7230,7 +7453,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7230
7453
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7231
7454
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7232
7455
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7233
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7456
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(187);
|
|
7234
7457
|
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); } }
|
|
7235
7458
|
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); }); }; }
|
|
7236
7459
|
|
|
@@ -7294,7 +7517,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7294
7517
|
}
|
|
7295
7518
|
|
|
7296
7519
|
/***/ }),
|
|
7297
|
-
/*
|
|
7520
|
+
/* 189 */
|
|
7298
7521
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7299
7522
|
|
|
7300
7523
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7328,7 +7551,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7328
7551
|
}
|
|
7329
7552
|
|
|
7330
7553
|
/***/ }),
|
|
7331
|
-
/*
|
|
7554
|
+
/* 190 */
|
|
7332
7555
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7333
7556
|
|
|
7334
7557
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7336,13 +7559,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7336
7559
|
/* harmony export */ "RariDepositAction": () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
|
|
7337
7560
|
/* harmony export */ "RariWithdrawAction": () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
|
|
7338
7561
|
/* harmony export */ });
|
|
7339
|
-
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7340
|
-
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7562
|
+
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(191);
|
|
7563
|
+
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(192);
|
|
7341
7564
|
|
|
7342
7565
|
|
|
7343
7566
|
|
|
7344
7567
|
/***/ }),
|
|
7345
|
-
/*
|
|
7568
|
+
/* 191 */
|
|
7346
7569
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7347
7570
|
|
|
7348
7571
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7388,7 +7611,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7388
7611
|
}
|
|
7389
7612
|
|
|
7390
7613
|
/***/ }),
|
|
7391
|
-
/*
|
|
7614
|
+
/* 192 */
|
|
7392
7615
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7393
7616
|
|
|
7394
7617
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7435,7 +7658,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7435
7658
|
}
|
|
7436
7659
|
|
|
7437
7660
|
/***/ }),
|
|
7438
|
-
/*
|
|
7661
|
+
/* 193 */
|
|
7439
7662
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7440
7663
|
|
|
7441
7664
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7450,15 +7673,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7450
7673
|
/* harmony export */ "AaveV3SwapBorrowRateModeAction": () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
|
|
7451
7674
|
/* harmony export */ "AaveV3WithdrawAction": () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
|
|
7452
7675
|
/* harmony export */ });
|
|
7453
|
-
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7454
|
-
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7455
|
-
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7456
|
-
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7457
|
-
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7458
|
-
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7459
|
-
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7460
|
-
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
7461
|
-
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
7676
|
+
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(194);
|
|
7677
|
+
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(195);
|
|
7678
|
+
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(196);
|
|
7679
|
+
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(197);
|
|
7680
|
+
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(198);
|
|
7681
|
+
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(199);
|
|
7682
|
+
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(200);
|
|
7683
|
+
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(201);
|
|
7684
|
+
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(202);
|
|
7462
7685
|
|
|
7463
7686
|
|
|
7464
7687
|
|
|
@@ -7470,7 +7693,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7470
7693
|
|
|
7471
7694
|
|
|
7472
7695
|
/***/ }),
|
|
7473
|
-
/*
|
|
7696
|
+
/* 194 */
|
|
7474
7697
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7475
7698
|
|
|
7476
7699
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7552,7 +7775,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
7552
7775
|
}
|
|
7553
7776
|
|
|
7554
7777
|
/***/ }),
|
|
7555
|
-
/*
|
|
7778
|
+
/* 195 */
|
|
7556
7779
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7557
7780
|
|
|
7558
7781
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7616,7 +7839,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7616
7839
|
}
|
|
7617
7840
|
|
|
7618
7841
|
/***/ }),
|
|
7619
|
-
/*
|
|
7842
|
+
/* 196 */
|
|
7620
7843
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7621
7844
|
|
|
7622
7845
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7698,7 +7921,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
7698
7921
|
}
|
|
7699
7922
|
|
|
7700
7923
|
/***/ }),
|
|
7701
|
-
/*
|
|
7924
|
+
/* 197 */
|
|
7702
7925
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7703
7926
|
|
|
7704
7927
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7750,7 +7973,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
7750
7973
|
}
|
|
7751
7974
|
|
|
7752
7975
|
/***/ }),
|
|
7753
|
-
/*
|
|
7976
|
+
/* 198 */
|
|
7754
7977
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7755
7978
|
|
|
7756
7979
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7792,7 +8015,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
7792
8015
|
}
|
|
7793
8016
|
|
|
7794
8017
|
/***/ }),
|
|
7795
|
-
/*
|
|
8018
|
+
/* 199 */
|
|
7796
8019
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7797
8020
|
|
|
7798
8021
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7865,7 +8088,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
7865
8088
|
}
|
|
7866
8089
|
|
|
7867
8090
|
/***/ }),
|
|
7868
|
-
/*
|
|
8091
|
+
/* 200 */
|
|
7869
8092
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7870
8093
|
|
|
7871
8094
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7915,7 +8138,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
|
|
|
7915
8138
|
}
|
|
7916
8139
|
|
|
7917
8140
|
/***/ }),
|
|
7918
|
-
/*
|
|
8141
|
+
/* 201 */
|
|
7919
8142
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7920
8143
|
|
|
7921
8144
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7968,7 +8191,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
|
|
|
7968
8191
|
}
|
|
7969
8192
|
|
|
7970
8193
|
/***/ }),
|
|
7971
|
-
/*
|
|
8194
|
+
/* 202 */
|
|
7972
8195
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7973
8196
|
|
|
7974
8197
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8014,7 +8237,7 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
8014
8237
|
}
|
|
8015
8238
|
|
|
8016
8239
|
/***/ }),
|
|
8017
|
-
/*
|
|
8240
|
+
/* 203 */
|
|
8018
8241
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8019
8242
|
|
|
8020
8243
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8023,15 +8246,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8023
8246
|
/* harmony export */ "ConvexDepositAction": () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
|
|
8024
8247
|
/* harmony export */ "ConvexWithdrawAction": () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
|
|
8025
8248
|
/* harmony export */ });
|
|
8026
|
-
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8027
|
-
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8028
|
-
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8249
|
+
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(204);
|
|
8250
|
+
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(207);
|
|
8251
|
+
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(208);
|
|
8029
8252
|
|
|
8030
8253
|
|
|
8031
8254
|
|
|
8032
8255
|
|
|
8033
8256
|
/***/ }),
|
|
8034
|
-
/*
|
|
8257
|
+
/* 204 */
|
|
8035
8258
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8036
8259
|
|
|
8037
8260
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8040,7 +8263,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8040
8263
|
/* harmony export */ });
|
|
8041
8264
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8042
8265
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8043
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8266
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(205);
|
|
8044
8267
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8045
8268
|
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); } }
|
|
8046
8269
|
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); }); }; }
|
|
@@ -8091,7 +8314,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8091
8314
|
}
|
|
8092
8315
|
|
|
8093
8316
|
/***/ }),
|
|
8094
|
-
/*
|
|
8317
|
+
/* 205 */
|
|
8095
8318
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8096
8319
|
|
|
8097
8320
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8101,7 +8324,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8101
8324
|
/* harmony export */ "getConvexPool": () => (/* binding */ getConvexPool),
|
|
8102
8325
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
8103
8326
|
/* harmony export */ });
|
|
8104
|
-
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8327
|
+
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(206);
|
|
8105
8328
|
|
|
8106
8329
|
|
|
8107
8330
|
|
|
@@ -8123,13 +8346,13 @@ var WithdrawOption = {
|
|
|
8123
8346
|
var getConvexPool = curveLpToken => _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__.find(e => e.lpToken === curveLpToken);
|
|
8124
8347
|
|
|
8125
8348
|
/***/ }),
|
|
8126
|
-
/*
|
|
8349
|
+
/* 206 */
|
|
8127
8350
|
/***/ ((module) => {
|
|
8128
8351
|
|
|
8129
8352
|
module.exports = JSON.parse('[{"pid":0,"lpToken":"0x845838DF265Dcd2c412A1Dc9e959c7d08537f8a2","token":"0x32512Bee3848bfcBb7bEAf647aa697a100f3b706","gauge":"0x7ca5b0a2910B33e9759DC7dDB0413949071D7575","crvRewards":"0xf34DFF761145FF0B05e917811d488B441F33a968","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":1,"lpToken":"0x9fC689CCaDa600B6DF723D9E47D84d76664a1F23","token":"0xA1c3492b71938E144ad8bE4c2fB6810b01A43dD8","gauge":"0xBC89cd85491d81C6AD2954E6d0362Ee29fCa8F53","crvRewards":"0x8B55351ea358e5Eda371575B031ee24F462d503e","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":2,"lpToken":"0xdF5e0e81Dff6FAF3A7e52BA697820c5e32D806A8","token":"0x0928F6753880A03628eB0be07b77992c8af37874","gauge":"0xFA712EE4788C042e2B7BB55E6cb8ec569C4530c1","crvRewards":"0xd802a8351A76ED5eCd89A7502Ca615F2225A585d","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":3,"lpToken":"0x3B3Ac5386837Dc563660FB6a0937DFAa5924333B","token":"0x59bB786F222d3f0f00B0dA31B799Fff80D552940","gauge":"0x69Fb7c45726cfE2baDeE8317005d3F94bE838840","crvRewards":"0x602c4cD53a715D8a7cf648540FAb0d3a2d546560","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":4,"lpToken":"0xC25a3A3b969415c80451098fa907EC722572917F","token":"0x11D200ef1409cecA8D6d23e6496550f707772F11","gauge":"0xA90996896660DEcC6E997655E065b23788857849","crvRewards":"0x22eE18aca7F3Ee920D01F25dA85840D12d98E8Ca","stash":"0xD2f2B9504Ef708b9f3Bc53f1525353bAaE1B17e4","shutdown":false,"extraRewards":[{"pool":"0x81fce3e10d12da6c7266a1a169c4c96813435263","token":"0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f"}]},{"pid":5,"lpToken":"0xD905e2eaeBe188fc92179b6350807D8bd91Db0D8","token":"0x2eA94b0d3349A284488ACF2934E494b2f58ef647","gauge":"0x64E3C23bfc40722d3B649844055F1D51c1ac041d","crvRewards":"0xe3DaafC8C14147d5B4A7a56F0BfdED240158e51e","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":6,"lpToken":"0x49849C98ae39Fff122806C06791Fa73784FB3675","token":"0x74b79021Ea6De3f0D1731fb8BdfF6eE7DF10b8Ae","gauge":"0xB1F2cdeC61db658F091671F5f199635aEF202CAC","crvRewards":"0x8E299C62EeD737a5d5a53539dF37b5356a27b07D","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":7,"lpToken":"0x075b1bb99792c9E1041bA13afEf80C91a1e70fB3","token":"0xbA723E335eC2939D52a2efcA2a8199cb4CB93cC3","gauge":"0x705350c4BcD35c9441419DdD5d2f097d7a55410F","crvRewards":"0xd727A5A6D1C7b31Ff9Db4Db4d24045B7dF0CFF93","stash":"0x7B3EE538398829c96E4B187216c7aB2946A620C4","shutdown":false,"extraRewards":[{"pool":"0x7c41906df8395af4387fa79b85c845069f88eec3","token":"0x330416c863f2acce7af9c9314b422d24c672534a"}]},{"pid":8,"lpToken":"0xb19059ebb43466C323583928285a49f558E572Fd","token":"0x33c00bF8CFDf42929E0884d230A55F963221f8f3","gauge":"0x4c18E409Dc8619bFb6a1cB56D114C3f592E0aE79","crvRewards":"0x618BD6cBA676a46958c63700C04318c84a7b7c0A","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":9,"lpToken":"0x6c3F90f043a72FA612cbac8115EE7e52BDe6E490","token":"0x30D9410ED1D5DA1F6C8391af5338C93ab8d4035C","gauge":"0xbFcF63294aD7105dEa65aA58F8AE5BE2D9d0952A","crvRewards":"0x689440f2Ff927E1f24c72F1087E1FAF471eCe1c8","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":10,"lpToken":"0xD2967f45c4f384DEEa880F807Be904762a3DeA07","token":"0x15c2471ef46Fa721990730cfa526BcFb45574576","gauge":"0xC5cfaDA84E902aD92DD40194f0883ad49639b023","crvRewards":"0x7A7bBf95C44b144979360C3300B54A7D34b44985","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":11,"lpToken":"0x5B5CFE992AdAC0C9D48E05854B2d91C73a003858","token":"0xe4de776C0eA0974bfA39B8cbB9491091C8cDc1ff","gauge":"0x2db0E83599a91b508Ac268a6197b8B14F5e72840","crvRewards":"0x353e489311b21355461353fEC2d02B73EF0eDe7f","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":12,"lpToken":"0x97E2768e8E73511cA874545DC5Ff8067eB19B787","token":"0x47941F99F4371CC26637CaEdBbd8Ba5F4bfE5149","gauge":"0xC2b1DF84112619D190193E48148000e3990Bf627","crvRewards":"0xa50e9071aCaD20b31cd2bbe4dAa816882De82BBe","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":13,"lpToken":"0x4f3E8F405CF5aFC05D68142F3783bDfE13811522","token":"0x3689f325E88c2363274E5F3d44b6DaB8f9e1f524","gauge":"0xF98450B5602fa59CC66e1379DFfB6FDDc724CfC4","crvRewards":"0x4a2631d090e8b40bBDe245e687BF09e5e534A239","stash":"0x0000000000000000000000000000000000000000","shutdown":false,"extraRewards":[]},{"pid":14,"lpToken":"0x1AEf73d49Dedc4b1778d0706583995958Dc862e6","token":"0xd34d466233c5195193dF712936049729140DBBd7","gauge":"0x5f626c30EC1215f4EdCc9982265E8b1F411D1352","crvRewards":"0xDBFa6187C79f4fE4Cda20609E75760C5AaE88e52","stash":"0x2eEa402ff31c580630b8545A33EDc00881E6949c","shutdown":false,"extraRewards":[{"pool":"0x93a5c724c4992fcbda6b96f06fa15eb8b5c485b7","token":"0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2"}]},{"pid":15,"lpToken":"0xC2Ee6b0334C261ED60C72f6054450b61B8f18E35","token":"0x8b876C2C02B1f2Ac6Ec207B7f2f06034A4316A87","gauge":"0x4dC4A289a8E33600D8bD4cf5F6313E43a37adec7","crvRewards":"0xedfCCF611D7c40F43e77a1340cE2C29EEEC27205","stash":"0x3a076e8F088bFa7a43e1209B2E460927071e15F2","shutdown":false,"extraRewards":[{"pool":"0x94c259dc4c6df248b0b5d23c055cb7574a587d67","token":"0x8762db106b2c2a0bccb3a80d1ed41273552616e8"}],"noTest":true},{"pid":16,"lpToken":"0x64eda51d3Ad40D56b9dFc5554E06F94e1Dd786Fd","token":"0x36CED690A1516861f26755b978EE62c1157CFFF9","gauge":"0x6828bcF74279eE32f2723eC536c22c51Eed383C6","crvRewards":"0x081A6672f07B615B402e7558a867C97FA080Ce35","stash":"0x21FdcdeBf375e67219c1Bfa266BCfDaA36a2b4Fe","shutdown":false,"extraRewards":[{"pool":"0x2aa030dcb729cf94bc096bd00d377aa719a09371","token":"0x85eee30c52b0b379b046fb0f85f4f3dc3009afec"}]},{"pid":17,"lpToken":"0x3a664Ab939FD8482048609f652f9a0B0677337B9","token":"0x06f4fFa5C3636AaA5C30B3DB97bfd1cd9Ac24A19","gauge":"0xAEA6c312f4b3E04D752946d329693F7293bC2e6D","crvRewards":"0x1992b82A8cCFC8f89785129D6403b13925d6226E","stash":"0x07815651B8F1c5bE84797840543F304b7F1aeC2a","shutdown":false,"extraRewards":[{"pool":"0x666f8eee6fd6839853993977cc86a7a51425673c","token":"0x20c36f062a31865bed8a5b1e512d9a1a20aa333a"}]},{"pid":18,"lpToken":"0xDE5331AC4B3630f94853Ff322B66407e0D6331E8","token":"0x21Cce64289407081744F087950b9DB32906470fC","gauge":"0xd7d147c6Bb90A718c3De8C0568F9B560C79fa416","crvRewards":"0x2d3C90AEB11D1393CA839Afc9587515B1325D77A","stash":"0x930CfB64130a90d42eD37d4616792C9dEB791faf","shutdown":false,"extraRewards":[{"pool":"0xaf138b29205c2246b069ed8f0b213b205fbc14e0","token":"0x89ab32156e46f46d02ade3fecbe5fc4243b9aaed"}]},{"pid":19,"lpToken":"0x410e3E86ef427e30B9235497143881f717d93c2A","token":"0x2E1f902b9067b5fDd7AF29ef05D4fF6212588388","gauge":"0xdFc7AdFa664b08767b735dE28f9E84cd30492aeE","crvRewards":"0x61D741045cCAA5a215cF4E5e55f20E1199B4B843","stash":"0xd852eFBEd0f49a065194ca92c9F305DE6DdCbF35","shutdown":false,"extraRewards":[]},{"pid":20,"lpToken":"0x2fE94ea3d5d4a175184081439753DE15AeF9d614","token":"0xc1C030139eEc070Ed8FD092CC8C273C638A18bBe","gauge":"0x11137B10C210b579405c21A07489e28F3c040AB1","crvRewards":"0xeeeCE77e0bc5e59c77fc408789A9A172A504bD2f","stash":"0x9a669fb0191D977e588b20CdA3C52EDbC6c9926c","shutdown":false,"extraRewards":[{"pool":"0xae97d3766924526084da88ba9b2bd7af989bf6fc","token":"0x3c9d6c1c73b31c837832c72e04d3152f051fc1a9"},{"pool":"0x22a07a6bda1cecbe2a671203e2114d8a170e5529","token":"0xbc19712feb3a26080ebf6f2f7849b417fdd792ca"}]},{"pid":21,"lpToken":"0x94e131324b6054c0D789b190b2dAC504e4361b53","token":"0x67c4f788FEB82FAb27E3007daa3d7b90959D5b89","gauge":"0x3B7020743Bc2A4ca9EaF9D0722d42E20d6935855","crvRewards":"0xd4Be1911F8a0df178d6e7fF5cE39919c273E2B7B","stash":"0x6249fD91fE9FF597399c1B192D5A25Cd22Eba6dd","shutdown":false,"extraRewards":[]},{"pid":22,"lpToken":"0x194eBd173F6cDacE046C53eACcE9B953F28411d1","token":"0xd7E2b9494c529b42Dea53EF6a237C16502E6A927","gauge":"0x90Bb609649E0451E5aD952683D64BD2d1f245840","crvRewards":"0xcB8F69E0064d8cdD29cbEb45A14cf771D904BcD3","stash":"0x007Cc4b4E9d9D088a9ae0e5261995D69e93B8E4C","shutdown":false,"extraRewards":[]},{"pid":23,"lpToken":"0xA3D87FffcE63B53E0d54fAa1cc983B7eB0b74A9c","token":"0xAF1d4C576bF55f6aE493AEebAcC3a227675e5B98","gauge":"0x3C0FFFF15EA30C35d7A85B85c0782D6c94e1d238","crvRewards":"0x192469CadE297D6B21F418cFA8c366b63FFC9f9b","stash":"0x1e6f5B8b4CAc5806D182B33A35d0fFF5F4004e86","shutdown":false,"extraRewards":[]},{"pid":24,"lpToken":"0xFd2a8fA60Abd58Efe3EeE34dd494cD491dC14900","token":"0x23F224C37C3A69A058d86a54D3f561295A93d542","gauge":"0xd662908ADA2Ea1916B3318327A97eB18aD588b5d","crvRewards":"0xE82c1eB4BC6F92f85BF7EB6421ab3b882C3F5a7B","stash":"0x5D4CF00939aa5F7C2cEb10c88615E9bcb0dd67fa","shutdown":false,"extraRewards":[{"pool":"0x00469d388b06127221d6310843a43d079eb2bb18","token":"0x4da27a545c0c5b758a6ba100e3a049001de870f5"}]},{"pid":25,"lpToken":"0x06325440D014e39736583c165C2963BA99fAf14E","token":"0x9518c9063eB0262D791f38d8d6Eb0aca33c63ed0","gauge":"0x182B723a58739a9c974cFDB385ceaDb237453c28","crvRewards":"0x0A760466E1B4621579a82a39CB56Dda2F4E70f03","stash":"0x9710fD4e5CA524f1049EbeD8936c07C81b5EAB9f","shutdown":false,"extraRewards":[{"pool":"0x008aea5036b819b4feaed10b2190fbb3954981e8","token":"0x5a98fcbea516cf06857215779fd812ca3bef1b32"}]},{"pid":26,"lpToken":"0x02d341CcB60fAaf662bC0554d13778015d1b285C","token":"0x09CCD0892b696AB21436e51588a7a7f8b649733d","gauge":"0x462253b8F74B72304c145DB0e4Eebd326B22ca39","crvRewards":"0xF86AE6790654b70727dbE58BF1a863B270317fD0","stash":"0xd2D46004b981FdE1e4D39d0C24E1Be1e93689DD9","shutdown":false,"extraRewards":[{"pool":"0x20165075174b51a2f9efbf7d6d8f3c72bbc63064","token":"0x4da27a545c0c5b758a6ba100e3a049001de870f5"}]},{"pid":27,"lpToken":"0xaA17A236F2bAdc98DDc0Cf999AbB47D47Fc0A6Cf","token":"0x7E96955b66c89B931BBDAf187740Cc0fF2602F21","gauge":"0x6d10ed2cF043E6fcf51A0e7b4C2Af3Fa06695707","crvRewards":"0x8798b81b0261934aa850C8de8622472bfdc143F4","stash":"0x423C444589CE5dB1E6F99820A5f95b3a57976598","shutdown":false,"extraRewards":[{"pool":"0x177252ac74f1d77513971aa85af7009c43ecdee2","token":"0xe0ad1806fd3e7edf6ff52fdb822432e847411033"},{"pool":"0xc095cec98a9f8ad6d2baa282a8e6be246f98bd25","token":"0x8290333cef9e6d528dd5618fb97a76f268f3edd4"}]},{"pid":28,"lpToken":"0x7Eb40E450b9655f4B3cC4259BCC731c63ff55ae6","token":"0x7a5dC1FA2e1B10194bD2e2e9F1A224971A681444","gauge":"0x055be5DDB7A925BfEF3417FC157f53CA77cA7222","crvRewards":"0x24DfFd1949F888F91A0c8341Fc98a3F280a782a8","stash":"0xBE25313c53360780e03233Cc70a4409367EC15aE","shutdown":false,"extraRewards":[{"pool":"0x5f91615268be6b4add646b2560785b8f17dccbb4","token":"0x92e187a03b6cd19cb6af293ba17f2745fd2357d5"}]},{"pid":29,"lpToken":"0x5282a4eF67D9C33135340fB3289cc1711c13638C","token":"0x912EC00eaEbf3820a9B0AC7a5E15F381A1C91f22","gauge":"0xF5194c3325202F456c95c1Cf0cA36f8475C1949F","crvRewards":"0x3E03fFF82F77073cc590b656D42FceB12E4910A8","stash":"0x3aEaAB3eF0b5a484d8A2380215eA0A64d3101A6D","shutdown":false,"extraRewards":[]},{"pid":30,"lpToken":"0xcee60cFa923170e4f8204AE08B4fA6A3F5656F3a","token":"0xD37969740d78C94C648d74671B8BE31eF43c30aB","gauge":"0xFD4D8a17df4C27c1dD245d153ccf4499e806C87D","crvRewards":"0x9700152175dc22E7d1f3245fE3c1D2cfa3602548","stash":"0x63201dc22e52985153E038086c448252d44Bed40","shutdown":false,"extraRewards":[]},{"pid":31,"lpToken":"0xEcd5e75AFb02eFa118AF914515D6521aaBd189F1","token":"0x0A2eA49EB5F9e23058deffD509D13DDd553c2A19","gauge":"0x359FD5d6417aE3D8D6497d9B2e7A890798262BA4","crvRewards":"0x308b48F037AAa75406426dACFACA864ebd88eDbA","stash":"0x12566645C209C1518BD25BdD3B0fd0bAe0910344","shutdown":false,"extraRewards":[]},{"pid":32,"lpToken":"0xd632f22692FaC7611d2AA1C0D552930D43CAEd3B","token":"0xbE0F6478E0E4894CFb14f32855603A083A57c7dA","gauge":"0x72E158d38dbd50A483501c24f792bDAAA3e7D55C","crvRewards":"0xB900EF131301B307dB5eFcbed9DBb50A3e209B2e","stash":"0x10a63847e6cdD2b07e0a22D1f30eB037a72eB790","shutdown":false,"extraRewards":[{"pool":"0xcdec6714eb482f28f4889a0c122868450cdbf0b0","token":"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}]},{"pid":33,"lpToken":"0xEd279fDD11cA84bEef15AF5D39BB4d4bEE23F0cA","token":"0xFB9B2f06FDb404Fd3E2278E9A9edc8f252F273d0","gauge":"0x9B8519A9a00100720CCdC8a120fBeD319cA47a14","crvRewards":"0x2ad92A7aE036a038ff02B96c88de868ddf3f8190","stash":"0x06D972728A9d05CA6F27EDc01e20b50A60b1Deed","shutdown":false,"extraRewards":[{"pool":"0x55d59b791f06dc519b176791c4e037e8cf2f6361","token":"0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d"}]},{"pid":34,"lpToken":"0x4807862AA8b2bF68830e4C8dc86D0e9A998e085a","token":"0x02D784f98A312aF3e2771297Feff1Da8273e4F29","gauge":"0xd4B22fEdcA85E684919955061fDf353b9d38389b","crvRewards":"0xbD223812d360C9587921292D0644D18aDb6a2ad0","stash":"0xBE3ED241c90F39cC50450C4937523FCC8d3e9bbc","shutdown":false,"extraRewards":[]},{"pid":35,"lpToken":"0x53a901d48795C58f485cBB38df08FA96a24669D5","token":"0x7ADd8D0E923CB692DF6bC65d96d510f0E2fC37af","gauge":"0x824F13f1a2F29cFEEa81154b46C0fc820677A637","crvRewards":"0x61dB6c2321f784c8fAb8d5eF80f58F27C831dCc8","stash":"0x644C8d1eD4b6aA68738a93C5c13c7fC19e126587","shutdown":false,"extraRewards":[{"pool":"0x681a790debe586a64eea055bf0983cd6629d8359","token":"0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d"}]},{"pid":36,"lpToken":"0x43b4FdFD4Ff969587185cDB6f0BD875c5Fc83f8c","token":"0xCA3D9F45FfA69ED454E66539298709cb2dB8cA61","gauge":"0x9582C4ADACB3BCE56Fea3e590F05c3ca2fb9C477","crvRewards":"0x02E2151D4F351881017ABdF2DD2b51150841d5B3","stash":"0x521e6EEfDa35f7228f8f83462552bDB41D64d86B","shutdown":false,"extraRewards":[{"pool":"0xd731495bb78a4250bc094686788f3ff890dee0f4","token":"0xdbdb4d16eda451d0503b854cf79d55697f90c8df"}]},{"pid":37,"lpToken":"0xcA3d75aC011BF5aD07a98d02f18225F9bD9A6BDF","token":"0x18684099414dcEF486F4FA5b4e44e6eA53C8c554","gauge":"0x6955a55416a06839309018A8B0cB72c4DDC11f15","crvRewards":"0x5Edced358e6C0B435D53CC30fbE6f5f0833F404F","stash":"0x35e86E54eCb0227fe33382c35E12856cF227E9ce","shutdown":false,"extraRewards":[]},{"pid":38,"lpToken":"0xc4AD29ba4B3c580e6D59105FFf484999997675Ff","token":"0x903C9974aAA431A765e60bC07aF45f0A1B3b61fb","gauge":"0xDeFd8FdD20e0f34115C7018CCfb655796F6B2168","crvRewards":"0x9D5C5E364D81DaB193b72db9E9BE9D8ee669B652","stash":"0xDb1A0Bb8C14Bc7B4eDA5ca95B4A6C6013a7b359D","shutdown":false,"extraRewards":[]},{"pid":39,"lpToken":"0xFD5dB7463a3aB53fD211b4af195c5BCCC1A03890","token":"0x2b2175AC371Ec2900AC39fb87452340F65CC9895","gauge":"0xe8060Ad8971450E624d5289A10017dD30F5dA85F","crvRewards":"0xD814BFC091111E1417a669672144aFFAA081c3CE","stash":"0x353460EACDAaEC993eCdA986440F4c343BBf6c05","shutdown":false,"extraRewards":[]},{"pid":40,"lpToken":"0x5a6A4D54456819380173272A5E8E9B9904BdF41B","token":"0xabB54222c2b77158CC975a2b715a3d703c256F05","gauge":"0xd8b712d29381748dB89c36BCa0138d7c75866ddF","crvRewards":"0xFd5AbF66b003881b88567EB9Ed9c651F14Dc4771","stash":"0xEd3D937A12fEed5298827B3adf05caaFfb0efDda","shutdown":false,"extraRewards":[{"pool":"0x69a92f1656cd2e193797546cfe2eaf32eaccf6f7","token":"0x090185f2135308bad17527004364ebcc2d37e5f6"}]},{"pid":41,"lpToken":"0x9D0464996170c6B9e75eED71c68B99dDEDf279e8","token":"0x8FDF7cabfEc73d5FfD1447867834b4cf39B745B7","gauge":"0x903dA6213a5A12B61c821598154EfAd98C3B20E4","crvRewards":"0x0392321e86F42C2F94FBb0c6853052487db521F0","stash":"0xF025A9FbcaA41E03e7a443716fe2182d13cf80a4","shutdown":false,"extraRewards":[{"pool":"0xbe4dea8e5d1e53fad661610e47501f858f25852d","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":42,"lpToken":"0x8818a9bb44Fbf33502bE7c15c500d0C783B73067","token":"0xF527FF4d2f8D84ec51D31C6F533B8cC78AFf6918","gauge":"0xeFF437A56A22D7dD86C1202A308536ED8C7da7c1","crvRewards":"0xbA8fE590498ed24D330Bb925E69913b1Ac35a81E","stash":"0xc87E93D6138c08a99b581f6dE4424c1e4b71A03F","shutdown":false,"extraRewards":[{"pool":"0x771bc5c888d1b318d0c5b177e4f996d3d5fd3d18","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x8a3f52c2eb02de2d8356a8286c96909352c62b10","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":43,"lpToken":"0xD6Ac1CB9019137a896343Da59dDE6d097F710538","token":"0xe6b9b86a593E6c33fa3F0887753cdC39EA49B246","gauge":"0x63d9f3aB7d0c528797A12a0684E50C397E9e79dC","crvRewards":"0x51a16DA36c79E28dD3C8c0c19214D8aF413984Aa","stash":"0xA335f705e0e33e986Bae79244F2Cd73899932290","shutdown":false,"extraRewards":[{"pool":"0xe689db5d753abc411acb8a3fef226c08acdae13f","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x00a4f5d12e3faa909c53cdcc90968f735633e988","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":44,"lpToken":"0x3F1B0278A9ee595635B61817630cC19DE792f506","token":"0xBec1Fa170974F0B38Eb76D8ca87053AbD5cedffF","gauge":"0x05ca5c01629a8E5845f12ea3A03fF7331932233A","crvRewards":"0xb1Fae59F23CaCe4949Ae734E63E42168aDb0CcB3","stash":"0xCc96f06fa34d934a90089793b27d36801842A599","shutdown":false,"extraRewards":[{"pool":"0x91ad51f0897552ce77f76b44e9a86b4ad2b28c25","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x040a6ae6314e190974ee4839f3c2fbf849ef54eb","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":45,"lpToken":"0x19b080FE1ffA0553469D20Ca36219F17Fcf03859","token":"0x864510e93c38C771adC1B67308cE0b7c4AA1AA9e","gauge":"0x99fb76F75501039089AAC8f20f487bf84E51d76F","crvRewards":"0xCd0559ADb6fAa2fc83aB21Cf4497c3b9b45bB29f","stash":"0x65d3834Ca2F62AB3f484cD50bB8a2Ba784cc69AA","shutdown":false,"extraRewards":[{"pool":"0x21034ccc4f8d07d0cf8998fdd4c45e426540dec1","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0xba5ef047ce02cc0096db3bc8ed84aad14291f8a0","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":46,"lpToken":"0x9c2C8910F113181783c249d8F6Aa41b51Cde0f0c","token":"0xcd555A686486160D815C89D92EE69A88E356f34C","gauge":"0x2fA53e8fa5fAdb81f4332C8EcE39Fe62eA2f919E","crvRewards":"0xa5A5905efc55B05059eE247d5CaC6DD6791Cfc33","stash":"0x44789Fa0e02ed06E3cA4A1405CBef7EA2F11D282","shutdown":false,"extraRewards":[{"pool":"0x9d9ebcc8e7b4ef061c0f7bab532d1710b874f789","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x1c86460640457466e2ec86916b4a91ed86ce0d1e","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":47,"lpToken":"0x8461A004b50d321CB22B7d034969cE6803911899","token":"0xAA4e7d24230B1F3AF324C7574ABD5D28525807cA","gauge":"0x1750a3a3d80A3F5333BBe9c4695B0fAd41061ab1","crvRewards":"0x8F18C0AF0d7d511E8Bdc6B3c64926B04EDfE4892","stash":"0xb75b7297f29d5f6211f112D24b1edF9Dc77eD834","shutdown":false,"extraRewards":[{"pool":"0xe3a64e08eebf38b19a3d9fec51d8cd5a8898dd5e","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"},{"pool":"0x93649cd43635bc5f7ad8fa2fa27cb9ae765ec58a","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":48,"lpToken":"0xB15fFb543211b558D40160811e5DcBcd7d5aaac9","token":"0x281C17920DaB8B2Cb3ce631E2D53c8ccE94262B4","gauge":"0xB15fFb543211b558D40160811e5DcBcd7d5aaac9","crvRewards":"0xc3628b8FAaDe10aCeAe88c9b982cE0AAc9bBaaD3","stash":"0x01140351069af98416cC08b16424b9E765436531","shutdown":false,"extraRewards":[],"noTest":true},{"pid":49,"lpToken":"0xC4C319E2D4d66CcA4464C0c2B32c9Bd23ebe784e","token":"0x0BF4C896100801cecFF4ad1e742E5227D67EcD7b","gauge":"0x12dCD9E8D1577b5E4F066d8e7D404404Ef045342","crvRewards":"0x48Bc302d8295FeA1f8c3e7F57D4dDC9981FEE410","stash":"0xfFA249074F7846Ee072e2068A1DEC44eDD802491","shutdown":false,"extraRewards":[{"pool":"0xcec9a6efff1daf52af12beebf87f81bda7b95c0b","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":50,"lpToken":"0x3Fb78e61784C9c637D560eDE23Ad57CA1294c14a","token":"0x3c5208849fa77Aaa98483527f20303cAF25a1Ad8","gauge":"0xD9277b0D007464eFF133622eC0d42081c93Cef02","crvRewards":"0x7CDA2a83D29d7Fc2ccb8F7716b5c1c34781aeb12","stash":"0xb24Ea588066fBEB9610141d4b779d5D9F80A1180","shutdown":false,"extraRewards":[]},{"pid":51,"lpToken":"0x5B3b5DF2BF2B6543f78e053bD91C4Bdd820929f1","token":"0x23e3AAAA5034165cF194F19692b41d801BEB5304","gauge":"0x9AF13a7B1f1Bbf1A2B05c6fBF23ac23A9E573b4E","crvRewards":"0xA689C00F3fd87dD3871C79C73343cd9F7957377E","stash":"0x3f2A3f6ab577B562a193C008686fb81b5eEe6586","shutdown":false,"extraRewards":[{"pool":"0xb9e2e39c9c804a01f1fcb4e86f765774d511d535","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":52,"lpToken":"0x55A8a39bc9694714E2874c1ce77aa1E599461E18","token":"0x766A8D4DE01D3eD575CdEf0587Eaf615eCB46726","gauge":"0xB518f5e3242393d4eC792BD3f44946A3b98d0E48","crvRewards":"0xC62DE533ea77D46f3172516aB6b1000dAf577E89","stash":"0xa69e5023d5Dc71ec5Bf602A5AC80cb0C5078423E","shutdown":false,"extraRewards":[{"pool":"0x27801399d60594bfede955d54c3e85b2f00179c5","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":53,"lpToken":"0xFbdCA68601f835b27790D98bbb8eC7f05FDEaA9B","token":"0xb43ed35B5A3a9544BBEd8039c67AB04AD428deEa","gauge":"0x346C7BB1A7a6A30c8e81c14e90FC2f0FBddc54d8","crvRewards":"0x4F2b8a15d0Dd58c1eB60bd53e966872828519Cee","stash":"0x4fd82224bEa0653215A5d6cAec59689Deb018c46","shutdown":false,"extraRewards":[{"pool":"0xaaf75a94394f6d06e01cce62e2545ceffbfa1e2d","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":54,"lpToken":"0x3D229E1B4faab62F621eF2F6A610961f7BD7b23B","token":"0x18F320B124A80ee2FA491e1438CdA771c3d8c84b","gauge":"0x65CA7Dc5CB661fC58De57B1E1aF404649a27AD35","crvRewards":"0xb0c1B7b83Baae51284B8BbBa02Ec37742440199d","stash":"0x6Ffb6C270D2E9AeEd7654eaEe8A39310e2bB508e","shutdown":false,"extraRewards":[]},{"pid":55,"lpToken":"0x3b6831c0077a1e44ED0a21841C3bC4dC11bCE833","token":"0x410ACa1a116cCc718e9A0BDd8080655a52f1FAC4","gauge":"0x4Fd86Ce7Ecea88F7E0aA78DC12625996Fb3a04bC","crvRewards":"0xD2B756Af4E345A8657C0656C148aDCD3000C97A4","stash":"0x03d1e553667F0cf0A4775069DAA5ed8F125308e8","shutdown":false,"extraRewards":[]},{"pid":56,"lpToken":"0x87650D7bbfC3A9F10587d7778206671719d9910D","token":"0xd1daFC25bf672a52eF9c092258389dC2AD078309","gauge":"0x25f0cE4E2F8dbA112D9b115710AC297F816087CD","crvRewards":"0x7D536a737C13561e0D2Decf1152a653B4e615158","stash":"0x899996778C4e0cae5680d76262E44a2a7a5852A1","shutdown":false,"extraRewards":[{"pool":"0x08ede581d9b9ae55fa7decc4e4331d191bbbf9db","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"},{"pool":"0x8a05801c1512f6018e450b0f69e9ca7b985fcea3","token":"0x8207c1ffc5b6804f6024322ccf34f29c3541ae26"}]},{"pid":57,"lpToken":"0xc270b3B858c335B6BA5D5b10e2Da8a09976005ad","token":"0x918696AB70bF4F9a22497fC73903F3498a885980","gauge":"0xC95bdf13A08A547E4dD9f29B00aB7fF08C5d093d","crvRewards":"0x500E169c15961DE8798Edb52e0f88a8662d30EC5","stash":"0x1aE471f8C3338e826a5f6f47Cdf33b504Da7cD83","shutdown":false,"extraRewards":[]},{"pid":58,"lpToken":"0xBaaa1F5DbA42C3389bDbc2c9D2dE134F5cD0Dc89","token":"0x88c82d9767CC8AF564Da81dDD10741fa9D875682","gauge":"0x16C2beE6f55dAB7F494dBa643fF52ef2D47FBA36","crvRewards":"0x329cb014b562d5d42927cfF0dEdF4c13ab0442EF","stash":"0x755758DcAa6e8072B541863983ADA9c7BDA7c420","shutdown":false,"extraRewards":[{"pool":"0x880c2c5c4ea8cef892a90e3f714eb60144c08c30","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":59,"lpToken":"0xCEAF7747579696A2F0bb206a14210e3c9e6fB269","token":"0x2d2006135e682984a8a2eB74F5C87c2251cC71E9","gauge":"0xb0f5d00e5916c8b8981e99191A1458704B587b2b","crvRewards":"0x7e2b9B5244bcFa5108A76D5E7b507CFD5581AD4A","stash":"0x77Aa721Ba9C1423c5DBce6E0804887eEbD99cd00","shutdown":false,"extraRewards":[{"pool":"0x28a68d9c58086daeb32d5c9297366cc91e50215d","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":60,"lpToken":"0xb9446c4Ef5EBE66268dA6700D26f96273DE3d571","token":"0xC98786A97d667Fe67AAe694BD7949813A73f1BF0","gauge":"0x1E212e054d74ed136256fc5a5DDdB4867c6E003F","crvRewards":"0x4a9b7eDD67f58654a2c33B587f98c5709AC7d482","stash":"0x54aD657aEe30c0f954944f639852d50960689Fa4","shutdown":false,"extraRewards":[{"pool":"0x74835a39fd0e72e142d5e83d514e3ef6e7642220","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"},{"pool":"0xb83eaada3757432f7a894944c3ac154fbdbd8b46","token":"0x31429d1856ad1377a8a0079410b297e1a9e214c2"}]},{"pid":61,"lpToken":"0xEd4064f376cB8d68F770FB1Ff088a3d0F3FF5c4d","token":"0x0Fb8dcdD95e4C48D3dD0eFA4086512f6F8FD4565","gauge":"0x1cEBdB0856dd985fAe9b8fEa2262469360B8a3a6","crvRewards":"0x085A2054c51eA5c91dbF7f90d65e728c0f2A270f","stash":"0x285972e5799cF224c4C6e81E9e47d4ae9EA7CBD3","shutdown":false,"extraRewards":[{"pool":"0xe1ecbb4181378e2346eac90eb5606c01aa08f052","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":62,"lpToken":"0xAA5A67c256e27A5d80712c51971408db3370927D","token":"0xb3E8f3D7Ec208a032178880955f6c877479d1FDd","gauge":"0x8Fa728F393588E8D8dD1ca397E9a710E53fA553a","crvRewards":"0x835f69e58087E5B6bffEf182fe2bf959Fe253c3c","stash":"0xE7c811697ac3dd92cb100882dAc5Bd4183Bab747","shutdown":false,"extraRewards":[]},{"pid":63,"lpToken":"0x6BA5b4e438FA0aAf7C1bD179285aF65d13bD3D90","token":"0x2937Ef019db60C826Fe6141EB300847f85E66956","gauge":"0x66ec719045bBD62db5eBB11184c18237D3Cc2E62","crvRewards":"0x29B91c6CEC4F43aFdb6f6d71FAf1C03d6b712f55","stash":"0xAEA94fC182b7Fe73E25C0C7954FE1d5f5173C0B9","shutdown":false,"extraRewards":[]},{"pid":64,"lpToken":"0x3A283D9c08E8b55966afb64C515f5143cf907611","token":"0x0bC857f97c0554d1d0D602b56F2EEcE682016fBA","gauge":"0x7E1444BA99dcdFfE8fBdb42C02F0005D14f13BE1","crvRewards":"0xb1Fb0BA0676A1fFA83882c7F4805408bA232C1fA","stash":"0x679df29F380F1BEc31657cd6a5638aec4AEA3300","shutdown":false,"extraRewards":[{"pool":"0x834b9147fd23bf131644abc6e557daf99c5cda15","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"}]},{"pid":65,"lpToken":"0x8484673cA7BfF40F82B041916881aeA15ee84834","token":"0x7B00e822F9E05882F9e088655e738F656C99C53A","gauge":"0x1B3E14157ED33F60668f2103bCd5Db39a1573E5B","crvRewards":"0x6cb1933E49C48AE8ec12d39aD7D85695b247deDB","stash":"0x2B7559683B0cC4dbF06CEd4c3AC1B589f7F5a53B","shutdown":false,"extraRewards":[]},{"pid":66,"lpToken":"0x8282BD15dcA2EA2bDf24163E8f2781B30C43A2ef","token":"0xe87f447ef9B76905A25ab8160c7EF66864f4984A","gauge":"0x08380a4999Be1a958E2abbA07968d703C7A3027C","crvRewards":"0xb2f0bB6352417c1Bf017862aC165E67623611aF3","stash":"0x8bf218F98e1f433D083A6313FB49b2e69Cb89148","shutdown":false,"extraRewards":[]},{"pid":67,"lpToken":"0xCb08717451aaE9EF950a2524E33B6DCaBA60147B","token":"0x1766EDBa8CD066e3eB1912D2b8c7E2c59A3D7Ece","gauge":"0x6070fBD4E608ee5391189E7205d70cc4A274c017","crvRewards":"0x3E91E7c822AC8b4b7905d108c3faCF22A3ee5d2c","stash":"0xf9c837b180744F1C2855D3008740ADf1f305dfe5","shutdown":false,"extraRewards":[]},{"pid":68,"lpToken":"0x29059568bB40344487d62f7450E78b8E6C74e0e5","token":"0x73b78A30A1D249D88Ad6CCb80B1e0b357Fb4b5Ea","gauge":"0x05255C5BD33672b9FEA4129C13274D1E6193312d","crvRewards":"0x3207bDc327aB67f182B82948fd3DF757F8771324","stash":"0x24C93C04E1ed12cF15E7f69611d59e3145150ADE","shutdown":false,"extraRewards":[]},{"pid":69,"lpToken":"0x90244F43D548a4f8dFecfAD91a193465B1fad6F7","token":"0x7E72dDA16B916c986972B1c9F3fbfAe67D96D733","gauge":"0x009aCD89535DAbC270C93F9b39D3232105Fef453","crvRewards":"0xAA0e8Ef60BaBda02Ef11c89a061D82b1D61a462C","stash":"0xAC86e1b070b8364D49fA34CDc3e2fA6e98674873","shutdown":false,"extraRewards":[]},{"pid":70,"lpToken":"0xB37D6c07482Bc11cd28a1f11f1a6ad7b66Dec933","token":"0xbAff5309fa5bf4556cddf83BD729A18Dc8058a9f","gauge":"0x38039dD47636154273b287F74C432Cac83Da97e2","crvRewards":"0x769499A7B4093b2AA35E3F3C00B1ab5dc8EF7146","stash":"0x434Bf2F8fdfAD278571e4b46d1628353FaCb0B73","shutdown":false,"extraRewards":[{"pool":"0x92dfd397b6d0b878126f5a5f6f446ae9fc8a8356","token":"0x31429d1856ad1377a8a0079410b297e1a9e214c2"},{"pool":"0x19ba12d57ad7b126de898706aa6dbf7d6dc85ff8","token":"0xedb67ee1b171c4ec66e6c10ec43edbba20fae8e9"}]},{"pid":71,"lpToken":"0x06cb22615BA53E60D67Bf6C341a0fD5E718E1655","token":"0x6b35abd7612270E09244aFdbE3e5cf67f3B4E09F","gauge":"0xdC69D4cB5b86388Fff0b51885677e258883534ae","crvRewards":"0x3133A4428AAC0b4ad96a09845363386ECd289A9c","stash":"0xe842D814EB4Ff3420d6873eBDDE1d9c6ac384fB2","shutdown":false,"extraRewards":[]},{"pid":72,"lpToken":"0xF3A43307DcAFa93275993862Aae628fCB50dC768","token":"0xCB6D873f7BbE57584a9b08380901Dc200Be7CE74","gauge":"0xAB1927160EC7414C6Fa71763E2a9f3D107c126dd","crvRewards":"0xf27AFAD0142393e4b3E5510aBc5fe3743Ad669Cb","stash":"0x4f3AD55D7b884CDC48ADD1e2451A13af17887F26","shutdown":false,"extraRewards":[{"pool":"0xe2585f27bf5aab7756f626d6444ed5fc9154e606","token":"0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b"},{"pool":"0x28120d9d49dbaeb5e34d6b809b842684c482ef27","token":"0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0"}]},{"pid":73,"lpToken":"0x447Ddd4960d9fdBF6af9a790560d0AF76795CB08","token":"0x38C9E856C289594F8E0F095FF396142F19004cdb","gauge":"0x8aD7e0e6EDc61bC48ca0DD07f9021c249044eD30","crvRewards":"0x5c463069b99AfC9333F4dC2203a9f0c6C7658cCc","stash":"0x96Cf7f62b073ddEBf9b4F989586f5c7BC3483b66","shutdown":false,"extraRewards":[]},{"pid":74,"lpToken":"0x137469B55D1f15651BA46A89D0588e97dD0B6562","token":"0xe7f50e96e0FE8285D3B27B3b9A464a2102C9708c","gauge":"0x02246583870b36Be0fEf2819E1d3A771d6C07546","crvRewards":"0x36c7E7F9031647A74687ce46A8e16BcEA84f3865","stash":"0x406868FBFdb61f976C2A76d617259EFB7778860A","shutdown":false,"extraRewards":[]},{"pid":75,"lpToken":"0xE160364FD8407FFc8b163e278300c6C5D18Ff61d","token":"0x6b45b93B4505B5c134262c3985d776D71a20D601","gauge":"0x5AC6886Edd18ED0AD01C0B0910660637c551FBd6","crvRewards":"0x41565A76DC949E57486Ca4550C2e086D95AEfb19","stash":"0xFf4bEA60c48bA9210527F24E28bAC56BACE1f286","shutdown":false,"extraRewards":[]},{"pid":76,"lpToken":"0xbcb91E689114B9Cc865AD7871845C95241Df4105","token":"0x80D68884f425f73395EA0a7476a786De38Ca1306","gauge":"0xb07d00e0eE9b1b2eb9f1B483924155Af7AF0c8Fa","crvRewards":"0xC4d009E61a904BfDf39144295F12870E8305D4d9","stash":"0x2f95d210231aC0eEc91C312F80783bF97133C8Bb","shutdown":false,"extraRewards":[]},{"pid":77,"lpToken":"0xC9467E453620f16b57a34a770C6bceBECe002587","token":"0x518AbdbEe7B2e1D62d3C7435B8FEE56AED7dcE53","gauge":"0xB5efA93d5D23642f970aF41a1ea9A26f19CbD2Eb","crvRewards":"0x589761B61D8d1C8ecc36F3cFE35932670749015a","stash":"0xA8ec0bf38200188DcE8344a8B82d7aAc26A6faF5","shutdown":false,"extraRewards":[]},{"pid":78,"lpToken":"0x2302aaBe69e6E7A1b0Aa23aAC68fcCB8A4D2B460","token":"0x77d869e95a08b6b88f8f87DeEdEd5e9b8bb30B29","gauge":"0x784342E983E9283A7108F20FcA21995534b3fE65","crvRewards":"0xE259d085f55825624bBA8571eD20984c125Ba720","stash":"0x637aC4C86b8b85fbA60e657D1Ba312b3451D7386","shutdown":false,"extraRewards":[],"noTest":true},{"pid":79,"lpToken":"0x1054Ff2ffA34c055a13DCD9E0b4c0cA5b3aecEB9","token":"0x98A0f1541684542Da2455A965dC8CEA1D5f26c24","gauge":"0xE786Df7076AFeECC3faCD841ED4AD20d0F04CF19","crvRewards":"0x8731A63dD6aF83c044F623A89ABD50A8bb5a5022","stash":"0x777C03A0B05e0954F789256E9048ed076f5EbE3d","shutdown":false,"extraRewards":[],"noTest":true},{"pid":154,"lpToken":"0x6c38cE8984a890F5e46e6dF6117C26b3F1EcfC9C","token":"0x96C01B43853bE9E27363B15bE620769437cBa345","gauge":"0x9d4D981d8a9066f5db8532A5816543dE8819d4A8","crvRewards":"0x65C8aa24db76e870DEDfC35701eff84de405D1ba","stash":"0x8A297eFeDE43f47f76014a82D1B910Ee05d83226","extraRewards":[]},{"pid":127,"lpToken":"0x5b6C539b224014A09B3388e51CaAA8e354c959C8","token":"0x06A2C4431FB5dBfECbCbA15154Dd53E374c14292","gauge":"0xAd96E10123Fa34a01cf2314C42D75150849C9295","crvRewards":"0x5d02EcD9B83f1187e92aD5be3d1bd2915CA03699","stash":"0xDdc53D3B91090CD99d87ee1E6108857732fB5E4A","extraRewards":[]}]');
|
|
8130
8353
|
|
|
8131
8354
|
/***/ }),
|
|
8132
|
-
/*
|
|
8355
|
+
/* 207 */
|
|
8133
8356
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8134
8357
|
|
|
8135
8358
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8138,7 +8361,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8138
8361
|
/* harmony export */ });
|
|
8139
8362
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8140
8363
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8141
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8364
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(205);
|
|
8142
8365
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8143
8366
|
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); } }
|
|
8144
8367
|
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); }); }; }
|
|
@@ -8188,7 +8411,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8188
8411
|
}
|
|
8189
8412
|
|
|
8190
8413
|
/***/ }),
|
|
8191
|
-
/*
|
|
8414
|
+
/* 208 */
|
|
8192
8415
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8193
8416
|
|
|
8194
8417
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8197,7 +8420,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8197
8420
|
/* harmony export */ });
|
|
8198
8421
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8199
8422
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8200
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8423
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(205);
|
|
8201
8424
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8202
8425
|
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); } }
|
|
8203
8426
|
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); }); }; }
|
|
@@ -8245,7 +8468,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8245
8468
|
}
|
|
8246
8469
|
|
|
8247
8470
|
/***/ }),
|
|
8248
|
-
/*
|
|
8471
|
+
/* 209 */
|
|
8249
8472
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8250
8473
|
|
|
8251
8474
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8258,13 +8481,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8258
8481
|
/* harmony export */ "CBUpdateRebondSubAction": () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
|
|
8259
8482
|
/* harmony export */ "FetchBondIdAction": () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
|
|
8260
8483
|
/* harmony export */ });
|
|
8261
|
-
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8262
|
-
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8263
|
-
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8264
|
-
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8265
|
-
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8266
|
-
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8267
|
-
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8484
|
+
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(210);
|
|
8485
|
+
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(211);
|
|
8486
|
+
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(212);
|
|
8487
|
+
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(213);
|
|
8488
|
+
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(214);
|
|
8489
|
+
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(215);
|
|
8490
|
+
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(216);
|
|
8268
8491
|
|
|
8269
8492
|
|
|
8270
8493
|
|
|
@@ -8274,7 +8497,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8274
8497
|
|
|
8275
8498
|
|
|
8276
8499
|
/***/ }),
|
|
8277
|
-
/*
|
|
8500
|
+
/* 210 */
|
|
8278
8501
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8279
8502
|
|
|
8280
8503
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8315,7 +8538,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8315
8538
|
}
|
|
8316
8539
|
|
|
8317
8540
|
/***/ }),
|
|
8318
|
-
/*
|
|
8541
|
+
/* 211 */
|
|
8319
8542
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8320
8543
|
|
|
8321
8544
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8345,7 +8568,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8345
8568
|
}
|
|
8346
8569
|
|
|
8347
8570
|
/***/ }),
|
|
8348
|
-
/*
|
|
8571
|
+
/* 212 */
|
|
8349
8572
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8350
8573
|
|
|
8351
8574
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8376,7 +8599,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8376
8599
|
}
|
|
8377
8600
|
|
|
8378
8601
|
/***/ }),
|
|
8379
|
-
/*
|
|
8602
|
+
/* 213 */
|
|
8380
8603
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8381
8604
|
|
|
8382
8605
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8420,7 +8643,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8420
8643
|
}
|
|
8421
8644
|
|
|
8422
8645
|
/***/ }),
|
|
8423
|
-
/*
|
|
8646
|
+
/* 214 */
|
|
8424
8647
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8425
8648
|
|
|
8426
8649
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8447,7 +8670,7 @@ class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8447
8670
|
}
|
|
8448
8671
|
|
|
8449
8672
|
/***/ }),
|
|
8450
|
-
/*
|
|
8673
|
+
/* 215 */
|
|
8451
8674
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8452
8675
|
|
|
8453
8676
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8476,7 +8699,7 @@ class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8476
8699
|
}
|
|
8477
8700
|
|
|
8478
8701
|
/***/ }),
|
|
8479
|
-
/*
|
|
8702
|
+
/* 216 */
|
|
8480
8703
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8481
8704
|
|
|
8482
8705
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8503,7 +8726,7 @@ class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8503
8726
|
}
|
|
8504
8727
|
|
|
8505
8728
|
/***/ }),
|
|
8506
|
-
/*
|
|
8729
|
+
/* 217 */
|
|
8507
8730
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8508
8731
|
|
|
8509
8732
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8516,13 +8739,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8516
8739
|
/* harmony export */ "CompoundV3TransferAction": () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
|
|
8517
8740
|
/* harmony export */ "CompoundV3WithdrawAction": () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
|
|
8518
8741
|
/* harmony export */ });
|
|
8519
|
-
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8520
|
-
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8521
|
-
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8522
|
-
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8523
|
-
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8524
|
-
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8525
|
-
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8742
|
+
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(218);
|
|
8743
|
+
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(219);
|
|
8744
|
+
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(220);
|
|
8745
|
+
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(221);
|
|
8746
|
+
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(222);
|
|
8747
|
+
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(223);
|
|
8748
|
+
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(224);
|
|
8526
8749
|
|
|
8527
8750
|
|
|
8528
8751
|
|
|
@@ -8532,7 +8755,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8532
8755
|
|
|
8533
8756
|
|
|
8534
8757
|
/***/ }),
|
|
8535
|
-
/*
|
|
8758
|
+
/* 218 */
|
|
8536
8759
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8537
8760
|
|
|
8538
8761
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8584,7 +8807,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
8584
8807
|
}
|
|
8585
8808
|
|
|
8586
8809
|
/***/ }),
|
|
8587
|
-
/*
|
|
8810
|
+
/* 219 */
|
|
8588
8811
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8589
8812
|
|
|
8590
8813
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8617,7 +8840,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8617
8840
|
}
|
|
8618
8841
|
|
|
8619
8842
|
/***/ }),
|
|
8620
|
-
/*
|
|
8843
|
+
/* 220 */
|
|
8621
8844
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8622
8845
|
|
|
8623
8846
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8674,7 +8897,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
8674
8897
|
}
|
|
8675
8898
|
|
|
8676
8899
|
/***/ }),
|
|
8677
|
-
/*
|
|
8900
|
+
/* 221 */
|
|
8678
8901
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8679
8902
|
|
|
8680
8903
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8709,7 +8932,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8709
8932
|
}
|
|
8710
8933
|
|
|
8711
8934
|
/***/ }),
|
|
8712
|
-
/*
|
|
8935
|
+
/* 222 */
|
|
8713
8936
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8714
8937
|
|
|
8715
8938
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8743,7 +8966,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8743
8966
|
}
|
|
8744
8967
|
|
|
8745
8968
|
/***/ }),
|
|
8746
|
-
/*
|
|
8969
|
+
/* 223 */
|
|
8747
8970
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8748
8971
|
|
|
8749
8972
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8775,7 +8998,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8775
8998
|
}
|
|
8776
8999
|
|
|
8777
9000
|
/***/ }),
|
|
8778
|
-
/*
|
|
9001
|
+
/* 224 */
|
|
8779
9002
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8780
9003
|
|
|
8781
9004
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8811,7 +9034,7 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8811
9034
|
}
|
|
8812
9035
|
|
|
8813
9036
|
/***/ }),
|
|
8814
|
-
/*
|
|
9037
|
+
/* 225 */
|
|
8815
9038
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8816
9039
|
|
|
8817
9040
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8826,15 +9049,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8826
9049
|
/* harmony export */ "MorphoAaveV3WithdrawAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__.MorphoAaveV3WithdrawAction),
|
|
8827
9050
|
/* harmony export */ "MorphoClaimAction": () => (/* reexport safe */ _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__.MorphoClaimAction)
|
|
8828
9051
|
/* harmony export */ });
|
|
8829
|
-
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8830
|
-
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8831
|
-
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8832
|
-
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8833
|
-
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8834
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8835
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8836
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
8837
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9052
|
+
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(226);
|
|
9053
|
+
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(227);
|
|
9054
|
+
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(228);
|
|
9055
|
+
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(229);
|
|
9056
|
+
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(230);
|
|
9057
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(231);
|
|
9058
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(232);
|
|
9059
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(233);
|
|
9060
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(234);
|
|
8838
9061
|
|
|
8839
9062
|
|
|
8840
9063
|
|
|
@@ -8846,7 +9069,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8846
9069
|
|
|
8847
9070
|
|
|
8848
9071
|
/***/ }),
|
|
8849
|
-
/*
|
|
9072
|
+
/* 226 */
|
|
8850
9073
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8851
9074
|
|
|
8852
9075
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8895,7 +9118,7 @@ class MorphoAaveV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
8895
9118
|
}
|
|
8896
9119
|
|
|
8897
9120
|
/***/ }),
|
|
8898
|
-
/*
|
|
9121
|
+
/* 227 */
|
|
8899
9122
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8900
9123
|
|
|
8901
9124
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8924,7 +9147,7 @@ class MorphoAaveV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8924
9147
|
}
|
|
8925
9148
|
|
|
8926
9149
|
/***/ }),
|
|
8927
|
-
/*
|
|
9150
|
+
/* 228 */
|
|
8928
9151
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8929
9152
|
|
|
8930
9153
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8955,7 +9178,7 @@ class MorphoAaveV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8955
9178
|
}
|
|
8956
9179
|
|
|
8957
9180
|
/***/ }),
|
|
8958
|
-
/*
|
|
9181
|
+
/* 229 */
|
|
8959
9182
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8960
9183
|
|
|
8961
9184
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9002,7 +9225,7 @@ class MorphoAaveV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9002
9225
|
}
|
|
9003
9226
|
|
|
9004
9227
|
/***/ }),
|
|
9005
|
-
/*
|
|
9228
|
+
/* 230 */
|
|
9006
9229
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9007
9230
|
|
|
9008
9231
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9031,7 +9254,7 @@ class MorphoClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9031
9254
|
}
|
|
9032
9255
|
|
|
9033
9256
|
/***/ }),
|
|
9034
|
-
/*
|
|
9257
|
+
/* 231 */
|
|
9035
9258
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9036
9259
|
|
|
9037
9260
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9083,7 +9306,7 @@ class MorphoAaveV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9083
9306
|
}
|
|
9084
9307
|
|
|
9085
9308
|
/***/ }),
|
|
9086
|
-
/*
|
|
9309
|
+
/* 232 */
|
|
9087
9310
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9088
9311
|
|
|
9089
9312
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9119,7 +9342,7 @@ class MorphoAaveV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9119
9342
|
}
|
|
9120
9343
|
|
|
9121
9344
|
/***/ }),
|
|
9122
|
-
/*
|
|
9345
|
+
/* 233 */
|
|
9123
9346
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9124
9347
|
|
|
9125
9348
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9153,7 +9376,7 @@ class MorphoAaveV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9153
9376
|
}
|
|
9154
9377
|
|
|
9155
9378
|
/***/ }),
|
|
9156
|
-
/*
|
|
9379
|
+
/* 234 */
|
|
9157
9380
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9158
9381
|
|
|
9159
9382
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9201,7 +9424,7 @@ class MorphoAaveV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9201
9424
|
}
|
|
9202
9425
|
|
|
9203
9426
|
/***/ }),
|
|
9204
|
-
/*
|
|
9427
|
+
/* 235 */
|
|
9205
9428
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9206
9429
|
|
|
9207
9430
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9209,13 +9432,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9209
9432
|
/* harmony export */ "BprotocolLiquitySPDepositAction": () => (/* reexport safe */ _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__.BprotocolLiquitySPDepositAction),
|
|
9210
9433
|
/* harmony export */ "BprotocolLiquitySPWithdrawAction": () => (/* reexport safe */ _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BprotocolLiquitySPWithdrawAction)
|
|
9211
9434
|
/* harmony export */ });
|
|
9212
|
-
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9213
|
-
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9435
|
+
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(236);
|
|
9436
|
+
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(237);
|
|
9214
9437
|
|
|
9215
9438
|
|
|
9216
9439
|
|
|
9217
9440
|
/***/ }),
|
|
9218
|
-
/*
|
|
9441
|
+
/* 236 */
|
|
9219
9442
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9220
9443
|
|
|
9221
9444
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9260,7 +9483,7 @@ class BprotocolLiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1
|
|
|
9260
9483
|
}
|
|
9261
9484
|
|
|
9262
9485
|
/***/ }),
|
|
9263
|
-
/*
|
|
9486
|
+
/* 237 */
|
|
9264
9487
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9265
9488
|
|
|
9266
9489
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9291,7 +9514,7 @@ class BprotocolLiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
9291
9514
|
}
|
|
9292
9515
|
|
|
9293
9516
|
/***/ }),
|
|
9294
|
-
/*
|
|
9517
|
+
/* 238 */
|
|
9295
9518
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9296
9519
|
|
|
9297
9520
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9306,15 +9529,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9306
9529
|
/* harmony export */ "CurveUsdSupplyAction": () => (/* reexport safe */ _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CurveUsdSupplyAction),
|
|
9307
9530
|
/* harmony export */ "CurveUsdWithdrawAction": () => (/* reexport safe */ _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveUsdWithdrawAction)
|
|
9308
9531
|
/* harmony export */ });
|
|
9309
|
-
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9310
|
-
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9311
|
-
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9312
|
-
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9313
|
-
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9314
|
-
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9315
|
-
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9316
|
-
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9317
|
-
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9532
|
+
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(239);
|
|
9533
|
+
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(241);
|
|
9534
|
+
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(242);
|
|
9535
|
+
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(243);
|
|
9536
|
+
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(244);
|
|
9537
|
+
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(245);
|
|
9538
|
+
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(246);
|
|
9539
|
+
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(247);
|
|
9540
|
+
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(248);
|
|
9318
9541
|
|
|
9319
9542
|
|
|
9320
9543
|
|
|
@@ -9326,7 +9549,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9326
9549
|
|
|
9327
9550
|
|
|
9328
9551
|
/***/ }),
|
|
9329
|
-
/*
|
|
9552
|
+
/* 239 */
|
|
9330
9553
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9331
9554
|
|
|
9332
9555
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9336,7 +9559,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9336
9559
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9337
9560
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9338
9561
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9339
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9562
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(240);
|
|
9340
9563
|
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); } }
|
|
9341
9564
|
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); }); }; }
|
|
9342
9565
|
|
|
@@ -9376,7 +9599,7 @@ class CurveUsdCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9376
9599
|
}
|
|
9377
9600
|
|
|
9378
9601
|
/***/ }),
|
|
9379
|
-
/*
|
|
9602
|
+
/* 240 */
|
|
9380
9603
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9381
9604
|
|
|
9382
9605
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9408,7 +9631,7 @@ var controllerToAssetMap = {
|
|
|
9408
9631
|
var controllerFactoryAddress = '0xC9332fdCB1C491Dcc683bAe86Fe3cb70360738BC';
|
|
9409
9632
|
|
|
9410
9633
|
/***/ }),
|
|
9411
|
-
/*
|
|
9634
|
+
/* 241 */
|
|
9412
9635
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9413
9636
|
|
|
9414
9637
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9417,7 +9640,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9417
9640
|
/* harmony export */ });
|
|
9418
9641
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9419
9642
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9420
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9643
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(240);
|
|
9421
9644
|
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); } }
|
|
9422
9645
|
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); }); }; }
|
|
9423
9646
|
|
|
@@ -9453,7 +9676,7 @@ class CurveUsdSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9453
9676
|
}
|
|
9454
9677
|
|
|
9455
9678
|
/***/ }),
|
|
9456
|
-
/*
|
|
9679
|
+
/* 242 */
|
|
9457
9680
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9458
9681
|
|
|
9459
9682
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9484,7 +9707,7 @@ class CurveUsdWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9484
9707
|
}
|
|
9485
9708
|
|
|
9486
9709
|
/***/ }),
|
|
9487
|
-
/*
|
|
9710
|
+
/* 243 */
|
|
9488
9711
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9489
9712
|
|
|
9490
9713
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9515,7 +9738,7 @@ class CurveUsdBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9515
9738
|
}
|
|
9516
9739
|
|
|
9517
9740
|
/***/ }),
|
|
9518
|
-
/*
|
|
9741
|
+
/* 244 */
|
|
9519
9742
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9520
9743
|
|
|
9521
9744
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9563,7 +9786,7 @@ class CurveUsdPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
9563
9786
|
}
|
|
9564
9787
|
|
|
9565
9788
|
/***/ }),
|
|
9566
|
-
/*
|
|
9789
|
+
/* 245 */
|
|
9567
9790
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9568
9791
|
|
|
9569
9792
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9586,7 +9809,7 @@ class CurveUsdRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9586
9809
|
}
|
|
9587
9810
|
|
|
9588
9811
|
/***/ }),
|
|
9589
|
-
/*
|
|
9812
|
+
/* 246 */
|
|
9590
9813
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9591
9814
|
|
|
9592
9815
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9629,59 +9852,638 @@ class CurveUsdSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
9629
9852
|
}
|
|
9630
9853
|
|
|
9631
9854
|
/***/ }),
|
|
9632
|
-
/*
|
|
9855
|
+
/* 247 */
|
|
9856
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9857
|
+
|
|
9858
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9859
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9860
|
+
/* harmony export */ "CurveUsdLevCreateAction": () => (/* binding */ CurveUsdLevCreateAction)
|
|
9861
|
+
/* harmony export */ });
|
|
9862
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9863
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9864
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9865
|
+
|
|
9866
|
+
|
|
9867
|
+
|
|
9868
|
+
/**
|
|
9869
|
+
*
|
|
9870
|
+
* @category CurveUsd
|
|
9871
|
+
*/
|
|
9872
|
+
class CurveUsdLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9873
|
+
constructor(controllerAddress, collateralAmount, debtAmount, minAmount, nBands, from, additionData, gasUsed, dfsFeeDivider, useSteth) {
|
|
9874
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(from);
|
|
9875
|
+
super('CurveUsdLevCreate', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('CurveUsdLevCreate'), ['address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'bytes', 'uint32', 'uint32', 'bool'], [controllerAddress, collateralAmount, debtAmount, minAmount, nBands, from, additionData, gasUsed, dfsFeeDivider, useSteth]);
|
|
9876
|
+
this.mappableArgs = [...this.args];
|
|
9877
|
+
}
|
|
9878
|
+
}
|
|
9879
|
+
|
|
9880
|
+
/***/ }),
|
|
9881
|
+
/* 248 */
|
|
9882
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9883
|
+
|
|
9884
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9885
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9886
|
+
/* harmony export */ "CurveUsdSelfLiquidateWithCollAction": () => (/* binding */ CurveUsdSelfLiquidateWithCollAction)
|
|
9887
|
+
/* harmony export */ });
|
|
9888
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9889
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9890
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9891
|
+
|
|
9892
|
+
|
|
9893
|
+
|
|
9894
|
+
/**
|
|
9895
|
+
*
|
|
9896
|
+
* @category CurveUsd
|
|
9897
|
+
*/
|
|
9898
|
+
class CurveUsdSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9899
|
+
constructor(controllerAddress, percentage, minCrvUsdExpected, swapAmount, minAmount, to, additionData, gasUsed, dfsFeeDivider, useSteth) {
|
|
9900
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(to);
|
|
9901
|
+
super('CurveUsdSelfLiquidateWithColl', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('CurveUsdSelfLiquidateWithColl'), ['address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'bytes', 'uint32', 'uint32', 'bool'], [controllerAddress, percentage, minCrvUsdExpected, swapAmount, minAmount, to, additionData, gasUsed, dfsFeeDivider, useSteth]);
|
|
9902
|
+
this.mappableArgs = [...this.args];
|
|
9903
|
+
}
|
|
9904
|
+
}
|
|
9905
|
+
|
|
9906
|
+
/***/ }),
|
|
9907
|
+
/* 249 */
|
|
9908
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9909
|
+
|
|
9910
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9911
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9912
|
+
/* harmony export */ "SparkBorrowAction": () => (/* reexport safe */ _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__.SparkBorrowAction),
|
|
9913
|
+
/* harmony export */ "SparkClaimRewardsAction": () => (/* reexport safe */ _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__.SparkClaimRewardsAction),
|
|
9914
|
+
/* harmony export */ "SparkCollateralSwitchAction": () => (/* reexport safe */ _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__.SparkCollateralSwitchAction),
|
|
9915
|
+
/* harmony export */ "SparkPaybackAction": () => (/* reexport safe */ _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__.SparkPaybackAction),
|
|
9916
|
+
/* harmony export */ "SparkSetEModeAction": () => (/* reexport safe */ _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__.SparkSetEModeAction),
|
|
9917
|
+
/* harmony export */ "SparkSpTokenPaybackAction": () => (/* reexport safe */ _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__.SparkSpTokenPaybackAction),
|
|
9918
|
+
/* harmony export */ "SparkSupplyAction": () => (/* reexport safe */ _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__.SparkSupplyAction),
|
|
9919
|
+
/* harmony export */ "SparkSwapBorrowRateModeAction": () => (/* reexport safe */ _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.SparkSwapBorrowRateModeAction),
|
|
9920
|
+
/* harmony export */ "SparkWithdrawAction": () => (/* reexport safe */ _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.SparkWithdrawAction)
|
|
9921
|
+
/* harmony export */ });
|
|
9922
|
+
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(250);
|
|
9923
|
+
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(251);
|
|
9924
|
+
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(252);
|
|
9925
|
+
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(253);
|
|
9926
|
+
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(254);
|
|
9927
|
+
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(255);
|
|
9928
|
+
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(256);
|
|
9929
|
+
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(257);
|
|
9930
|
+
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(258);
|
|
9931
|
+
|
|
9932
|
+
|
|
9933
|
+
|
|
9934
|
+
|
|
9935
|
+
|
|
9936
|
+
|
|
9937
|
+
|
|
9938
|
+
|
|
9939
|
+
|
|
9940
|
+
|
|
9941
|
+
/***/ }),
|
|
9942
|
+
/* 250 */
|
|
9943
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9944
|
+
|
|
9945
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9946
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9947
|
+
/* harmony export */ "SparkSupplyAction": () => (/* binding */ SparkSupplyAction)
|
|
9948
|
+
/* harmony export */ });
|
|
9949
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
9950
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
9951
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
|
|
9952
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9953
|
+
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); } }
|
|
9954
|
+
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); }); }; }
|
|
9955
|
+
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; }
|
|
9956
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
9957
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
9958
|
+
|
|
9959
|
+
|
|
9960
|
+
|
|
9961
|
+
/**
|
|
9962
|
+
* SparkSupplyAction - Supply token to an Spark position
|
|
9963
|
+
*
|
|
9964
|
+
* @category Spark
|
|
9965
|
+
*/
|
|
9966
|
+
class SparkSupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.ActionWithL2 {
|
|
9967
|
+
/**
|
|
9968
|
+
* @param useDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
9969
|
+
* @param market Address provider for specific market
|
|
9970
|
+
* @param amount Amount of tokens to be deposited
|
|
9971
|
+
* @param from Tokens will be supplied from this address
|
|
9972
|
+
* @param tokenAddress Address of the token
|
|
9973
|
+
* @param assetId The id of the token to be deposited
|
|
9974
|
+
* @param enableAsColl If we need to enable asset as collateral
|
|
9975
|
+
* @param useOnBehalf use on behalf param or default to proxy
|
|
9976
|
+
* @param onBehalf For what user we are supplying the tokens, defaults to proxy
|
|
9977
|
+
*/
|
|
9978
|
+
constructor(useDefaultMarket, market, amount, from, tokenAddress, assetId, enableAsColl, useOnBehalf) {
|
|
9979
|
+
var onBehalf = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
9980
|
+
super('SparkSupply', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('SparkSupply'), ['uint256', 'address', 'uint16', 'bool', 'bool', 'bool', 'address', 'address'], [amount, from, assetId, enableAsColl, useDefaultMarket, useOnBehalf, market, onBehalf]);
|
|
9981
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
9982
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5], this.args[6], this.args[7]];
|
|
9983
|
+
this.tokenForApproval = tokenAddress;
|
|
9984
|
+
}
|
|
9985
|
+
getAssetsToApprove() {
|
|
9986
|
+
var _this = this;
|
|
9987
|
+
return _asyncToGenerator(function* () {
|
|
9988
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
9989
|
+
if (asset.symbol !== 'ETH') return [{
|
|
9990
|
+
asset: _this.tokenForApproval,
|
|
9991
|
+
owner: _this.args[1]
|
|
9992
|
+
}];
|
|
9993
|
+
return [];
|
|
9994
|
+
})();
|
|
9995
|
+
}
|
|
9996
|
+
encodeInputs() {
|
|
9997
|
+
// executeActionDirectL2
|
|
9998
|
+
var encodedInput = '0x2895f3aa';
|
|
9999
|
+
// amount
|
|
10000
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
10001
|
+
// from
|
|
10002
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[1]));
|
|
10003
|
+
// assetId
|
|
10004
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[2]));
|
|
10005
|
+
// enableAsColl
|
|
10006
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[3]));
|
|
10007
|
+
// useDefaultMarket
|
|
10008
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[4]));
|
|
10009
|
+
// useOnBehalf
|
|
10010
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[5]));
|
|
10011
|
+
if (!this.args[4]) {
|
|
10012
|
+
// market
|
|
10013
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[6]));
|
|
10014
|
+
}
|
|
10015
|
+
if (this.args[5]) {
|
|
10016
|
+
// onBehalf
|
|
10017
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[7]));
|
|
10018
|
+
}
|
|
10019
|
+
return encodedInput;
|
|
10020
|
+
}
|
|
10021
|
+
}
|
|
10022
|
+
|
|
10023
|
+
/***/ }),
|
|
10024
|
+
/* 251 */
|
|
10025
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10026
|
+
|
|
10027
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10028
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10029
|
+
/* harmony export */ "SparkBorrowAction": () => (/* binding */ SparkBorrowAction)
|
|
10030
|
+
/* harmony export */ });
|
|
10031
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10032
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10033
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
10034
|
+
|
|
10035
|
+
|
|
10036
|
+
|
|
10037
|
+
|
|
10038
|
+
/**
|
|
10039
|
+
* SparkBorrowAction - Borrow a token from Spark
|
|
10040
|
+
*
|
|
10041
|
+
* @category Spark
|
|
10042
|
+
*/
|
|
10043
|
+
class SparkBorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10044
|
+
/**
|
|
10045
|
+
* @param useDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10046
|
+
* @param market Address provider for specific market
|
|
10047
|
+
* @param amount Amount of tokens to be borrowed
|
|
10048
|
+
* @param to The address we are sending the borrowed tokens to
|
|
10049
|
+
* @param rateMode Type of borrow debt [Stable: 1, Variable: 2]
|
|
10050
|
+
* @param assetId The id of the token to be borrowed
|
|
10051
|
+
* @param useOnBehalf use on behalf or default to proxy
|
|
10052
|
+
* @param onBehalf On whose behalf we borrow the tokens, defaults to proxy
|
|
10053
|
+
*/
|
|
10054
|
+
constructor(useDefaultMarket, market, amount, to, rateMode, assetId, useOnBehalf) {
|
|
10055
|
+
var onBehalf = arguments.length > 7 && arguments[7] !== undefined ? arguments[7] : (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('Empty');
|
|
10056
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_2__.requireAddress)(to);
|
|
10057
|
+
super('SparkBorrow', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkBorrow'), ['uint256', 'address', 'uint8', 'uint16', 'bool', 'bool', 'address', 'address'], [amount, to, rateMode, assetId, useDefaultMarket, useOnBehalf, market, onBehalf]);
|
|
10058
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5], this.args[6], this.args[7]];
|
|
10059
|
+
}
|
|
10060
|
+
encodeInputs() {
|
|
10061
|
+
// executeActionDirectL2
|
|
10062
|
+
var encodedInput = '0x2895f3aa';
|
|
10063
|
+
// amount
|
|
10064
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
10065
|
+
// to
|
|
10066
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[1]));
|
|
10067
|
+
// rateMode
|
|
10068
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[2]));
|
|
10069
|
+
// assetId
|
|
10070
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[3]));
|
|
10071
|
+
// useDefaultMarket
|
|
10072
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[4]));
|
|
10073
|
+
// useOnBehalf
|
|
10074
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[5]));
|
|
10075
|
+
if (!this.args[4]) {
|
|
10076
|
+
// market
|
|
10077
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[6]));
|
|
10078
|
+
}
|
|
10079
|
+
if (this.args[5]) {
|
|
10080
|
+
// onBehalf
|
|
10081
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[7]));
|
|
10082
|
+
}
|
|
10083
|
+
return encodedInput;
|
|
10084
|
+
}
|
|
10085
|
+
}
|
|
10086
|
+
|
|
10087
|
+
/***/ }),
|
|
10088
|
+
/* 252 */
|
|
10089
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10090
|
+
|
|
10091
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10092
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10093
|
+
/* harmony export */ "SparkPaybackAction": () => (/* binding */ SparkPaybackAction)
|
|
10094
|
+
/* harmony export */ });
|
|
10095
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
10096
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
10097
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
|
|
10098
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
10099
|
+
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); } }
|
|
10100
|
+
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); }); }; }
|
|
10101
|
+
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; }
|
|
10102
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
10103
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
10104
|
+
|
|
10105
|
+
|
|
10106
|
+
|
|
10107
|
+
/**
|
|
10108
|
+
* SparkPaybackAction - Payback debt on Spark using underlying token
|
|
10109
|
+
*
|
|
10110
|
+
* @category Spark
|
|
10111
|
+
*/
|
|
10112
|
+
class SparkPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.ActionWithL2 {
|
|
10113
|
+
/**
|
|
10114
|
+
* @param useOnDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10115
|
+
* @param market Address provider for specific market
|
|
10116
|
+
* @param amount Amount of tokens to be payed back
|
|
10117
|
+
* @param from Tokens will be supplied from this address
|
|
10118
|
+
* @param rateMode Type of borrow debt [Stable: 1, Variable: 2]
|
|
10119
|
+
* @param tokenAddress Address of token to pay back.
|
|
10120
|
+
* @param assetId The id of the underlying asset to be repaid
|
|
10121
|
+
* @param useOnBehalf use on behalf param or default to proxy
|
|
10122
|
+
* @param onBehalf For what user we are paying back the debt, defaults to proxy
|
|
10123
|
+
*/
|
|
10124
|
+
constructor(useOnDefaultMarket, market, amount, from, rateMode, tokenAddress, assetId, useOnBehalf) {
|
|
10125
|
+
var onBehalf = arguments.length > 8 && arguments[8] !== undefined ? arguments[8] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
10126
|
+
super('SparkPayback', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('SparkPayback'), ['uint256', 'address', 'uint8', 'uint16', 'bool', 'bool', 'address', 'address'], [amount, from, rateMode, assetId, useOnDefaultMarket, useOnBehalf, market, onBehalf]);
|
|
10127
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
10128
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5], this.args[6], this.args[7]];
|
|
10129
|
+
this.tokenForApproval = tokenAddress;
|
|
10130
|
+
}
|
|
10131
|
+
getAssetsToApprove() {
|
|
10132
|
+
var _this = this;
|
|
10133
|
+
return _asyncToGenerator(function* () {
|
|
10134
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
10135
|
+
if (asset.symbol !== 'ETH') return [{
|
|
10136
|
+
asset: _this.tokenForApproval,
|
|
10137
|
+
owner: _this.args[1]
|
|
10138
|
+
}];
|
|
10139
|
+
return [];
|
|
10140
|
+
})();
|
|
10141
|
+
}
|
|
10142
|
+
encodeInputs() {
|
|
10143
|
+
// executeActionDirectL2
|
|
10144
|
+
var encodedInput = '0x2895f3aa';
|
|
10145
|
+
// amount
|
|
10146
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
10147
|
+
// from
|
|
10148
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[1]));
|
|
10149
|
+
// rateMode
|
|
10150
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[2]));
|
|
10151
|
+
// assetId
|
|
10152
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[3]));
|
|
10153
|
+
// useDefaultMarket
|
|
10154
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[4]));
|
|
10155
|
+
// useOnBehalf
|
|
10156
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[5]));
|
|
10157
|
+
if (!this.args[4]) {
|
|
10158
|
+
// market
|
|
10159
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[6]));
|
|
10160
|
+
}
|
|
10161
|
+
if (this.args[5]) {
|
|
10162
|
+
// onBehalf
|
|
10163
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[7]));
|
|
10164
|
+
}
|
|
10165
|
+
return encodedInput;
|
|
10166
|
+
}
|
|
10167
|
+
}
|
|
10168
|
+
|
|
10169
|
+
/***/ }),
|
|
10170
|
+
/* 253 */
|
|
10171
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10172
|
+
|
|
10173
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10174
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10175
|
+
/* harmony export */ "SparkWithdrawAction": () => (/* binding */ SparkWithdrawAction)
|
|
10176
|
+
/* harmony export */ });
|
|
10177
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10178
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10179
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
10180
|
+
|
|
10181
|
+
|
|
10182
|
+
|
|
10183
|
+
|
|
10184
|
+
/**
|
|
10185
|
+
* SparkWithdrawAction - Withdraw a previously supplied token from a position in Spark
|
|
10186
|
+
*
|
|
10187
|
+
* @category Spark
|
|
10188
|
+
*/
|
|
10189
|
+
class SparkWithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10190
|
+
/**
|
|
10191
|
+
* @param useDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10192
|
+
* @param market Address provider for specific market
|
|
10193
|
+
* @param amount Amount of tokens to be withdrawn -> send type(uint).max for whole amount
|
|
10194
|
+
* @param to Where the withdrawn tokens will be sent
|
|
10195
|
+
* @param assetId The id of the token to be deposited
|
|
10196
|
+
*/
|
|
10197
|
+
constructor(useDefaultMarket, market, amount, to, assetId) {
|
|
10198
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_2__.requireAddress)(to);
|
|
10199
|
+
super('SparkWithdraw', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkWithdraw'), ['uint16', 'bool', 'uint256', 'address', 'address'], [assetId, useDefaultMarket, amount, to, market]);
|
|
10200
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4]];
|
|
10201
|
+
}
|
|
10202
|
+
encodeInputs() {
|
|
10203
|
+
// executeActionDirectL2
|
|
10204
|
+
var encodedInput = '0x2895f3aa';
|
|
10205
|
+
// assetId
|
|
10206
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[0]));
|
|
10207
|
+
// useOnDefaultMarket
|
|
10208
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[1]));
|
|
10209
|
+
// amount
|
|
10210
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[2]));
|
|
10211
|
+
// from
|
|
10212
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[3]));
|
|
10213
|
+
if (!this.args[1]) {
|
|
10214
|
+
// market
|
|
10215
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[4]));
|
|
10216
|
+
}
|
|
10217
|
+
return encodedInput;
|
|
10218
|
+
}
|
|
10219
|
+
}
|
|
10220
|
+
|
|
10221
|
+
/***/ }),
|
|
10222
|
+
/* 254 */
|
|
10223
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10224
|
+
|
|
10225
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10226
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10227
|
+
/* harmony export */ "SparkSetEModeAction": () => (/* binding */ SparkSetEModeAction)
|
|
10228
|
+
/* harmony export */ });
|
|
10229
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10230
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10231
|
+
|
|
10232
|
+
|
|
10233
|
+
/**
|
|
10234
|
+
* SparkSetEModeAction - Set EMode for the proxy Spark position
|
|
10235
|
+
*
|
|
10236
|
+
* @category Spark
|
|
10237
|
+
*/
|
|
10238
|
+
class SparkSetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10239
|
+
/**
|
|
10240
|
+
* @param useOnDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10241
|
+
* @param market Address provider for specific market
|
|
10242
|
+
* @param categoryId ID of the category emode
|
|
10243
|
+
*/
|
|
10244
|
+
constructor(useOnDefaultMarket, market, categoryId) {
|
|
10245
|
+
super('SparkSetEMode', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkSetEMode'), ['uint8', 'bool', 'address'], [categoryId, useOnDefaultMarket, market]);
|
|
10246
|
+
this.mappableArgs = [this.args[2]];
|
|
10247
|
+
}
|
|
10248
|
+
encodeInputs() {
|
|
10249
|
+
// executeActionDirectL2
|
|
10250
|
+
var encodedInput = '0x2895f3aa';
|
|
10251
|
+
// categoryId
|
|
10252
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[0]));
|
|
10253
|
+
// useOnDefaultMarket
|
|
10254
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[1]));
|
|
10255
|
+
if (!this.args[1]) {
|
|
10256
|
+
// market
|
|
10257
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[2]));
|
|
10258
|
+
}
|
|
10259
|
+
return encodedInput;
|
|
10260
|
+
}
|
|
10261
|
+
}
|
|
10262
|
+
|
|
10263
|
+
/***/ }),
|
|
10264
|
+
/* 255 */
|
|
9633
10265
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9634
10266
|
|
|
9635
10267
|
__webpack_require__.r(__webpack_exports__);
|
|
9636
10268
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9637
|
-
/* harmony export */ "
|
|
10269
|
+
/* harmony export */ "SparkSpTokenPaybackAction": () => (/* binding */ SparkSpTokenPaybackAction)
|
|
9638
10270
|
/* harmony export */ });
|
|
9639
|
-
/* harmony import */ var
|
|
9640
|
-
/* harmony import */ var
|
|
10271
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
10272
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
10273
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(25);
|
|
9641
10274
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
10275
|
+
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); } }
|
|
10276
|
+
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); }); }; }
|
|
10277
|
+
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; }
|
|
10278
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
10279
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
9642
10280
|
|
|
9643
10281
|
|
|
9644
10282
|
|
|
9645
10283
|
/**
|
|
10284
|
+
* SparkSpTokenPaybackAction - Repay Spark debt using spTokens
|
|
9646
10285
|
*
|
|
9647
|
-
* @category
|
|
10286
|
+
* @category Spark
|
|
9648
10287
|
*/
|
|
9649
|
-
class
|
|
9650
|
-
|
|
9651
|
-
|
|
9652
|
-
|
|
9653
|
-
|
|
10288
|
+
class SparkSpTokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.ActionWithL2 {
|
|
10289
|
+
/**
|
|
10290
|
+
* @param useDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10291
|
+
* @param market Address provider for specific market
|
|
10292
|
+
* @param amount Amount of tokens to be payed back (uint.max for full debt)
|
|
10293
|
+
* @param from Where are we pulling the payback spTokens from
|
|
10294
|
+
* @param rateMode Type of borrow debt [Stable: 1, Variable: 2]
|
|
10295
|
+
* @param spTokenAddr address of the spToken to be pulled
|
|
10296
|
+
* @param assetId The id of the underlying asset to be repaid
|
|
10297
|
+
*/
|
|
10298
|
+
constructor(useDefaultMarket, market, amount, from, rateMode, spTokenAddr, assetId) {
|
|
10299
|
+
super('SparkSpTokenPayback', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('SparkSpTokenPayback'), ['uint256', 'address', 'uint8', 'uint16', 'bool', 'address'], [amount, from, rateMode, assetId, useDefaultMarket, market]);
|
|
10300
|
+
_defineProperty(this, "addressForApproval", void 0);
|
|
10301
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[5]];
|
|
10302
|
+
this.addressForApproval = spTokenAddr;
|
|
10303
|
+
}
|
|
10304
|
+
getAssetsToApprove() {
|
|
10305
|
+
var _this = this;
|
|
10306
|
+
return _asyncToGenerator(function* () {
|
|
10307
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.addressForApproval);
|
|
10308
|
+
if (asset.symbol !== 'ETH') return [{
|
|
10309
|
+
asset: _this.addressForApproval,
|
|
10310
|
+
owner: _this.args[1]
|
|
10311
|
+
}];
|
|
10312
|
+
return [];
|
|
10313
|
+
})();
|
|
10314
|
+
}
|
|
10315
|
+
encodeInputs() {
|
|
10316
|
+
// executeActionDirectL2
|
|
10317
|
+
var encodedInput = '0x2895f3aa';
|
|
10318
|
+
// amount
|
|
10319
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
10320
|
+
// from
|
|
10321
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[1]));
|
|
10322
|
+
// rateMode
|
|
10323
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[2]));
|
|
10324
|
+
// assetId
|
|
10325
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[3]));
|
|
10326
|
+
// useDefaultMarket
|
|
10327
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[4]));
|
|
10328
|
+
if (!this.args[4]) {
|
|
10329
|
+
// market
|
|
10330
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[5]));
|
|
10331
|
+
}
|
|
10332
|
+
return encodedInput;
|
|
9654
10333
|
}
|
|
9655
10334
|
}
|
|
9656
10335
|
|
|
9657
10336
|
/***/ }),
|
|
9658
|
-
/*
|
|
10337
|
+
/* 256 */
|
|
9659
10338
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9660
10339
|
|
|
9661
10340
|
__webpack_require__.r(__webpack_exports__);
|
|
9662
10341
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9663
|
-
/* harmony export */ "
|
|
10342
|
+
/* harmony export */ "SparkCollateralSwitchAction": () => (/* binding */ SparkCollateralSwitchAction)
|
|
9664
10343
|
/* harmony export */ });
|
|
9665
|
-
/* harmony import */ var
|
|
9666
|
-
/* harmony import */ var
|
|
9667
|
-
|
|
10344
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10345
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10346
|
+
|
|
10347
|
+
|
|
10348
|
+
/**
|
|
10349
|
+
* SparkCollateralSwitchAction - Enable/disable token usage as collateral for Spark position
|
|
10350
|
+
*
|
|
10351
|
+
* @category Spark
|
|
10352
|
+
*/
|
|
10353
|
+
class SparkCollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10354
|
+
/**
|
|
10355
|
+
* @param useDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10356
|
+
* @param market Address provider for specific market
|
|
10357
|
+
* @param arrayLength length of two arrays
|
|
10358
|
+
* @param assetIds Ids of assets to switch
|
|
10359
|
+
* @param useAsCollateral Array of booleans representing collateral state
|
|
10360
|
+
*/
|
|
10361
|
+
constructor(useDefaultMarket, market, arrayLength, assetIds, useAsCollateral) {
|
|
10362
|
+
super('SparkCollateralSwitch', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkCollateralSwitch'), ['uint8', 'bool', 'uint16[]', 'bool[]', 'address'], [arrayLength, useDefaultMarket, assetIds, useAsCollateral, market]);
|
|
10363
|
+
}
|
|
10364
|
+
encodeInputs() {
|
|
10365
|
+
// executeActionDirectL2
|
|
10366
|
+
var encodedInput = '0x2895f3aa';
|
|
10367
|
+
// arrayLength
|
|
10368
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[0]));
|
|
10369
|
+
// useDefaultMarket
|
|
10370
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[1]));
|
|
10371
|
+
var arrayLength = this.args[0];
|
|
10372
|
+
for (var i = 0; i < arrayLength; i++) {
|
|
10373
|
+
// assetIds[i]
|
|
10374
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[2][i]));
|
|
10375
|
+
// useAsCollateral[i]
|
|
10376
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[3][i]));
|
|
10377
|
+
}
|
|
10378
|
+
if (!this.args[1]) {
|
|
10379
|
+
// market
|
|
10380
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[4]));
|
|
10381
|
+
}
|
|
10382
|
+
return encodedInput;
|
|
10383
|
+
}
|
|
10384
|
+
}
|
|
10385
|
+
|
|
10386
|
+
/***/ }),
|
|
10387
|
+
/* 257 */
|
|
10388
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10389
|
+
|
|
10390
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10391
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10392
|
+
/* harmony export */ "SparkClaimRewardsAction": () => (/* binding */ SparkClaimRewardsAction)
|
|
10393
|
+
/* harmony export */ });
|
|
10394
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10395
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10396
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
10397
|
+
|
|
9668
10398
|
|
|
9669
10399
|
|
|
9670
10400
|
|
|
9671
10401
|
/**
|
|
10402
|
+
* SparkClaimRewardsAction
|
|
9672
10403
|
*
|
|
9673
|
-
* @category
|
|
10404
|
+
* @category Spark
|
|
9674
10405
|
*/
|
|
9675
|
-
class
|
|
9676
|
-
|
|
9677
|
-
|
|
9678
|
-
|
|
9679
|
-
|
|
10406
|
+
class SparkClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10407
|
+
/**
|
|
10408
|
+
* @param assetsLength Address provider for specific market
|
|
10409
|
+
* @param amount length of two arrays
|
|
10410
|
+
* @param to Address where claimed tokens will end up on .
|
|
10411
|
+
* @param reward Address of rewarded token
|
|
10412
|
+
* @param assets Array of position assets to check earned rewards against
|
|
10413
|
+
*/
|
|
10414
|
+
constructor(assetsLength, amount, to, reward, assets) {
|
|
10415
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_2__.requireAddress)(to);
|
|
10416
|
+
super('SparkClaimRewards', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkClaimRewards'), ['uint8', 'uint256', 'address', 'address', 'address[]'], [assetsLength, amount, to, reward, assets]);
|
|
10417
|
+
}
|
|
10418
|
+
encodeInputs() {
|
|
10419
|
+
// executeActionDirectL2
|
|
10420
|
+
var encodedInput = '0x2895f3aa';
|
|
10421
|
+
// assetsLength
|
|
10422
|
+
encodedInput = encodedInput.concat(this.numberToBytes1(this.args[0]));
|
|
10423
|
+
// amount
|
|
10424
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[1]));
|
|
10425
|
+
// to
|
|
10426
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[2]));
|
|
10427
|
+
// reward
|
|
10428
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[3]));
|
|
10429
|
+
// assets
|
|
10430
|
+
var arrayLength = this.args[0];
|
|
10431
|
+
for (var i = 0; i < arrayLength; i++) {
|
|
10432
|
+
// assets[i]
|
|
10433
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[4][i]));
|
|
10434
|
+
}
|
|
10435
|
+
return encodedInput;
|
|
9680
10436
|
}
|
|
9681
10437
|
}
|
|
9682
10438
|
|
|
9683
10439
|
/***/ }),
|
|
9684
|
-
/*
|
|
10440
|
+
/* 258 */
|
|
10441
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10442
|
+
|
|
10443
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10444
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10445
|
+
/* harmony export */ "SparkSwapBorrowRateModeAction": () => (/* binding */ SparkSwapBorrowRateModeAction)
|
|
10446
|
+
/* harmony export */ });
|
|
10447
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(25);
|
|
10448
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10449
|
+
|
|
10450
|
+
|
|
10451
|
+
/**
|
|
10452
|
+
* SparkSwapBorrowRateModeAction - Swaps proxy positions borrow rate mode between stable and variable.
|
|
10453
|
+
*
|
|
10454
|
+
* @category Spark
|
|
10455
|
+
*/
|
|
10456
|
+
class SparkSwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
10457
|
+
/**
|
|
10458
|
+
* @param useDefaultMarket If this is true it defaults to the hardcoded market in contract
|
|
10459
|
+
* @param market Address provider for specific market
|
|
10460
|
+
* @param rateMode rate mode the user is swapping from.[Stable: 1, Variable: 2]
|
|
10461
|
+
* @param assetId id of the underlying asset in the market
|
|
10462
|
+
*
|
|
10463
|
+
*/
|
|
10464
|
+
constructor(useDefaultMarket, market, rateMode, assetId) {
|
|
10465
|
+
super('SparkSwapBorrowRateMode', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkSwapBorrowRateMode'), ['uint256', 'uint16', 'bool', 'address'], [rateMode, assetId, useDefaultMarket, market]);
|
|
10466
|
+
this.mappableArgs = [this.args[0][0], this.args[3]];
|
|
10467
|
+
}
|
|
10468
|
+
encodeInputs() {
|
|
10469
|
+
// executeActionDirectL2
|
|
10470
|
+
var encodedInput = '0x2895f3aa';
|
|
10471
|
+
// rateMode
|
|
10472
|
+
encodedInput = encodedInput.concat(this.numberToBytes32(this.args[0]));
|
|
10473
|
+
// assetId
|
|
10474
|
+
encodedInput = encodedInput.concat(this.numberToBytes2(this.args[1]));
|
|
10475
|
+
// useOnDefaultMarket
|
|
10476
|
+
encodedInput = encodedInput.concat(this.boolToBytes1(this.args[2]));
|
|
10477
|
+
if (!this.args[2]) {
|
|
10478
|
+
// market
|
|
10479
|
+
encodedInput = encodedInput.concat(this.addressToBytes20(this.args[3]));
|
|
10480
|
+
}
|
|
10481
|
+
return encodedInput;
|
|
10482
|
+
}
|
|
10483
|
+
}
|
|
10484
|
+
|
|
10485
|
+
/***/ }),
|
|
10486
|
+
/* 259 */
|
|
9685
10487
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9686
10488
|
|
|
9687
10489
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9696,23 +10498,29 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9696
10498
|
/* harmony export */ "LiquityRatioTrigger": () => (/* reexport safe */ _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__.LiquityRatioTrigger),
|
|
9697
10499
|
/* harmony export */ "MakerRatioTrigger": () => (/* reexport safe */ _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__.MakerRatioTrigger),
|
|
9698
10500
|
/* harmony export */ "ReflexerRatioTrigger": () => (/* reexport safe */ _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__.ReflexerRatioTrigger),
|
|
10501
|
+
/* harmony export */ "SparkQuotePriceTrigger": () => (/* reexport safe */ _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_14__.SparkQuotePriceTrigger),
|
|
10502
|
+
/* harmony export */ "SparkRatioTrigger": () => (/* reexport safe */ _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_13__.SparkRatioTrigger),
|
|
9699
10503
|
/* harmony export */ "TimestampTrigger": () => (/* reexport safe */ _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__.TimestampTrigger),
|
|
9700
10504
|
/* harmony export */ "TrailingStopTrigger": () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
9701
10505
|
/* harmony export */ "UniV3CurrentTickTrigger": () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
9702
10506
|
/* harmony export */ });
|
|
9703
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9704
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9705
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9706
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9707
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9708
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9709
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9710
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9711
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9712
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
9713
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
9714
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
9715
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
10507
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(260);
|
|
10508
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(261);
|
|
10509
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(262);
|
|
10510
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(263);
|
|
10511
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(264);
|
|
10512
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(265);
|
|
10513
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(266);
|
|
10514
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(267);
|
|
10515
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(268);
|
|
10516
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(269);
|
|
10517
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(270);
|
|
10518
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(271);
|
|
10519
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(272);
|
|
10520
|
+
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(273);
|
|
10521
|
+
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(274);
|
|
10522
|
+
|
|
10523
|
+
|
|
9716
10524
|
|
|
9717
10525
|
|
|
9718
10526
|
|
|
@@ -9728,7 +10536,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9728
10536
|
|
|
9729
10537
|
|
|
9730
10538
|
/***/ }),
|
|
9731
|
-
/*
|
|
10539
|
+
/* 260 */
|
|
9732
10540
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9733
10541
|
|
|
9734
10542
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9751,7 +10559,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9751
10559
|
}
|
|
9752
10560
|
|
|
9753
10561
|
/***/ }),
|
|
9754
|
-
/*
|
|
10562
|
+
/* 261 */
|
|
9755
10563
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9756
10564
|
|
|
9757
10565
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9774,7 +10582,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9774
10582
|
}
|
|
9775
10583
|
|
|
9776
10584
|
/***/ }),
|
|
9777
|
-
/*
|
|
10585
|
+
/* 262 */
|
|
9778
10586
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9779
10587
|
|
|
9780
10588
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9797,7 +10605,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
9797
10605
|
}
|
|
9798
10606
|
|
|
9799
10607
|
/***/ }),
|
|
9800
|
-
/*
|
|
10608
|
+
/* 263 */
|
|
9801
10609
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9802
10610
|
|
|
9803
10611
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9820,7 +10628,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9820
10628
|
}
|
|
9821
10629
|
|
|
9822
10630
|
/***/ }),
|
|
9823
|
-
/*
|
|
10631
|
+
/* 264 */
|
|
9824
10632
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9825
10633
|
|
|
9826
10634
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9843,7 +10651,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9843
10651
|
}
|
|
9844
10652
|
|
|
9845
10653
|
/***/ }),
|
|
9846
|
-
/*
|
|
10654
|
+
/* 265 */
|
|
9847
10655
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9848
10656
|
|
|
9849
10657
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9866,7 +10674,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9866
10674
|
}
|
|
9867
10675
|
|
|
9868
10676
|
/***/ }),
|
|
9869
|
-
/*
|
|
10677
|
+
/* 266 */
|
|
9870
10678
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9871
10679
|
|
|
9872
10680
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9889,7 +10697,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9889
10697
|
}
|
|
9890
10698
|
|
|
9891
10699
|
/***/ }),
|
|
9892
|
-
/*
|
|
10700
|
+
/* 267 */
|
|
9893
10701
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9894
10702
|
|
|
9895
10703
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9912,7 +10720,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9912
10720
|
}
|
|
9913
10721
|
|
|
9914
10722
|
/***/ }),
|
|
9915
|
-
/*
|
|
10723
|
+
/* 268 */
|
|
9916
10724
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9917
10725
|
|
|
9918
10726
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9935,7 +10743,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9935
10743
|
}
|
|
9936
10744
|
|
|
9937
10745
|
/***/ }),
|
|
9938
|
-
/*
|
|
10746
|
+
/* 269 */
|
|
9939
10747
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9940
10748
|
|
|
9941
10749
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9958,7 +10766,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9958
10766
|
}
|
|
9959
10767
|
|
|
9960
10768
|
/***/ }),
|
|
9961
|
-
/*
|
|
10769
|
+
/* 270 */
|
|
9962
10770
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9963
10771
|
|
|
9964
10772
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9981,7 +10789,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9981
10789
|
}
|
|
9982
10790
|
|
|
9983
10791
|
/***/ }),
|
|
9984
|
-
/*
|
|
10792
|
+
/* 271 */
|
|
9985
10793
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9986
10794
|
|
|
9987
10795
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10004,7 +10812,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10004
10812
|
}
|
|
10005
10813
|
|
|
10006
10814
|
/***/ }),
|
|
10007
|
-
/*
|
|
10815
|
+
/* 272 */
|
|
10008
10816
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10009
10817
|
|
|
10010
10818
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10027,7 +10835,53 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10027
10835
|
}
|
|
10028
10836
|
|
|
10029
10837
|
/***/ }),
|
|
10030
|
-
/*
|
|
10838
|
+
/* 273 */
|
|
10839
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10840
|
+
|
|
10841
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10842
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10843
|
+
/* harmony export */ "SparkRatioTrigger": () => (/* binding */ SparkRatioTrigger)
|
|
10844
|
+
/* harmony export */ });
|
|
10845
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10846
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10847
|
+
|
|
10848
|
+
|
|
10849
|
+
/**
|
|
10850
|
+
*
|
|
10851
|
+
*
|
|
10852
|
+
* @category Triggers
|
|
10853
|
+
*/
|
|
10854
|
+
class SparkRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
10855
|
+
constructor(user, market, ratio, state) {
|
|
10856
|
+
super('SparkRatioTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkRatioTrigger'), [['address', 'address', 'uint256', 'uint8']], [[user, market, ratio, state]]);
|
|
10857
|
+
}
|
|
10858
|
+
}
|
|
10859
|
+
|
|
10860
|
+
/***/ }),
|
|
10861
|
+
/* 274 */
|
|
10862
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10863
|
+
|
|
10864
|
+
__webpack_require__.r(__webpack_exports__);
|
|
10865
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10866
|
+
/* harmony export */ "SparkQuotePriceTrigger": () => (/* binding */ SparkQuotePriceTrigger)
|
|
10867
|
+
/* harmony export */ });
|
|
10868
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10869
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10870
|
+
|
|
10871
|
+
|
|
10872
|
+
/**
|
|
10873
|
+
*
|
|
10874
|
+
*
|
|
10875
|
+
* @category Triggers
|
|
10876
|
+
*/
|
|
10877
|
+
class SparkQuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
10878
|
+
constructor(baseTokenAddr, quoteTokenAddr, price, state) {
|
|
10879
|
+
super('SparkQuotePriceTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('SparkQuotePriceTrigger'), [['address', 'address', 'uint256', 'uint8']], [[baseTokenAddr, quoteTokenAddr, price, state]]);
|
|
10880
|
+
}
|
|
10881
|
+
}
|
|
10882
|
+
|
|
10883
|
+
/***/ }),
|
|
10884
|
+
/* 275 */
|
|
10031
10885
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10032
10886
|
|
|
10033
10887
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10040,13 +10894,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10040
10894
|
/* harmony export */ "uniswapV3LP": () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
10041
10895
|
/* harmony export */ "zeroExExchange": () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
10042
10896
|
/* harmony export */ });
|
|
10043
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10044
|
-
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10045
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10046
|
-
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10047
|
-
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10048
|
-
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10049
|
-
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10897
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(276);
|
|
10898
|
+
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(114);
|
|
10899
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(278);
|
|
10900
|
+
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(205);
|
|
10901
|
+
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(187);
|
|
10902
|
+
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(173);
|
|
10903
|
+
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(240);
|
|
10050
10904
|
|
|
10051
10905
|
|
|
10052
10906
|
|
|
@@ -10057,7 +10911,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10057
10911
|
|
|
10058
10912
|
|
|
10059
10913
|
/***/ }),
|
|
10060
|
-
/*
|
|
10914
|
+
/* 276 */
|
|
10061
10915
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10062
10916
|
|
|
10063
10917
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10068,7 +10922,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10068
10922
|
/* harmony export */ });
|
|
10069
10923
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
10070
10924
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
10071
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10925
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(277);
|
|
10072
10926
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
10073
10927
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
10074
10928
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -10271,20 +11125,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
10271
11125
|
}();
|
|
10272
11126
|
|
|
10273
11127
|
/***/ }),
|
|
10274
|
-
/*
|
|
11128
|
+
/* 277 */
|
|
10275
11129
|
/***/ ((module) => {
|
|
10276
11130
|
|
|
10277
|
-
module.exports =
|
|
11131
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__277__;
|
|
10278
11132
|
|
|
10279
11133
|
/***/ }),
|
|
10280
|
-
/*
|
|
11134
|
+
/* 278 */
|
|
10281
11135
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10282
11136
|
|
|
10283
11137
|
__webpack_require__.r(__webpack_exports__);
|
|
10284
11138
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
10285
11139
|
/* harmony export */ "getAssetAddrByTokenId": () => (/* binding */ getAssetAddrByTokenId)
|
|
10286
11140
|
/* harmony export */ });
|
|
10287
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11141
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(279);
|
|
10288
11142
|
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); } }
|
|
10289
11143
|
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); }); }; }
|
|
10290
11144
|
/**
|
|
@@ -10309,7 +11163,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
10309
11163
|
}();
|
|
10310
11164
|
|
|
10311
11165
|
/***/ }),
|
|
10312
|
-
/*
|
|
11166
|
+
/* 279 */
|
|
10313
11167
|
/***/ ((module) => {
|
|
10314
11168
|
|
|
10315
11169
|
module.exports = JSON.parse('[{"constant":false,"inputs":[{"name":"tokenId","type":"uint256"}],"name":"positions","outputs":[{"name":"nonce","type":"uint96"},{"name":"operator","type":"address"},{"name":"token0","type":"address"},{"name":"token1","type":"address"},{"name":"fee","type":"uint24"},{"name":"tickLower","type":"int24"},{"name":"tickUpper","type":"int24"},{"name":"liquidity","type":"uint128"},{"name":"feeGrowthInside0LastX128","type":"uint256"},{"name":"feeGrowthInside1LastX128","type":"uint256"},{"name":"tokensOwed0","type":"uint128"},{"name":"tokensOwed1","type":"uint128"}],"payable":false,"stateMutability":"view","type":"function"}]');
|
|
@@ -10413,8 +11267,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10413
11267
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
10414
11268
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
10415
11269
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
10416
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10417
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11270
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(259);
|
|
11271
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(275);
|
|
10418
11272
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
10419
11273
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
10420
11274
|
/* Export types here */
|