@defisaver/sdk 1.0.41 → 1.0.42-dev
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/Action.d.ts +2 -2
- package/esm/src/actions/aave/AaveClaimAAVEAction.d.ts +14 -0
- package/esm/src/actions/aave/AaveClaimAAVEAction.js +22 -0
- package/esm/src/actions/aave/AaveSupplyAction.js +1 -0
- package/esm/src/actions/aave/index.d.ts +1 -0
- package/esm/src/actions/aave/index.js +1 -0
- package/esm/src/actions/basic/ApproveTokenAction.d.ts +14 -0
- package/esm/src/actions/basic/ApproveTokenAction.js +27 -0
- package/esm/src/actions/basic/LSVSellAction.d.ts +23 -0
- package/esm/src/actions/basic/LSVSellAction.js +61 -0
- package/esm/src/actions/basic/index.d.ts +2 -0
- package/esm/src/actions/basic/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/lsv/LSVBorrowAction.d.ts +14 -0
- package/esm/src/actions/lsv/LSVBorrowAction.js +19 -0
- package/esm/src/actions/lsv/LSVPaybackAction.d.ts +13 -0
- package/esm/src/actions/lsv/LSVPaybackAction.js +18 -0
- package/esm/src/actions/lsv/LSVSupplyAction.d.ts +15 -0
- package/esm/src/actions/lsv/LSVSupplyAction.js +21 -0
- package/esm/src/actions/lsv/LSVWithdrawAction.d.ts +15 -0
- package/esm/src/actions/lsv/LSVWithdrawAction.js +21 -0
- package/esm/src/actions/lsv/index.d.ts +4 -0
- package/esm/src/actions/lsv/index.js +4 -0
- package/esm/src/actions/morpho/aaveV3/MorphoAaveV3SetManagerAction.d.ts +14 -0
- package/esm/src/actions/morpho/aaveV3/MorphoAaveV3SetManagerAction.js +24 -0
- package/esm/src/actions/morpho/index.d.ts +1 -0
- package/esm/src/actions/morpho/index.js +1 -0
- package/esm/src/addresses.d.ts +24 -0
- package/esm/src/addresses.js +9 -0
- package/esm/src/index.d.ts +96 -0
- package/esm/src/types.d.ts +20 -20
- package/package.json +1 -1
- package/src/actions/aave/AaveClaimAAVEAction.ts +29 -0
- package/src/actions/aave/AaveSupplyAction.ts +1 -0
- package/src/actions/aave/index.ts +2 -1
- package/src/actions/basic/ApproveTokenAction.ts +34 -0
- package/src/actions/basic/LSVSellAction.ts +61 -0
- package/src/actions/basic/index.ts +2 -0
- package/src/actions/index.ts +2 -0
- package/src/actions/lsv/LSVBorrowAction.ts +21 -0
- package/src/actions/lsv/LSVPaybackAction.ts +20 -0
- package/src/actions/lsv/LSVSupplyAction.ts +23 -0
- package/src/actions/lsv/LSVWithdrawAction.ts +23 -0
- package/src/actions/lsv/index.ts +4 -0
- package/src/actions/morpho/aaveV3/MorphoAaveV3SetManagerAction.ts +32 -0
- package/src/actions/morpho/index.ts +1 -0
- package/src/addresses.ts +10 -1
- package/umd/index.js +841 -563
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__123__, __WEBPACK_EXTERNAL_MODULE__124__, __WEBPACK_EXTERNAL_MODULE__291__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -30,9 +30,7 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
|
|
|
30
30
|
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); }); }; }
|
|
31
31
|
function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
|
|
32
32
|
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
|
|
33
|
-
function _defineProperty(obj, key, value) {
|
|
34
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
35
|
-
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); }
|
|
33
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
36
34
|
function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
|
|
37
35
|
|
|
38
36
|
|
|
@@ -406,9 +404,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
406
404
|
/* harmony import */ var _UtilsAccessLists__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(24);
|
|
407
405
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
408
406
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
409
|
-
function _defineProperty(obj, key, value) {
|
|
410
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
411
|
-
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); }
|
|
407
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
412
408
|
|
|
413
409
|
|
|
414
410
|
|
|
@@ -1068,9 +1064,7 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try
|
|
|
1068
1064
|
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); }); }; }
|
|
1069
1065
|
function _classPrivateMethodInitSpec(obj, privateSet) { _checkPrivateRedeclaration(obj, privateSet); privateSet.add(obj); }
|
|
1070
1066
|
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
|
|
1071
|
-
function _defineProperty(obj, key, value) {
|
|
1072
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
1073
|
-
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); }
|
|
1067
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1074
1068
|
function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return fn; }
|
|
1075
1069
|
|
|
1076
1070
|
|
|
@@ -1157,7 +1151,7 @@ class Recipe {
|
|
|
1157
1151
|
var uniqueAssetOwnerPairs = [];
|
|
1158
1152
|
var assetOwnerPairs = yield Promise.all(_this.actions.map(a => a.getAssetsToApprove()));
|
|
1159
1153
|
for (var pairsPerAction of assetOwnerPairs) {
|
|
1160
|
-
var _loop = function
|
|
1154
|
+
var _loop = function _loop(pair) {
|
|
1161
1155
|
var isNft = !pair.asset;
|
|
1162
1156
|
if (!uniqueAssetOwnerPairs.find(_pair => _pair.owner === pair.owner && (isNft ? _pair.tokenId === pair.tokenId : _pair.asset === pair.asset))) {
|
|
1163
1157
|
if (isNft) {
|
|
@@ -1177,7 +1171,7 @@ class Recipe {
|
|
|
1177
1171
|
}
|
|
1178
1172
|
};
|
|
1179
1173
|
for (var pair of pairsPerAction) {
|
|
1180
|
-
|
|
1174
|
+
_loop(pair);
|
|
1181
1175
|
}
|
|
1182
1176
|
}
|
|
1183
1177
|
return uniqueAssetOwnerPairs.filter(_ref2 => {
|
|
@@ -1260,6 +1254,7 @@ var actionAddresses = {
|
|
|
1260
1254
|
UpdateSub: '0xF6Cb8f7e61a64075ec8FAC3f298745605E543233',
|
|
1261
1255
|
TransferNFT: '0x861e893E1796F81248e75F06C0b09Abdc8fe2f6F',
|
|
1262
1256
|
CreateSub: '0x7308e88BB21B934478E75bB6A2143b8cfDFf2961',
|
|
1257
|
+
ApproveToken: '0xA4161cED7A29F0a3424e464a4a2dBf75888c5BF9',
|
|
1263
1258
|
SDaiWrap: '0xac7Ac294F29d818D26Bd9DF86d36904B1Ed346Ae',
|
|
1264
1259
|
SDaiUnwrap: '0xe8Cb536BB96075241c4bd8f1831A8577562F2B32',
|
|
1265
1260
|
TokenizedVaultAdapter: '0x3944364Ce3a273D269707484F3a676fCa17E08b8',
|
|
@@ -1293,6 +1288,7 @@ var actionAddresses = {
|
|
|
1293
1288
|
AaveWithdraw: '0x754C58fA92246414a448c1ed44ea3D1AD446d482',
|
|
1294
1289
|
AaveCollateralSwitch: '0xFf5dfF1B90bd5Aa6E12768AB497dB90cc9DE6F5d',
|
|
1295
1290
|
AaveUnstake: '0x2FE4024e350cD2c64D2fd0Db5d16F5cE54Ca0E09',
|
|
1291
|
+
AaveClaimAAVE: '0xd52855bD011F3D87565f9040DdE2A59fB1b27b15',
|
|
1296
1292
|
// aave v3
|
|
1297
1293
|
AaveV3Withdraw: '0x9D4e4b26A5E2e6Dad30C5d95F5cE78A8310F04C2',
|
|
1298
1294
|
AaveV3SwapBorrowRateMode: '0x630F530Ac523C935cf2528E62D0A06F8900C5b1B',
|
|
@@ -1304,6 +1300,12 @@ var actionAddresses = {
|
|
|
1304
1300
|
AaveV3Borrow: '0x7079ba1Bd00EeFCD2a260BbD6D088230505e3858',
|
|
1305
1301
|
AaveV3ATokenPayback: '0xDe5c012cd1878D86E91309593764895a3adb380E',
|
|
1306
1302
|
AaveV3View: '0x9ECB0645b357fDD7B92789B91595160862Bd45d0',
|
|
1303
|
+
// LSV action
|
|
1304
|
+
LSVWithdraw: '0x0A4Ef5ADf759064b546441a50109eCbC2528A455',
|
|
1305
|
+
LSVBorrow: '0x7dFB434527Fdb39854156cDBa9bF4799E36E7e82',
|
|
1306
|
+
LSVSupply: '0x984c00DC098c98bed1CDfe2Ed786Fe1443da6671',
|
|
1307
|
+
LSVPayback: '0x10749CE97583dBcEb54a083386CC8438C4e0FE65',
|
|
1308
|
+
LSVSell: '0x0c1bb9A39d4A0EF4215Ade19Ce4F954E8419Dfd7',
|
|
1307
1309
|
// morpho aave v2
|
|
1308
1310
|
MorphoAaveV2Borrow: '0xa85C3E41Bf9F75a381927e1Aa9b00f77C4631109',
|
|
1309
1311
|
MorphoAaveV2Payback: '0x5dd0E0835acbb08aa4A4599d70fB2d93969fa7b7',
|
|
@@ -1315,6 +1317,7 @@ var actionAddresses = {
|
|
|
1315
1317
|
MorphoAaveV3Payback: '0x36b8b968c81D97cBfAa642e206b634A6f378d287',
|
|
1316
1318
|
MorphoAaveV3Supply: '0x51fA8FBc6F0aDEfe2FBA06104FCA39f5beD69291',
|
|
1317
1319
|
MorphoAaveV3Withdraw: '0xdc3e74C4cD577275296ceFE36A3D082223AfF206',
|
|
1320
|
+
MorphoAaveV3SetManager: '0x1082AE0565504E3617BD5b6E80f91B59b81a82D9',
|
|
1318
1321
|
// spark
|
|
1319
1322
|
SparkBorrow: '0x3E2C366065bA0f6f9936C2C6A802D72F250b27AA',
|
|
1320
1323
|
SparkClaimRewards: '0x9C3E31f42a46676785C72401cD4F2287b355b003',
|
|
@@ -1588,9 +1591,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1588
1591
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1589
1592
|
/* harmony export */ "Strategy": () => (/* binding */ Strategy)
|
|
1590
1593
|
/* harmony export */ });
|
|
1591
|
-
function _defineProperty(obj, key, value) {
|
|
1592
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
1593
|
-
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); }
|
|
1594
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1594
1595
|
/**
|
|
1595
1596
|
*
|
|
1596
1597
|
* @category Base Classes
|
|
@@ -1660,9 +1661,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
1660
1661
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
1661
1662
|
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); } }
|
|
1662
1663
|
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); }); }; }
|
|
1663
|
-
function _defineProperty(obj, key, value) {
|
|
1664
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
1665
|
-
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); }
|
|
1664
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
1666
1665
|
|
|
1667
1666
|
|
|
1668
1667
|
|
|
@@ -1670,6 +1669,7 @@ function _toPrimitive(input, hint) { if (typeof input !== "object" || input ===
|
|
|
1670
1669
|
|
|
1671
1670
|
|
|
1672
1671
|
// reports error but it works ?????
|
|
1672
|
+
|
|
1673
1673
|
/**
|
|
1674
1674
|
*
|
|
1675
1675
|
* @category Base Classes
|
|
@@ -1836,50 +1836,53 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1836
1836
|
/* harmony export */ "compoundV3": () => (/* reexport module object */ _compoundV3__WEBPACK_IMPORTED_MODULE_22__),
|
|
1837
1837
|
/* harmony export */ "convex": () => (/* reexport module object */ _convex__WEBPACK_IMPORTED_MODULE_20__),
|
|
1838
1838
|
/* harmony export */ "curve": () => (/* reexport module object */ _curve__WEBPACK_IMPORTED_MODULE_15__),
|
|
1839
|
-
/* harmony export */ "curveusd": () => (/* reexport module object */
|
|
1839
|
+
/* harmony export */ "curveusd": () => (/* reexport module object */ _curveusd__WEBPACK_IMPORTED_MODULE_26__),
|
|
1840
1840
|
/* harmony export */ "dydx": () => (/* reexport module object */ _dydx__WEBPACK_IMPORTED_MODULE_7__),
|
|
1841
1841
|
/* harmony export */ "flashloan": () => (/* reexport module object */ _flashloan__WEBPACK_IMPORTED_MODULE_4__),
|
|
1842
1842
|
/* harmony export */ "guni": () => (/* reexport module object */ _guni__WEBPACK_IMPORTED_MODULE_16__),
|
|
1843
1843
|
/* harmony export */ "insta": () => (/* reexport module object */ _insta__WEBPACK_IMPORTED_MODULE_13__),
|
|
1844
1844
|
/* harmony export */ "lido": () => (/* reexport module object */ _lido__WEBPACK_IMPORTED_MODULE_12__),
|
|
1845
1845
|
/* harmony export */ "liquity": () => (/* reexport module object */ _liquity__WEBPACK_IMPORTED_MODULE_10__),
|
|
1846
|
+
/* harmony export */ "lsv": () => (/* reexport module object */ _lsv__WEBPACK_IMPORTED_MODULE_25__),
|
|
1846
1847
|
/* harmony export */ "maker": () => (/* reexport module object */ _maker__WEBPACK_IMPORTED_MODULE_0__),
|
|
1847
1848
|
/* harmony export */ "morpho": () => (/* reexport module object */ _morpho__WEBPACK_IMPORTED_MODULE_23__),
|
|
1848
1849
|
/* harmony export */ "mstable": () => (/* reexport module object */ _mstable__WEBPACK_IMPORTED_MODULE_17__),
|
|
1849
1850
|
/* harmony export */ "rari": () => (/* reexport module object */ _rari__WEBPACK_IMPORTED_MODULE_18__),
|
|
1850
1851
|
/* harmony export */ "reflexer": () => (/* reexport module object */ _reflexer__WEBPACK_IMPORTED_MODULE_6__),
|
|
1851
|
-
/* harmony export */ "spark": () => (/* reexport module object */
|
|
1852
|
+
/* harmony export */ "spark": () => (/* reexport module object */ _spark__WEBPACK_IMPORTED_MODULE_27__),
|
|
1852
1853
|
/* harmony export */ "uniswap": () => (/* reexport module object */ _uniswap__WEBPACK_IMPORTED_MODULE_5__),
|
|
1853
1854
|
/* harmony export */ "uniswapV3": () => (/* reexport module object */ _uniswapV3__WEBPACK_IMPORTED_MODULE_8__),
|
|
1854
1855
|
/* harmony export */ "yearn": () => (/* reexport module object */ _yearn__WEBPACK_IMPORTED_MODULE_11__)
|
|
1855
1856
|
/* harmony export */ });
|
|
1856
1857
|
/* harmony import */ var _maker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(36);
|
|
1857
1858
|
/* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
1858
|
-
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
1859
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
1860
|
-
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
1861
|
-
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
1862
|
-
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
1863
|
-
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
1864
|
-
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
1865
|
-
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
1866
|
-
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
1867
|
-
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
1868
|
-
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
1869
|
-
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
1870
|
-
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
1871
|
-
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
1872
|
-
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
1873
|
-
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
1874
|
-
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
1875
|
-
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
1876
|
-
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
1877
|
-
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
1878
|
-
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
1879
|
-
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
1880
|
-
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
1881
|
-
/* harmony import */ var
|
|
1882
|
-
/* harmony import */ var
|
|
1859
|
+
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(61);
|
|
1860
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(69);
|
|
1861
|
+
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(97);
|
|
1862
|
+
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(119);
|
|
1863
|
+
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(125);
|
|
1864
|
+
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(134);
|
|
1865
|
+
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(136);
|
|
1866
|
+
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(142);
|
|
1867
|
+
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(148);
|
|
1868
|
+
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(165);
|
|
1869
|
+
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(168);
|
|
1870
|
+
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(172);
|
|
1871
|
+
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(174);
|
|
1872
|
+
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(178);
|
|
1873
|
+
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(190);
|
|
1874
|
+
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(193);
|
|
1875
|
+
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(198);
|
|
1876
|
+
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(201);
|
|
1877
|
+
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(211);
|
|
1878
|
+
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(217);
|
|
1879
|
+
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(225);
|
|
1880
|
+
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(233);
|
|
1881
|
+
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(244);
|
|
1882
|
+
/* harmony import */ var _lsv__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(247);
|
|
1883
|
+
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(252);
|
|
1884
|
+
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(263);
|
|
1885
|
+
|
|
1883
1886
|
|
|
1884
1887
|
|
|
1885
1888
|
|
|
@@ -2463,6 +2466,7 @@ class MakerDsrWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
2463
2466
|
__webpack_require__.r(__webpack_exports__);
|
|
2464
2467
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2465
2468
|
/* harmony export */ "AaveBorrowAction": () => (/* reexport safe */ _AaveBorrowAction__WEBPACK_IMPORTED_MODULE_0__.AaveBorrowAction),
|
|
2469
|
+
/* harmony export */ "AaveClaimAAVEAction": () => (/* reexport safe */ _AaveClaimAAVEAction__WEBPACK_IMPORTED_MODULE_8__.AaveClaimAAVEAction),
|
|
2466
2470
|
/* harmony export */ "AaveClaimStkAaveAction": () => (/* reexport safe */ _AaveClaimStkAaveAction__WEBPACK_IMPORTED_MODULE_4__.AaveClaimStkAaveAction),
|
|
2467
2471
|
/* harmony export */ "AaveCollateralSwitchAction": () => (/* reexport safe */ _AaveCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__.AaveCollateralSwitchAction),
|
|
2468
2472
|
/* harmony export */ "AaveFinalizeUnstakeAction": () => (/* reexport safe */ _AaveFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_6__.AaveFinalizeUnstakeAction),
|
|
@@ -2479,6 +2483,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2479
2483
|
/* harmony import */ var _AaveCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(57);
|
|
2480
2484
|
/* harmony import */ var _AaveFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(58);
|
|
2481
2485
|
/* harmony import */ var _AaveStartUnstakeAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(59);
|
|
2486
|
+
/* harmony import */ var _AaveClaimAAVEAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(60);
|
|
2487
|
+
|
|
2482
2488
|
|
|
2483
2489
|
|
|
2484
2490
|
|
|
@@ -2558,7 +2564,7 @@ class AaveSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
2558
2564
|
var onBehalf = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('Empty');
|
|
2559
2565
|
var enableAsColl = arguments.length > 5 ? arguments[5] : undefined;
|
|
2560
2566
|
super('AaveSupply', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('AaveSupply'), ['address', 'address', 'uint256', 'address', 'address', 'bool'], [market, tokenAddr, amount, from, onBehalf, enableAsColl]);
|
|
2561
|
-
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4]];
|
|
2567
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5]];
|
|
2562
2568
|
}
|
|
2563
2569
|
getAssetsToApprove() {
|
|
2564
2570
|
var _this = this;
|
|
@@ -2773,6 +2779,37 @@ class AaveStartUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
2773
2779
|
/* 60 */
|
|
2774
2780
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2775
2781
|
|
|
2782
|
+
__webpack_require__.r(__webpack_exports__);
|
|
2783
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2784
|
+
/* harmony export */ "AaveClaimAAVEAction": () => (/* binding */ AaveClaimAAVEAction)
|
|
2785
|
+
/* harmony export */ });
|
|
2786
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
2787
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
2788
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
/**
|
|
2793
|
+
* AaveClaimAAVEAction - Claims AAVE from stkAave
|
|
2794
|
+
*
|
|
2795
|
+
* @category Aave
|
|
2796
|
+
*/
|
|
2797
|
+
class AaveClaimAAVEAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
2798
|
+
/**
|
|
2799
|
+
* @param amount - Amount to claim
|
|
2800
|
+
* @param to - Address where claimed tokens will end up
|
|
2801
|
+
*/
|
|
2802
|
+
constructor(amount, to) {
|
|
2803
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(to);
|
|
2804
|
+
super('AaveClaimAAVE', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('AaveClaimAAVE'), ['uint256', 'address'], [amount, to]);
|
|
2805
|
+
this.mappableArgs = [this.args[1], this.args[2]];
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
|
|
2809
|
+
/***/ }),
|
|
2810
|
+
/* 61 */
|
|
2811
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2812
|
+
|
|
2776
2813
|
__webpack_require__.r(__webpack_exports__);
|
|
2777
2814
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2778
2815
|
/* harmony export */ "CompoundBorrowAction": () => (/* reexport safe */ _CompoundBorrowAction__WEBPACK_IMPORTED_MODULE_0__.CompoundBorrowAction),
|
|
@@ -2783,13 +2820,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2783
2820
|
/* harmony export */ "CompoundSupplyAction": () => (/* reexport safe */ _CompoundSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CompoundSupplyAction),
|
|
2784
2821
|
/* harmony export */ "CompoundWithdrawAction": () => (/* reexport safe */ _CompoundWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundWithdrawAction)
|
|
2785
2822
|
/* harmony export */ });
|
|
2786
|
-
/* harmony import */ var _CompoundBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
2787
|
-
/* harmony import */ var _CompoundSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
2788
|
-
/* harmony import */ var _CompoundPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
2789
|
-
/* harmony import */ var _CompoundWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
2790
|
-
/* harmony import */ var _CompoundClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
2791
|
-
/* harmony import */ var _CompoundCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
2792
|
-
/* harmony import */ var _CompoundGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
2823
|
+
/* harmony import */ var _CompoundBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(62);
|
|
2824
|
+
/* harmony import */ var _CompoundSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(63);
|
|
2825
|
+
/* harmony import */ var _CompoundPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(64);
|
|
2826
|
+
/* harmony import */ var _CompoundWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(65);
|
|
2827
|
+
/* harmony import */ var _CompoundClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(66);
|
|
2828
|
+
/* harmony import */ var _CompoundCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(67);
|
|
2829
|
+
/* harmony import */ var _CompoundGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(68);
|
|
2793
2830
|
|
|
2794
2831
|
|
|
2795
2832
|
|
|
@@ -2799,7 +2836,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2799
2836
|
|
|
2800
2837
|
|
|
2801
2838
|
/***/ }),
|
|
2802
|
-
/*
|
|
2839
|
+
/* 62 */
|
|
2803
2840
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2804
2841
|
|
|
2805
2842
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2830,7 +2867,7 @@ class CompoundBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2830
2867
|
}
|
|
2831
2868
|
|
|
2832
2869
|
/***/ }),
|
|
2833
|
-
/*
|
|
2870
|
+
/* 63 */
|
|
2834
2871
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2835
2872
|
|
|
2836
2873
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2880,7 +2917,7 @@ class CompoundSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
2880
2917
|
}
|
|
2881
2918
|
|
|
2882
2919
|
/***/ }),
|
|
2883
|
-
/*
|
|
2920
|
+
/* 64 */
|
|
2884
2921
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2885
2922
|
|
|
2886
2923
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2929,7 +2966,7 @@ class CompoundPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
2929
2966
|
}
|
|
2930
2967
|
|
|
2931
2968
|
/***/ }),
|
|
2932
|
-
/*
|
|
2969
|
+
/* 65 */
|
|
2933
2970
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2934
2971
|
|
|
2935
2972
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2960,7 +2997,7 @@ class CompoundWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
2960
2997
|
}
|
|
2961
2998
|
|
|
2962
2999
|
/***/ }),
|
|
2963
|
-
/*
|
|
3000
|
+
/* 66 */
|
|
2964
3001
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2965
3002
|
|
|
2966
3003
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -2993,7 +3030,7 @@ class CompoundClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2993
3030
|
}
|
|
2994
3031
|
|
|
2995
3032
|
/***/ }),
|
|
2996
|
-
/*
|
|
3033
|
+
/* 67 */
|
|
2997
3034
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2998
3035
|
|
|
2999
3036
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3016,7 +3053,7 @@ class CompoundCollateralSwitchAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
3016
3053
|
}
|
|
3017
3054
|
|
|
3018
3055
|
/***/ }),
|
|
3019
|
-
/*
|
|
3056
|
+
/* 68 */
|
|
3020
3057
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3021
3058
|
|
|
3022
3059
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3037,19 +3074,21 @@ class CompoundGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3037
3074
|
}
|
|
3038
3075
|
|
|
3039
3076
|
/***/ }),
|
|
3040
|
-
/*
|
|
3077
|
+
/* 69 */
|
|
3041
3078
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3042
3079
|
|
|
3043
3080
|
__webpack_require__.r(__webpack_exports__);
|
|
3044
3081
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3082
|
+
/* harmony export */ "ApproveTokenAction": () => (/* reexport safe */ _ApproveTokenAction__WEBPACK_IMPORTED_MODULE_19__.ApproveTokenAction),
|
|
3045
3083
|
/* harmony export */ "AutomationV2Unsub": () => (/* reexport safe */ _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__.AutomationV2Unsub),
|
|
3046
3084
|
/* harmony export */ "ChangeProxyOwnerAction": () => (/* reexport safe */ _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__.ChangeProxyOwnerAction),
|
|
3047
3085
|
/* harmony export */ "CreateSubAction": () => (/* reexport safe */ _CreateSubAction__WEBPACK_IMPORTED_MODULE_17__.CreateSubAction),
|
|
3048
3086
|
/* harmony export */ "GasFeeAction": () => (/* reexport safe */ _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__.GasFeeAction),
|
|
3049
3087
|
/* harmony export */ "GasFeeActionL2": () => (/* reexport safe */ _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__.GasFeeActionL2),
|
|
3088
|
+
/* harmony export */ "LSVSellAction": () => (/* reexport safe */ _LSVSellAction__WEBPACK_IMPORTED_MODULE_18__.LSVSellAction),
|
|
3050
3089
|
/* harmony export */ "PullTokenAction": () => (/* reexport safe */ _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__.PullTokenAction),
|
|
3051
|
-
/* harmony export */ "SDaiUnwrapAction": () => (/* reexport safe */
|
|
3052
|
-
/* harmony export */ "SDaiWrapAction": () => (/* reexport safe */
|
|
3090
|
+
/* harmony export */ "SDaiUnwrapAction": () => (/* reexport safe */ _SDaiUnwrapAction__WEBPACK_IMPORTED_MODULE_21__.SDaiUnwrapAction),
|
|
3091
|
+
/* harmony export */ "SDaiWrapAction": () => (/* reexport safe */ _SDaiWrapAction__WEBPACK_IMPORTED_MODULE_20__.SDaiWrapAction),
|
|
3053
3092
|
/* harmony export */ "SellAction": () => (/* reexport safe */ _SellAction__WEBPACK_IMPORTED_MODULE_0__.SellAction),
|
|
3054
3093
|
/* harmony export */ "SendTokenAction": () => (/* reexport safe */ _SendTokenAction__WEBPACK_IMPORTED_MODULE_1__.SendTokenAction),
|
|
3055
3094
|
/* harmony export */ "SendTokenAndUnwrapAction": () => (/* reexport safe */ _SendTokenAndUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.SendTokenAndUnwrapAction),
|
|
@@ -3058,39 +3097,43 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3058
3097
|
/* harmony export */ "SumInputsAction": () => (/* reexport safe */ _SumInputsAction__WEBPACK_IMPORTED_MODULE_6__.SumInputsAction),
|
|
3059
3098
|
/* harmony export */ "ToggleSubAction": () => (/* reexport safe */ _ToggleSubAction__WEBPACK_IMPORTED_MODULE_13__.ToggleSubAction),
|
|
3060
3099
|
/* harmony export */ "TokenBalanceAction": () => (/* reexport safe */ _TokenBalanceAction__WEBPACK_IMPORTED_MODULE_9__.TokenBalanceAction),
|
|
3061
|
-
/* harmony export */ "TokenizedVaultAdapterDepositAction": () => (/* reexport safe */
|
|
3062
|
-
/* harmony export */ "TokenizedVaultAdapterMintAction": () => (/* reexport safe */
|
|
3063
|
-
/* harmony export */ "TokenizedVaultAdapterRedeemAction": () => (/* reexport safe */
|
|
3064
|
-
/* harmony export */ "TokenizedVaultAdapterWithdrawAction": () => (/* reexport safe */
|
|
3100
|
+
/* harmony export */ "TokenizedVaultAdapterDepositAction": () => (/* reexport safe */ _TokenizedVaultAdapterDepositAction__WEBPACK_IMPORTED_MODULE_22__.TokenizedVaultAdapterDepositAction),
|
|
3101
|
+
/* harmony export */ "TokenizedVaultAdapterMintAction": () => (/* reexport safe */ _TokenizedVaultAdapterMintAction__WEBPACK_IMPORTED_MODULE_23__.TokenizedVaultAdapterMintAction),
|
|
3102
|
+
/* harmony export */ "TokenizedVaultAdapterRedeemAction": () => (/* reexport safe */ _TokenizedVaultAdapterRedeemAction__WEBPACK_IMPORTED_MODULE_24__.TokenizedVaultAdapterRedeemAction),
|
|
3103
|
+
/* harmony export */ "TokenizedVaultAdapterWithdrawAction": () => (/* reexport safe */ _TokenizedVaultAdapterWithdrawAction__WEBPACK_IMPORTED_MODULE_25__.TokenizedVaultAdapterWithdrawAction),
|
|
3065
3104
|
/* harmony export */ "TransferNFTAction": () => (/* reexport safe */ _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__.TransferNFTAction),
|
|
3066
3105
|
/* harmony export */ "UnwrapEthAction": () => (/* reexport safe */ _UnwrapEthAction__WEBPACK_IMPORTED_MODULE_5__.UnwrapEthAction),
|
|
3067
3106
|
/* harmony export */ "UpdateSubAction": () => (/* reexport safe */ _UpdateSubAction__WEBPACK_IMPORTED_MODULE_12__.UpdateSubAction),
|
|
3068
3107
|
/* harmony export */ "WrapEthAction": () => (/* reexport safe */ _WrapEthAction__WEBPACK_IMPORTED_MODULE_4__.WrapEthAction)
|
|
3069
3108
|
/* harmony export */ });
|
|
3070
|
-
/* harmony import */ var _SellAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
3071
|
-
/* harmony import */ var _SendTokenAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
3072
|
-
/* harmony import */ var _SendTokenAndUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
3073
|
-
/* harmony import */ var _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
3074
|
-
/* harmony import */ var _WrapEthAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
3075
|
-
/* harmony import */ var _UnwrapEthAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
3076
|
-
/* harmony import */ var _SumInputsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
3077
|
-
/* harmony import */ var _SubInputsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
3078
|
-
/* harmony import */ var _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
3079
|
-
/* harmony import */ var _TokenBalanceAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
3080
|
-
/* harmony import */ var _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
3081
|
-
/* harmony import */ var _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
3082
|
-
/* harmony import */ var _UpdateSubAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
3083
|
-
/* harmony import */ var _ToggleSubAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
3084
|
-
/* harmony import */ var _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
3085
|
-
/* harmony import */ var _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
3086
|
-
/* harmony import */ var _SendTokensAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
3087
|
-
/* harmony import */ var _CreateSubAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
3088
|
-
/* harmony import */ var
|
|
3089
|
-
/* harmony import */ var
|
|
3090
|
-
/* harmony import */ var
|
|
3091
|
-
/* harmony import */ var
|
|
3092
|
-
/* harmony import */ var
|
|
3093
|
-
/* harmony import */ var
|
|
3109
|
+
/* harmony import */ var _SellAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70);
|
|
3110
|
+
/* harmony import */ var _SendTokenAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(71);
|
|
3111
|
+
/* harmony import */ var _SendTokenAndUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(72);
|
|
3112
|
+
/* harmony import */ var _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(73);
|
|
3113
|
+
/* harmony import */ var _WrapEthAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(74);
|
|
3114
|
+
/* harmony import */ var _UnwrapEthAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(75);
|
|
3115
|
+
/* harmony import */ var _SumInputsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(76);
|
|
3116
|
+
/* harmony import */ var _SubInputsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(77);
|
|
3117
|
+
/* harmony import */ var _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(78);
|
|
3118
|
+
/* harmony import */ var _TokenBalanceAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(79);
|
|
3119
|
+
/* harmony import */ var _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(80);
|
|
3120
|
+
/* harmony import */ var _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(81);
|
|
3121
|
+
/* harmony import */ var _UpdateSubAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(82);
|
|
3122
|
+
/* harmony import */ var _ToggleSubAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(83);
|
|
3123
|
+
/* harmony import */ var _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(84);
|
|
3124
|
+
/* harmony import */ var _TransferNFTAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(85);
|
|
3125
|
+
/* harmony import */ var _SendTokensAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(86);
|
|
3126
|
+
/* harmony import */ var _CreateSubAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(87);
|
|
3127
|
+
/* harmony import */ var _LSVSellAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(88);
|
|
3128
|
+
/* harmony import */ var _ApproveTokenAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(89);
|
|
3129
|
+
/* harmony import */ var _SDaiWrapAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(90);
|
|
3130
|
+
/* harmony import */ var _SDaiUnwrapAction__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(91);
|
|
3131
|
+
/* harmony import */ var _TokenizedVaultAdapterDepositAction__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(92);
|
|
3132
|
+
/* harmony import */ var _TokenizedVaultAdapterMintAction__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(94);
|
|
3133
|
+
/* harmony import */ var _TokenizedVaultAdapterRedeemAction__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(95);
|
|
3134
|
+
/* harmony import */ var _TokenizedVaultAdapterWithdrawAction__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(96);
|
|
3135
|
+
|
|
3136
|
+
|
|
3094
3137
|
|
|
3095
3138
|
|
|
3096
3139
|
|
|
@@ -3117,7 +3160,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3117
3160
|
|
|
3118
3161
|
|
|
3119
3162
|
/***/ }),
|
|
3120
|
-
/*
|
|
3163
|
+
/* 70 */
|
|
3121
3164
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3122
3165
|
|
|
3123
3166
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3134,9 +3177,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3134
3177
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(27);
|
|
3135
3178
|
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); } }
|
|
3136
3179
|
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); }); }; }
|
|
3137
|
-
function _defineProperty(obj, key, value) {
|
|
3138
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
3139
|
-
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); }
|
|
3180
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3140
3181
|
|
|
3141
3182
|
|
|
3142
3183
|
|
|
@@ -3192,7 +3233,7 @@ class SellAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_3__.ActionWithL2
|
|
|
3192
3233
|
}
|
|
3193
3234
|
|
|
3194
3235
|
/***/ }),
|
|
3195
|
-
/*
|
|
3236
|
+
/* 71 */
|
|
3196
3237
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3197
3238
|
|
|
3198
3239
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3223,7 +3264,7 @@ class SendTokenAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3223
3264
|
}
|
|
3224
3265
|
|
|
3225
3266
|
/***/ }),
|
|
3226
|
-
/*
|
|
3267
|
+
/* 72 */
|
|
3227
3268
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3228
3269
|
|
|
3229
3270
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3254,7 +3295,7 @@ class SendTokenAndUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
3254
3295
|
}
|
|
3255
3296
|
|
|
3256
3297
|
/***/ }),
|
|
3257
|
-
/*
|
|
3298
|
+
/* 73 */
|
|
3258
3299
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3259
3300
|
|
|
3260
3301
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3301,7 +3342,7 @@ class PullTokenAction extends _Action__WEBPACK_IMPORTED_MODULE_2__.Action {
|
|
|
3301
3342
|
}
|
|
3302
3343
|
|
|
3303
3344
|
/***/ }),
|
|
3304
|
-
/*
|
|
3345
|
+
/* 74 */
|
|
3305
3346
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3306
3347
|
|
|
3307
3348
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3342,7 +3383,7 @@ class WrapEthAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWit
|
|
|
3342
3383
|
}
|
|
3343
3384
|
|
|
3344
3385
|
/***/ }),
|
|
3345
|
-
/*
|
|
3386
|
+
/* 75 */
|
|
3346
3387
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3347
3388
|
|
|
3348
3389
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3381,7 +3422,7 @@ class UnwrapEthAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionW
|
|
|
3381
3422
|
}
|
|
3382
3423
|
|
|
3383
3424
|
/***/ }),
|
|
3384
|
-
/*
|
|
3425
|
+
/* 76 */
|
|
3385
3426
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3386
3427
|
|
|
3387
3428
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3404,7 +3445,7 @@ class SumInputsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3404
3445
|
}
|
|
3405
3446
|
|
|
3406
3447
|
/***/ }),
|
|
3407
|
-
/*
|
|
3448
|
+
/* 77 */
|
|
3408
3449
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3409
3450
|
|
|
3410
3451
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3427,7 +3468,7 @@ class SubInputsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3427
3468
|
}
|
|
3428
3469
|
|
|
3429
3470
|
/***/ }),
|
|
3430
|
-
/*
|
|
3471
|
+
/* 78 */
|
|
3431
3472
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3432
3473
|
|
|
3433
3474
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3453,7 +3494,7 @@ class ChangeProxyOwnerAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
3453
3494
|
}
|
|
3454
3495
|
|
|
3455
3496
|
/***/ }),
|
|
3456
|
-
/*
|
|
3497
|
+
/* 79 */
|
|
3457
3498
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3458
3499
|
|
|
3459
3500
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3474,7 +3515,7 @@ class TokenBalanceAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3474
3515
|
}
|
|
3475
3516
|
|
|
3476
3517
|
/***/ }),
|
|
3477
|
-
/*
|
|
3518
|
+
/* 80 */
|
|
3478
3519
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3479
3520
|
|
|
3480
3521
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3497,7 +3538,7 @@ class AutomationV2Unsub extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3497
3538
|
}
|
|
3498
3539
|
|
|
3499
3540
|
/***/ }),
|
|
3500
|
-
/*
|
|
3541
|
+
/* 81 */
|
|
3501
3542
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3502
3543
|
|
|
3503
3544
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3526,7 +3567,7 @@ class GasFeeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3526
3567
|
}
|
|
3527
3568
|
|
|
3528
3569
|
/***/ }),
|
|
3529
|
-
/*
|
|
3570
|
+
/* 82 */
|
|
3530
3571
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3531
3572
|
|
|
3532
3573
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3557,7 +3598,7 @@ class UpdateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3557
3598
|
}
|
|
3558
3599
|
|
|
3559
3600
|
/***/ }),
|
|
3560
|
-
/*
|
|
3601
|
+
/* 83 */
|
|
3561
3602
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3562
3603
|
|
|
3563
3604
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3584,7 +3625,7 @@ class ToggleSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3584
3625
|
}
|
|
3585
3626
|
|
|
3586
3627
|
/***/ }),
|
|
3587
|
-
/*
|
|
3628
|
+
/* 84 */
|
|
3588
3629
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3589
3630
|
|
|
3590
3631
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3615,7 +3656,7 @@ class GasFeeActionL2 extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3615
3656
|
}
|
|
3616
3657
|
|
|
3617
3658
|
/***/ }),
|
|
3618
|
-
/*
|
|
3659
|
+
/* 85 */
|
|
3619
3660
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3620
3661
|
|
|
3621
3662
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3640,7 +3681,7 @@ class TransferNFTAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3640
3681
|
}
|
|
3641
3682
|
|
|
3642
3683
|
/***/ }),
|
|
3643
|
-
/*
|
|
3684
|
+
/* 86 */
|
|
3644
3685
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3645
3686
|
|
|
3646
3687
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3678,7 +3719,7 @@ class SendTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3678
3719
|
}
|
|
3679
3720
|
|
|
3680
3721
|
/***/ }),
|
|
3681
|
-
/*
|
|
3722
|
+
/* 87 */
|
|
3682
3723
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3683
3724
|
|
|
3684
3725
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3707,7 +3748,111 @@ class CreateSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
3707
3748
|
}
|
|
3708
3749
|
|
|
3709
3750
|
/***/ }),
|
|
3710
|
-
/*
|
|
3751
|
+
/* 88 */
|
|
3752
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3753
|
+
|
|
3754
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3755
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3756
|
+
/* harmony export */ "LSVSellAction": () => (/* binding */ LSVSellAction)
|
|
3757
|
+
/* harmony export */ });
|
|
3758
|
+
/* harmony import */ var web3_eth_abi__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
3759
|
+
/* harmony import */ var web3_eth_abi__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(web3_eth_abi__WEBPACK_IMPORTED_MODULE_0__);
|
|
3760
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
|
|
3761
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__);
|
|
3762
|
+
/* harmony import */ var _abis_Action_json__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
3763
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(25);
|
|
3764
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(39);
|
|
3765
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(27);
|
|
3766
|
+
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); } }
|
|
3767
|
+
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); }); }; }
|
|
3768
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3769
|
+
|
|
3770
|
+
|
|
3771
|
+
|
|
3772
|
+
|
|
3773
|
+
|
|
3774
|
+
|
|
3775
|
+
/**
|
|
3776
|
+
* Sells token on DeFi Saver exchange aggregator without fee
|
|
3777
|
+
*
|
|
3778
|
+
* @category BasicActions
|
|
3779
|
+
*/
|
|
3780
|
+
class LSVSellAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_3__.ActionWithL2 {
|
|
3781
|
+
/**
|
|
3782
|
+
* @param exchangeOrder Standard DFS Exchange data
|
|
3783
|
+
* @param from Order sender
|
|
3784
|
+
* @param to Order recipient
|
|
3785
|
+
* @param protocolFee 0x fee (amount of ETH in Wei)
|
|
3786
|
+
*/
|
|
3787
|
+
constructor(exchangeOrder, from, to) {
|
|
3788
|
+
var protocolFee = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '0';
|
|
3789
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_4__.requireAddress)(to);
|
|
3790
|
+
super('LSVSell', (0,_addresses__WEBPACK_IMPORTED_MODULE_5__.getAddr)('LSVSell'), [['address', 'address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'address', 'bytes', ['address', 'address', 'address', 'uint256', 'uint256', 'bytes']], 'address', 'address'], [exchangeOrder, from, to]);
|
|
3791
|
+
_defineProperty(this, "protocolFee", void 0);
|
|
3792
|
+
this.protocolFee = protocolFee;
|
|
3793
|
+
this.mappableArgs = [this.args[0][0], this.args[0][1], this.args[0][2], this.args[1], this.args[2]];
|
|
3794
|
+
}
|
|
3795
|
+
encodeInputs() {
|
|
3796
|
+
var executeActionDirectAbi = _abis_Action_json__WEBPACK_IMPORTED_MODULE_2__.find(_ref => {
|
|
3797
|
+
var {
|
|
3798
|
+
name
|
|
3799
|
+
} = _ref;
|
|
3800
|
+
return name === 'executeActionDirect';
|
|
3801
|
+
});
|
|
3802
|
+
return web3_eth_abi__WEBPACK_IMPORTED_MODULE_0___default().encodeFunctionCall(executeActionDirectAbi, this._encodeForCall());
|
|
3803
|
+
}
|
|
3804
|
+
getAssetsToApprove() {
|
|
3805
|
+
var _this = this;
|
|
3806
|
+
return _asyncToGenerator(function* () {
|
|
3807
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__.getAssetInfoByAddress)(_this.args[0][0]);
|
|
3808
|
+
if (asset.symbol !== 'ETH') return [{
|
|
3809
|
+
asset: _this.args[0][0],
|
|
3810
|
+
owner: _this.args[1]
|
|
3811
|
+
}];
|
|
3812
|
+
return [];
|
|
3813
|
+
})();
|
|
3814
|
+
}
|
|
3815
|
+
getEthValue() {
|
|
3816
|
+
var _this2 = this;
|
|
3817
|
+
return _asyncToGenerator(function* () {
|
|
3818
|
+
return _this2.protocolFee || '0';
|
|
3819
|
+
})();
|
|
3820
|
+
}
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
/***/ }),
|
|
3824
|
+
/* 89 */
|
|
3825
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3826
|
+
|
|
3827
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3828
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3829
|
+
/* harmony export */ "ApproveTokenAction": () => (/* binding */ ApproveTokenAction)
|
|
3830
|
+
/* harmony export */ });
|
|
3831
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
3832
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
3833
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
3834
|
+
|
|
3835
|
+
|
|
3836
|
+
|
|
3837
|
+
/**
|
|
3838
|
+
*
|
|
3839
|
+
* @category BasicActions
|
|
3840
|
+
*/
|
|
3841
|
+
class ApproveTokenAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
3842
|
+
/**
|
|
3843
|
+
* @param token Token address
|
|
3844
|
+
* @param spender
|
|
3845
|
+
* @param amount Transfer amount (-1 for whole Recipe (DsProxy) balance)
|
|
3846
|
+
*/
|
|
3847
|
+
constructor(token, spender, amount) {
|
|
3848
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(spender);
|
|
3849
|
+
super('ApproveToken', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('ApproveToken'), ['address', 'address', 'uint'], [token, spender, amount]);
|
|
3850
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
3851
|
+
}
|
|
3852
|
+
}
|
|
3853
|
+
|
|
3854
|
+
/***/ }),
|
|
3855
|
+
/* 90 */
|
|
3711
3856
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3712
3857
|
|
|
3713
3858
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3756,7 +3901,7 @@ class SDaiWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
3756
3901
|
}
|
|
3757
3902
|
|
|
3758
3903
|
/***/ }),
|
|
3759
|
-
/*
|
|
3904
|
+
/* 91 */
|
|
3760
3905
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3761
3906
|
|
|
3762
3907
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3805,7 +3950,7 @@ class SDaiUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
3805
3950
|
}
|
|
3806
3951
|
|
|
3807
3952
|
/***/ }),
|
|
3808
|
-
/*
|
|
3953
|
+
/* 92 */
|
|
3809
3954
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3810
3955
|
|
|
3811
3956
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3814,7 +3959,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3814
3959
|
/* harmony export */ });
|
|
3815
3960
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
3816
3961
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3817
|
-
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
3962
|
+
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(93);
|
|
3818
3963
|
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); } }
|
|
3819
3964
|
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); }); }; }
|
|
3820
3965
|
|
|
@@ -3850,23 +3995,23 @@ class TokenizedVaultAdapterDepositAction extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
3850
3995
|
}
|
|
3851
3996
|
|
|
3852
3997
|
/***/ }),
|
|
3853
|
-
/*
|
|
3998
|
+
/* 93 */
|
|
3854
3999
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3855
4000
|
|
|
3856
4001
|
__webpack_require__.r(__webpack_exports__);
|
|
3857
4002
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3858
4003
|
/* harmony export */ "TokenizedVaultOperationId": () => (/* binding */ TokenizedVaultOperationId)
|
|
3859
4004
|
/* harmony export */ });
|
|
3860
|
-
var TokenizedVaultOperationId
|
|
4005
|
+
var TokenizedVaultOperationId;
|
|
4006
|
+
(function (TokenizedVaultOperationId) {
|
|
3861
4007
|
TokenizedVaultOperationId[TokenizedVaultOperationId["DEPOSIT"] = 0] = "DEPOSIT";
|
|
3862
4008
|
TokenizedVaultOperationId[TokenizedVaultOperationId["MINT"] = 1] = "MINT";
|
|
3863
4009
|
TokenizedVaultOperationId[TokenizedVaultOperationId["WITHDRAW"] = 2] = "WITHDRAW";
|
|
3864
4010
|
TokenizedVaultOperationId[TokenizedVaultOperationId["REDEEM"] = 3] = "REDEEM";
|
|
3865
|
-
|
|
3866
|
-
}({});
|
|
4011
|
+
})(TokenizedVaultOperationId || (TokenizedVaultOperationId = {}));
|
|
3867
4012
|
|
|
3868
4013
|
/***/ }),
|
|
3869
|
-
/*
|
|
4014
|
+
/* 94 */
|
|
3870
4015
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3871
4016
|
|
|
3872
4017
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3875,7 +4020,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3875
4020
|
/* harmony export */ });
|
|
3876
4021
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
3877
4022
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3878
|
-
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4023
|
+
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(93);
|
|
3879
4024
|
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); } }
|
|
3880
4025
|
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); }); }; }
|
|
3881
4026
|
|
|
@@ -3911,7 +4056,7 @@ class TokenizedVaultAdapterMintAction extends _Action__WEBPACK_IMPORTED_MODULE_0
|
|
|
3911
4056
|
}
|
|
3912
4057
|
|
|
3913
4058
|
/***/ }),
|
|
3914
|
-
/*
|
|
4059
|
+
/* 95 */
|
|
3915
4060
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3916
4061
|
|
|
3917
4062
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3920,7 +4065,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3920
4065
|
/* harmony export */ });
|
|
3921
4066
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
3922
4067
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3923
|
-
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4068
|
+
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(93);
|
|
3924
4069
|
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); } }
|
|
3925
4070
|
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); }); }; }
|
|
3926
4071
|
|
|
@@ -3954,7 +4099,7 @@ class TokenizedVaultAdapterRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE
|
|
|
3954
4099
|
}
|
|
3955
4100
|
|
|
3956
4101
|
/***/ }),
|
|
3957
|
-
/*
|
|
4102
|
+
/* 96 */
|
|
3958
4103
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
3959
4104
|
|
|
3960
4105
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -3963,7 +4108,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3963
4108
|
/* harmony export */ });
|
|
3964
4109
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
3965
4110
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
3966
|
-
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4111
|
+
/* harmony import */ var _utils_basic_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(93);
|
|
3967
4112
|
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); } }
|
|
3968
4113
|
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); }); }; }
|
|
3969
4114
|
|
|
@@ -3997,7 +4142,7 @@ class TokenizedVaultAdapterWithdrawAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
3997
4142
|
}
|
|
3998
4143
|
|
|
3999
4144
|
/***/ }),
|
|
4000
|
-
/*
|
|
4145
|
+
/* 97 */
|
|
4001
4146
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4002
4147
|
|
|
4003
4148
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4024,27 +4169,27 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4024
4169
|
/* harmony export */ "UniV3FlashLoanAction": () => (/* reexport safe */ _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__.UniV3FlashLoanAction),
|
|
4025
4170
|
/* harmony export */ "UniV3FlashLoanPaybackAction": () => (/* reexport safe */ _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__.UniV3FlashLoanPaybackAction)
|
|
4026
4171
|
/* harmony export */ });
|
|
4027
|
-
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4028
|
-
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4029
|
-
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4030
|
-
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4031
|
-
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4032
|
-
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4033
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4034
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
4035
|
-
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
4036
|
-
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
4037
|
-
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
4038
|
-
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
4039
|
-
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
4040
|
-
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
4041
|
-
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
4042
|
-
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
4043
|
-
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
4044
|
-
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
4045
|
-
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
4046
|
-
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
4047
|
-
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
4172
|
+
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(98);
|
|
4173
|
+
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(99);
|
|
4174
|
+
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(100);
|
|
4175
|
+
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(101);
|
|
4176
|
+
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(102);
|
|
4177
|
+
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(103);
|
|
4178
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(104);
|
|
4179
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(105);
|
|
4180
|
+
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(106);
|
|
4181
|
+
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(107);
|
|
4182
|
+
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(108);
|
|
4183
|
+
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(109);
|
|
4184
|
+
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(110);
|
|
4185
|
+
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(111);
|
|
4186
|
+
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(112);
|
|
4187
|
+
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(113);
|
|
4188
|
+
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(114);
|
|
4189
|
+
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(115);
|
|
4190
|
+
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(116);
|
|
4191
|
+
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(117);
|
|
4192
|
+
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(118);
|
|
4048
4193
|
|
|
4049
4194
|
|
|
4050
4195
|
|
|
@@ -4068,7 +4213,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4068
4213
|
|
|
4069
4214
|
|
|
4070
4215
|
/***/ }),
|
|
4071
|
-
/*
|
|
4216
|
+
/* 98 */
|
|
4072
4217
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4073
4218
|
|
|
4074
4219
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4099,14 +4244,14 @@ class DyDxFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4099
4244
|
}
|
|
4100
4245
|
|
|
4101
4246
|
/***/ }),
|
|
4102
|
-
/*
|
|
4247
|
+
/* 99 */
|
|
4103
4248
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4104
4249
|
|
|
4105
4250
|
__webpack_require__.r(__webpack_exports__);
|
|
4106
4251
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4107
4252
|
/* harmony export */ "DyDxFlashLoanPaybackAction": () => (/* binding */ DyDxFlashLoanPaybackAction)
|
|
4108
4253
|
/* harmony export */ });
|
|
4109
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4254
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4110
4255
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4111
4256
|
|
|
4112
4257
|
|
|
@@ -4126,7 +4271,7 @@ class DyDxFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Sen
|
|
|
4126
4271
|
}
|
|
4127
4272
|
|
|
4128
4273
|
/***/ }),
|
|
4129
|
-
/*
|
|
4274
|
+
/* 100 */
|
|
4130
4275
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4131
4276
|
|
|
4132
4277
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4159,14 +4304,14 @@ class AaveV2FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4159
4304
|
}
|
|
4160
4305
|
|
|
4161
4306
|
/***/ }),
|
|
4162
|
-
/*
|
|
4307
|
+
/* 101 */
|
|
4163
4308
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4164
4309
|
|
|
4165
4310
|
__webpack_require__.r(__webpack_exports__);
|
|
4166
4311
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4167
4312
|
/* harmony export */ "AaveV2FlashLoanPaybackAction": () => (/* binding */ AaveV2FlashLoanPaybackAction)
|
|
4168
4313
|
/* harmony export */ });
|
|
4169
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4314
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4170
4315
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4171
4316
|
|
|
4172
4317
|
|
|
@@ -4186,7 +4331,7 @@ class AaveV2FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
4186
4331
|
}
|
|
4187
4332
|
|
|
4188
4333
|
/***/ }),
|
|
4189
|
-
/*
|
|
4334
|
+
/* 102 */
|
|
4190
4335
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4191
4336
|
|
|
4192
4337
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4219,14 +4364,14 @@ class AaveV3FlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
4219
4364
|
}
|
|
4220
4365
|
|
|
4221
4366
|
/***/ }),
|
|
4222
|
-
/*
|
|
4367
|
+
/* 103 */
|
|
4223
4368
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4224
4369
|
|
|
4225
4370
|
__webpack_require__.r(__webpack_exports__);
|
|
4226
4371
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4227
4372
|
/* harmony export */ "AaveV3FlashLoanPaybackAction": () => (/* binding */ AaveV3FlashLoanPaybackAction)
|
|
4228
4373
|
/* harmony export */ });
|
|
4229
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4374
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4230
4375
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4231
4376
|
|
|
4232
4377
|
|
|
@@ -4246,7 +4391,7 @@ class AaveV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
4246
4391
|
}
|
|
4247
4392
|
|
|
4248
4393
|
/***/ }),
|
|
4249
|
-
/*
|
|
4394
|
+
/* 104 */
|
|
4250
4395
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4251
4396
|
|
|
4252
4397
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4279,14 +4424,14 @@ class AaveV3FlashLoanNoFeeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_
|
|
|
4279
4424
|
}
|
|
4280
4425
|
|
|
4281
4426
|
/***/ }),
|
|
4282
|
-
/*
|
|
4427
|
+
/* 105 */
|
|
4283
4428
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4284
4429
|
|
|
4285
4430
|
__webpack_require__.r(__webpack_exports__);
|
|
4286
4431
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4287
4432
|
/* harmony export */ "AaveV3FlashLoanNoFeePaybackAction": () => (/* binding */ AaveV3FlashLoanNoFeePaybackAction)
|
|
4288
4433
|
/* harmony export */ });
|
|
4289
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4434
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4290
4435
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4291
4436
|
|
|
4292
4437
|
|
|
@@ -4306,7 +4451,7 @@ class AaveV3FlashLoanNoFeePaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_
|
|
|
4306
4451
|
}
|
|
4307
4452
|
|
|
4308
4453
|
/***/ }),
|
|
4309
|
-
/*
|
|
4454
|
+
/* 106 */
|
|
4310
4455
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4311
4456
|
|
|
4312
4457
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4339,14 +4484,14 @@ class SparkFlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
4339
4484
|
}
|
|
4340
4485
|
|
|
4341
4486
|
/***/ }),
|
|
4342
|
-
/*
|
|
4487
|
+
/* 107 */
|
|
4343
4488
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4344
4489
|
|
|
4345
4490
|
__webpack_require__.r(__webpack_exports__);
|
|
4346
4491
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4347
4492
|
/* harmony export */ "SparkFlashLoanPaybackAction": () => (/* binding */ SparkFlashLoanPaybackAction)
|
|
4348
4493
|
/* harmony export */ });
|
|
4349
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4494
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4350
4495
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4351
4496
|
|
|
4352
4497
|
|
|
@@ -4366,7 +4511,7 @@ class SparkFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4366
4511
|
}
|
|
4367
4512
|
|
|
4368
4513
|
/***/ }),
|
|
4369
|
-
/*
|
|
4514
|
+
/* 108 */
|
|
4370
4515
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4371
4516
|
|
|
4372
4517
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4396,14 +4541,14 @@ class MakerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4396
4541
|
}
|
|
4397
4542
|
|
|
4398
4543
|
/***/ }),
|
|
4399
|
-
/*
|
|
4544
|
+
/* 109 */
|
|
4400
4545
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4401
4546
|
|
|
4402
4547
|
__webpack_require__.r(__webpack_exports__);
|
|
4403
4548
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4404
4549
|
/* harmony export */ "MakerFlashLoanPaybackAction": () => (/* binding */ MakerFlashLoanPaybackAction)
|
|
4405
4550
|
/* harmony export */ });
|
|
4406
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4551
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4407
4552
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4408
4553
|
|
|
4409
4554
|
|
|
@@ -4422,7 +4567,7 @@ class MakerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4422
4567
|
}
|
|
4423
4568
|
|
|
4424
4569
|
/***/ }),
|
|
4425
|
-
/*
|
|
4570
|
+
/* 110 */
|
|
4426
4571
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4427
4572
|
|
|
4428
4573
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4453,14 +4598,14 @@ class BalancerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
4453
4598
|
}
|
|
4454
4599
|
|
|
4455
4600
|
/***/ }),
|
|
4456
|
-
/*
|
|
4601
|
+
/* 111 */
|
|
4457
4602
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4458
4603
|
|
|
4459
4604
|
__webpack_require__.r(__webpack_exports__);
|
|
4460
4605
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4461
4606
|
/* harmony export */ "BalancerFlashLoanPaybackAction": () => (/* binding */ BalancerFlashLoanPaybackAction)
|
|
4462
4607
|
/* harmony export */ });
|
|
4463
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4608
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4464
4609
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4465
4610
|
|
|
4466
4611
|
|
|
@@ -4480,7 +4625,7 @@ class BalancerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__
|
|
|
4480
4625
|
}
|
|
4481
4626
|
|
|
4482
4627
|
/***/ }),
|
|
4483
|
-
/*
|
|
4628
|
+
/* 112 */
|
|
4484
4629
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4485
4630
|
|
|
4486
4631
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4511,14 +4656,14 @@ class EulerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4511
4656
|
}
|
|
4512
4657
|
|
|
4513
4658
|
/***/ }),
|
|
4514
|
-
/*
|
|
4659
|
+
/* 113 */
|
|
4515
4660
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4516
4661
|
|
|
4517
4662
|
__webpack_require__.r(__webpack_exports__);
|
|
4518
4663
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4519
4664
|
/* harmony export */ "EulerFlashLoanPaybackAction": () => (/* binding */ EulerFlashLoanPaybackAction)
|
|
4520
4665
|
/* harmony export */ });
|
|
4521
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4666
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4522
4667
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4523
4668
|
|
|
4524
4669
|
|
|
@@ -4538,7 +4683,7 @@ class EulerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4538
4683
|
}
|
|
4539
4684
|
|
|
4540
4685
|
/***/ }),
|
|
4541
|
-
/*
|
|
4686
|
+
/* 114 */
|
|
4542
4687
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4543
4688
|
|
|
4544
4689
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4560,11 +4705,12 @@ function _classPrivateMethodGet(receiver, privateSet, fn) { if (!privateSet.has(
|
|
|
4560
4705
|
*/
|
|
4561
4706
|
var _handleArgs = /*#__PURE__*/new WeakSet();
|
|
4562
4707
|
class FLAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
4708
|
+
/**
|
|
4709
|
+
* @param specificFLAction - FL Action to be used
|
|
4710
|
+
*/
|
|
4711
|
+
|
|
4563
4712
|
constructor(_specificFLAction) {
|
|
4564
4713
|
super('FLAction', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('FLAction'), [], []);
|
|
4565
|
-
/**
|
|
4566
|
-
* @param specificFLAction - FL Action to be used
|
|
4567
|
-
*/
|
|
4568
4714
|
_classPrivateMethodInitSpec(this, _handleArgs);
|
|
4569
4715
|
this.paramTypes = ['address[]', 'uint256[]', 'uint256[]', 'address', 'address', 'bytes', 'bytes'];
|
|
4570
4716
|
this.args = _classPrivateMethodGet(this, _handleArgs, _handleArgs2).call(this, _specificFLAction);
|
|
@@ -4597,7 +4743,7 @@ function _handleArgs2(specificFLAction) {
|
|
|
4597
4743
|
}
|
|
4598
4744
|
|
|
4599
4745
|
/***/ }),
|
|
4600
|
-
/*
|
|
4746
|
+
/* 115 */
|
|
4601
4747
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4602
4748
|
|
|
4603
4749
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4631,14 +4777,14 @@ class UniV3FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4631
4777
|
}
|
|
4632
4778
|
|
|
4633
4779
|
/***/ }),
|
|
4634
|
-
/*
|
|
4780
|
+
/* 116 */
|
|
4635
4781
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4636
4782
|
|
|
4637
4783
|
__webpack_require__.r(__webpack_exports__);
|
|
4638
4784
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4639
4785
|
/* harmony export */ "UniV3FlashLoanPaybackAction": () => (/* binding */ UniV3FlashLoanPaybackAction)
|
|
4640
4786
|
/* harmony export */ });
|
|
4641
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4787
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4642
4788
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4643
4789
|
|
|
4644
4790
|
|
|
@@ -4661,7 +4807,7 @@ class UniV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4661
4807
|
}
|
|
4662
4808
|
|
|
4663
4809
|
/***/ }),
|
|
4664
|
-
/*
|
|
4810
|
+
/* 117 */
|
|
4665
4811
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4666
4812
|
|
|
4667
4813
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4691,14 +4837,14 @@ class GhoFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4691
4837
|
}
|
|
4692
4838
|
|
|
4693
4839
|
/***/ }),
|
|
4694
|
-
/*
|
|
4840
|
+
/* 118 */
|
|
4695
4841
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4696
4842
|
|
|
4697
4843
|
__webpack_require__.r(__webpack_exports__);
|
|
4698
4844
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4699
4845
|
/* harmony export */ "GhoFlashLoanPaybackAction": () => (/* binding */ GhoFlashLoanPaybackAction)
|
|
4700
4846
|
/* harmony export */ });
|
|
4701
|
-
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4847
|
+
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(69);
|
|
4702
4848
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4703
4849
|
|
|
4704
4850
|
|
|
@@ -4717,7 +4863,7 @@ class GhoFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Send
|
|
|
4717
4863
|
}
|
|
4718
4864
|
|
|
4719
4865
|
/***/ }),
|
|
4720
|
-
/*
|
|
4866
|
+
/* 119 */
|
|
4721
4867
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4722
4868
|
|
|
4723
4869
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4725,13 +4871,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4725
4871
|
/* harmony export */ "UniswapSupplyAction": () => (/* reexport safe */ _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__.UniswapSupplyAction),
|
|
4726
4872
|
/* harmony export */ "UniswapWithdrawAction": () => (/* reexport safe */ _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.UniswapWithdrawAction)
|
|
4727
4873
|
/* harmony export */ });
|
|
4728
|
-
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4729
|
-
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4874
|
+
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(120);
|
|
4875
|
+
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(121);
|
|
4730
4876
|
|
|
4731
4877
|
|
|
4732
4878
|
|
|
4733
4879
|
/***/ }),
|
|
4734
|
-
/*
|
|
4880
|
+
/* 120 */
|
|
4735
4881
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4736
4882
|
|
|
4737
4883
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4794,7 +4940,7 @@ class UniswapSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
4794
4940
|
}
|
|
4795
4941
|
|
|
4796
4942
|
/***/ }),
|
|
4797
|
-
/*
|
|
4943
|
+
/* 121 */
|
|
4798
4944
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4799
4945
|
|
|
4800
4946
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4802,7 +4948,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4802
4948
|
/* harmony export */ "UniswapWithdrawAction": () => (/* binding */ UniswapWithdrawAction)
|
|
4803
4949
|
/* harmony export */ });
|
|
4804
4950
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
4805
|
-
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4951
|
+
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(122);
|
|
4806
4952
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
4807
4953
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
4808
4954
|
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); } }
|
|
@@ -4847,7 +4993,7 @@ class UniswapWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4847
4993
|
}
|
|
4848
4994
|
|
|
4849
4995
|
/***/ }),
|
|
4850
|
-
/*
|
|
4996
|
+
/* 122 */
|
|
4851
4997
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4852
4998
|
|
|
4853
4999
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4855,9 +5001,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4855
5001
|
/* harmony export */ "getPoolAddressByAddresses": () => (/* binding */ getPoolAddressByAddresses),
|
|
4856
5002
|
/* harmony export */ "getPoolAddressBySymbols": () => (/* binding */ getPoolAddressBySymbols)
|
|
4857
5003
|
/* harmony export */ });
|
|
4858
|
-
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5004
|
+
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(123);
|
|
4859
5005
|
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__);
|
|
4860
|
-
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5006
|
+
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(124);
|
|
4861
5007
|
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_address__WEBPACK_IMPORTED_MODULE_1__);
|
|
4862
5008
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
4863
5009
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -4898,19 +5044,19 @@ var getPoolAddressByAddresses = (tokenA, tokenB) => {
|
|
|
4898
5044
|
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);
|
|
4899
5045
|
|
|
4900
5046
|
/***/ }),
|
|
4901
|
-
/*
|
|
5047
|
+
/* 123 */
|
|
4902
5048
|
/***/ ((module) => {
|
|
4903
5049
|
|
|
4904
|
-
module.exports =
|
|
5050
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__123__;
|
|
4905
5051
|
|
|
4906
5052
|
/***/ }),
|
|
4907
|
-
/*
|
|
5053
|
+
/* 124 */
|
|
4908
5054
|
/***/ ((module) => {
|
|
4909
5055
|
|
|
4910
|
-
module.exports =
|
|
5056
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__124__;
|
|
4911
5057
|
|
|
4912
5058
|
/***/ }),
|
|
4913
|
-
/*
|
|
5059
|
+
/* 125 */
|
|
4914
5060
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4915
5061
|
|
|
4916
5062
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4924,14 +5070,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4924
5070
|
/* harmony export */ "ReflexerSupplyAction": () => (/* reexport safe */ _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.ReflexerSupplyAction),
|
|
4925
5071
|
/* harmony export */ "ReflexerWithdrawAction": () => (/* reexport safe */ _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.ReflexerWithdrawAction)
|
|
4926
5072
|
/* harmony export */ });
|
|
4927
|
-
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4928
|
-
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4929
|
-
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4930
|
-
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4931
|
-
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4932
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4933
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4934
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5073
|
+
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(126);
|
|
5074
|
+
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(127);
|
|
5075
|
+
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(128);
|
|
5076
|
+
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(129);
|
|
5077
|
+
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(130);
|
|
5078
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(131);
|
|
5079
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(132);
|
|
5080
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(133);
|
|
4935
5081
|
|
|
4936
5082
|
|
|
4937
5083
|
|
|
@@ -4942,7 +5088,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4942
5088
|
|
|
4943
5089
|
|
|
4944
5090
|
/***/ }),
|
|
4945
|
-
/*
|
|
5091
|
+
/* 126 */
|
|
4946
5092
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4947
5093
|
|
|
4948
5094
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4968,7 +5114,7 @@ class ReflexerOpenSafeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4968
5114
|
}
|
|
4969
5115
|
|
|
4970
5116
|
/***/ }),
|
|
4971
|
-
/*
|
|
5117
|
+
/* 127 */
|
|
4972
5118
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4973
5119
|
|
|
4974
5120
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4999,7 +5145,7 @@ class ReflexerGenerateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4999
5145
|
}
|
|
5000
5146
|
|
|
5001
5147
|
/***/ }),
|
|
5002
|
-
/*
|
|
5148
|
+
/* 128 */
|
|
5003
5149
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5004
5150
|
|
|
5005
5151
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5053,7 +5199,7 @@ class ReflexerSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5053
5199
|
}
|
|
5054
5200
|
|
|
5055
5201
|
/***/ }),
|
|
5056
|
-
/*
|
|
5202
|
+
/* 129 */
|
|
5057
5203
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5058
5204
|
|
|
5059
5205
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5096,7 +5242,7 @@ class ReflexerPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
5096
5242
|
}
|
|
5097
5243
|
|
|
5098
5244
|
/***/ }),
|
|
5099
|
-
/*
|
|
5245
|
+
/* 130 */
|
|
5100
5246
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5101
5247
|
|
|
5102
5248
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5129,7 +5275,7 @@ class ReflexerWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5129
5275
|
}
|
|
5130
5276
|
|
|
5131
5277
|
/***/ }),
|
|
5132
|
-
/*
|
|
5278
|
+
/* 131 */
|
|
5133
5279
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5134
5280
|
|
|
5135
5281
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5171,7 +5317,7 @@ class ReflexerNativeUniV2SaviourDepositAction extends _Action__WEBPACK_IMPORTED_
|
|
|
5171
5317
|
}
|
|
5172
5318
|
|
|
5173
5319
|
/***/ }),
|
|
5174
|
-
/*
|
|
5320
|
+
/* 132 */
|
|
5175
5321
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5176
5322
|
|
|
5177
5323
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5203,7 +5349,7 @@ class ReflexerNativeUniV2SaviourWithdrawAction extends _Action__WEBPACK_IMPORTED
|
|
|
5203
5349
|
}
|
|
5204
5350
|
|
|
5205
5351
|
/***/ }),
|
|
5206
|
-
/*
|
|
5352
|
+
/* 133 */
|
|
5207
5353
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5208
5354
|
|
|
5209
5355
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5235,18 +5381,18 @@ class ReflexerNativeUniV2SaviourGetReservesAction extends _Action__WEBPACK_IMPOR
|
|
|
5235
5381
|
}
|
|
5236
5382
|
|
|
5237
5383
|
/***/ }),
|
|
5238
|
-
/*
|
|
5384
|
+
/* 134 */
|
|
5239
5385
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5240
5386
|
|
|
5241
5387
|
__webpack_require__.r(__webpack_exports__);
|
|
5242
5388
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5243
5389
|
/* harmony export */ "DyDxWithdrawAction": () => (/* reexport safe */ _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__.DyDxWithdrawAction)
|
|
5244
5390
|
/* harmony export */ });
|
|
5245
|
-
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5391
|
+
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(135);
|
|
5246
5392
|
|
|
5247
5393
|
|
|
5248
5394
|
/***/ }),
|
|
5249
|
-
/*
|
|
5395
|
+
/* 135 */
|
|
5250
5396
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5251
5397
|
|
|
5252
5398
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5277,7 +5423,7 @@ class DyDxWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5277
5423
|
}
|
|
5278
5424
|
|
|
5279
5425
|
/***/ }),
|
|
5280
|
-
/*
|
|
5426
|
+
/* 136 */
|
|
5281
5427
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5282
5428
|
|
|
5283
5429
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5288,11 +5434,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5288
5434
|
/* harmony export */ "UniswapV3SupplyAction": () => (/* reexport safe */ _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__.UniswapV3SupplyAction),
|
|
5289
5435
|
/* harmony export */ "UniswapV3WithdrawAction": () => (/* reexport safe */ _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__.UniswapV3WithdrawAction)
|
|
5290
5436
|
/* harmony export */ });
|
|
5291
|
-
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5292
|
-
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5293
|
-
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5294
|
-
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5295
|
-
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5437
|
+
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(137);
|
|
5438
|
+
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(138);
|
|
5439
|
+
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(139);
|
|
5440
|
+
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(140);
|
|
5441
|
+
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(141);
|
|
5296
5442
|
|
|
5297
5443
|
|
|
5298
5444
|
|
|
@@ -5300,7 +5446,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5300
5446
|
|
|
5301
5447
|
|
|
5302
5448
|
/***/ }),
|
|
5303
|
-
/*
|
|
5449
|
+
/* 137 */
|
|
5304
5450
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5305
5451
|
|
|
5306
5452
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5366,7 +5512,7 @@ class UniswapV3MintAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
5366
5512
|
}
|
|
5367
5513
|
|
|
5368
5514
|
/***/ }),
|
|
5369
|
-
/*
|
|
5515
|
+
/* 138 */
|
|
5370
5516
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5371
5517
|
|
|
5372
5518
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5426,7 +5572,7 @@ class UniswapV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
5426
5572
|
}
|
|
5427
5573
|
|
|
5428
5574
|
/***/ }),
|
|
5429
|
-
/*
|
|
5575
|
+
/* 139 */
|
|
5430
5576
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5431
5577
|
|
|
5432
5578
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5438,9 +5584,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5438
5584
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
5439
5585
|
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); } }
|
|
5440
5586
|
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); }); }; }
|
|
5441
|
-
function _defineProperty(obj, key, value) {
|
|
5442
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
5443
|
-
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); }
|
|
5587
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5444
5588
|
|
|
5445
5589
|
|
|
5446
5590
|
|
|
@@ -5483,7 +5627,7 @@ class UniswapV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
5483
5627
|
}
|
|
5484
5628
|
|
|
5485
5629
|
/***/ }),
|
|
5486
|
-
/*
|
|
5630
|
+
/* 140 */
|
|
5487
5631
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5488
5632
|
|
|
5489
5633
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5494,9 +5638,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5494
5638
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
5495
5639
|
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); } }
|
|
5496
5640
|
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); }); }; }
|
|
5497
|
-
function _defineProperty(obj, key, value) {
|
|
5498
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
5499
|
-
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); }
|
|
5641
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5500
5642
|
|
|
5501
5643
|
|
|
5502
5644
|
/**
|
|
@@ -5532,7 +5674,7 @@ class UniswapV3CollectAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
5532
5674
|
}
|
|
5533
5675
|
|
|
5534
5676
|
/***/ }),
|
|
5535
|
-
/*
|
|
5677
|
+
/* 141 */
|
|
5536
5678
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5537
5679
|
|
|
5538
5680
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5599,7 +5741,7 @@ class UniswapV3CreatePoolAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
5599
5741
|
}
|
|
5600
5742
|
|
|
5601
5743
|
/***/ }),
|
|
5602
|
-
/*
|
|
5744
|
+
/* 142 */
|
|
5603
5745
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5604
5746
|
|
|
5605
5747
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5610,11 +5752,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5610
5752
|
/* harmony export */ "MakerRatioCheckAction": () => (/* reexport safe */ _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__.MakerRatioCheckAction),
|
|
5611
5753
|
/* harmony export */ "SparkRatioCheckAction": () => (/* reexport safe */ _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__.SparkRatioCheckAction)
|
|
5612
5754
|
/* harmony export */ });
|
|
5613
|
-
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5614
|
-
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5615
|
-
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5616
|
-
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5617
|
-
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5755
|
+
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(143);
|
|
5756
|
+
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(144);
|
|
5757
|
+
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(145);
|
|
5758
|
+
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(146);
|
|
5759
|
+
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(147);
|
|
5618
5760
|
|
|
5619
5761
|
|
|
5620
5762
|
|
|
@@ -5622,7 +5764,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5622
5764
|
|
|
5623
5765
|
|
|
5624
5766
|
/***/ }),
|
|
5625
|
-
/*
|
|
5767
|
+
/* 143 */
|
|
5626
5768
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5627
5769
|
|
|
5628
5770
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5653,7 +5795,7 @@ class MakerRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5653
5795
|
}
|
|
5654
5796
|
|
|
5655
5797
|
/***/ }),
|
|
5656
|
-
/*
|
|
5798
|
+
/* 144 */
|
|
5657
5799
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5658
5800
|
|
|
5659
5801
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5681,7 +5823,7 @@ class AaveV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5681
5823
|
}
|
|
5682
5824
|
|
|
5683
5825
|
/***/ }),
|
|
5684
|
-
/*
|
|
5826
|
+
/* 145 */
|
|
5685
5827
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5686
5828
|
|
|
5687
5829
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5711,7 +5853,7 @@ class CompoundV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
5711
5853
|
}
|
|
5712
5854
|
|
|
5713
5855
|
/***/ }),
|
|
5714
|
-
/*
|
|
5856
|
+
/* 146 */
|
|
5715
5857
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5716
5858
|
|
|
5717
5859
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5739,7 +5881,7 @@ class LiquityRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
5739
5881
|
}
|
|
5740
5882
|
|
|
5741
5883
|
/***/ }),
|
|
5742
|
-
/*
|
|
5884
|
+
/* 147 */
|
|
5743
5885
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5744
5886
|
|
|
5745
5887
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5767,7 +5909,7 @@ class SparkRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5767
5909
|
}
|
|
5768
5910
|
|
|
5769
5911
|
/***/ }),
|
|
5770
|
-
/*
|
|
5912
|
+
/* 148 */
|
|
5771
5913
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5772
5914
|
|
|
5773
5915
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5789,22 +5931,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5789
5931
|
/* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
5790
5932
|
/* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
5791
5933
|
/* harmony export */ });
|
|
5792
|
-
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5793
|
-
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5794
|
-
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5795
|
-
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5796
|
-
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5797
|
-
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
5798
|
-
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
5799
|
-
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5800
|
-
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
5801
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
5802
|
-
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
5803
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
5804
|
-
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
5805
|
-
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
5806
|
-
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
5807
|
-
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
5934
|
+
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(149);
|
|
5935
|
+
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(150);
|
|
5936
|
+
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(151);
|
|
5937
|
+
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(152);
|
|
5938
|
+
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(153);
|
|
5939
|
+
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(154);
|
|
5940
|
+
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(155);
|
|
5941
|
+
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(156);
|
|
5942
|
+
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(157);
|
|
5943
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(158);
|
|
5944
|
+
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(159);
|
|
5945
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(160);
|
|
5946
|
+
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(161);
|
|
5947
|
+
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(162);
|
|
5948
|
+
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(163);
|
|
5949
|
+
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(164);
|
|
5808
5950
|
|
|
5809
5951
|
|
|
5810
5952
|
|
|
@@ -5823,7 +5965,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5823
5965
|
|
|
5824
5966
|
|
|
5825
5967
|
/***/ }),
|
|
5826
|
-
/*
|
|
5968
|
+
/* 149 */
|
|
5827
5969
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5828
5970
|
|
|
5829
5971
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5874,7 +6016,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5874
6016
|
}
|
|
5875
6017
|
|
|
5876
6018
|
/***/ }),
|
|
5877
|
-
/*
|
|
6019
|
+
/* 150 */
|
|
5878
6020
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5879
6021
|
|
|
5880
6022
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5908,7 +6050,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5908
6050
|
}
|
|
5909
6051
|
|
|
5910
6052
|
/***/ }),
|
|
5911
|
-
/*
|
|
6053
|
+
/* 151 */
|
|
5912
6054
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5913
6055
|
|
|
5914
6056
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5955,7 +6097,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5955
6097
|
}
|
|
5956
6098
|
|
|
5957
6099
|
/***/ }),
|
|
5958
|
-
/*
|
|
6100
|
+
/* 152 */
|
|
5959
6101
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5960
6102
|
|
|
5961
6103
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6002,7 +6144,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6002
6144
|
}
|
|
6003
6145
|
|
|
6004
6146
|
/***/ }),
|
|
6005
|
-
/*
|
|
6147
|
+
/* 153 */
|
|
6006
6148
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6007
6149
|
|
|
6008
6150
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6035,7 +6177,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6035
6177
|
}
|
|
6036
6178
|
|
|
6037
6179
|
/***/ }),
|
|
6038
|
-
/*
|
|
6180
|
+
/* 154 */
|
|
6039
6181
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6040
6182
|
|
|
6041
6183
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6081,7 +6223,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6081
6223
|
}
|
|
6082
6224
|
|
|
6083
6225
|
/***/ }),
|
|
6084
|
-
/*
|
|
6226
|
+
/* 155 */
|
|
6085
6227
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6086
6228
|
|
|
6087
6229
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6111,7 +6253,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6111
6253
|
}
|
|
6112
6254
|
|
|
6113
6255
|
/***/ }),
|
|
6114
|
-
/*
|
|
6256
|
+
/* 156 */
|
|
6115
6257
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6116
6258
|
|
|
6117
6259
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6164,7 +6306,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6164
6306
|
}
|
|
6165
6307
|
|
|
6166
6308
|
/***/ }),
|
|
6167
|
-
/*
|
|
6309
|
+
/* 157 */
|
|
6168
6310
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6169
6311
|
|
|
6170
6312
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6213,7 +6355,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
6213
6355
|
}
|
|
6214
6356
|
|
|
6215
6357
|
/***/ }),
|
|
6216
|
-
/*
|
|
6358
|
+
/* 158 */
|
|
6217
6359
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6218
6360
|
|
|
6219
6361
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6248,7 +6390,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
6248
6390
|
}
|
|
6249
6391
|
|
|
6250
6392
|
/***/ }),
|
|
6251
|
-
/*
|
|
6393
|
+
/* 159 */
|
|
6252
6394
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6253
6395
|
|
|
6254
6396
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6297,7 +6439,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6297
6439
|
}
|
|
6298
6440
|
|
|
6299
6441
|
/***/ }),
|
|
6300
|
-
/*
|
|
6442
|
+
/* 160 */
|
|
6301
6443
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6302
6444
|
|
|
6303
6445
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6332,7 +6474,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6332
6474
|
}
|
|
6333
6475
|
|
|
6334
6476
|
/***/ }),
|
|
6335
|
-
/*
|
|
6477
|
+
/* 161 */
|
|
6336
6478
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6337
6479
|
|
|
6338
6480
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6364,14 +6506,14 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
6364
6506
|
}
|
|
6365
6507
|
|
|
6366
6508
|
/***/ }),
|
|
6367
|
-
/*
|
|
6509
|
+
/* 162 */
|
|
6368
6510
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6369
6511
|
|
|
6370
6512
|
__webpack_require__.r(__webpack_exports__);
|
|
6371
6513
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6372
6514
|
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* binding */ LiquityClaimSPRewardsAction)
|
|
6373
6515
|
/* harmony export */ });
|
|
6374
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6516
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(158);
|
|
6375
6517
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6376
6518
|
|
|
6377
6519
|
|
|
@@ -6393,14 +6535,14 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
|
|
|
6393
6535
|
}
|
|
6394
6536
|
|
|
6395
6537
|
/***/ }),
|
|
6396
|
-
/*
|
|
6538
|
+
/* 163 */
|
|
6397
6539
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6398
6540
|
|
|
6399
6541
|
__webpack_require__.r(__webpack_exports__);
|
|
6400
6542
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6401
6543
|
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* binding */ LiquityClaimStakingRewardsAction)
|
|
6402
6544
|
/* harmony export */ });
|
|
6403
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6545
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(160);
|
|
6404
6546
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6405
6547
|
|
|
6406
6548
|
|
|
@@ -6422,7 +6564,7 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
|
|
|
6422
6564
|
}
|
|
6423
6565
|
|
|
6424
6566
|
/***/ }),
|
|
6425
|
-
/*
|
|
6567
|
+
/* 164 */
|
|
6426
6568
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6427
6569
|
|
|
6428
6570
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6461,7 +6603,7 @@ class LiquityAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6461
6603
|
}
|
|
6462
6604
|
|
|
6463
6605
|
/***/ }),
|
|
6464
|
-
/*
|
|
6606
|
+
/* 165 */
|
|
6465
6607
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6466
6608
|
|
|
6467
6609
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6469,13 +6611,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6469
6611
|
/* harmony export */ "YearnSupplyAction": () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
|
|
6470
6612
|
/* harmony export */ "YearnWithdrawAction": () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
|
|
6471
6613
|
/* harmony export */ });
|
|
6472
|
-
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6473
|
-
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6614
|
+
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(166);
|
|
6615
|
+
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(167);
|
|
6474
6616
|
|
|
6475
6617
|
|
|
6476
6618
|
|
|
6477
6619
|
/***/ }),
|
|
6478
|
-
/*
|
|
6620
|
+
/* 166 */
|
|
6479
6621
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6480
6622
|
|
|
6481
6623
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6526,7 +6668,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6526
6668
|
}
|
|
6527
6669
|
|
|
6528
6670
|
/***/ }),
|
|
6529
|
-
/*
|
|
6671
|
+
/* 167 */
|
|
6530
6672
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6531
6673
|
|
|
6532
6674
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6577,7 +6719,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6577
6719
|
}
|
|
6578
6720
|
|
|
6579
6721
|
/***/ }),
|
|
6580
|
-
/*
|
|
6722
|
+
/* 168 */
|
|
6581
6723
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6582
6724
|
|
|
6583
6725
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6586,15 +6728,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6586
6728
|
/* harmony export */ "LidoUnwrapAction": () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
|
|
6587
6729
|
/* harmony export */ "LidoWrapAction": () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
|
|
6588
6730
|
/* harmony export */ });
|
|
6589
|
-
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6590
|
-
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6591
|
-
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6731
|
+
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(169);
|
|
6732
|
+
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(170);
|
|
6733
|
+
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(171);
|
|
6592
6734
|
|
|
6593
6735
|
|
|
6594
6736
|
|
|
6595
6737
|
|
|
6596
6738
|
/***/ }),
|
|
6597
|
-
/*
|
|
6739
|
+
/* 169 */
|
|
6598
6740
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6599
6741
|
|
|
6600
6742
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6640,7 +6782,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6640
6782
|
}
|
|
6641
6783
|
|
|
6642
6784
|
/***/ }),
|
|
6643
|
-
/*
|
|
6785
|
+
/* 170 */
|
|
6644
6786
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6645
6787
|
|
|
6646
6788
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6694,7 +6836,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6694
6836
|
}
|
|
6695
6837
|
|
|
6696
6838
|
/***/ }),
|
|
6697
|
-
/*
|
|
6839
|
+
/* 171 */
|
|
6698
6840
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6699
6841
|
|
|
6700
6842
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6737,18 +6879,18 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6737
6879
|
}
|
|
6738
6880
|
|
|
6739
6881
|
/***/ }),
|
|
6740
|
-
/*
|
|
6882
|
+
/* 172 */
|
|
6741
6883
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6742
6884
|
|
|
6743
6885
|
__webpack_require__.r(__webpack_exports__);
|
|
6744
6886
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6745
6887
|
/* harmony export */ "InstPullTokensAction": () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
|
|
6746
6888
|
/* harmony export */ });
|
|
6747
|
-
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6889
|
+
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(173);
|
|
6748
6890
|
|
|
6749
6891
|
|
|
6750
6892
|
/***/ }),
|
|
6751
|
-
/*
|
|
6893
|
+
/* 173 */
|
|
6752
6894
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6753
6895
|
|
|
6754
6896
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6791,7 +6933,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6791
6933
|
}
|
|
6792
6934
|
|
|
6793
6935
|
/***/ }),
|
|
6794
|
-
/*
|
|
6936
|
+
/* 174 */
|
|
6795
6937
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6796
6938
|
|
|
6797
6939
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6800,15 +6942,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6800
6942
|
/* harmony export */ "BalancerV2SupplyAction": () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
|
|
6801
6943
|
/* harmony export */ "BalancerV2WithdrawAction": () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
|
|
6802
6944
|
/* harmony export */ });
|
|
6803
|
-
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6804
|
-
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6805
|
-
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6945
|
+
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(175);
|
|
6946
|
+
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(176);
|
|
6947
|
+
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(177);
|
|
6806
6948
|
|
|
6807
6949
|
|
|
6808
6950
|
|
|
6809
6951
|
|
|
6810
6952
|
/***/ }),
|
|
6811
|
-
/*
|
|
6953
|
+
/* 175 */
|
|
6812
6954
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6813
6955
|
|
|
6814
6956
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6860,7 +7002,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6860
7002
|
}
|
|
6861
7003
|
|
|
6862
7004
|
/***/ }),
|
|
6863
|
-
/*
|
|
7005
|
+
/* 176 */
|
|
6864
7006
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6865
7007
|
|
|
6866
7008
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6872,9 +7014,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6872
7014
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
6873
7015
|
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); } }
|
|
6874
7016
|
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); }); }; }
|
|
6875
|
-
function _defineProperty(obj, key, value) {
|
|
6876
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
6877
|
-
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); }
|
|
7017
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
6878
7018
|
|
|
6879
7019
|
|
|
6880
7020
|
|
|
@@ -6918,7 +7058,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
6918
7058
|
}
|
|
6919
7059
|
|
|
6920
7060
|
/***/ }),
|
|
6921
|
-
/*
|
|
7061
|
+
/* 177 */
|
|
6922
7062
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6923
7063
|
|
|
6924
7064
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6967,7 +7107,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6967
7107
|
}
|
|
6968
7108
|
|
|
6969
7109
|
/***/ }),
|
|
6970
|
-
/*
|
|
7110
|
+
/* 178 */
|
|
6971
7111
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6972
7112
|
|
|
6973
7113
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6982,15 +7122,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6982
7122
|
/* harmony export */ "CurveSwapAction": () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
|
|
6983
7123
|
/* harmony export */ "CurveWithdrawAction": () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
|
|
6984
7124
|
/* harmony export */ });
|
|
6985
|
-
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6986
|
-
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6987
|
-
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6988
|
-
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6989
|
-
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
6990
|
-
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
6991
|
-
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
6992
|
-
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
6993
|
-
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
7125
|
+
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(179);
|
|
7126
|
+
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(180);
|
|
7127
|
+
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(183);
|
|
7128
|
+
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(184);
|
|
7129
|
+
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(185);
|
|
7130
|
+
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(186);
|
|
7131
|
+
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(187);
|
|
7132
|
+
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(188);
|
|
7133
|
+
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(189);
|
|
6994
7134
|
|
|
6995
7135
|
|
|
6996
7136
|
|
|
@@ -7002,7 +7142,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7002
7142
|
|
|
7003
7143
|
|
|
7004
7144
|
/***/ }),
|
|
7005
|
-
/*
|
|
7145
|
+
/* 179 */
|
|
7006
7146
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7007
7147
|
|
|
7008
7148
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7049,7 +7189,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7049
7189
|
}
|
|
7050
7190
|
|
|
7051
7191
|
/***/ }),
|
|
7052
|
-
/*
|
|
7192
|
+
/* 180 */
|
|
7053
7193
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7054
7194
|
|
|
7055
7195
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7061,12 +7201,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7061
7201
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
7062
7202
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
7063
7203
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
7064
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7204
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(181);
|
|
7065
7205
|
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); } }
|
|
7066
7206
|
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); }); }; }
|
|
7067
|
-
function _defineProperty(obj, key, value) {
|
|
7068
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
7069
|
-
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); }
|
|
7207
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7070
7208
|
|
|
7071
7209
|
|
|
7072
7210
|
|
|
@@ -7124,7 +7262,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7124
7262
|
}
|
|
7125
7263
|
|
|
7126
7264
|
/***/ }),
|
|
7127
|
-
/*
|
|
7265
|
+
/* 181 */
|
|
7128
7266
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7129
7267
|
|
|
7130
7268
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7132,7 +7270,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7132
7270
|
/* harmony export */ "makeFlags": () => (/* binding */ makeFlags),
|
|
7133
7271
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
7134
7272
|
/* harmony export */ });
|
|
7135
|
-
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7273
|
+
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(182);
|
|
7136
7274
|
|
|
7137
7275
|
|
|
7138
7276
|
|
|
@@ -7145,13 +7283,13 @@ var makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeOne
|
|
|
7145
7283
|
) => depositTargetType | explicitUnderlying << 2 | withdrawExact << 3 | removeOneCoin << 4;
|
|
7146
7284
|
|
|
7147
7285
|
/***/ }),
|
|
7148
|
-
/*
|
|
7286
|
+
/* 182 */
|
|
7149
7287
|
/***/ ((module) => {
|
|
7150
7288
|
|
|
7151
7289
|
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]}]');
|
|
7152
7290
|
|
|
7153
7291
|
/***/ }),
|
|
7154
|
-
/*
|
|
7292
|
+
/* 183 */
|
|
7155
7293
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7156
7294
|
|
|
7157
7295
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7161,12 +7299,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7161
7299
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7162
7300
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7163
7301
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7164
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7302
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(181);
|
|
7165
7303
|
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); } }
|
|
7166
7304
|
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); }); }; }
|
|
7167
|
-
function _defineProperty(obj, key, value) {
|
|
7168
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
7169
|
-
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); }
|
|
7305
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7170
7306
|
|
|
7171
7307
|
|
|
7172
7308
|
|
|
@@ -7222,7 +7358,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7222
7358
|
}
|
|
7223
7359
|
|
|
7224
7360
|
/***/ }),
|
|
7225
|
-
/*
|
|
7361
|
+
/* 184 */
|
|
7226
7362
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7227
7363
|
|
|
7228
7364
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7267,7 +7403,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
7267
7403
|
}
|
|
7268
7404
|
|
|
7269
7405
|
/***/ }),
|
|
7270
|
-
/*
|
|
7406
|
+
/* 185 */
|
|
7271
7407
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7272
7408
|
|
|
7273
7409
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7298,7 +7434,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7298
7434
|
}
|
|
7299
7435
|
|
|
7300
7436
|
/***/ }),
|
|
7301
|
-
/*
|
|
7437
|
+
/* 186 */
|
|
7302
7438
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7303
7439
|
|
|
7304
7440
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7327,7 +7463,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7327
7463
|
}
|
|
7328
7464
|
|
|
7329
7465
|
/***/ }),
|
|
7330
|
-
/*
|
|
7466
|
+
/* 187 */
|
|
7331
7467
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7332
7468
|
|
|
7333
7469
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7358,7 +7494,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7358
7494
|
}
|
|
7359
7495
|
|
|
7360
7496
|
/***/ }),
|
|
7361
|
-
/*
|
|
7497
|
+
/* 188 */
|
|
7362
7498
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7363
7499
|
|
|
7364
7500
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7391,7 +7527,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
7391
7527
|
}
|
|
7392
7528
|
|
|
7393
7529
|
/***/ }),
|
|
7394
|
-
/*
|
|
7530
|
+
/* 189 */
|
|
7395
7531
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7396
7532
|
|
|
7397
7533
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7425,7 +7561,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
7425
7561
|
}
|
|
7426
7562
|
|
|
7427
7563
|
/***/ }),
|
|
7428
|
-
/*
|
|
7564
|
+
/* 190 */
|
|
7429
7565
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7430
7566
|
|
|
7431
7567
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7433,13 +7569,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7433
7569
|
/* harmony export */ "GUniDeposit": () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
|
|
7434
7570
|
/* harmony export */ "GUniWithdraw": () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
|
|
7435
7571
|
/* harmony export */ });
|
|
7436
|
-
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7437
|
-
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7572
|
+
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(191);
|
|
7573
|
+
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(192);
|
|
7438
7574
|
|
|
7439
7575
|
|
|
7440
7576
|
|
|
7441
7577
|
/***/ }),
|
|
7442
|
-
/*
|
|
7578
|
+
/* 191 */
|
|
7443
7579
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7444
7580
|
|
|
7445
7581
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7494,7 +7630,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7494
7630
|
}
|
|
7495
7631
|
|
|
7496
7632
|
/***/ }),
|
|
7497
|
-
/*
|
|
7633
|
+
/* 192 */
|
|
7498
7634
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7499
7635
|
|
|
7500
7636
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7541,7 +7677,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7541
7677
|
}
|
|
7542
7678
|
|
|
7543
7679
|
/***/ }),
|
|
7544
|
-
/*
|
|
7680
|
+
/* 193 */
|
|
7545
7681
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7546
7682
|
|
|
7547
7683
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7550,15 +7686,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7550
7686
|
/* harmony export */ "MStableDepositAction": () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
|
|
7551
7687
|
/* harmony export */ "MStableWithdrawAction": () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
|
|
7552
7688
|
/* harmony export */ });
|
|
7553
|
-
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7554
|
-
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7555
|
-
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7689
|
+
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(194);
|
|
7690
|
+
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(196);
|
|
7691
|
+
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(197);
|
|
7556
7692
|
|
|
7557
7693
|
|
|
7558
7694
|
|
|
7559
7695
|
|
|
7560
7696
|
/***/ }),
|
|
7561
|
-
/*
|
|
7697
|
+
/* 194 */
|
|
7562
7698
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7563
7699
|
|
|
7564
7700
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7568,7 +7704,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7568
7704
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7569
7705
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7570
7706
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7571
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7707
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(195);
|
|
7572
7708
|
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); } }
|
|
7573
7709
|
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); }); }; }
|
|
7574
7710
|
|
|
@@ -7633,7 +7769,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7633
7769
|
}
|
|
7634
7770
|
|
|
7635
7771
|
/***/ }),
|
|
7636
|
-
/*
|
|
7772
|
+
/* 195 */
|
|
7637
7773
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7638
7774
|
|
|
7639
7775
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7650,7 +7786,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7650
7786
|
});
|
|
7651
7787
|
|
|
7652
7788
|
/***/ }),
|
|
7653
|
-
/*
|
|
7789
|
+
/* 196 */
|
|
7654
7790
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7655
7791
|
|
|
7656
7792
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7660,7 +7796,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7660
7796
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7661
7797
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7662
7798
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7663
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7799
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(195);
|
|
7664
7800
|
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); } }
|
|
7665
7801
|
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); }); }; }
|
|
7666
7802
|
|
|
@@ -7724,7 +7860,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7724
7860
|
}
|
|
7725
7861
|
|
|
7726
7862
|
/***/ }),
|
|
7727
|
-
/*
|
|
7863
|
+
/* 197 */
|
|
7728
7864
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7729
7865
|
|
|
7730
7866
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7758,7 +7894,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7758
7894
|
}
|
|
7759
7895
|
|
|
7760
7896
|
/***/ }),
|
|
7761
|
-
/*
|
|
7897
|
+
/* 198 */
|
|
7762
7898
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7763
7899
|
|
|
7764
7900
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7766,13 +7902,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7766
7902
|
/* harmony export */ "RariDepositAction": () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
|
|
7767
7903
|
/* harmony export */ "RariWithdrawAction": () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
|
|
7768
7904
|
/* harmony export */ });
|
|
7769
|
-
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7770
|
-
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7905
|
+
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(199);
|
|
7906
|
+
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(200);
|
|
7771
7907
|
|
|
7772
7908
|
|
|
7773
7909
|
|
|
7774
7910
|
/***/ }),
|
|
7775
|
-
/*
|
|
7911
|
+
/* 199 */
|
|
7776
7912
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7777
7913
|
|
|
7778
7914
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7818,7 +7954,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7818
7954
|
}
|
|
7819
7955
|
|
|
7820
7956
|
/***/ }),
|
|
7821
|
-
/*
|
|
7957
|
+
/* 200 */
|
|
7822
7958
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7823
7959
|
|
|
7824
7960
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7865,7 +8001,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7865
8001
|
}
|
|
7866
8002
|
|
|
7867
8003
|
/***/ }),
|
|
7868
|
-
/*
|
|
8004
|
+
/* 201 */
|
|
7869
8005
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7870
8006
|
|
|
7871
8007
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7880,15 +8016,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7880
8016
|
/* harmony export */ "AaveV3SwapBorrowRateModeAction": () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
|
|
7881
8017
|
/* harmony export */ "AaveV3WithdrawAction": () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
|
|
7882
8018
|
/* harmony export */ });
|
|
7883
|
-
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7884
|
-
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7885
|
-
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7886
|
-
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7887
|
-
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7888
|
-
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7889
|
-
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7890
|
-
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
7891
|
-
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
8019
|
+
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(202);
|
|
8020
|
+
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(203);
|
|
8021
|
+
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(204);
|
|
8022
|
+
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(205);
|
|
8023
|
+
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(206);
|
|
8024
|
+
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(207);
|
|
8025
|
+
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(208);
|
|
8026
|
+
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(209);
|
|
8027
|
+
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(210);
|
|
7892
8028
|
|
|
7893
8029
|
|
|
7894
8030
|
|
|
@@ -7900,7 +8036,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7900
8036
|
|
|
7901
8037
|
|
|
7902
8038
|
/***/ }),
|
|
7903
|
-
/*
|
|
8039
|
+
/* 202 */
|
|
7904
8040
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7905
8041
|
|
|
7906
8042
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7913,9 +8049,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7913
8049
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7914
8050
|
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); } }
|
|
7915
8051
|
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); }); }; }
|
|
7916
|
-
function _defineProperty(obj, key, value) {
|
|
7917
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
7918
|
-
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); }
|
|
8052
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
7919
8053
|
|
|
7920
8054
|
|
|
7921
8055
|
|
|
@@ -7982,7 +8116,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
7982
8116
|
}
|
|
7983
8117
|
|
|
7984
8118
|
/***/ }),
|
|
7985
|
-
/*
|
|
8119
|
+
/* 203 */
|
|
7986
8120
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7987
8121
|
|
|
7988
8122
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8046,7 +8180,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8046
8180
|
}
|
|
8047
8181
|
|
|
8048
8182
|
/***/ }),
|
|
8049
|
-
/*
|
|
8183
|
+
/* 204 */
|
|
8050
8184
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8051
8185
|
|
|
8052
8186
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8059,9 +8193,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8059
8193
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8060
8194
|
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); } }
|
|
8061
8195
|
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); }); }; }
|
|
8062
|
-
function _defineProperty(obj, key, value) {
|
|
8063
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
8064
|
-
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); }
|
|
8196
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8065
8197
|
|
|
8066
8198
|
|
|
8067
8199
|
|
|
@@ -8128,7 +8260,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
8128
8260
|
}
|
|
8129
8261
|
|
|
8130
8262
|
/***/ }),
|
|
8131
|
-
/*
|
|
8263
|
+
/* 205 */
|
|
8132
8264
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8133
8265
|
|
|
8134
8266
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8180,7 +8312,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8180
8312
|
}
|
|
8181
8313
|
|
|
8182
8314
|
/***/ }),
|
|
8183
|
-
/*
|
|
8315
|
+
/* 206 */
|
|
8184
8316
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8185
8317
|
|
|
8186
8318
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8222,7 +8354,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8222
8354
|
}
|
|
8223
8355
|
|
|
8224
8356
|
/***/ }),
|
|
8225
|
-
/*
|
|
8357
|
+
/* 207 */
|
|
8226
8358
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8227
8359
|
|
|
8228
8360
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8235,9 +8367,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8235
8367
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8236
8368
|
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); } }
|
|
8237
8369
|
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); }); }; }
|
|
8238
|
-
function _defineProperty(obj, key, value) {
|
|
8239
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
8240
|
-
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); }
|
|
8370
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8241
8371
|
|
|
8242
8372
|
|
|
8243
8373
|
|
|
@@ -8295,7 +8425,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
8295
8425
|
}
|
|
8296
8426
|
|
|
8297
8427
|
/***/ }),
|
|
8298
|
-
/*
|
|
8428
|
+
/* 208 */
|
|
8299
8429
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8300
8430
|
|
|
8301
8431
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8345,7 +8475,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
|
|
|
8345
8475
|
}
|
|
8346
8476
|
|
|
8347
8477
|
/***/ }),
|
|
8348
|
-
/*
|
|
8478
|
+
/* 209 */
|
|
8349
8479
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8350
8480
|
|
|
8351
8481
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8398,7 +8528,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
|
|
|
8398
8528
|
}
|
|
8399
8529
|
|
|
8400
8530
|
/***/ }),
|
|
8401
|
-
/*
|
|
8531
|
+
/* 210 */
|
|
8402
8532
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8403
8533
|
|
|
8404
8534
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8444,7 +8574,7 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
8444
8574
|
}
|
|
8445
8575
|
|
|
8446
8576
|
/***/ }),
|
|
8447
|
-
/*
|
|
8577
|
+
/* 211 */
|
|
8448
8578
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8449
8579
|
|
|
8450
8580
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8453,15 +8583,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8453
8583
|
/* harmony export */ "ConvexDepositAction": () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
|
|
8454
8584
|
/* harmony export */ "ConvexWithdrawAction": () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
|
|
8455
8585
|
/* harmony export */ });
|
|
8456
|
-
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8457
|
-
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8458
|
-
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8586
|
+
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(212);
|
|
8587
|
+
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(215);
|
|
8588
|
+
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(216);
|
|
8459
8589
|
|
|
8460
8590
|
|
|
8461
8591
|
|
|
8462
8592
|
|
|
8463
8593
|
/***/ }),
|
|
8464
|
-
/*
|
|
8594
|
+
/* 212 */
|
|
8465
8595
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8466
8596
|
|
|
8467
8597
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8470,13 +8600,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8470
8600
|
/* harmony export */ });
|
|
8471
8601
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8472
8602
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8473
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8603
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8474
8604
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8475
8605
|
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); } }
|
|
8476
8606
|
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); }); }; }
|
|
8477
|
-
function _defineProperty(obj, key, value) {
|
|
8478
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
8479
|
-
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); }
|
|
8607
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8480
8608
|
|
|
8481
8609
|
|
|
8482
8610
|
|
|
@@ -8521,7 +8649,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8521
8649
|
}
|
|
8522
8650
|
|
|
8523
8651
|
/***/ }),
|
|
8524
|
-
/*
|
|
8652
|
+
/* 213 */
|
|
8525
8653
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8526
8654
|
|
|
8527
8655
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8531,7 +8659,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8531
8659
|
/* harmony export */ "getConvexPool": () => (/* binding */ getConvexPool),
|
|
8532
8660
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
8533
8661
|
/* harmony export */ });
|
|
8534
|
-
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8662
|
+
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(214);
|
|
8535
8663
|
|
|
8536
8664
|
|
|
8537
8665
|
|
|
@@ -8553,13 +8681,13 @@ var WithdrawOption = {
|
|
|
8553
8681
|
var getConvexPool = curveLpToken => _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__.find(e => e.lpToken === curveLpToken);
|
|
8554
8682
|
|
|
8555
8683
|
/***/ }),
|
|
8556
|
-
/*
|
|
8684
|
+
/* 214 */
|
|
8557
8685
|
/***/ ((module) => {
|
|
8558
8686
|
|
|
8559
8687
|
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":[]}]');
|
|
8560
8688
|
|
|
8561
8689
|
/***/ }),
|
|
8562
|
-
/*
|
|
8690
|
+
/* 215 */
|
|
8563
8691
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8564
8692
|
|
|
8565
8693
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8568,13 +8696,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8568
8696
|
/* harmony export */ });
|
|
8569
8697
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8570
8698
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8571
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8699
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8572
8700
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8573
8701
|
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); } }
|
|
8574
8702
|
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); }); }; }
|
|
8575
|
-
function _defineProperty(obj, key, value) {
|
|
8576
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
8577
|
-
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); }
|
|
8703
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8578
8704
|
|
|
8579
8705
|
|
|
8580
8706
|
|
|
@@ -8618,7 +8744,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8618
8744
|
}
|
|
8619
8745
|
|
|
8620
8746
|
/***/ }),
|
|
8621
|
-
/*
|
|
8747
|
+
/* 216 */
|
|
8622
8748
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8623
8749
|
|
|
8624
8750
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8627,13 +8753,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8627
8753
|
/* harmony export */ });
|
|
8628
8754
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8629
8755
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
8630
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8756
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(213);
|
|
8631
8757
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
8632
8758
|
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); } }
|
|
8633
8759
|
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); }); }; }
|
|
8634
|
-
function _defineProperty(obj, key, value) {
|
|
8635
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
8636
|
-
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); }
|
|
8760
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8637
8761
|
|
|
8638
8762
|
|
|
8639
8763
|
|
|
@@ -8675,7 +8799,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8675
8799
|
}
|
|
8676
8800
|
|
|
8677
8801
|
/***/ }),
|
|
8678
|
-
/*
|
|
8802
|
+
/* 217 */
|
|
8679
8803
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8680
8804
|
|
|
8681
8805
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8688,13 +8812,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8688
8812
|
/* harmony export */ "CBUpdateRebondSubAction": () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
|
|
8689
8813
|
/* harmony export */ "FetchBondIdAction": () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
|
|
8690
8814
|
/* harmony export */ });
|
|
8691
|
-
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8692
|
-
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8693
|
-
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8694
|
-
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8695
|
-
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8696
|
-
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8697
|
-
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8815
|
+
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(218);
|
|
8816
|
+
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(219);
|
|
8817
|
+
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(220);
|
|
8818
|
+
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(221);
|
|
8819
|
+
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(222);
|
|
8820
|
+
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(223);
|
|
8821
|
+
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(224);
|
|
8698
8822
|
|
|
8699
8823
|
|
|
8700
8824
|
|
|
@@ -8704,7 +8828,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8704
8828
|
|
|
8705
8829
|
|
|
8706
8830
|
/***/ }),
|
|
8707
|
-
/*
|
|
8831
|
+
/* 218 */
|
|
8708
8832
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8709
8833
|
|
|
8710
8834
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8745,7 +8869,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8745
8869
|
}
|
|
8746
8870
|
|
|
8747
8871
|
/***/ }),
|
|
8748
|
-
/*
|
|
8872
|
+
/* 219 */
|
|
8749
8873
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8750
8874
|
|
|
8751
8875
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8775,7 +8899,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8775
8899
|
}
|
|
8776
8900
|
|
|
8777
8901
|
/***/ }),
|
|
8778
|
-
/*
|
|
8902
|
+
/* 220 */
|
|
8779
8903
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8780
8904
|
|
|
8781
8905
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8806,7 +8930,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8806
8930
|
}
|
|
8807
8931
|
|
|
8808
8932
|
/***/ }),
|
|
8809
|
-
/*
|
|
8933
|
+
/* 221 */
|
|
8810
8934
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8811
8935
|
|
|
8812
8936
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8850,7 +8974,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8850
8974
|
}
|
|
8851
8975
|
|
|
8852
8976
|
/***/ }),
|
|
8853
|
-
/*
|
|
8977
|
+
/* 222 */
|
|
8854
8978
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8855
8979
|
|
|
8856
8980
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8877,7 +9001,7 @@ class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8877
9001
|
}
|
|
8878
9002
|
|
|
8879
9003
|
/***/ }),
|
|
8880
|
-
/*
|
|
9004
|
+
/* 223 */
|
|
8881
9005
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8882
9006
|
|
|
8883
9007
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8906,7 +9030,7 @@ class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8906
9030
|
}
|
|
8907
9031
|
|
|
8908
9032
|
/***/ }),
|
|
8909
|
-
/*
|
|
9033
|
+
/* 224 */
|
|
8910
9034
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8911
9035
|
|
|
8912
9036
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8933,7 +9057,7 @@ class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
8933
9057
|
}
|
|
8934
9058
|
|
|
8935
9059
|
/***/ }),
|
|
8936
|
-
/*
|
|
9060
|
+
/* 225 */
|
|
8937
9061
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8938
9062
|
|
|
8939
9063
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8946,13 +9070,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8946
9070
|
/* harmony export */ "CompoundV3TransferAction": () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
|
|
8947
9071
|
/* harmony export */ "CompoundV3WithdrawAction": () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
|
|
8948
9072
|
/* harmony export */ });
|
|
8949
|
-
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8950
|
-
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8951
|
-
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8952
|
-
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8953
|
-
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8954
|
-
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8955
|
-
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9073
|
+
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(226);
|
|
9074
|
+
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(227);
|
|
9075
|
+
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(228);
|
|
9076
|
+
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(229);
|
|
9077
|
+
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(230);
|
|
9078
|
+
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(231);
|
|
9079
|
+
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(232);
|
|
8956
9080
|
|
|
8957
9081
|
|
|
8958
9082
|
|
|
@@ -8962,7 +9086,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8962
9086
|
|
|
8963
9087
|
|
|
8964
9088
|
/***/ }),
|
|
8965
|
-
/*
|
|
9089
|
+
/* 226 */
|
|
8966
9090
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8967
9091
|
|
|
8968
9092
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8975,9 +9099,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8975
9099
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8976
9100
|
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); } }
|
|
8977
9101
|
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); }); }; }
|
|
8978
|
-
function _defineProperty(obj, key, value) {
|
|
8979
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
8980
|
-
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); }
|
|
9102
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
8981
9103
|
|
|
8982
9104
|
|
|
8983
9105
|
|
|
@@ -9014,7 +9136,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
9014
9136
|
}
|
|
9015
9137
|
|
|
9016
9138
|
/***/ }),
|
|
9017
|
-
/*
|
|
9139
|
+
/* 227 */
|
|
9018
9140
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9019
9141
|
|
|
9020
9142
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9047,7 +9169,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9047
9169
|
}
|
|
9048
9170
|
|
|
9049
9171
|
/***/ }),
|
|
9050
|
-
/*
|
|
9172
|
+
/* 228 */
|
|
9051
9173
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9052
9174
|
|
|
9053
9175
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9061,9 +9183,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9061
9183
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
9062
9184
|
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); } }
|
|
9063
9185
|
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); }); }; }
|
|
9064
|
-
function _defineProperty(obj, key, value) {
|
|
9065
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
9066
|
-
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); }
|
|
9186
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
9067
9187
|
|
|
9068
9188
|
|
|
9069
9189
|
|
|
@@ -9104,7 +9224,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
9104
9224
|
}
|
|
9105
9225
|
|
|
9106
9226
|
/***/ }),
|
|
9107
|
-
/*
|
|
9227
|
+
/* 229 */
|
|
9108
9228
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9109
9229
|
|
|
9110
9230
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9139,7 +9259,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9139
9259
|
}
|
|
9140
9260
|
|
|
9141
9261
|
/***/ }),
|
|
9142
|
-
/*
|
|
9262
|
+
/* 230 */
|
|
9143
9263
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9144
9264
|
|
|
9145
9265
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9173,7 +9293,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9173
9293
|
}
|
|
9174
9294
|
|
|
9175
9295
|
/***/ }),
|
|
9176
|
-
/*
|
|
9296
|
+
/* 231 */
|
|
9177
9297
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9178
9298
|
|
|
9179
9299
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9205,7 +9325,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9205
9325
|
}
|
|
9206
9326
|
|
|
9207
9327
|
/***/ }),
|
|
9208
|
-
/*
|
|
9328
|
+
/* 232 */
|
|
9209
9329
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9210
9330
|
|
|
9211
9331
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9241,7 +9361,7 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9241
9361
|
}
|
|
9242
9362
|
|
|
9243
9363
|
/***/ }),
|
|
9244
|
-
/*
|
|
9364
|
+
/* 233 */
|
|
9245
9365
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9246
9366
|
|
|
9247
9367
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9252,19 +9372,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9252
9372
|
/* harmony export */ "MorphoAaveV2WithdrawAction": () => (/* reexport safe */ _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MorphoAaveV2WithdrawAction),
|
|
9253
9373
|
/* harmony export */ "MorphoAaveV3BorrowAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__.MorphoAaveV3BorrowAction),
|
|
9254
9374
|
/* harmony export */ "MorphoAaveV3PaybackAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__.MorphoAaveV3PaybackAction),
|
|
9375
|
+
/* harmony export */ "MorphoAaveV3SetManagerAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3SetManagerAction__WEBPACK_IMPORTED_MODULE_9__.MorphoAaveV3SetManagerAction),
|
|
9255
9376
|
/* harmony export */ "MorphoAaveV3SupplyAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__.MorphoAaveV3SupplyAction),
|
|
9256
9377
|
/* harmony export */ "MorphoAaveV3WithdrawAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__.MorphoAaveV3WithdrawAction),
|
|
9257
9378
|
/* harmony export */ "MorphoClaimAction": () => (/* reexport safe */ _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__.MorphoClaimAction)
|
|
9258
9379
|
/* harmony export */ });
|
|
9259
|
-
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9260
|
-
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9261
|
-
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9262
|
-
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9263
|
-
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9264
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9265
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9266
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9267
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9380
|
+
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(234);
|
|
9381
|
+
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(235);
|
|
9382
|
+
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(236);
|
|
9383
|
+
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(237);
|
|
9384
|
+
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(238);
|
|
9385
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(239);
|
|
9386
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(240);
|
|
9387
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(241);
|
|
9388
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(242);
|
|
9389
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SetManagerAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(243);
|
|
9390
|
+
|
|
9268
9391
|
|
|
9269
9392
|
|
|
9270
9393
|
|
|
@@ -9276,7 +9399,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9276
9399
|
|
|
9277
9400
|
|
|
9278
9401
|
/***/ }),
|
|
9279
|
-
/*
|
|
9402
|
+
/* 234 */
|
|
9280
9403
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9281
9404
|
|
|
9282
9405
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9325,7 +9448,7 @@ class MorphoAaveV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9325
9448
|
}
|
|
9326
9449
|
|
|
9327
9450
|
/***/ }),
|
|
9328
|
-
/*
|
|
9451
|
+
/* 235 */
|
|
9329
9452
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9330
9453
|
|
|
9331
9454
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9354,7 +9477,7 @@ class MorphoAaveV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9354
9477
|
}
|
|
9355
9478
|
|
|
9356
9479
|
/***/ }),
|
|
9357
|
-
/*
|
|
9480
|
+
/* 236 */
|
|
9358
9481
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9359
9482
|
|
|
9360
9483
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9385,7 +9508,7 @@ class MorphoAaveV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9385
9508
|
}
|
|
9386
9509
|
|
|
9387
9510
|
/***/ }),
|
|
9388
|
-
/*
|
|
9511
|
+
/* 237 */
|
|
9389
9512
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9390
9513
|
|
|
9391
9514
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9432,7 +9555,7 @@ class MorphoAaveV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9432
9555
|
}
|
|
9433
9556
|
|
|
9434
9557
|
/***/ }),
|
|
9435
|
-
/*
|
|
9558
|
+
/* 238 */
|
|
9436
9559
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9437
9560
|
|
|
9438
9561
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9461,7 +9584,7 @@ class MorphoClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9461
9584
|
}
|
|
9462
9585
|
|
|
9463
9586
|
/***/ }),
|
|
9464
|
-
/*
|
|
9587
|
+
/* 239 */
|
|
9465
9588
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9466
9589
|
|
|
9467
9590
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9513,7 +9636,7 @@ class MorphoAaveV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9513
9636
|
}
|
|
9514
9637
|
|
|
9515
9638
|
/***/ }),
|
|
9516
|
-
/*
|
|
9639
|
+
/* 240 */
|
|
9517
9640
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9518
9641
|
|
|
9519
9642
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9549,7 +9672,7 @@ class MorphoAaveV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9549
9672
|
}
|
|
9550
9673
|
|
|
9551
9674
|
/***/ }),
|
|
9552
|
-
/*
|
|
9675
|
+
/* 241 */
|
|
9553
9676
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9554
9677
|
|
|
9555
9678
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9583,7 +9706,7 @@ class MorphoAaveV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9583
9706
|
}
|
|
9584
9707
|
|
|
9585
9708
|
/***/ }),
|
|
9586
|
-
/*
|
|
9709
|
+
/* 242 */
|
|
9587
9710
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9588
9711
|
|
|
9589
9712
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9631,7 +9754,35 @@ class MorphoAaveV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
9631
9754
|
}
|
|
9632
9755
|
|
|
9633
9756
|
/***/ }),
|
|
9634
|
-
/*
|
|
9757
|
+
/* 243 */
|
|
9758
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9759
|
+
|
|
9760
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9761
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9762
|
+
/* harmony export */ "MorphoAaveV3SetManagerAction": () => (/* binding */ MorphoAaveV3SetManagerAction)
|
|
9763
|
+
/* harmony export */ });
|
|
9764
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9765
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9766
|
+
|
|
9767
|
+
|
|
9768
|
+
/**
|
|
9769
|
+
*
|
|
9770
|
+
* @category MorphoAaveV3
|
|
9771
|
+
*/
|
|
9772
|
+
class MorphoAaveV3SetManagerAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9773
|
+
/**
|
|
9774
|
+
* @param emodeId
|
|
9775
|
+
* @param manager
|
|
9776
|
+
* @param isAllowed
|
|
9777
|
+
*/
|
|
9778
|
+
constructor(emodeId, manager, isAllowed) {
|
|
9779
|
+
super('MorphoAaveV3SetManager', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('MorphoAaveV3SetManager'), ['uint256', 'address', 'bool'], [emodeId, manager, isAllowed]);
|
|
9780
|
+
this.mappableArgs = [this.args[0], this.args[1]];
|
|
9781
|
+
}
|
|
9782
|
+
}
|
|
9783
|
+
|
|
9784
|
+
/***/ }),
|
|
9785
|
+
/* 244 */
|
|
9635
9786
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9636
9787
|
|
|
9637
9788
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9639,13 +9790,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9639
9790
|
/* harmony export */ "BprotocolLiquitySPDepositAction": () => (/* reexport safe */ _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__.BprotocolLiquitySPDepositAction),
|
|
9640
9791
|
/* harmony export */ "BprotocolLiquitySPWithdrawAction": () => (/* reexport safe */ _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BprotocolLiquitySPWithdrawAction)
|
|
9641
9792
|
/* harmony export */ });
|
|
9642
|
-
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9643
|
-
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9793
|
+
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(245);
|
|
9794
|
+
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(246);
|
|
9644
9795
|
|
|
9645
9796
|
|
|
9646
9797
|
|
|
9647
9798
|
/***/ }),
|
|
9648
|
-
/*
|
|
9799
|
+
/* 245 */
|
|
9649
9800
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9650
9801
|
|
|
9651
9802
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9690,7 +9841,7 @@ class BprotocolLiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1
|
|
|
9690
9841
|
}
|
|
9691
9842
|
|
|
9692
9843
|
/***/ }),
|
|
9693
|
-
/*
|
|
9844
|
+
/* 246 */
|
|
9694
9845
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9695
9846
|
|
|
9696
9847
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9721,7 +9872,140 @@ class BprotocolLiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
9721
9872
|
}
|
|
9722
9873
|
|
|
9723
9874
|
/***/ }),
|
|
9724
|
-
/*
|
|
9875
|
+
/* 247 */
|
|
9876
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9877
|
+
|
|
9878
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9879
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9880
|
+
/* harmony export */ "LSVBorrowAction": () => (/* reexport safe */ _LSVBorrowAction__WEBPACK_IMPORTED_MODULE_3__.LSVBorrowAction),
|
|
9881
|
+
/* harmony export */ "LSVPaybackAction": () => (/* reexport safe */ _LSVPaybackAction__WEBPACK_IMPORTED_MODULE_0__.LSVPaybackAction),
|
|
9882
|
+
/* harmony export */ "LSVSupplyAction": () => (/* reexport safe */ _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__.LSVSupplyAction),
|
|
9883
|
+
/* harmony export */ "LSVWithdrawAction": () => (/* reexport safe */ _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.LSVWithdrawAction)
|
|
9884
|
+
/* harmony export */ });
|
|
9885
|
+
/* harmony import */ var _LSVPaybackAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(248);
|
|
9886
|
+
/* harmony import */ var _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(249);
|
|
9887
|
+
/* harmony import */ var _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(250);
|
|
9888
|
+
/* harmony import */ var _LSVBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(251);
|
|
9889
|
+
|
|
9890
|
+
|
|
9891
|
+
|
|
9892
|
+
|
|
9893
|
+
|
|
9894
|
+
/***/ }),
|
|
9895
|
+
/* 248 */
|
|
9896
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9897
|
+
|
|
9898
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9899
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9900
|
+
/* harmony export */ "LSVPaybackAction": () => (/* binding */ LSVPaybackAction)
|
|
9901
|
+
/* harmony export */ });
|
|
9902
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9903
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9904
|
+
|
|
9905
|
+
|
|
9906
|
+
/**
|
|
9907
|
+
*
|
|
9908
|
+
* @category LSV
|
|
9909
|
+
*/
|
|
9910
|
+
class LSVPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9911
|
+
/**
|
|
9912
|
+
* @param protocol
|
|
9913
|
+
* @param amount
|
|
9914
|
+
*/
|
|
9915
|
+
constructor(protocol, amount) {
|
|
9916
|
+
super('LSVPayback', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LSVPayback'), ['uint256', 'uint256'], [protocol, amount]);
|
|
9917
|
+
this.mappableArgs = [this.args[1]];
|
|
9918
|
+
}
|
|
9919
|
+
}
|
|
9920
|
+
|
|
9921
|
+
/***/ }),
|
|
9922
|
+
/* 249 */
|
|
9923
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9924
|
+
|
|
9925
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9926
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9927
|
+
/* harmony export */ "LSVWithdrawAction": () => (/* binding */ LSVWithdrawAction)
|
|
9928
|
+
/* harmony export */ });
|
|
9929
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9930
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9931
|
+
|
|
9932
|
+
|
|
9933
|
+
/**
|
|
9934
|
+
*
|
|
9935
|
+
* @category LSV
|
|
9936
|
+
*/
|
|
9937
|
+
class LSVWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9938
|
+
/**
|
|
9939
|
+
* @param protocol
|
|
9940
|
+
* @param token
|
|
9941
|
+
* @param amount
|
|
9942
|
+
* @param isPositionClosing
|
|
9943
|
+
*/
|
|
9944
|
+
constructor(protocol, token, amount, isPositionClosing) {
|
|
9945
|
+
super('LSVWithdraw', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LSVWithdraw'), ['uint256', 'address', 'uint256', 'bool'], [protocol, token, amount, isPositionClosing]);
|
|
9946
|
+
this.mappableArgs = [this.args[1], this.args[2]];
|
|
9947
|
+
}
|
|
9948
|
+
}
|
|
9949
|
+
|
|
9950
|
+
/***/ }),
|
|
9951
|
+
/* 250 */
|
|
9952
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9953
|
+
|
|
9954
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9955
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9956
|
+
/* harmony export */ "LSVSupplyAction": () => (/* binding */ LSVSupplyAction)
|
|
9957
|
+
/* harmony export */ });
|
|
9958
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9959
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9960
|
+
|
|
9961
|
+
|
|
9962
|
+
/**
|
|
9963
|
+
*
|
|
9964
|
+
*
|
|
9965
|
+
* @category LSV
|
|
9966
|
+
*/
|
|
9967
|
+
class LSVSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9968
|
+
/**
|
|
9969
|
+
* @param protocol
|
|
9970
|
+
* @param token
|
|
9971
|
+
* @param amount
|
|
9972
|
+
*/
|
|
9973
|
+
constructor(protocol, token, amount) {
|
|
9974
|
+
super('LSVSupply', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LSVSupply'), ['uint256', 'address', 'uint256'], [protocol, token, amount]);
|
|
9975
|
+
this.mappableArgs = [this.args[1], this.args[2]];
|
|
9976
|
+
}
|
|
9977
|
+
}
|
|
9978
|
+
|
|
9979
|
+
/***/ }),
|
|
9980
|
+
/* 251 */
|
|
9981
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9982
|
+
|
|
9983
|
+
__webpack_require__.r(__webpack_exports__);
|
|
9984
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
9985
|
+
/* harmony export */ "LSVBorrowAction": () => (/* binding */ LSVBorrowAction)
|
|
9986
|
+
/* harmony export */ });
|
|
9987
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9988
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9989
|
+
|
|
9990
|
+
|
|
9991
|
+
/**
|
|
9992
|
+
*
|
|
9993
|
+
*
|
|
9994
|
+
* @category LSV
|
|
9995
|
+
*/
|
|
9996
|
+
class LSVBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
9997
|
+
/**
|
|
9998
|
+
* @param protocol
|
|
9999
|
+
* @param amount
|
|
10000
|
+
*/
|
|
10001
|
+
constructor(protocol, amount) {
|
|
10002
|
+
super('LSVBorrow', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LSVBorrow'), ['uint256', 'uint256'], [protocol, amount]);
|
|
10003
|
+
this.mappableArgs = [this.args[1]];
|
|
10004
|
+
}
|
|
10005
|
+
}
|
|
10006
|
+
|
|
10007
|
+
/***/ }),
|
|
10008
|
+
/* 252 */
|
|
9725
10009
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9726
10010
|
|
|
9727
10011
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9736,15 +10020,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9736
10020
|
/* harmony export */ "CurveUsdSupplyAction": () => (/* reexport safe */ _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CurveUsdSupplyAction),
|
|
9737
10021
|
/* harmony export */ "CurveUsdWithdrawAction": () => (/* reexport safe */ _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveUsdWithdrawAction)
|
|
9738
10022
|
/* harmony export */ });
|
|
9739
|
-
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9740
|
-
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9741
|
-
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9742
|
-
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9743
|
-
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9744
|
-
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9745
|
-
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9746
|
-
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9747
|
-
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10023
|
+
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(253);
|
|
10024
|
+
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(255);
|
|
10025
|
+
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(256);
|
|
10026
|
+
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(257);
|
|
10027
|
+
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(258);
|
|
10028
|
+
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(259);
|
|
10029
|
+
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(260);
|
|
10030
|
+
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(261);
|
|
10031
|
+
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(262);
|
|
9748
10032
|
|
|
9749
10033
|
|
|
9750
10034
|
|
|
@@ -9756,7 +10040,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9756
10040
|
|
|
9757
10041
|
|
|
9758
10042
|
/***/ }),
|
|
9759
|
-
/*
|
|
10043
|
+
/* 253 */
|
|
9760
10044
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9761
10045
|
|
|
9762
10046
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9766,7 +10050,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9766
10050
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9767
10051
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
9768
10052
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
9769
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10053
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(254);
|
|
9770
10054
|
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); } }
|
|
9771
10055
|
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); }); }; }
|
|
9772
10056
|
|
|
@@ -9806,7 +10090,7 @@ class CurveUsdCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9806
10090
|
}
|
|
9807
10091
|
|
|
9808
10092
|
/***/ }),
|
|
9809
|
-
/*
|
|
10093
|
+
/* 254 */
|
|
9810
10094
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9811
10095
|
|
|
9812
10096
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9838,7 +10122,7 @@ var controllerToAssetMap = {
|
|
|
9838
10122
|
var controllerFactoryAddress = '0xC9332fdCB1C491Dcc683bAe86Fe3cb70360738BC';
|
|
9839
10123
|
|
|
9840
10124
|
/***/ }),
|
|
9841
|
-
/*
|
|
10125
|
+
/* 255 */
|
|
9842
10126
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9843
10127
|
|
|
9844
10128
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9847,7 +10131,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9847
10131
|
/* harmony export */ });
|
|
9848
10132
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9849
10133
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9850
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10134
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(254);
|
|
9851
10135
|
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); } }
|
|
9852
10136
|
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); }); }; }
|
|
9853
10137
|
|
|
@@ -9883,7 +10167,7 @@ class CurveUsdSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9883
10167
|
}
|
|
9884
10168
|
|
|
9885
10169
|
/***/ }),
|
|
9886
|
-
/*
|
|
10170
|
+
/* 256 */
|
|
9887
10171
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9888
10172
|
|
|
9889
10173
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9914,7 +10198,7 @@ class CurveUsdWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9914
10198
|
}
|
|
9915
10199
|
|
|
9916
10200
|
/***/ }),
|
|
9917
|
-
/*
|
|
10201
|
+
/* 257 */
|
|
9918
10202
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9919
10203
|
|
|
9920
10204
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9945,7 +10229,7 @@ class CurveUsdBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9945
10229
|
}
|
|
9946
10230
|
|
|
9947
10231
|
/***/ }),
|
|
9948
|
-
/*
|
|
10232
|
+
/* 258 */
|
|
9949
10233
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9950
10234
|
|
|
9951
10235
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9993,7 +10277,7 @@ class CurveUsdPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
9993
10277
|
}
|
|
9994
10278
|
|
|
9995
10279
|
/***/ }),
|
|
9996
|
-
/*
|
|
10280
|
+
/* 259 */
|
|
9997
10281
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9998
10282
|
|
|
9999
10283
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10016,7 +10300,7 @@ class CurveUsdRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10016
10300
|
}
|
|
10017
10301
|
|
|
10018
10302
|
/***/ }),
|
|
10019
|
-
/*
|
|
10303
|
+
/* 260 */
|
|
10020
10304
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10021
10305
|
|
|
10022
10306
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10059,7 +10343,7 @@ class CurveUsdSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
10059
10343
|
}
|
|
10060
10344
|
|
|
10061
10345
|
/***/ }),
|
|
10062
|
-
/*
|
|
10346
|
+
/* 261 */
|
|
10063
10347
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10064
10348
|
|
|
10065
10349
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10085,7 +10369,7 @@ class CurveUsdLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10085
10369
|
}
|
|
10086
10370
|
|
|
10087
10371
|
/***/ }),
|
|
10088
|
-
/*
|
|
10372
|
+
/* 262 */
|
|
10089
10373
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10090
10374
|
|
|
10091
10375
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10111,7 +10395,7 @@ class CurveUsdSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
10111
10395
|
}
|
|
10112
10396
|
|
|
10113
10397
|
/***/ }),
|
|
10114
|
-
/*
|
|
10398
|
+
/* 263 */
|
|
10115
10399
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10116
10400
|
|
|
10117
10401
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10126,15 +10410,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10126
10410
|
/* harmony export */ "SparkSwapBorrowRateModeAction": () => (/* reexport safe */ _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.SparkSwapBorrowRateModeAction),
|
|
10127
10411
|
/* harmony export */ "SparkWithdrawAction": () => (/* reexport safe */ _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.SparkWithdrawAction)
|
|
10128
10412
|
/* harmony export */ });
|
|
10129
|
-
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10130
|
-
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10131
|
-
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10132
|
-
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10133
|
-
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10134
|
-
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10135
|
-
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10136
|
-
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
10137
|
-
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10413
|
+
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(264);
|
|
10414
|
+
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(265);
|
|
10415
|
+
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(266);
|
|
10416
|
+
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(267);
|
|
10417
|
+
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(268);
|
|
10418
|
+
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(269);
|
|
10419
|
+
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(270);
|
|
10420
|
+
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(271);
|
|
10421
|
+
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(272);
|
|
10138
10422
|
|
|
10139
10423
|
|
|
10140
10424
|
|
|
@@ -10146,7 +10430,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10146
10430
|
|
|
10147
10431
|
|
|
10148
10432
|
/***/ }),
|
|
10149
|
-
/*
|
|
10433
|
+
/* 264 */
|
|
10150
10434
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10151
10435
|
|
|
10152
10436
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10159,9 +10443,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10159
10443
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
10160
10444
|
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); } }
|
|
10161
10445
|
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); }); }; }
|
|
10162
|
-
function _defineProperty(obj, key, value) {
|
|
10163
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
10164
|
-
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); }
|
|
10446
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10165
10447
|
|
|
10166
10448
|
|
|
10167
10449
|
|
|
@@ -10228,7 +10510,7 @@ class SparkSupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
10228
10510
|
}
|
|
10229
10511
|
|
|
10230
10512
|
/***/ }),
|
|
10231
|
-
/*
|
|
10513
|
+
/* 265 */
|
|
10232
10514
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10233
10515
|
|
|
10234
10516
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10292,7 +10574,7 @@ class SparkBorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10292
10574
|
}
|
|
10293
10575
|
|
|
10294
10576
|
/***/ }),
|
|
10295
|
-
/*
|
|
10577
|
+
/* 266 */
|
|
10296
10578
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10297
10579
|
|
|
10298
10580
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10305,9 +10587,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10305
10587
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
10306
10588
|
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); } }
|
|
10307
10589
|
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); }); }; }
|
|
10308
|
-
function _defineProperty(obj, key, value) {
|
|
10309
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
10310
|
-
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); }
|
|
10590
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10311
10591
|
|
|
10312
10592
|
|
|
10313
10593
|
|
|
@@ -10374,7 +10654,7 @@ class SparkPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
10374
10654
|
}
|
|
10375
10655
|
|
|
10376
10656
|
/***/ }),
|
|
10377
|
-
/*
|
|
10657
|
+
/* 267 */
|
|
10378
10658
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10379
10659
|
|
|
10380
10660
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10426,7 +10706,7 @@ class SparkWithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
10426
10706
|
}
|
|
10427
10707
|
|
|
10428
10708
|
/***/ }),
|
|
10429
|
-
/*
|
|
10709
|
+
/* 268 */
|
|
10430
10710
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10431
10711
|
|
|
10432
10712
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10468,7 +10748,7 @@ class SparkSetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
10468
10748
|
}
|
|
10469
10749
|
|
|
10470
10750
|
/***/ }),
|
|
10471
|
-
/*
|
|
10751
|
+
/* 269 */
|
|
10472
10752
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10473
10753
|
|
|
10474
10754
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10481,9 +10761,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10481
10761
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
10482
10762
|
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); } }
|
|
10483
10763
|
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); }); }; }
|
|
10484
|
-
function _defineProperty(obj, key, value) {
|
|
10485
|
-
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
10486
|
-
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); }
|
|
10764
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
10487
10765
|
|
|
10488
10766
|
|
|
10489
10767
|
|
|
@@ -10541,7 +10819,7 @@ class SparkSpTokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
10541
10819
|
}
|
|
10542
10820
|
|
|
10543
10821
|
/***/ }),
|
|
10544
|
-
/*
|
|
10822
|
+
/* 270 */
|
|
10545
10823
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10546
10824
|
|
|
10547
10825
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10591,7 +10869,7 @@ class SparkCollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE
|
|
|
10591
10869
|
}
|
|
10592
10870
|
|
|
10593
10871
|
/***/ }),
|
|
10594
|
-
/*
|
|
10872
|
+
/* 271 */
|
|
10595
10873
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10596
10874
|
|
|
10597
10875
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10644,7 +10922,7 @@ class SparkClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
10644
10922
|
}
|
|
10645
10923
|
|
|
10646
10924
|
/***/ }),
|
|
10647
|
-
/*
|
|
10925
|
+
/* 272 */
|
|
10648
10926
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10649
10927
|
|
|
10650
10928
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10690,7 +10968,7 @@ class SparkSwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODU
|
|
|
10690
10968
|
}
|
|
10691
10969
|
|
|
10692
10970
|
/***/ }),
|
|
10693
|
-
/*
|
|
10971
|
+
/* 273 */
|
|
10694
10972
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10695
10973
|
|
|
10696
10974
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10711,21 +10989,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10711
10989
|
/* harmony export */ "TrailingStopTrigger": () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
10712
10990
|
/* harmony export */ "UniV3CurrentTickTrigger": () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
10713
10991
|
/* harmony export */ });
|
|
10714
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10715
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10716
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10717
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10718
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10719
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10720
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10721
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
10722
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10723
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
10724
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
10725
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
10726
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
10727
|
-
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
10728
|
-
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
10992
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(274);
|
|
10993
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(275);
|
|
10994
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(276);
|
|
10995
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(277);
|
|
10996
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(278);
|
|
10997
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(279);
|
|
10998
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(280);
|
|
10999
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(281);
|
|
11000
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(282);
|
|
11001
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(283);
|
|
11002
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(284);
|
|
11003
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(285);
|
|
11004
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(286);
|
|
11005
|
+
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(287);
|
|
11006
|
+
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(288);
|
|
10729
11007
|
|
|
10730
11008
|
|
|
10731
11009
|
|
|
@@ -10743,7 +11021,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10743
11021
|
|
|
10744
11022
|
|
|
10745
11023
|
/***/ }),
|
|
10746
|
-
/*
|
|
11024
|
+
/* 274 */
|
|
10747
11025
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10748
11026
|
|
|
10749
11027
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10766,7 +11044,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10766
11044
|
}
|
|
10767
11045
|
|
|
10768
11046
|
/***/ }),
|
|
10769
|
-
/*
|
|
11047
|
+
/* 275 */
|
|
10770
11048
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10771
11049
|
|
|
10772
11050
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10789,7 +11067,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
10789
11067
|
}
|
|
10790
11068
|
|
|
10791
11069
|
/***/ }),
|
|
10792
|
-
/*
|
|
11070
|
+
/* 276 */
|
|
10793
11071
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10794
11072
|
|
|
10795
11073
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10812,7 +11090,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10812
11090
|
}
|
|
10813
11091
|
|
|
10814
11092
|
/***/ }),
|
|
10815
|
-
/*
|
|
11093
|
+
/* 277 */
|
|
10816
11094
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10817
11095
|
|
|
10818
11096
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10835,7 +11113,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10835
11113
|
}
|
|
10836
11114
|
|
|
10837
11115
|
/***/ }),
|
|
10838
|
-
/*
|
|
11116
|
+
/* 278 */
|
|
10839
11117
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10840
11118
|
|
|
10841
11119
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10858,7 +11136,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10858
11136
|
}
|
|
10859
11137
|
|
|
10860
11138
|
/***/ }),
|
|
10861
|
-
/*
|
|
11139
|
+
/* 279 */
|
|
10862
11140
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10863
11141
|
|
|
10864
11142
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10881,7 +11159,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10881
11159
|
}
|
|
10882
11160
|
|
|
10883
11161
|
/***/ }),
|
|
10884
|
-
/*
|
|
11162
|
+
/* 280 */
|
|
10885
11163
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10886
11164
|
|
|
10887
11165
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10904,7 +11182,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10904
11182
|
}
|
|
10905
11183
|
|
|
10906
11184
|
/***/ }),
|
|
10907
|
-
/*
|
|
11185
|
+
/* 281 */
|
|
10908
11186
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10909
11187
|
|
|
10910
11188
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10927,7 +11205,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10927
11205
|
}
|
|
10928
11206
|
|
|
10929
11207
|
/***/ }),
|
|
10930
|
-
/*
|
|
11208
|
+
/* 282 */
|
|
10931
11209
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10932
11210
|
|
|
10933
11211
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10950,7 +11228,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10950
11228
|
}
|
|
10951
11229
|
|
|
10952
11230
|
/***/ }),
|
|
10953
|
-
/*
|
|
11231
|
+
/* 283 */
|
|
10954
11232
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10955
11233
|
|
|
10956
11234
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10973,7 +11251,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10973
11251
|
}
|
|
10974
11252
|
|
|
10975
11253
|
/***/ }),
|
|
10976
|
-
/*
|
|
11254
|
+
/* 284 */
|
|
10977
11255
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10978
11256
|
|
|
10979
11257
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10996,7 +11274,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10996
11274
|
}
|
|
10997
11275
|
|
|
10998
11276
|
/***/ }),
|
|
10999
|
-
/*
|
|
11277
|
+
/* 285 */
|
|
11000
11278
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11001
11279
|
|
|
11002
11280
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11019,7 +11297,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11019
11297
|
}
|
|
11020
11298
|
|
|
11021
11299
|
/***/ }),
|
|
11022
|
-
/*
|
|
11300
|
+
/* 286 */
|
|
11023
11301
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11024
11302
|
|
|
11025
11303
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11042,7 +11320,7 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
11042
11320
|
}
|
|
11043
11321
|
|
|
11044
11322
|
/***/ }),
|
|
11045
|
-
/*
|
|
11323
|
+
/* 287 */
|
|
11046
11324
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11047
11325
|
|
|
11048
11326
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11065,7 +11343,7 @@ class SparkRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
11065
11343
|
}
|
|
11066
11344
|
|
|
11067
11345
|
/***/ }),
|
|
11068
|
-
/*
|
|
11346
|
+
/* 288 */
|
|
11069
11347
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11070
11348
|
|
|
11071
11349
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11088,7 +11366,7 @@ class SparkQuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
11088
11366
|
}
|
|
11089
11367
|
|
|
11090
11368
|
/***/ }),
|
|
11091
|
-
/*
|
|
11369
|
+
/* 289 */
|
|
11092
11370
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11093
11371
|
|
|
11094
11372
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11102,14 +11380,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11102
11380
|
/* harmony export */ "uniswapV3LP": () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
11103
11381
|
/* harmony export */ "zeroExExchange": () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
11104
11382
|
/* harmony export */ });
|
|
11105
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11106
|
-
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11107
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11108
|
-
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11109
|
-
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
11110
|
-
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
11111
|
-
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11112
|
-
/* harmony import */ var _basic_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11383
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(290);
|
|
11384
|
+
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(122);
|
|
11385
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(292);
|
|
11386
|
+
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(213);
|
|
11387
|
+
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(195);
|
|
11388
|
+
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(181);
|
|
11389
|
+
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(254);
|
|
11390
|
+
/* harmony import */ var _basic_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(93);
|
|
11113
11391
|
|
|
11114
11392
|
|
|
11115
11393
|
|
|
@@ -11121,7 +11399,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11121
11399
|
|
|
11122
11400
|
|
|
11123
11401
|
/***/ }),
|
|
11124
|
-
/*
|
|
11402
|
+
/* 290 */
|
|
11125
11403
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11126
11404
|
|
|
11127
11405
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11132,11 +11410,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11132
11410
|
/* harmony export */ });
|
|
11133
11411
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
11134
11412
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
11135
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11413
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(291);
|
|
11136
11414
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
11137
11415
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
11138
11416
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
11139
|
-
/* harmony import */ var _actions_basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11417
|
+
/* harmony import */ var _actions_basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(69);
|
|
11140
11418
|
/* harmony import */ var _general__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(39);
|
|
11141
11419
|
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); } }
|
|
11142
11420
|
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); }); }; }
|
|
@@ -11335,20 +11613,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
11335
11613
|
}();
|
|
11336
11614
|
|
|
11337
11615
|
/***/ }),
|
|
11338
|
-
/*
|
|
11616
|
+
/* 291 */
|
|
11339
11617
|
/***/ ((module) => {
|
|
11340
11618
|
|
|
11341
|
-
module.exports =
|
|
11619
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__291__;
|
|
11342
11620
|
|
|
11343
11621
|
/***/ }),
|
|
11344
|
-
/*
|
|
11622
|
+
/* 292 */
|
|
11345
11623
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11346
11624
|
|
|
11347
11625
|
__webpack_require__.r(__webpack_exports__);
|
|
11348
11626
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11349
11627
|
/* harmony export */ "getAssetAddrByTokenId": () => (/* binding */ getAssetAddrByTokenId)
|
|
11350
11628
|
/* harmony export */ });
|
|
11351
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11629
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(293);
|
|
11352
11630
|
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); } }
|
|
11353
11631
|
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); }); }; }
|
|
11354
11632
|
/**
|
|
@@ -11373,7 +11651,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
11373
11651
|
}();
|
|
11374
11652
|
|
|
11375
11653
|
/***/ }),
|
|
11376
|
-
/*
|
|
11654
|
+
/* 293 */
|
|
11377
11655
|
/***/ ((module) => {
|
|
11378
11656
|
|
|
11379
11657
|
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"}]');
|
|
@@ -11477,8 +11755,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11477
11755
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
11478
11756
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
11479
11757
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
11480
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11481
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11758
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(273);
|
|
11759
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(289);
|
|
11482
11760
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
11483
11761
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
11484
11762
|
/* Export types here */
|