@defisaver/sdk 1.0.65 → 1.0.66-dev-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/src/actions/basic/ExecuteSafeTxAction.d.ts +23 -0
- package/esm/src/actions/basic/ExecuteSafeTxAction.js +60 -0
- package/esm/src/actions/basic/LimitSellAction.d.ts +24 -0
- package/esm/src/actions/basic/LimitSellAction.js +63 -0
- package/esm/src/actions/basic/RemoveTokenApprovalAction.d.ts +15 -0
- package/esm/src/actions/{llamalend/LlamaLendSelfLiquidateAction.js → basic/RemoveTokenApprovalAction.js} +19 -15
- package/esm/src/actions/basic/WrapEthAction.d.ts +2 -1
- package/esm/src/actions/basic/WrapEthAction.js +4 -3
- package/esm/src/actions/basic/index.d.ts +3 -0
- package/esm/src/actions/basic/index.js +3 -0
- package/esm/src/actions/index.d.ts +1 -2
- package/esm/src/actions/index.js +1 -2
- package/esm/src/actions/maker/MakerGiveAction.d.ts +1 -2
- package/esm/src/actions/maker/MakerGiveAction.js +2 -3
- package/esm/src/addresses.d.ts +0 -24
- package/esm/src/addresses.js +3 -10
- package/esm/src/index.d.ts +0 -96
- package/esm/src/triggers/OffchainPriceTrigger.d.ts +10 -0
- package/esm/src/triggers/OffchainPriceTrigger.js +12 -0
- package/esm/src/triggers/index.d.ts +1 -0
- package/esm/src/triggers/index.js +1 -0
- package/esm/src/utils/index.d.ts +1 -2
- package/esm/src/utils/index.js +1 -2
- package/package.json +1 -1
- package/src/actions/basic/ExecuteSafeTxAction.ts +85 -0
- package/src/actions/basic/LimitSellAction.ts +63 -0
- package/src/actions/basic/RemoveTokenApprovalAction.ts +39 -0
- package/src/actions/basic/WrapEthAction.ts +4 -3
- package/src/actions/basic/index.ts +3 -0
- package/src/actions/index.ts +0 -2
- package/src/actions/maker/MakerGiveAction.ts +2 -3
- package/src/addresses.ts +3 -11
- package/src/triggers/OffchainPriceTrigger.ts +14 -0
- package/src/triggers/index.ts +2 -0
- package/src/utils/index.ts +0 -2
- package/umd/index.js +658 -780
- package/esm/src/actions/llamalend/LlamaLendBorrowAction.d.ts +0 -15
- package/esm/src/actions/llamalend/LlamaLendBorrowAction.js +0 -22
- package/esm/src/actions/llamalend/LlamaLendCreateAction.d.ts +0 -22
- package/esm/src/actions/llamalend/LlamaLendCreateAction.js +0 -44
- package/esm/src/actions/llamalend/LlamaLendPaybackAction.d.ts +0 -22
- package/esm/src/actions/llamalend/LlamaLendPaybackAction.js +0 -43
- package/esm/src/actions/llamalend/LlamaLendSelfLiquidateAction.d.ts +0 -19
- package/esm/src/actions/llamalend/LlamaLendSupplyAction.d.ts +0 -20
- package/esm/src/actions/llamalend/LlamaLendSupplyAction.js +0 -40
- package/esm/src/actions/llamalend/LlamaLendWithdrawAction.d.ts +0 -15
- package/esm/src/actions/llamalend/LlamaLendWithdrawAction.js +0 -22
- package/esm/src/actions/llamalend/index.d.ts +0 -6
- package/esm/src/actions/llamalend/index.js +0 -6
- package/esm/src/utils/llamalend-utils.d.ts +0 -10
- package/esm/src/utils/llamalend-utils.js +0 -10
- package/src/actions/llamalend/LlamaLendBorrowAction.ts +0 -34
- package/src/actions/llamalend/LlamaLendCreateAction.ts +0 -49
- package/src/actions/llamalend/LlamaLendPaybackAction.ts +0 -48
- package/src/actions/llamalend/LlamaLendSelfLiquidateAction.ts +0 -41
- package/src/actions/llamalend/LlamaLendSupplyAction.ts +0 -44
- package/src/actions/llamalend/LlamaLendWithdrawAction.ts +0 -34
- package/src/actions/llamalend/index.ts +0 -6
- package/src/utils/llamalend-utils.ts +0 -11
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__129__, __WEBPACK_EXTERNAL_MODULE__130__, __WEBPACK_EXTERNAL_MODULE__322__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -1271,7 +1271,7 @@ var actionAddresses = {
|
|
|
1271
1271
|
SDaiUnwrap: '0xe8Cb536BB96075241c4bd8f1831A8577562F2B32',
|
|
1272
1272
|
TokenizedVaultAdapter: '0x3944364Ce3a273D269707484F3a676fCa17E08b8',
|
|
1273
1273
|
// exchange
|
|
1274
|
-
DFSSell: '
|
|
1274
|
+
DFSSell: '0x561013c605A17f5dC5b738C8a3fF9c5F33DbC3d8',
|
|
1275
1275
|
// maker
|
|
1276
1276
|
McdGenerate: '0xCb50a91C0f12f439b8bf11E9474B9c1ED62Bf7a3',
|
|
1277
1277
|
McdGive: '0xf9556A87BF424834FDe7De0547b58E36Cb42EF01',
|
|
@@ -1359,7 +1359,7 @@ var actionAddresses = {
|
|
|
1359
1359
|
FLMaker: '0x672DE08e36A1698fD5e9E34045F81558dB4c1AFE',
|
|
1360
1360
|
FLBalancer: '0x540a83E36E5E6Aa916A6c591934d800e17115048',
|
|
1361
1361
|
FLSpark: '0xe9Fe5a0f5e4B370Ae60d837da58744666D5C06F7',
|
|
1362
|
-
FLAction: '
|
|
1362
|
+
FLAction: '0x2b10B000292745099Deb15304A247c0816bd8b73',
|
|
1363
1363
|
FLUniV3: '0x9CAdAC8Be718572F82B672b950c53F0b58483A35',
|
|
1364
1364
|
FLGho: '0xbb67b81dD080a406227A38965d0393f396ddECBc',
|
|
1365
1365
|
FLMorphoBlue: '0x6206C96EAc5EAC546861438A9f953B6BEa50EBAB',
|
|
@@ -1470,14 +1470,7 @@ var actionAddresses = {
|
|
|
1470
1470
|
MorphoBlueBorrow: '0xcc05A3e06DA9Bd2827C7e86a96C63EAda3935AA0',
|
|
1471
1471
|
MorphoBluePayback: '0x9f437E5F705E02d77adC2e72C34926978776b085',
|
|
1472
1472
|
MorphoBlueSetAuth: '0xf30935e20c6357c7bcecd5e58ad6de26d54b9f64',
|
|
1473
|
-
MorphoBlueSetAuthWithSig: '0xE2d5fCDBf73BAd24A0FCAf6B2733933A98021808'
|
|
1474
|
-
// llamalend
|
|
1475
|
-
LlamaLendCreate: '0x4349be191ea63173eD98b7fC1b0DeC1ef9Bc6c11',
|
|
1476
|
-
LlamaLendSupply: '0x1900eF943bD1b038c58d9F35C3825F119F9BB730',
|
|
1477
|
-
LlamaLendBorrow: '0xCF693585C47049F3eACc2285E7Fe4e80123b2520',
|
|
1478
|
-
LlamaLendWithdraw: '0x2593Da3c4110C531541424e9e847cd7905894C52',
|
|
1479
|
-
LlamaLendPayback: '0x5b506b7a0117dbcd086632575da599bb603eb602',
|
|
1480
|
-
LlamaLendSelfLiquidate: '0xe4944e0e46177300fa4c351ef72b95b9655e8394'
|
|
1473
|
+
MorphoBlueSetAuthWithSig: '0xE2d5fCDBf73BAd24A0FCAf6B2733933A98021808'
|
|
1481
1474
|
},
|
|
1482
1475
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.optimism.chainId]: {
|
|
1483
1476
|
DFSSell: '0xC6c601fcAa870efd26C624F8c65fbc54cBe533b1',
|
|
@@ -1597,7 +1590,7 @@ var actionAddresses = {
|
|
|
1597
1590
|
};
|
|
1598
1591
|
var otherAddresses = {
|
|
1599
1592
|
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.ethereum.chainId]: {
|
|
1600
|
-
RecipeExecutor: '
|
|
1593
|
+
RecipeExecutor: '0x10B748Dc504C2515Bb6A9e23CB2F686090b6c584',
|
|
1601
1594
|
DFSRegistry: '0x287778F121F134C66212FB16c9b53eC991D32f5b',
|
|
1602
1595
|
DFSProxyRegistry: '0x29474FdaC7142f9aB7773B8e38264FA15E3805ed',
|
|
1603
1596
|
ProxyRegistry: '0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4',
|
|
@@ -1932,7 +1925,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1932
1925
|
/* harmony export */ "insta": () => (/* reexport module object */ _insta__WEBPACK_IMPORTED_MODULE_13__),
|
|
1933
1926
|
/* harmony export */ "lido": () => (/* reexport module object */ _lido__WEBPACK_IMPORTED_MODULE_12__),
|
|
1934
1927
|
/* harmony export */ "liquity": () => (/* reexport module object */ _liquity__WEBPACK_IMPORTED_MODULE_10__),
|
|
1935
|
-
/* harmony export */ "llamalend": () => (/* reexport module object */ _llamalend__WEBPACK_IMPORTED_MODULE_29__),
|
|
1936
1928
|
/* harmony export */ "lsv": () => (/* reexport module object */ _lsv__WEBPACK_IMPORTED_MODULE_25__),
|
|
1937
1929
|
/* harmony export */ "maker": () => (/* reexport module object */ _maker__WEBPACK_IMPORTED_MODULE_0__),
|
|
1938
1930
|
/* harmony export */ "morpho": () => (/* reexport module object */ _morpho__WEBPACK_IMPORTED_MODULE_23__),
|
|
@@ -1949,33 +1941,31 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1949
1941
|
/* harmony import */ var _aave__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(51);
|
|
1950
1942
|
/* harmony import */ var _compound__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(61);
|
|
1951
1943
|
/* harmony import */ var _basic__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(69);
|
|
1952
|
-
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
1953
|
-
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
1954
|
-
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
1955
|
-
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
1956
|
-
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
1957
|
-
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
1958
|
-
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
1959
|
-
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
1960
|
-
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
1961
|
-
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
1962
|
-
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
1963
|
-
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
1964
|
-
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
1965
|
-
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
1966
|
-
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
1967
|
-
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
1968
|
-
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
1969
|
-
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
1970
|
-
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
1971
|
-
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
1972
|
-
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
1973
|
-
/* harmony import */ var _lsv__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(
|
|
1974
|
-
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(
|
|
1975
|
-
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(
|
|
1976
|
-
/* harmony import */ var _morpho_blue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(
|
|
1977
|
-
/* harmony import */ var _llamalend__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(295);
|
|
1978
|
-
|
|
1944
|
+
/* harmony import */ var _flashloan__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(100);
|
|
1945
|
+
/* harmony import */ var _uniswap__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(125);
|
|
1946
|
+
/* harmony import */ var _reflexer__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(131);
|
|
1947
|
+
/* harmony import */ var _dydx__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(140);
|
|
1948
|
+
/* harmony import */ var _uniswapV3__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(142);
|
|
1949
|
+
/* harmony import */ var _checkers__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(148);
|
|
1950
|
+
/* harmony import */ var _liquity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(160);
|
|
1951
|
+
/* harmony import */ var _yearn__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(177);
|
|
1952
|
+
/* harmony import */ var _lido__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(180);
|
|
1953
|
+
/* harmony import */ var _insta__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(184);
|
|
1954
|
+
/* harmony import */ var _balancer__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(186);
|
|
1955
|
+
/* harmony import */ var _curve__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(190);
|
|
1956
|
+
/* harmony import */ var _guni__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(202);
|
|
1957
|
+
/* harmony import */ var _mstable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(205);
|
|
1958
|
+
/* harmony import */ var _rari__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(210);
|
|
1959
|
+
/* harmony import */ var _aaveV3__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(213);
|
|
1960
|
+
/* harmony import */ var _convex__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(224);
|
|
1961
|
+
/* harmony import */ var _chickenBonds__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(230);
|
|
1962
|
+
/* harmony import */ var _compoundV3__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(238);
|
|
1963
|
+
/* harmony import */ var _morpho__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(246);
|
|
1964
|
+
/* harmony import */ var _bprotocol__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(257);
|
|
1965
|
+
/* harmony import */ var _lsv__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(260);
|
|
1966
|
+
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(265);
|
|
1967
|
+
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(278);
|
|
1968
|
+
/* harmony import */ var _morpho_blue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(289);
|
|
1979
1969
|
|
|
1980
1970
|
|
|
1981
1971
|
|
|
@@ -2310,13 +2300,12 @@ class MakerGiveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
2310
2300
|
/**
|
|
2311
2301
|
* @param vaultId
|
|
2312
2302
|
* @param newOwner
|
|
2313
|
-
* @param createProxy
|
|
2314
2303
|
* @param mcdManager
|
|
2315
2304
|
*/
|
|
2316
|
-
constructor(vaultId, newOwner
|
|
2317
|
-
var mcdManager = arguments.length >
|
|
2305
|
+
constructor(vaultId, newOwner) {
|
|
2306
|
+
var mcdManager = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('McdCdpManager');
|
|
2318
2307
|
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(newOwner);
|
|
2319
|
-
super('McdGive', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('McdGive'), ['uint256', 'address', '
|
|
2308
|
+
super('McdGive', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('McdGive'), ['uint256', 'address', 'address'], [vaultId, newOwner, mcdManager]);
|
|
2320
2309
|
this.mappableArgs = [this.args[0], this.args[1], this.args[2]];
|
|
2321
2310
|
}
|
|
2322
2311
|
}
|
|
@@ -3179,10 +3168,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3179
3168
|
/* harmony export */ "AutomationV2Unsub": () => (/* reexport safe */ _AutomationV2Unsub__WEBPACK_IMPORTED_MODULE_10__.AutomationV2Unsub),
|
|
3180
3169
|
/* harmony export */ "ChangeProxyOwnerAction": () => (/* reexport safe */ _ChangeProxyOwnerAction__WEBPACK_IMPORTED_MODULE_8__.ChangeProxyOwnerAction),
|
|
3181
3170
|
/* harmony export */ "CreateSubAction": () => (/* reexport safe */ _CreateSubAction__WEBPACK_IMPORTED_MODULE_17__.CreateSubAction),
|
|
3171
|
+
/* harmony export */ "ExecuteSafeTxAction": () => (/* reexport safe */ _ExecuteSafeTxAction__WEBPACK_IMPORTED_MODULE_27__.ExecuteSafeTxAction),
|
|
3182
3172
|
/* harmony export */ "GasFeeAction": () => (/* reexport safe */ _GasFeeAction__WEBPACK_IMPORTED_MODULE_11__.GasFeeAction),
|
|
3183
3173
|
/* harmony export */ "GasFeeActionL2": () => (/* reexport safe */ _GasFeeActionL2__WEBPACK_IMPORTED_MODULE_14__.GasFeeActionL2),
|
|
3184
3174
|
/* harmony export */ "LSVSellAction": () => (/* reexport safe */ _LSVSellAction__WEBPACK_IMPORTED_MODULE_18__.LSVSellAction),
|
|
3175
|
+
/* harmony export */ "LimitSellAction": () => (/* reexport safe */ _LimitSellAction__WEBPACK_IMPORTED_MODULE_26__.LimitSellAction),
|
|
3185
3176
|
/* harmony export */ "PullTokenAction": () => (/* reexport safe */ _PullTokenAction__WEBPACK_IMPORTED_MODULE_3__.PullTokenAction),
|
|
3177
|
+
/* harmony export */ "RemoveTokenApprovalAction": () => (/* reexport safe */ _RemoveTokenApprovalAction__WEBPACK_IMPORTED_MODULE_28__.RemoveTokenApprovalAction),
|
|
3186
3178
|
/* harmony export */ "SDaiUnwrapAction": () => (/* reexport safe */ _SDaiUnwrapAction__WEBPACK_IMPORTED_MODULE_21__.SDaiUnwrapAction),
|
|
3187
3179
|
/* harmony export */ "SDaiWrapAction": () => (/* reexport safe */ _SDaiWrapAction__WEBPACK_IMPORTED_MODULE_20__.SDaiWrapAction),
|
|
3188
3180
|
/* harmony export */ "SellAction": () => (/* reexport safe */ _SellAction__WEBPACK_IMPORTED_MODULE_0__.SellAction),
|
|
@@ -3228,6 +3220,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3228
3220
|
/* harmony import */ var _TokenizedVaultAdapterMintAction__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(94);
|
|
3229
3221
|
/* harmony import */ var _TokenizedVaultAdapterRedeemAction__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(95);
|
|
3230
3222
|
/* harmony import */ var _TokenizedVaultAdapterWithdrawAction__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(96);
|
|
3223
|
+
/* harmony import */ var _LimitSellAction__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(97);
|
|
3224
|
+
/* harmony import */ var _ExecuteSafeTxAction__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(98);
|
|
3225
|
+
/* harmony import */ var _RemoveTokenApprovalAction__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(99);
|
|
3226
|
+
|
|
3227
|
+
|
|
3228
|
+
|
|
3231
3229
|
|
|
3232
3230
|
|
|
3233
3231
|
|
|
@@ -3459,14 +3457,16 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
|
3459
3457
|
class WrapEthAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.ActionWithL2 {
|
|
3460
3458
|
/**
|
|
3461
3459
|
* @param amount Wrap amount
|
|
3460
|
+
* @param includeEthInTx If true, the transaction will include the ETH value in the transaction
|
|
3462
3461
|
*/
|
|
3463
3462
|
constructor(amount) {
|
|
3464
|
-
|
|
3463
|
+
var includeEthInTx = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
3464
|
+
super('WrapEth', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('WrapEth'), ['uint256', 'bool'], [amount, includeEthInTx]);
|
|
3465
3465
|
}
|
|
3466
3466
|
getEthValue() {
|
|
3467
3467
|
var _this = this;
|
|
3468
3468
|
return _asyncToGenerator(function* () {
|
|
3469
|
-
return _this.args[0];
|
|
3469
|
+
return _this.args[1] ? _this.args[0] : 0;
|
|
3470
3470
|
})();
|
|
3471
3471
|
}
|
|
3472
3472
|
encodeInputs() {
|
|
@@ -4250,6 +4250,155 @@ class TokenizedVaultAdapterWithdrawAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
4250
4250
|
/* 97 */
|
|
4251
4251
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4252
4252
|
|
|
4253
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4254
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4255
|
+
/* harmony export */ "LimitSellAction": () => (/* binding */ LimitSellAction)
|
|
4256
|
+
/* harmony export */ });
|
|
4257
|
+
/* harmony import */ var web3_eth_abi__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2);
|
|
4258
|
+
/* harmony import */ var web3_eth_abi__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(web3_eth_abi__WEBPACK_IMPORTED_MODULE_0__);
|
|
4259
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6);
|
|
4260
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__);
|
|
4261
|
+
/* harmony import */ var _abis_Action_json__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7);
|
|
4262
|
+
/* harmony import */ var _ActionWithL2__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(25);
|
|
4263
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(39);
|
|
4264
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(27);
|
|
4265
|
+
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); } }
|
|
4266
|
+
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); }); }; }
|
|
4267
|
+
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; }
|
|
4268
|
+
|
|
4269
|
+
|
|
4270
|
+
|
|
4271
|
+
|
|
4272
|
+
|
|
4273
|
+
|
|
4274
|
+
/**
|
|
4275
|
+
* Limit sell action used as part of the LimitSell Strategy
|
|
4276
|
+
*
|
|
4277
|
+
* @category BasicActions
|
|
4278
|
+
*/
|
|
4279
|
+
class LimitSellAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_3__.ActionWithL2 {
|
|
4280
|
+
/**
|
|
4281
|
+
* @param exchangeOrder Standard DFS Exchange data
|
|
4282
|
+
* @param from Order sender
|
|
4283
|
+
* @param to Order recipient
|
|
4284
|
+
* @param gasUsed Amount of gas spent as part of the strategy
|
|
4285
|
+
* @param protocolFee 0x fee (amount of ETH in Wei)
|
|
4286
|
+
*/
|
|
4287
|
+
constructor(exchangeOrder, from, to, gasUsed) {
|
|
4288
|
+
var protocolFee = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : '0';
|
|
4289
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_4__.requireAddress)(to);
|
|
4290
|
+
super('LimitSell', (0,_addresses__WEBPACK_IMPORTED_MODULE_5__.getAddr)('LimitSell'), [['address', 'address', 'uint256', 'uint256', 'uint256', 'uint256', 'address', 'address', 'bytes', ['address', 'address', 'address', 'uint256', 'uint256', 'bytes']], 'address', 'address', 'uint256'], [exchangeOrder, from, to, gasUsed]);
|
|
4291
|
+
_defineProperty(this, "protocolFee", void 0);
|
|
4292
|
+
this.protocolFee = protocolFee;
|
|
4293
|
+
this.mappableArgs = [this.args[0][0], this.args[0][1], this.args[0][2], this.args[1], this.args[2]];
|
|
4294
|
+
}
|
|
4295
|
+
encodeInputs() {
|
|
4296
|
+
var executeActionDirectAbi = _abis_Action_json__WEBPACK_IMPORTED_MODULE_2__.find(_ref => {
|
|
4297
|
+
var {
|
|
4298
|
+
name
|
|
4299
|
+
} = _ref;
|
|
4300
|
+
return name === 'executeActionDirect';
|
|
4301
|
+
});
|
|
4302
|
+
return web3_eth_abi__WEBPACK_IMPORTED_MODULE_0___default().encodeFunctionCall(executeActionDirectAbi, this._encodeForCall());
|
|
4303
|
+
}
|
|
4304
|
+
getAssetsToApprove() {
|
|
4305
|
+
var _this = this;
|
|
4306
|
+
return _asyncToGenerator(function* () {
|
|
4307
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_1__.getAssetInfoByAddress)(_this.args[0][0]);
|
|
4308
|
+
if (asset.symbol !== 'ETH') return [{
|
|
4309
|
+
asset: _this.args[0][0],
|
|
4310
|
+
owner: _this.args[1]
|
|
4311
|
+
}];
|
|
4312
|
+
return [];
|
|
4313
|
+
})();
|
|
4314
|
+
}
|
|
4315
|
+
getEthValue() {
|
|
4316
|
+
var _this2 = this;
|
|
4317
|
+
return _asyncToGenerator(function* () {
|
|
4318
|
+
return _this2.protocolFee || '0';
|
|
4319
|
+
})();
|
|
4320
|
+
}
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
/***/ }),
|
|
4324
|
+
/* 98 */
|
|
4325
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4326
|
+
|
|
4327
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4328
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4329
|
+
/* harmony export */ "ExecuteSafeTxAction": () => (/* binding */ ExecuteSafeTxAction)
|
|
4330
|
+
/* harmony export */ });
|
|
4331
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
4332
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
4333
|
+
|
|
4334
|
+
|
|
4335
|
+
/**
|
|
4336
|
+
* ExecuteSafeTxAction - Execute Safe transaction
|
|
4337
|
+
*
|
|
4338
|
+
* @category BasicActions
|
|
4339
|
+
*/
|
|
4340
|
+
class ExecuteSafeTxAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
4341
|
+
/**
|
|
4342
|
+
* @param safe Address of the Safe wallet
|
|
4343
|
+
* @param to Destination address of Safe transaction
|
|
4344
|
+
* @param value Ether value of Safe transaction
|
|
4345
|
+
* @param data Data payload of Safe transaction
|
|
4346
|
+
* @param operation Operation type of Safe transaction. 0 = call, 1 = delegateCall
|
|
4347
|
+
* @param safeTxGas Gas that should be used for the Safe transaction
|
|
4348
|
+
* @param baseGas Gas costs that are independent of the transaction execution(e.g. base transaction fee, signature check, payment of the refund)
|
|
4349
|
+
* @param gasPrice Gas price that should be used for the payment calculation
|
|
4350
|
+
* @param gasToken Token address (or 0 if ETH) that is used for the payment
|
|
4351
|
+
* @param refundReceiver Address of receiver of gas payment (or 0 if tx.origin
|
|
4352
|
+
* @param signatures Packed signature data ({bytes32 r}{bytes32 s}{uint8 v})
|
|
4353
|
+
*/
|
|
4354
|
+
constructor(safe, to, value, data, operation, safeTxGas, baseGas, gasPrice, gasToken, refundReceiver, signatures) {
|
|
4355
|
+
super('ExecuteSafeTx', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('ExecuteSafeTx'), ['address', 'address', 'uint256', 'bytes', 'uint8', 'uint256', 'uint256', 'uint256', 'address', 'address', 'bytes'], [safe, to, value, data, operation, safeTxGas, baseGas, gasPrice, gasToken, refundReceiver, signatures]);
|
|
4356
|
+
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[4], this.args[5], this.args[6], this.args[7], this.args[8], this.args[9]];
|
|
4357
|
+
}
|
|
4358
|
+
}
|
|
4359
|
+
|
|
4360
|
+
/***/ }),
|
|
4361
|
+
/* 99 */
|
|
4362
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4363
|
+
|
|
4364
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4365
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4366
|
+
/* harmony export */ "RemoveTokenApprovalAction": () => (/* binding */ RemoveTokenApprovalAction)
|
|
4367
|
+
/* harmony export */ });
|
|
4368
|
+
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(39);
|
|
4369
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
4370
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
4371
|
+
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); } }
|
|
4372
|
+
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); }); }; }
|
|
4373
|
+
|
|
4374
|
+
|
|
4375
|
+
|
|
4376
|
+
/**
|
|
4377
|
+
* Remove approval for a spender to pull tokens from user wallet
|
|
4378
|
+
*
|
|
4379
|
+
* @category BasicActions
|
|
4380
|
+
*/
|
|
4381
|
+
class RemoveTokenApprovalAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
4382
|
+
/**
|
|
4383
|
+
* @param token Token address
|
|
4384
|
+
* @param spender Spender address
|
|
4385
|
+
*/
|
|
4386
|
+
constructor(token, spender) {
|
|
4387
|
+
(0,_utils_general__WEBPACK_IMPORTED_MODULE_0__.requireAddress)(spender);
|
|
4388
|
+
super('RemoveTokenApproval', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('RemoveTokenApproval'), ['address', 'address'], [token, spender]);
|
|
4389
|
+
this.mappableArgs = [this.args[0], this.args[1]];
|
|
4390
|
+
}
|
|
4391
|
+
getAssetsToApprove() {
|
|
4392
|
+
return _asyncToGenerator(function* () {
|
|
4393
|
+
return [];
|
|
4394
|
+
})();
|
|
4395
|
+
}
|
|
4396
|
+
}
|
|
4397
|
+
|
|
4398
|
+
/***/ }),
|
|
4399
|
+
/* 100 */
|
|
4400
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4401
|
+
|
|
4253
4402
|
__webpack_require__.r(__webpack_exports__);
|
|
4254
4403
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4255
4404
|
/* harmony export */ "AaveV2FlashLoanAction": () => (/* reexport safe */ _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__.AaveV2FlashLoanAction),
|
|
@@ -4277,30 +4426,30 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4277
4426
|
/* harmony export */ "UniV3FlashLoanAction": () => (/* reexport safe */ _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_18__.UniV3FlashLoanAction),
|
|
4278
4427
|
/* harmony export */ "UniV3FlashLoanPaybackAction": () => (/* reexport safe */ _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_19__.UniV3FlashLoanPaybackAction)
|
|
4279
4428
|
/* harmony export */ });
|
|
4280
|
-
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
4281
|
-
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
4282
|
-
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
4283
|
-
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
4284
|
-
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
4285
|
-
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
4286
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
4287
|
-
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
4288
|
-
/* harmony import */ var _AaveV3FlashLoanCarryDebtAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
4289
|
-
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
4290
|
-
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
4291
|
-
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
4292
|
-
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
4293
|
-
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
4294
|
-
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
4295
|
-
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
4296
|
-
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
4297
|
-
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
4298
|
-
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
4299
|
-
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
4300
|
-
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
4301
|
-
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
4302
|
-
/* harmony import */ var _MorphoBlueFlashLoanAction__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
4303
|
-
/* harmony import */ var _MorphoBlueFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
4429
|
+
/* harmony import */ var _DyDxFlashLoanAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(101);
|
|
4430
|
+
/* harmony import */ var _DyDxFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(102);
|
|
4431
|
+
/* harmony import */ var _AaveV2FlashLoanAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(103);
|
|
4432
|
+
/* harmony import */ var _AaveV2FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(104);
|
|
4433
|
+
/* harmony import */ var _AaveV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(105);
|
|
4434
|
+
/* harmony import */ var _AaveV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(106);
|
|
4435
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeeAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(107);
|
|
4436
|
+
/* harmony import */ var _AaveV3FlashLoanNoFeePaybackAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(108);
|
|
4437
|
+
/* harmony import */ var _AaveV3FlashLoanCarryDebtAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(109);
|
|
4438
|
+
/* harmony import */ var _SparkFlashLoanAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(110);
|
|
4439
|
+
/* harmony import */ var _SparkFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(111);
|
|
4440
|
+
/* harmony import */ var _MakerFlashLoanAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(112);
|
|
4441
|
+
/* harmony import */ var _MakerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(113);
|
|
4442
|
+
/* harmony import */ var _BalancerFlashLoanAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(114);
|
|
4443
|
+
/* harmony import */ var _BalancerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(115);
|
|
4444
|
+
/* harmony import */ var _EulerFlashLoanAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(116);
|
|
4445
|
+
/* harmony import */ var _EulerFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(117);
|
|
4446
|
+
/* harmony import */ var _FLAction__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(118);
|
|
4447
|
+
/* harmony import */ var _UniV3FlashLoanAction__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(119);
|
|
4448
|
+
/* harmony import */ var _UniV3FlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(120);
|
|
4449
|
+
/* harmony import */ var _GhoFlashLoanAction__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(121);
|
|
4450
|
+
/* harmony import */ var _GhoFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(122);
|
|
4451
|
+
/* harmony import */ var _MorphoBlueFlashLoanAction__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(123);
|
|
4452
|
+
/* harmony import */ var _MorphoBlueFlashLoanPaybackAction__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(124);
|
|
4304
4453
|
|
|
4305
4454
|
|
|
4306
4455
|
|
|
@@ -4327,7 +4476,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4327
4476
|
|
|
4328
4477
|
|
|
4329
4478
|
/***/ }),
|
|
4330
|
-
/*
|
|
4479
|
+
/* 101 */
|
|
4331
4480
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4332
4481
|
|
|
4333
4482
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4358,7 +4507,7 @@ class DyDxFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4358
4507
|
}
|
|
4359
4508
|
|
|
4360
4509
|
/***/ }),
|
|
4361
|
-
/*
|
|
4510
|
+
/* 102 */
|
|
4362
4511
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4363
4512
|
|
|
4364
4513
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4385,7 +4534,7 @@ class DyDxFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Sen
|
|
|
4385
4534
|
}
|
|
4386
4535
|
|
|
4387
4536
|
/***/ }),
|
|
4388
|
-
/*
|
|
4537
|
+
/* 103 */
|
|
4389
4538
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4390
4539
|
|
|
4391
4540
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4418,7 +4567,7 @@ class AaveV2FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
4418
4567
|
}
|
|
4419
4568
|
|
|
4420
4569
|
/***/ }),
|
|
4421
|
-
/*
|
|
4570
|
+
/* 104 */
|
|
4422
4571
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4423
4572
|
|
|
4424
4573
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4445,7 +4594,7 @@ class AaveV2FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
4445
4594
|
}
|
|
4446
4595
|
|
|
4447
4596
|
/***/ }),
|
|
4448
|
-
/*
|
|
4597
|
+
/* 105 */
|
|
4449
4598
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4450
4599
|
|
|
4451
4600
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4478,7 +4627,7 @@ class AaveV3FlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
4478
4627
|
}
|
|
4479
4628
|
|
|
4480
4629
|
/***/ }),
|
|
4481
|
-
/*
|
|
4630
|
+
/* 106 */
|
|
4482
4631
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4483
4632
|
|
|
4484
4633
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4505,7 +4654,7 @@ class AaveV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.S
|
|
|
4505
4654
|
}
|
|
4506
4655
|
|
|
4507
4656
|
/***/ }),
|
|
4508
|
-
/*
|
|
4657
|
+
/* 107 */
|
|
4509
4658
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4510
4659
|
|
|
4511
4660
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4538,7 +4687,7 @@ class AaveV3FlashLoanNoFeeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_
|
|
|
4538
4687
|
}
|
|
4539
4688
|
|
|
4540
4689
|
/***/ }),
|
|
4541
|
-
/*
|
|
4690
|
+
/* 108 */
|
|
4542
4691
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4543
4692
|
|
|
4544
4693
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4565,7 +4714,7 @@ class AaveV3FlashLoanNoFeePaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_
|
|
|
4565
4714
|
}
|
|
4566
4715
|
|
|
4567
4716
|
/***/ }),
|
|
4568
|
-
/*
|
|
4717
|
+
/* 109 */
|
|
4569
4718
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4570
4719
|
|
|
4571
4720
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4606,7 +4755,7 @@ class AaveV3FlashLoanCarryDebtAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
4606
4755
|
}
|
|
4607
4756
|
|
|
4608
4757
|
/***/ }),
|
|
4609
|
-
/*
|
|
4758
|
+
/* 110 */
|
|
4610
4759
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4611
4760
|
|
|
4612
4761
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4639,7 +4788,7 @@ class SparkFlashLoanAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
4639
4788
|
}
|
|
4640
4789
|
|
|
4641
4790
|
/***/ }),
|
|
4642
|
-
/*
|
|
4791
|
+
/* 111 */
|
|
4643
4792
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4644
4793
|
|
|
4645
4794
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4666,7 +4815,7 @@ class SparkFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4666
4815
|
}
|
|
4667
4816
|
|
|
4668
4817
|
/***/ }),
|
|
4669
|
-
/*
|
|
4818
|
+
/* 112 */
|
|
4670
4819
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4671
4820
|
|
|
4672
4821
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4696,7 +4845,7 @@ class MakerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4696
4845
|
}
|
|
4697
4846
|
|
|
4698
4847
|
/***/ }),
|
|
4699
|
-
/*
|
|
4848
|
+
/* 113 */
|
|
4700
4849
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4701
4850
|
|
|
4702
4851
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4722,7 +4871,7 @@ class MakerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4722
4871
|
}
|
|
4723
4872
|
|
|
4724
4873
|
/***/ }),
|
|
4725
|
-
/*
|
|
4874
|
+
/* 114 */
|
|
4726
4875
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4727
4876
|
|
|
4728
4877
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4753,7 +4902,7 @@ class BalancerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
4753
4902
|
}
|
|
4754
4903
|
|
|
4755
4904
|
/***/ }),
|
|
4756
|
-
/*
|
|
4905
|
+
/* 115 */
|
|
4757
4906
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4758
4907
|
|
|
4759
4908
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4780,7 +4929,7 @@ class BalancerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__
|
|
|
4780
4929
|
}
|
|
4781
4930
|
|
|
4782
4931
|
/***/ }),
|
|
4783
|
-
/*
|
|
4932
|
+
/* 116 */
|
|
4784
4933
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4785
4934
|
|
|
4786
4935
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4811,7 +4960,7 @@ class EulerFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4811
4960
|
}
|
|
4812
4961
|
|
|
4813
4962
|
/***/ }),
|
|
4814
|
-
/*
|
|
4963
|
+
/* 117 */
|
|
4815
4964
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4816
4965
|
|
|
4817
4966
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4838,7 +4987,7 @@ class EulerFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4838
4987
|
}
|
|
4839
4988
|
|
|
4840
4989
|
/***/ }),
|
|
4841
|
-
/*
|
|
4990
|
+
/* 118 */
|
|
4842
4991
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4843
4992
|
|
|
4844
4993
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4901,7 +5050,7 @@ function _handleArgs2(specificFLAction) {
|
|
|
4901
5050
|
}
|
|
4902
5051
|
|
|
4903
5052
|
/***/ }),
|
|
4904
|
-
/*
|
|
5053
|
+
/* 119 */
|
|
4905
5054
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4906
5055
|
|
|
4907
5056
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4935,7 +5084,7 @@ class UniV3FlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4935
5084
|
}
|
|
4936
5085
|
|
|
4937
5086
|
/***/ }),
|
|
4938
|
-
/*
|
|
5087
|
+
/* 120 */
|
|
4939
5088
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4940
5089
|
|
|
4941
5090
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4965,7 +5114,7 @@ class UniV3FlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Se
|
|
|
4965
5114
|
}
|
|
4966
5115
|
|
|
4967
5116
|
/***/ }),
|
|
4968
|
-
/*
|
|
5117
|
+
/* 121 */
|
|
4969
5118
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
4970
5119
|
|
|
4971
5120
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -4995,7 +5144,7 @@ class GhoFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
4995
5144
|
}
|
|
4996
5145
|
|
|
4997
5146
|
/***/ }),
|
|
4998
|
-
/*
|
|
5147
|
+
/* 122 */
|
|
4999
5148
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5000
5149
|
|
|
5001
5150
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5021,7 +5170,7 @@ class GhoFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0__.Send
|
|
|
5021
5170
|
}
|
|
5022
5171
|
|
|
5023
5172
|
/***/ }),
|
|
5024
|
-
/*
|
|
5173
|
+
/* 123 */
|
|
5025
5174
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5026
5175
|
|
|
5027
5176
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5052,7 +5201,7 @@ class MorphoBlueFlashLoanAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
5052
5201
|
}
|
|
5053
5202
|
|
|
5054
5203
|
/***/ }),
|
|
5055
|
-
/*
|
|
5204
|
+
/* 124 */
|
|
5056
5205
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5057
5206
|
|
|
5058
5207
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5079,7 +5228,7 @@ class MorphoBlueFlashLoanPaybackAction extends _basic__WEBPACK_IMPORTED_MODULE_0
|
|
|
5079
5228
|
}
|
|
5080
5229
|
|
|
5081
5230
|
/***/ }),
|
|
5082
|
-
/*
|
|
5231
|
+
/* 125 */
|
|
5083
5232
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5084
5233
|
|
|
5085
5234
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5087,13 +5236,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5087
5236
|
/* harmony export */ "UniswapSupplyAction": () => (/* reexport safe */ _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__.UniswapSupplyAction),
|
|
5088
5237
|
/* harmony export */ "UniswapWithdrawAction": () => (/* reexport safe */ _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.UniswapWithdrawAction)
|
|
5089
5238
|
/* harmony export */ });
|
|
5090
|
-
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5091
|
-
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5239
|
+
/* harmony import */ var _UniswapSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(126);
|
|
5240
|
+
/* harmony import */ var _UniswapWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(127);
|
|
5092
5241
|
|
|
5093
5242
|
|
|
5094
5243
|
|
|
5095
5244
|
/***/ }),
|
|
5096
|
-
/*
|
|
5245
|
+
/* 126 */
|
|
5097
5246
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5098
5247
|
|
|
5099
5248
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5156,7 +5305,7 @@ class UniswapSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5156
5305
|
}
|
|
5157
5306
|
|
|
5158
5307
|
/***/ }),
|
|
5159
|
-
/*
|
|
5308
|
+
/* 127 */
|
|
5160
5309
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5161
5310
|
|
|
5162
5311
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5164,7 +5313,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5164
5313
|
/* harmony export */ "UniswapWithdrawAction": () => (/* binding */ UniswapWithdrawAction)
|
|
5165
5314
|
/* harmony export */ });
|
|
5166
5315
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
5167
|
-
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5316
|
+
/* harmony import */ var _utils_uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(128);
|
|
5168
5317
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
5169
5318
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
5170
5319
|
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); } }
|
|
@@ -5209,7 +5358,7 @@ class UniswapWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5209
5358
|
}
|
|
5210
5359
|
|
|
5211
5360
|
/***/ }),
|
|
5212
|
-
/*
|
|
5361
|
+
/* 128 */
|
|
5213
5362
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5214
5363
|
|
|
5215
5364
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5217,9 +5366,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5217
5366
|
/* harmony export */ "getPoolAddressByAddresses": () => (/* binding */ getPoolAddressByAddresses),
|
|
5218
5367
|
/* harmony export */ "getPoolAddressBySymbols": () => (/* binding */ getPoolAddressBySymbols)
|
|
5219
5368
|
/* harmony export */ });
|
|
5220
|
-
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5369
|
+
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(129);
|
|
5221
5370
|
/* harmony import */ var _ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_solidity__WEBPACK_IMPORTED_MODULE_0__);
|
|
5222
|
-
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5371
|
+
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(130);
|
|
5223
5372
|
/* harmony import */ var _ethersproject_address__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_ethersproject_address__WEBPACK_IMPORTED_MODULE_1__);
|
|
5224
5373
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
5225
5374
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -5260,19 +5409,19 @@ var getPoolAddressByAddresses = (tokenA, tokenB) => {
|
|
|
5260
5409
|
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);
|
|
5261
5410
|
|
|
5262
5411
|
/***/ }),
|
|
5263
|
-
/*
|
|
5412
|
+
/* 129 */
|
|
5264
5413
|
/***/ ((module) => {
|
|
5265
5414
|
|
|
5266
|
-
module.exports =
|
|
5415
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__129__;
|
|
5267
5416
|
|
|
5268
5417
|
/***/ }),
|
|
5269
|
-
/*
|
|
5418
|
+
/* 130 */
|
|
5270
5419
|
/***/ ((module) => {
|
|
5271
5420
|
|
|
5272
|
-
module.exports =
|
|
5421
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__130__;
|
|
5273
5422
|
|
|
5274
5423
|
/***/ }),
|
|
5275
|
-
/*
|
|
5424
|
+
/* 131 */
|
|
5276
5425
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5277
5426
|
|
|
5278
5427
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5286,14 +5435,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5286
5435
|
/* harmony export */ "ReflexerSupplyAction": () => (/* reexport safe */ _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__.ReflexerSupplyAction),
|
|
5287
5436
|
/* harmony export */ "ReflexerWithdrawAction": () => (/* reexport safe */ _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.ReflexerWithdrawAction)
|
|
5288
5437
|
/* harmony export */ });
|
|
5289
|
-
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5290
|
-
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5291
|
-
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5292
|
-
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5293
|
-
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5294
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
5295
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
5296
|
-
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5438
|
+
/* harmony import */ var _ReflexerOpenSafeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(132);
|
|
5439
|
+
/* harmony import */ var _ReflexerGenerateAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(133);
|
|
5440
|
+
/* harmony import */ var _ReflexerSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(134);
|
|
5441
|
+
/* harmony import */ var _ReflexerPaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(135);
|
|
5442
|
+
/* harmony import */ var _ReflexerWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(136);
|
|
5443
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourDepositAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(137);
|
|
5444
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourWithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(138);
|
|
5445
|
+
/* harmony import */ var _ReflexerNativeUniV2SaviourGetReservesAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(139);
|
|
5297
5446
|
|
|
5298
5447
|
|
|
5299
5448
|
|
|
@@ -5304,7 +5453,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5304
5453
|
|
|
5305
5454
|
|
|
5306
5455
|
/***/ }),
|
|
5307
|
-
/*
|
|
5456
|
+
/* 132 */
|
|
5308
5457
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5309
5458
|
|
|
5310
5459
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5330,7 +5479,7 @@ class ReflexerOpenSafeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5330
5479
|
}
|
|
5331
5480
|
|
|
5332
5481
|
/***/ }),
|
|
5333
|
-
/*
|
|
5482
|
+
/* 133 */
|
|
5334
5483
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5335
5484
|
|
|
5336
5485
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5361,7 +5510,7 @@ class ReflexerGenerateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5361
5510
|
}
|
|
5362
5511
|
|
|
5363
5512
|
/***/ }),
|
|
5364
|
-
/*
|
|
5513
|
+
/* 134 */
|
|
5365
5514
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5366
5515
|
|
|
5367
5516
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5415,7 +5564,7 @@ class ReflexerSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
5415
5564
|
}
|
|
5416
5565
|
|
|
5417
5566
|
/***/ }),
|
|
5418
|
-
/*
|
|
5567
|
+
/* 135 */
|
|
5419
5568
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5420
5569
|
|
|
5421
5570
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5458,7 +5607,7 @@ class ReflexerPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
5458
5607
|
}
|
|
5459
5608
|
|
|
5460
5609
|
/***/ }),
|
|
5461
|
-
/*
|
|
5610
|
+
/* 136 */
|
|
5462
5611
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5463
5612
|
|
|
5464
5613
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5491,7 +5640,7 @@ class ReflexerWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
5491
5640
|
}
|
|
5492
5641
|
|
|
5493
5642
|
/***/ }),
|
|
5494
|
-
/*
|
|
5643
|
+
/* 137 */
|
|
5495
5644
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5496
5645
|
|
|
5497
5646
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5533,7 +5682,7 @@ class ReflexerNativeUniV2SaviourDepositAction extends _Action__WEBPACK_IMPORTED_
|
|
|
5533
5682
|
}
|
|
5534
5683
|
|
|
5535
5684
|
/***/ }),
|
|
5536
|
-
/*
|
|
5685
|
+
/* 138 */
|
|
5537
5686
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5538
5687
|
|
|
5539
5688
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5565,7 +5714,7 @@ class ReflexerNativeUniV2SaviourWithdrawAction extends _Action__WEBPACK_IMPORTED
|
|
|
5565
5714
|
}
|
|
5566
5715
|
|
|
5567
5716
|
/***/ }),
|
|
5568
|
-
/*
|
|
5717
|
+
/* 139 */
|
|
5569
5718
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5570
5719
|
|
|
5571
5720
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5597,18 +5746,18 @@ class ReflexerNativeUniV2SaviourGetReservesAction extends _Action__WEBPACK_IMPOR
|
|
|
5597
5746
|
}
|
|
5598
5747
|
|
|
5599
5748
|
/***/ }),
|
|
5600
|
-
/*
|
|
5749
|
+
/* 140 */
|
|
5601
5750
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5602
5751
|
|
|
5603
5752
|
__webpack_require__.r(__webpack_exports__);
|
|
5604
5753
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5605
5754
|
/* harmony export */ "DyDxWithdrawAction": () => (/* reexport safe */ _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__.DyDxWithdrawAction)
|
|
5606
5755
|
/* harmony export */ });
|
|
5607
|
-
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5756
|
+
/* harmony import */ var _DyDxWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(141);
|
|
5608
5757
|
|
|
5609
5758
|
|
|
5610
5759
|
/***/ }),
|
|
5611
|
-
/*
|
|
5760
|
+
/* 141 */
|
|
5612
5761
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5613
5762
|
|
|
5614
5763
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5639,7 +5788,7 @@ class DyDxWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
5639
5788
|
}
|
|
5640
5789
|
|
|
5641
5790
|
/***/ }),
|
|
5642
|
-
/*
|
|
5791
|
+
/* 142 */
|
|
5643
5792
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5644
5793
|
|
|
5645
5794
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5650,11 +5799,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5650
5799
|
/* harmony export */ "UniswapV3SupplyAction": () => (/* reexport safe */ _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__.UniswapV3SupplyAction),
|
|
5651
5800
|
/* harmony export */ "UniswapV3WithdrawAction": () => (/* reexport safe */ _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__.UniswapV3WithdrawAction)
|
|
5652
5801
|
/* harmony export */ });
|
|
5653
|
-
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5654
|
-
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5655
|
-
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5656
|
-
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5657
|
-
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5802
|
+
/* harmony import */ var _UniswapV3MintAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(143);
|
|
5803
|
+
/* harmony import */ var _UniswapV3SupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(144);
|
|
5804
|
+
/* harmony import */ var _UniswapV3WithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(145);
|
|
5805
|
+
/* harmony import */ var _UniswapV3CollectAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(146);
|
|
5806
|
+
/* harmony import */ var _UniswapV3CreatePoolAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(147);
|
|
5658
5807
|
|
|
5659
5808
|
|
|
5660
5809
|
|
|
@@ -5662,7 +5811,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5662
5811
|
|
|
5663
5812
|
|
|
5664
5813
|
/***/ }),
|
|
5665
|
-
/*
|
|
5814
|
+
/* 143 */
|
|
5666
5815
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5667
5816
|
|
|
5668
5817
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5728,7 +5877,7 @@ class UniswapV3MintAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
5728
5877
|
}
|
|
5729
5878
|
|
|
5730
5879
|
/***/ }),
|
|
5731
|
-
/*
|
|
5880
|
+
/* 144 */
|
|
5732
5881
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5733
5882
|
|
|
5734
5883
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5788,7 +5937,7 @@ class UniswapV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
5788
5937
|
}
|
|
5789
5938
|
|
|
5790
5939
|
/***/ }),
|
|
5791
|
-
/*
|
|
5940
|
+
/* 145 */
|
|
5792
5941
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5793
5942
|
|
|
5794
5943
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5843,7 +5992,7 @@ class UniswapV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
5843
5992
|
}
|
|
5844
5993
|
|
|
5845
5994
|
/***/ }),
|
|
5846
|
-
/*
|
|
5995
|
+
/* 146 */
|
|
5847
5996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5848
5997
|
|
|
5849
5998
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5890,7 +6039,7 @@ class UniswapV3CollectAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
5890
6039
|
}
|
|
5891
6040
|
|
|
5892
6041
|
/***/ }),
|
|
5893
|
-
/*
|
|
6042
|
+
/* 147 */
|
|
5894
6043
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5895
6044
|
|
|
5896
6045
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5957,7 +6106,7 @@ class UniswapV3CreatePoolAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
5957
6106
|
}
|
|
5958
6107
|
|
|
5959
6108
|
/***/ }),
|
|
5960
|
-
/*
|
|
6109
|
+
/* 148 */
|
|
5961
6110
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5962
6111
|
|
|
5963
6112
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -5974,17 +6123,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5974
6123
|
/* harmony export */ "MorphoBlueRatioCheckAction": () => (/* reexport safe */ _MorphoBlueRatioCheckAction__WEBPACK_IMPORTED_MODULE_10__.MorphoBlueRatioCheckAction),
|
|
5975
6124
|
/* harmony export */ "SparkRatioCheckAction": () => (/* reexport safe */ _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_7__.SparkRatioCheckAction)
|
|
5976
6125
|
/* harmony export */ });
|
|
5977
|
-
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
5978
|
-
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
5979
|
-
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
5980
|
-
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
5981
|
-
/* harmony import */ var _AaveV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
5982
|
-
/* harmony import */ var _CompoundV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
5983
|
-
/* harmony import */ var _MorphoAaveV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
5984
|
-
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
5985
|
-
/* harmony import */ var _LiquityRatioIncreaseCheckAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
5986
|
-
/* harmony import */ var _CurveUsdCollRatioCheck__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
5987
|
-
/* harmony import */ var _MorphoBlueRatioCheckAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
6126
|
+
/* harmony import */ var _MakerRatioCheckAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(149);
|
|
6127
|
+
/* harmony import */ var _AaveV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(150);
|
|
6128
|
+
/* harmony import */ var _CompoundV3RatioCheckAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(151);
|
|
6129
|
+
/* harmony import */ var _LiquityRatioCheckAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(152);
|
|
6130
|
+
/* harmony import */ var _AaveV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(153);
|
|
6131
|
+
/* harmony import */ var _CompoundV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(154);
|
|
6132
|
+
/* harmony import */ var _MorphoAaveV2RatioCheckAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(155);
|
|
6133
|
+
/* harmony import */ var _SparkRatioCheckAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(156);
|
|
6134
|
+
/* harmony import */ var _LiquityRatioIncreaseCheckAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(157);
|
|
6135
|
+
/* harmony import */ var _CurveUsdCollRatioCheck__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(158);
|
|
6136
|
+
/* harmony import */ var _MorphoBlueRatioCheckAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(159);
|
|
5988
6137
|
|
|
5989
6138
|
|
|
5990
6139
|
|
|
@@ -5998,7 +6147,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5998
6147
|
|
|
5999
6148
|
|
|
6000
6149
|
/***/ }),
|
|
6001
|
-
/*
|
|
6150
|
+
/* 149 */
|
|
6002
6151
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6003
6152
|
|
|
6004
6153
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6029,7 +6178,7 @@ class MakerRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6029
6178
|
}
|
|
6030
6179
|
|
|
6031
6180
|
/***/ }),
|
|
6032
|
-
/*
|
|
6181
|
+
/* 150 */
|
|
6033
6182
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6034
6183
|
|
|
6035
6184
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6057,7 +6206,7 @@ class AaveV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6057
6206
|
}
|
|
6058
6207
|
|
|
6059
6208
|
/***/ }),
|
|
6060
|
-
/*
|
|
6209
|
+
/* 151 */
|
|
6061
6210
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6062
6211
|
|
|
6063
6212
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6087,7 +6236,7 @@ class CompoundV3RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
6087
6236
|
}
|
|
6088
6237
|
|
|
6089
6238
|
/***/ }),
|
|
6090
|
-
/*
|
|
6239
|
+
/* 152 */
|
|
6091
6240
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6092
6241
|
|
|
6093
6242
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6115,7 +6264,7 @@ class LiquityRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
6115
6264
|
}
|
|
6116
6265
|
|
|
6117
6266
|
/***/ }),
|
|
6118
|
-
/*
|
|
6267
|
+
/* 153 */
|
|
6119
6268
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6120
6269
|
|
|
6121
6270
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6143,7 +6292,7 @@ class AaveV2RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6143
6292
|
}
|
|
6144
6293
|
|
|
6145
6294
|
/***/ }),
|
|
6146
|
-
/*
|
|
6295
|
+
/* 154 */
|
|
6147
6296
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6148
6297
|
|
|
6149
6298
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6171,7 +6320,7 @@ class CompoundV2RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
6171
6320
|
}
|
|
6172
6321
|
|
|
6173
6322
|
/***/ }),
|
|
6174
|
-
/*
|
|
6323
|
+
/* 155 */
|
|
6175
6324
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6176
6325
|
|
|
6177
6326
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6200,7 +6349,7 @@ class MorphoAaveV2RatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
6200
6349
|
}
|
|
6201
6350
|
|
|
6202
6351
|
/***/ }),
|
|
6203
|
-
/*
|
|
6352
|
+
/* 156 */
|
|
6204
6353
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6205
6354
|
|
|
6206
6355
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6228,7 +6377,7 @@ class SparkRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6228
6377
|
}
|
|
6229
6378
|
|
|
6230
6379
|
/***/ }),
|
|
6231
|
-
/*
|
|
6380
|
+
/* 157 */
|
|
6232
6381
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6233
6382
|
|
|
6234
6383
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6255,7 +6404,7 @@ class LiquityRatioIncreaseCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0
|
|
|
6255
6404
|
}
|
|
6256
6405
|
|
|
6257
6406
|
/***/ }),
|
|
6258
|
-
/*
|
|
6407
|
+
/* 158 */
|
|
6259
6408
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6260
6409
|
|
|
6261
6410
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6284,7 +6433,7 @@ class CurveUsdCollRatioCheck extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6284
6433
|
}
|
|
6285
6434
|
|
|
6286
6435
|
/***/ }),
|
|
6287
|
-
/*
|
|
6436
|
+
/* 159 */
|
|
6288
6437
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6289
6438
|
|
|
6290
6439
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6318,7 +6467,7 @@ class MorphoBlueRatioCheckAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
6318
6467
|
}
|
|
6319
6468
|
|
|
6320
6469
|
/***/ }),
|
|
6321
|
-
/*
|
|
6470
|
+
/* 160 */
|
|
6322
6471
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6323
6472
|
|
|
6324
6473
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6340,22 +6489,22 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6340
6489
|
/* harmony export */ "LiquityUnstakeAction": () => (/* reexport safe */ _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__.LiquityUnstakeAction),
|
|
6341
6490
|
/* harmony export */ "LiquityWithdrawAction": () => (/* reexport safe */ _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__.LiquityWithdrawAction)
|
|
6342
6491
|
/* harmony export */ });
|
|
6343
|
-
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
6344
|
-
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
6345
|
-
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
6346
|
-
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
6347
|
-
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
6348
|
-
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
6349
|
-
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
6350
|
-
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
6351
|
-
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
6352
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
6353
|
-
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
6354
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
6355
|
-
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
6356
|
-
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
6357
|
-
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
6358
|
-
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
6492
|
+
/* harmony import */ var _LiquityOpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(161);
|
|
6493
|
+
/* harmony import */ var _LiquityBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(162);
|
|
6494
|
+
/* harmony import */ var _LiquityPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(163);
|
|
6495
|
+
/* harmony import */ var _LiquitySupplyAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(164);
|
|
6496
|
+
/* harmony import */ var _LiquityWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(165);
|
|
6497
|
+
/* harmony import */ var _LiquityCloseAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(166);
|
|
6498
|
+
/* harmony import */ var _LiquityClaimAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(167);
|
|
6499
|
+
/* harmony import */ var _LiquityRedeemAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(168);
|
|
6500
|
+
/* harmony import */ var _LiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(169);
|
|
6501
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(170);
|
|
6502
|
+
/* harmony import */ var _LiquityStakeAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(171);
|
|
6503
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(172);
|
|
6504
|
+
/* harmony import */ var _LiquityEthGainToTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(173);
|
|
6505
|
+
/* harmony import */ var _LiquityClaimSPRewardsAction__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(174);
|
|
6506
|
+
/* harmony import */ var _LiquityClaimStakingRewardsAction__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(175);
|
|
6507
|
+
/* harmony import */ var _LiquityAdjustAction__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(176);
|
|
6359
6508
|
|
|
6360
6509
|
|
|
6361
6510
|
|
|
@@ -6374,7 +6523,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
6374
6523
|
|
|
6375
6524
|
|
|
6376
6525
|
/***/ }),
|
|
6377
|
-
/*
|
|
6526
|
+
/* 161 */
|
|
6378
6527
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6379
6528
|
|
|
6380
6529
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6425,7 +6574,7 @@ class LiquityOpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6425
6574
|
}
|
|
6426
6575
|
|
|
6427
6576
|
/***/ }),
|
|
6428
|
-
/*
|
|
6577
|
+
/* 162 */
|
|
6429
6578
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6430
6579
|
|
|
6431
6580
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6459,7 +6608,7 @@ class LiquityBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6459
6608
|
}
|
|
6460
6609
|
|
|
6461
6610
|
/***/ }),
|
|
6462
|
-
/*
|
|
6611
|
+
/* 163 */
|
|
6463
6612
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6464
6613
|
|
|
6465
6614
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6506,7 +6655,7 @@ class LiquityPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6506
6655
|
}
|
|
6507
6656
|
|
|
6508
6657
|
/***/ }),
|
|
6509
|
-
/*
|
|
6658
|
+
/* 164 */
|
|
6510
6659
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6511
6660
|
|
|
6512
6661
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6553,7 +6702,7 @@ class LiquitySupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6553
6702
|
}
|
|
6554
6703
|
|
|
6555
6704
|
/***/ }),
|
|
6556
|
-
/*
|
|
6705
|
+
/* 165 */
|
|
6557
6706
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6558
6707
|
|
|
6559
6708
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6586,7 +6735,7 @@ class LiquityWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
6586
6735
|
}
|
|
6587
6736
|
|
|
6588
6737
|
/***/ }),
|
|
6589
|
-
/*
|
|
6738
|
+
/* 166 */
|
|
6590
6739
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6591
6740
|
|
|
6592
6741
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6632,7 +6781,7 @@ class LiquityCloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6632
6781
|
}
|
|
6633
6782
|
|
|
6634
6783
|
/***/ }),
|
|
6635
|
-
/*
|
|
6784
|
+
/* 167 */
|
|
6636
6785
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6637
6786
|
|
|
6638
6787
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6662,7 +6811,7 @@ class LiquityClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6662
6811
|
}
|
|
6663
6812
|
|
|
6664
6813
|
/***/ }),
|
|
6665
|
-
/*
|
|
6814
|
+
/* 168 */
|
|
6666
6815
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6667
6816
|
|
|
6668
6817
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6715,7 +6864,7 @@ class LiquityRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6715
6864
|
}
|
|
6716
6865
|
|
|
6717
6866
|
/***/ }),
|
|
6718
|
-
/*
|
|
6867
|
+
/* 169 */
|
|
6719
6868
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6720
6869
|
|
|
6721
6870
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6764,7 +6913,7 @@ class LiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
6764
6913
|
}
|
|
6765
6914
|
|
|
6766
6915
|
/***/ }),
|
|
6767
|
-
/*
|
|
6916
|
+
/* 170 */
|
|
6768
6917
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6769
6918
|
|
|
6770
6919
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6799,7 +6948,7 @@ class LiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
6799
6948
|
}
|
|
6800
6949
|
|
|
6801
6950
|
/***/ }),
|
|
6802
|
-
/*
|
|
6951
|
+
/* 171 */
|
|
6803
6952
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6804
6953
|
|
|
6805
6954
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6848,7 +6997,7 @@ class LiquityStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
6848
6997
|
}
|
|
6849
6998
|
|
|
6850
6999
|
/***/ }),
|
|
6851
|
-
/*
|
|
7000
|
+
/* 172 */
|
|
6852
7001
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6853
7002
|
|
|
6854
7003
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6883,7 +7032,7 @@ class LiquityUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
6883
7032
|
}
|
|
6884
7033
|
|
|
6885
7034
|
/***/ }),
|
|
6886
|
-
/*
|
|
7035
|
+
/* 173 */
|
|
6887
7036
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6888
7037
|
|
|
6889
7038
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -6915,14 +7064,14 @@ class LiquityEthGainToTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
6915
7064
|
}
|
|
6916
7065
|
|
|
6917
7066
|
/***/ }),
|
|
6918
|
-
/*
|
|
7067
|
+
/* 174 */
|
|
6919
7068
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6920
7069
|
|
|
6921
7070
|
__webpack_require__.r(__webpack_exports__);
|
|
6922
7071
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6923
7072
|
/* harmony export */ "LiquityClaimSPRewardsAction": () => (/* binding */ LiquityClaimSPRewardsAction)
|
|
6924
7073
|
/* harmony export */ });
|
|
6925
|
-
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7074
|
+
/* harmony import */ var _LiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(170);
|
|
6926
7075
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6927
7076
|
|
|
6928
7077
|
|
|
@@ -6944,14 +7093,14 @@ class LiquityClaimSPRewardsAction extends _LiquitySPWithdrawAction__WEBPACK_IMPO
|
|
|
6944
7093
|
}
|
|
6945
7094
|
|
|
6946
7095
|
/***/ }),
|
|
6947
|
-
/*
|
|
7096
|
+
/* 175 */
|
|
6948
7097
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6949
7098
|
|
|
6950
7099
|
__webpack_require__.r(__webpack_exports__);
|
|
6951
7100
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
6952
7101
|
/* harmony export */ "LiquityClaimStakingRewardsAction": () => (/* binding */ LiquityClaimStakingRewardsAction)
|
|
6953
7102
|
/* harmony export */ });
|
|
6954
|
-
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7103
|
+
/* harmony import */ var _LiquityUnstakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(172);
|
|
6955
7104
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
6956
7105
|
|
|
6957
7106
|
|
|
@@ -6973,7 +7122,7 @@ class LiquityClaimStakingRewardsAction extends _LiquityUnstakeAction__WEBPACK_IM
|
|
|
6973
7122
|
}
|
|
6974
7123
|
|
|
6975
7124
|
/***/ }),
|
|
6976
|
-
/*
|
|
7125
|
+
/* 176 */
|
|
6977
7126
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
6978
7127
|
|
|
6979
7128
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7012,7 +7161,7 @@ class LiquityAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7012
7161
|
}
|
|
7013
7162
|
|
|
7014
7163
|
/***/ }),
|
|
7015
|
-
/*
|
|
7164
|
+
/* 177 */
|
|
7016
7165
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7017
7166
|
|
|
7018
7167
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7020,13 +7169,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7020
7169
|
/* harmony export */ "YearnSupplyAction": () => (/* reexport safe */ _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__.YearnSupplyAction),
|
|
7021
7170
|
/* harmony export */ "YearnWithdrawAction": () => (/* reexport safe */ _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.YearnWithdrawAction)
|
|
7022
7171
|
/* harmony export */ });
|
|
7023
|
-
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7024
|
-
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7172
|
+
/* harmony import */ var _YearnSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(178);
|
|
7173
|
+
/* harmony import */ var _YearnWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(179);
|
|
7025
7174
|
|
|
7026
7175
|
|
|
7027
7176
|
|
|
7028
7177
|
/***/ }),
|
|
7029
|
-
/*
|
|
7178
|
+
/* 178 */
|
|
7030
7179
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7031
7180
|
|
|
7032
7181
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7077,7 +7226,7 @@ class YearnSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7077
7226
|
}
|
|
7078
7227
|
|
|
7079
7228
|
/***/ }),
|
|
7080
|
-
/*
|
|
7229
|
+
/* 179 */
|
|
7081
7230
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7082
7231
|
|
|
7083
7232
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7128,7 +7277,7 @@ class YearnWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7128
7277
|
}
|
|
7129
7278
|
|
|
7130
7279
|
/***/ }),
|
|
7131
|
-
/*
|
|
7280
|
+
/* 180 */
|
|
7132
7281
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7133
7282
|
|
|
7134
7283
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7137,15 +7286,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7137
7286
|
/* harmony export */ "LidoUnwrapAction": () => (/* reexport safe */ _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.LidoUnwrapAction),
|
|
7138
7287
|
/* harmony export */ "LidoWrapAction": () => (/* reexport safe */ _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__.LidoWrapAction)
|
|
7139
7288
|
/* harmony export */ });
|
|
7140
|
-
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7141
|
-
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7142
|
-
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7289
|
+
/* harmony import */ var _LidoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(181);
|
|
7290
|
+
/* harmony import */ var _LidoWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(182);
|
|
7291
|
+
/* harmony import */ var _LidoUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(183);
|
|
7143
7292
|
|
|
7144
7293
|
|
|
7145
7294
|
|
|
7146
7295
|
|
|
7147
7296
|
/***/ }),
|
|
7148
|
-
/*
|
|
7297
|
+
/* 181 */
|
|
7149
7298
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7150
7299
|
|
|
7151
7300
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7191,7 +7340,7 @@ class LidoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7191
7340
|
}
|
|
7192
7341
|
|
|
7193
7342
|
/***/ }),
|
|
7194
|
-
/*
|
|
7343
|
+
/* 182 */
|
|
7195
7344
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7196
7345
|
|
|
7197
7346
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7245,7 +7394,7 @@ class LidoWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7245
7394
|
}
|
|
7246
7395
|
|
|
7247
7396
|
/***/ }),
|
|
7248
|
-
/*
|
|
7397
|
+
/* 183 */
|
|
7249
7398
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7250
7399
|
|
|
7251
7400
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7288,18 +7437,18 @@ class LidoUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7288
7437
|
}
|
|
7289
7438
|
|
|
7290
7439
|
/***/ }),
|
|
7291
|
-
/*
|
|
7440
|
+
/* 184 */
|
|
7292
7441
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7293
7442
|
|
|
7294
7443
|
__webpack_require__.r(__webpack_exports__);
|
|
7295
7444
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7296
7445
|
/* harmony export */ "InstPullTokensAction": () => (/* reexport safe */ _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__.InstPullTokensAction)
|
|
7297
7446
|
/* harmony export */ });
|
|
7298
|
-
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7447
|
+
/* harmony import */ var _InstPullTokensAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(185);
|
|
7299
7448
|
|
|
7300
7449
|
|
|
7301
7450
|
/***/ }),
|
|
7302
|
-
/*
|
|
7451
|
+
/* 185 */
|
|
7303
7452
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7304
7453
|
|
|
7305
7454
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7342,7 +7491,7 @@ class InstPullTokensAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7342
7491
|
}
|
|
7343
7492
|
|
|
7344
7493
|
/***/ }),
|
|
7345
|
-
/*
|
|
7494
|
+
/* 186 */
|
|
7346
7495
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7347
7496
|
|
|
7348
7497
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7351,15 +7500,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7351
7500
|
/* harmony export */ "BalancerV2SupplyAction": () => (/* reexport safe */ _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.BalancerV2SupplyAction),
|
|
7352
7501
|
/* harmony export */ "BalancerV2WithdrawAction": () => (/* reexport safe */ _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BalancerV2WithdrawAction)
|
|
7353
7502
|
/* harmony export */ });
|
|
7354
|
-
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7355
|
-
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7356
|
-
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7503
|
+
/* harmony import */ var _BalancerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(187);
|
|
7504
|
+
/* harmony import */ var _BalancerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(188);
|
|
7505
|
+
/* harmony import */ var _BalancerV2ClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(189);
|
|
7357
7506
|
|
|
7358
7507
|
|
|
7359
7508
|
|
|
7360
7509
|
|
|
7361
7510
|
/***/ }),
|
|
7362
|
-
/*
|
|
7511
|
+
/* 187 */
|
|
7363
7512
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7364
7513
|
|
|
7365
7514
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7411,7 +7560,7 @@ class BalancerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7411
7560
|
}
|
|
7412
7561
|
|
|
7413
7562
|
/***/ }),
|
|
7414
|
-
/*
|
|
7563
|
+
/* 188 */
|
|
7415
7564
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7416
7565
|
|
|
7417
7566
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7467,7 +7616,7 @@ class BalancerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7467
7616
|
}
|
|
7468
7617
|
|
|
7469
7618
|
/***/ }),
|
|
7470
|
-
/*
|
|
7619
|
+
/* 189 */
|
|
7471
7620
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7472
7621
|
|
|
7473
7622
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7516,7 +7665,7 @@ class BalancerV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
7516
7665
|
}
|
|
7517
7666
|
|
|
7518
7667
|
/***/ }),
|
|
7519
|
-
/*
|
|
7668
|
+
/* 190 */
|
|
7520
7669
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7521
7670
|
|
|
7522
7671
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7531,15 +7680,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7531
7680
|
/* harmony export */ "CurveSwapAction": () => (/* reexport safe */ _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__.CurveSwapAction),
|
|
7532
7681
|
/* harmony export */ "CurveWithdrawAction": () => (/* reexport safe */ _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveWithdrawAction)
|
|
7533
7682
|
/* harmony export */ });
|
|
7534
|
-
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7535
|
-
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
7536
|
-
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
7537
|
-
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7538
|
-
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7539
|
-
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
7540
|
-
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
7541
|
-
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
7542
|
-
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
7683
|
+
/* harmony import */ var _CurveSwapAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(191);
|
|
7684
|
+
/* harmony import */ var _CurveDepositAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(192);
|
|
7685
|
+
/* harmony import */ var _CurveWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(195);
|
|
7686
|
+
/* harmony import */ var _CurveGaugeDepositAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(196);
|
|
7687
|
+
/* harmony import */ var _CurveGaugeWithdrawAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(197);
|
|
7688
|
+
/* harmony import */ var _CurveMintCrvAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(198);
|
|
7689
|
+
/* harmony import */ var _CurveClaimFeesAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(199);
|
|
7690
|
+
/* harmony import */ var _CurveStethPoolDepositAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(200);
|
|
7691
|
+
/* harmony import */ var _CurveStethPoolWithdrawAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(201);
|
|
7543
7692
|
|
|
7544
7693
|
|
|
7545
7694
|
|
|
@@ -7551,7 +7700,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7551
7700
|
|
|
7552
7701
|
|
|
7553
7702
|
/***/ }),
|
|
7554
|
-
/*
|
|
7703
|
+
/* 191 */
|
|
7555
7704
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7556
7705
|
|
|
7557
7706
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7598,7 +7747,7 @@ class CurveSwapAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7598
7747
|
}
|
|
7599
7748
|
|
|
7600
7749
|
/***/ }),
|
|
7601
|
-
/*
|
|
7750
|
+
/* 192 */
|
|
7602
7751
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7603
7752
|
|
|
7604
7753
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7610,7 +7759,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7610
7759
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
7611
7760
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(39);
|
|
7612
7761
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(27);
|
|
7613
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
7762
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(193);
|
|
7614
7763
|
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); } }
|
|
7615
7764
|
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); }); }; }
|
|
7616
7765
|
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; }
|
|
@@ -7671,7 +7820,7 @@ class CurveDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
7671
7820
|
}
|
|
7672
7821
|
|
|
7673
7822
|
/***/ }),
|
|
7674
|
-
/*
|
|
7823
|
+
/* 193 */
|
|
7675
7824
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7676
7825
|
|
|
7677
7826
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7679,7 +7828,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7679
7828
|
/* harmony export */ "makeFlags": () => (/* binding */ makeFlags),
|
|
7680
7829
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
7681
7830
|
/* harmony export */ });
|
|
7682
|
-
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7831
|
+
/* harmony import */ var _curvePoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(194);
|
|
7683
7832
|
|
|
7684
7833
|
|
|
7685
7834
|
|
|
@@ -7692,13 +7841,13 @@ var makeFlags = (depositTargetType, explicitUnderlying, withdrawExact, removeOne
|
|
|
7692
7841
|
) => depositTargetType | explicitUnderlying << 2 | withdrawExact << 3 | removeOneCoin << 4;
|
|
7693
7842
|
|
|
7694
7843
|
/***/ }),
|
|
7695
|
-
/*
|
|
7844
|
+
/* 194 */
|
|
7696
7845
|
/***/ ((module) => {
|
|
7697
7846
|
|
|
7698
7847
|
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]}]');
|
|
7699
7848
|
|
|
7700
7849
|
/***/ }),
|
|
7701
|
-
/*
|
|
7850
|
+
/* 195 */
|
|
7702
7851
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7703
7852
|
|
|
7704
7853
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7708,7 +7857,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7708
7857
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
7709
7858
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
7710
7859
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
7711
|
-
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
7860
|
+
/* harmony import */ var _utils_curve_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(193);
|
|
7712
7861
|
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); } }
|
|
7713
7862
|
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); }); }; }
|
|
7714
7863
|
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; }
|
|
@@ -7767,7 +7916,7 @@ class CurveWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7767
7916
|
}
|
|
7768
7917
|
|
|
7769
7918
|
/***/ }),
|
|
7770
|
-
/*
|
|
7919
|
+
/* 196 */
|
|
7771
7920
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7772
7921
|
|
|
7773
7922
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7812,7 +7961,7 @@ class CurveGaugeDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
7812
7961
|
}
|
|
7813
7962
|
|
|
7814
7963
|
/***/ }),
|
|
7815
|
-
/*
|
|
7964
|
+
/* 197 */
|
|
7816
7965
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7817
7966
|
|
|
7818
7967
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7843,7 +7992,7 @@ class CurveGaugeWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
7843
7992
|
}
|
|
7844
7993
|
|
|
7845
7994
|
/***/ }),
|
|
7846
|
-
/*
|
|
7995
|
+
/* 198 */
|
|
7847
7996
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7848
7997
|
|
|
7849
7998
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7872,7 +8021,7 @@ class CurveMintCrvAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7872
8021
|
}
|
|
7873
8022
|
|
|
7874
8023
|
/***/ }),
|
|
7875
|
-
/*
|
|
8024
|
+
/* 199 */
|
|
7876
8025
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7877
8026
|
|
|
7878
8027
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7903,7 +8052,7 @@ class CurveClaimFeesAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
7903
8052
|
}
|
|
7904
8053
|
|
|
7905
8054
|
/***/ }),
|
|
7906
|
-
/*
|
|
8055
|
+
/* 200 */
|
|
7907
8056
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7908
8057
|
|
|
7909
8058
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7936,7 +8085,7 @@ class CurveStethPoolDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.A
|
|
|
7936
8085
|
}
|
|
7937
8086
|
|
|
7938
8087
|
/***/ }),
|
|
7939
|
-
/*
|
|
8088
|
+
/* 201 */
|
|
7940
8089
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7941
8090
|
|
|
7942
8091
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7970,7 +8119,7 @@ class CurveStethPoolWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
7970
8119
|
}
|
|
7971
8120
|
|
|
7972
8121
|
/***/ }),
|
|
7973
|
-
/*
|
|
8122
|
+
/* 202 */
|
|
7974
8123
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7975
8124
|
|
|
7976
8125
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -7978,13 +8127,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7978
8127
|
/* harmony export */ "GUniDeposit": () => (/* reexport safe */ _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__.GUniDeposit),
|
|
7979
8128
|
/* harmony export */ "GUniWithdraw": () => (/* reexport safe */ _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__.GUniWithdraw)
|
|
7980
8129
|
/* harmony export */ });
|
|
7981
|
-
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
7982
|
-
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8130
|
+
/* harmony import */ var _GUniDeposit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(203);
|
|
8131
|
+
/* harmony import */ var _GUniWithdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(204);
|
|
7983
8132
|
|
|
7984
8133
|
|
|
7985
8134
|
|
|
7986
8135
|
/***/ }),
|
|
7987
|
-
/*
|
|
8136
|
+
/* 203 */
|
|
7988
8137
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
7989
8138
|
|
|
7990
8139
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8039,7 +8188,7 @@ class GUniDeposit extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8039
8188
|
}
|
|
8040
8189
|
|
|
8041
8190
|
/***/ }),
|
|
8042
|
-
/*
|
|
8191
|
+
/* 204 */
|
|
8043
8192
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8044
8193
|
|
|
8045
8194
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8086,7 +8235,7 @@ class GUniWithdraw extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8086
8235
|
}
|
|
8087
8236
|
|
|
8088
8237
|
/***/ }),
|
|
8089
|
-
/*
|
|
8238
|
+
/* 205 */
|
|
8090
8239
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8091
8240
|
|
|
8092
8241
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8095,15 +8244,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8095
8244
|
/* harmony export */ "MStableDepositAction": () => (/* reexport safe */ _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__.MStableDepositAction),
|
|
8096
8245
|
/* harmony export */ "MStableWithdrawAction": () => (/* reexport safe */ _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.MStableWithdrawAction)
|
|
8097
8246
|
/* harmony export */ });
|
|
8098
|
-
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8099
|
-
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8100
|
-
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8247
|
+
/* harmony import */ var _MStableDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(206);
|
|
8248
|
+
/* harmony import */ var _MStableWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(208);
|
|
8249
|
+
/* harmony import */ var _MStableClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(209);
|
|
8101
8250
|
|
|
8102
8251
|
|
|
8103
8252
|
|
|
8104
8253
|
|
|
8105
8254
|
/***/ }),
|
|
8106
|
-
/*
|
|
8255
|
+
/* 206 */
|
|
8107
8256
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8108
8257
|
|
|
8109
8258
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8113,7 +8262,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8113
8262
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8114
8263
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
8115
8264
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8116
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8265
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(207);
|
|
8117
8266
|
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); } }
|
|
8118
8267
|
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); }); }; }
|
|
8119
8268
|
|
|
@@ -8178,7 +8327,7 @@ class MStableDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8178
8327
|
}
|
|
8179
8328
|
|
|
8180
8329
|
/***/ }),
|
|
8181
|
-
/*
|
|
8330
|
+
/* 207 */
|
|
8182
8331
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8183
8332
|
|
|
8184
8333
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8195,7 +8344,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8195
8344
|
});
|
|
8196
8345
|
|
|
8197
8346
|
/***/ }),
|
|
8198
|
-
/*
|
|
8347
|
+
/* 208 */
|
|
8199
8348
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8200
8349
|
|
|
8201
8350
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8205,7 +8354,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8205
8354
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
8206
8355
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
8207
8356
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
8208
|
-
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8357
|
+
/* harmony import */ var _utils_mstableAssetPairs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(207);
|
|
8209
8358
|
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); } }
|
|
8210
8359
|
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); }); }; }
|
|
8211
8360
|
|
|
@@ -8269,7 +8418,7 @@ class MStableWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
8269
8418
|
}
|
|
8270
8419
|
|
|
8271
8420
|
/***/ }),
|
|
8272
|
-
/*
|
|
8421
|
+
/* 209 */
|
|
8273
8422
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8274
8423
|
|
|
8275
8424
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8303,7 +8452,7 @@ class MStableClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8303
8452
|
}
|
|
8304
8453
|
|
|
8305
8454
|
/***/ }),
|
|
8306
|
-
/*
|
|
8455
|
+
/* 210 */
|
|
8307
8456
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8308
8457
|
|
|
8309
8458
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8311,13 +8460,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8311
8460
|
/* harmony export */ "RariDepositAction": () => (/* reexport safe */ _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__.RariDepositAction),
|
|
8312
8461
|
/* harmony export */ "RariWithdrawAction": () => (/* reexport safe */ _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.RariWithdrawAction)
|
|
8313
8462
|
/* harmony export */ });
|
|
8314
|
-
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8315
|
-
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8463
|
+
/* harmony import */ var _RariDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(211);
|
|
8464
|
+
/* harmony import */ var _RariWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(212);
|
|
8316
8465
|
|
|
8317
8466
|
|
|
8318
8467
|
|
|
8319
8468
|
/***/ }),
|
|
8320
|
-
/*
|
|
8469
|
+
/* 211 */
|
|
8321
8470
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8322
8471
|
|
|
8323
8472
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8363,7 +8512,7 @@ class RariDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8363
8512
|
}
|
|
8364
8513
|
|
|
8365
8514
|
/***/ }),
|
|
8366
|
-
/*
|
|
8515
|
+
/* 212 */
|
|
8367
8516
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8368
8517
|
|
|
8369
8518
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8410,7 +8559,7 @@ class RariWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
8410
8559
|
}
|
|
8411
8560
|
|
|
8412
8561
|
/***/ }),
|
|
8413
|
-
/*
|
|
8562
|
+
/* 213 */
|
|
8414
8563
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8415
8564
|
|
|
8416
8565
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8426,16 +8575,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8426
8575
|
/* harmony export */ "AaveV3SwapBorrowRateModeAction": () => (/* reexport safe */ _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.AaveV3SwapBorrowRateModeAction),
|
|
8427
8576
|
/* harmony export */ "AaveV3WithdrawAction": () => (/* reexport safe */ _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.AaveV3WithdrawAction)
|
|
8428
8577
|
/* harmony export */ });
|
|
8429
|
-
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
8430
|
-
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
8431
|
-
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
8432
|
-
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
8433
|
-
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
8434
|
-
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
8435
|
-
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
8436
|
-
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
8437
|
-
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
8438
|
-
/* harmony import */ var _AaveV3DelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
8578
|
+
/* harmony import */ var _AaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(214);
|
|
8579
|
+
/* harmony import */ var _AaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(215);
|
|
8580
|
+
/* harmony import */ var _AaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(216);
|
|
8581
|
+
/* harmony import */ var _AaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(217);
|
|
8582
|
+
/* harmony import */ var _AaveV3SetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(218);
|
|
8583
|
+
/* harmony import */ var _AaveV3ATokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(219);
|
|
8584
|
+
/* harmony import */ var _AaveV3CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(220);
|
|
8585
|
+
/* harmony import */ var _AaveV3ClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(221);
|
|
8586
|
+
/* harmony import */ var _AaveV3SwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(222);
|
|
8587
|
+
/* harmony import */ var _AaveV3DelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(223);
|
|
8439
8588
|
|
|
8440
8589
|
|
|
8441
8590
|
|
|
@@ -8448,7 +8597,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8448
8597
|
|
|
8449
8598
|
|
|
8450
8599
|
/***/ }),
|
|
8451
|
-
/*
|
|
8600
|
+
/* 214 */
|
|
8452
8601
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8453
8602
|
|
|
8454
8603
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8528,7 +8677,7 @@ class AaveV3SupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
8528
8677
|
}
|
|
8529
8678
|
|
|
8530
8679
|
/***/ }),
|
|
8531
|
-
/*
|
|
8680
|
+
/* 215 */
|
|
8532
8681
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8533
8682
|
|
|
8534
8683
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8592,7 +8741,7 @@ class AaveV3BorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
8592
8741
|
}
|
|
8593
8742
|
|
|
8594
8743
|
/***/ }),
|
|
8595
|
-
/*
|
|
8744
|
+
/* 216 */
|
|
8596
8745
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8597
8746
|
|
|
8598
8747
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8672,7 +8821,7 @@ class AaveV3PaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
8672
8821
|
}
|
|
8673
8822
|
|
|
8674
8823
|
/***/ }),
|
|
8675
|
-
/*
|
|
8824
|
+
/* 217 */
|
|
8676
8825
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8677
8826
|
|
|
8678
8827
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8724,7 +8873,7 @@ class AaveV3WithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8724
8873
|
}
|
|
8725
8874
|
|
|
8726
8875
|
/***/ }),
|
|
8727
|
-
/*
|
|
8876
|
+
/* 218 */
|
|
8728
8877
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8729
8878
|
|
|
8730
8879
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8766,7 +8915,7 @@ class AaveV3SetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
8766
8915
|
}
|
|
8767
8916
|
|
|
8768
8917
|
/***/ }),
|
|
8769
|
-
/*
|
|
8918
|
+
/* 219 */
|
|
8770
8919
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8771
8920
|
|
|
8772
8921
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8837,7 +8986,7 @@ class AaveV3ATokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
8837
8986
|
}
|
|
8838
8987
|
|
|
8839
8988
|
/***/ }),
|
|
8840
|
-
/*
|
|
8989
|
+
/* 220 */
|
|
8841
8990
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8842
8991
|
|
|
8843
8992
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8887,7 +9036,7 @@ class AaveV3CollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODUL
|
|
|
8887
9036
|
}
|
|
8888
9037
|
|
|
8889
9038
|
/***/ }),
|
|
8890
|
-
/*
|
|
9039
|
+
/* 221 */
|
|
8891
9040
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8892
9041
|
|
|
8893
9042
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8940,7 +9089,7 @@ class AaveV3ClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0_
|
|
|
8940
9089
|
}
|
|
8941
9090
|
|
|
8942
9091
|
/***/ }),
|
|
8943
|
-
/*
|
|
9092
|
+
/* 222 */
|
|
8944
9093
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8945
9094
|
|
|
8946
9095
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -8986,7 +9135,7 @@ class AaveV3SwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MOD
|
|
|
8986
9135
|
}
|
|
8987
9136
|
|
|
8988
9137
|
/***/ }),
|
|
8989
|
-
/*
|
|
9138
|
+
/* 223 */
|
|
8990
9139
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
8991
9140
|
|
|
8992
9141
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9037,7 +9186,7 @@ class AaveV3DelegateCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9037
9186
|
}
|
|
9038
9187
|
|
|
9039
9188
|
/***/ }),
|
|
9040
|
-
/*
|
|
9189
|
+
/* 224 */
|
|
9041
9190
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9042
9191
|
|
|
9043
9192
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9046,15 +9195,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9046
9195
|
/* harmony export */ "ConvexDepositAction": () => (/* reexport safe */ _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__.ConvexDepositAction),
|
|
9047
9196
|
/* harmony export */ "ConvexWithdrawAction": () => (/* reexport safe */ _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.ConvexWithdrawAction)
|
|
9048
9197
|
/* harmony export */ });
|
|
9049
|
-
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9050
|
-
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9051
|
-
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9198
|
+
/* harmony import */ var _ConvexDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(225);
|
|
9199
|
+
/* harmony import */ var _ConvexWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(228);
|
|
9200
|
+
/* harmony import */ var _ConvexClaimAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(229);
|
|
9052
9201
|
|
|
9053
9202
|
|
|
9054
9203
|
|
|
9055
9204
|
|
|
9056
9205
|
/***/ }),
|
|
9057
|
-
/*
|
|
9206
|
+
/* 225 */
|
|
9058
9207
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9059
9208
|
|
|
9060
9209
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9063,7 +9212,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9063
9212
|
/* harmony export */ });
|
|
9064
9213
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9065
9214
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9066
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9215
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(226);
|
|
9067
9216
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
9068
9217
|
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); } }
|
|
9069
9218
|
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); }); }; }
|
|
@@ -9112,7 +9261,7 @@ class ConvexDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9112
9261
|
}
|
|
9113
9262
|
|
|
9114
9263
|
/***/ }),
|
|
9115
|
-
/*
|
|
9264
|
+
/* 226 */
|
|
9116
9265
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9117
9266
|
|
|
9118
9267
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9122,7 +9271,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9122
9271
|
/* harmony export */ "getConvexPool": () => (/* binding */ getConvexPool),
|
|
9123
9272
|
/* harmony export */ "poolInfo": () => (/* reexport default export from named module */ _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__)
|
|
9124
9273
|
/* harmony export */ });
|
|
9125
|
-
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9274
|
+
/* harmony import */ var _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(227);
|
|
9126
9275
|
|
|
9127
9276
|
|
|
9128
9277
|
|
|
@@ -9144,13 +9293,13 @@ var WithdrawOption = {
|
|
|
9144
9293
|
var getConvexPool = curveLpToken => _convexPoolInfo_json__WEBPACK_IMPORTED_MODULE_0__.find(e => e.lpToken === curveLpToken);
|
|
9145
9294
|
|
|
9146
9295
|
/***/ }),
|
|
9147
|
-
/*
|
|
9296
|
+
/* 227 */
|
|
9148
9297
|
/***/ ((module) => {
|
|
9149
9298
|
|
|
9150
9299
|
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":[]}]');
|
|
9151
9300
|
|
|
9152
9301
|
/***/ }),
|
|
9153
|
-
/*
|
|
9302
|
+
/* 228 */
|
|
9154
9303
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9155
9304
|
|
|
9156
9305
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9159,7 +9308,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9159
9308
|
/* harmony export */ });
|
|
9160
9309
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9161
9310
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9162
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9311
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(226);
|
|
9163
9312
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
9164
9313
|
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); } }
|
|
9165
9314
|
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); }); }; }
|
|
@@ -9207,7 +9356,7 @@ class ConvexWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9207
9356
|
}
|
|
9208
9357
|
|
|
9209
9358
|
/***/ }),
|
|
9210
|
-
/*
|
|
9359
|
+
/* 229 */
|
|
9211
9360
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9212
9361
|
|
|
9213
9362
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9216,7 +9365,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9216
9365
|
/* harmony export */ });
|
|
9217
9366
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
9218
9367
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
9219
|
-
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9368
|
+
/* harmony import */ var _utils_convex_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(226);
|
|
9220
9369
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(39);
|
|
9221
9370
|
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); } }
|
|
9222
9371
|
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); }); }; }
|
|
@@ -9262,7 +9411,7 @@ class ConvexClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9262
9411
|
}
|
|
9263
9412
|
|
|
9264
9413
|
/***/ }),
|
|
9265
|
-
/*
|
|
9414
|
+
/* 230 */
|
|
9266
9415
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9267
9416
|
|
|
9268
9417
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9275,13 +9424,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9275
9424
|
/* harmony export */ "CBUpdateRebondSubAction": () => (/* reexport safe */ _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__.CBUpdateRebondSubAction),
|
|
9276
9425
|
/* harmony export */ "FetchBondIdAction": () => (/* reexport safe */ _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__.FetchBondIdAction)
|
|
9277
9426
|
/* harmony export */ });
|
|
9278
|
-
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9279
|
-
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9280
|
-
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9281
|
-
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9282
|
-
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9283
|
-
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9284
|
-
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9427
|
+
/* harmony import */ var _CBCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(231);
|
|
9428
|
+
/* harmony import */ var _CBChickenInAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(232);
|
|
9429
|
+
/* harmony import */ var _CBChickenOutAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(233);
|
|
9430
|
+
/* harmony import */ var _CBRedeemAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(234);
|
|
9431
|
+
/* harmony import */ var _CBUpdateRebondSubAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(235);
|
|
9432
|
+
/* harmony import */ var _FetchBondIdAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(236);
|
|
9433
|
+
/* harmony import */ var _CBCreateRebondSubAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(237);
|
|
9285
9434
|
|
|
9286
9435
|
|
|
9287
9436
|
|
|
@@ -9291,7 +9440,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9291
9440
|
|
|
9292
9441
|
|
|
9293
9442
|
/***/ }),
|
|
9294
|
-
/*
|
|
9443
|
+
/* 231 */
|
|
9295
9444
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9296
9445
|
|
|
9297
9446
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9332,7 +9481,7 @@ class CBCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9332
9481
|
}
|
|
9333
9482
|
|
|
9334
9483
|
/***/ }),
|
|
9335
|
-
/*
|
|
9484
|
+
/* 232 */
|
|
9336
9485
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9337
9486
|
|
|
9338
9487
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9362,7 +9511,7 @@ class CBChickenInAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9362
9511
|
}
|
|
9363
9512
|
|
|
9364
9513
|
/***/ }),
|
|
9365
|
-
/*
|
|
9514
|
+
/* 233 */
|
|
9366
9515
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9367
9516
|
|
|
9368
9517
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9393,7 +9542,7 @@ class CBChickenOutAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9393
9542
|
}
|
|
9394
9543
|
|
|
9395
9544
|
/***/ }),
|
|
9396
|
-
/*
|
|
9545
|
+
/* 234 */
|
|
9397
9546
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9398
9547
|
|
|
9399
9548
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9437,7 +9586,7 @@ class CBRedeemAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9437
9586
|
}
|
|
9438
9587
|
|
|
9439
9588
|
/***/ }),
|
|
9440
|
-
/*
|
|
9589
|
+
/* 235 */
|
|
9441
9590
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9442
9591
|
|
|
9443
9592
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9464,7 +9613,7 @@ class CBUpdateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
9464
9613
|
}
|
|
9465
9614
|
|
|
9466
9615
|
/***/ }),
|
|
9467
|
-
/*
|
|
9616
|
+
/* 236 */
|
|
9468
9617
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9469
9618
|
|
|
9470
9619
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9493,7 +9642,7 @@ class FetchBondIdAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
9493
9642
|
}
|
|
9494
9643
|
|
|
9495
9644
|
/***/ }),
|
|
9496
|
-
/*
|
|
9645
|
+
/* 237 */
|
|
9497
9646
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9498
9647
|
|
|
9499
9648
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9520,7 +9669,7 @@ class CBCreateRebondSubAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
9520
9669
|
}
|
|
9521
9670
|
|
|
9522
9671
|
/***/ }),
|
|
9523
|
-
/*
|
|
9672
|
+
/* 238 */
|
|
9524
9673
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9525
9674
|
|
|
9526
9675
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9533,13 +9682,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9533
9682
|
/* harmony export */ "CompoundV3TransferAction": () => (/* reexport safe */ _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__.CompoundV3TransferAction),
|
|
9534
9683
|
/* harmony export */ "CompoundV3WithdrawAction": () => (/* reexport safe */ _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__.CompoundV3WithdrawAction)
|
|
9535
9684
|
/* harmony export */ });
|
|
9536
|
-
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9537
|
-
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9538
|
-
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9539
|
-
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9540
|
-
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9541
|
-
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9542
|
-
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9685
|
+
/* harmony import */ var _CompoundV3SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(239);
|
|
9686
|
+
/* harmony import */ var _CompoundV3BorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(240);
|
|
9687
|
+
/* harmony import */ var _CompoundV3PaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(241);
|
|
9688
|
+
/* harmony import */ var _CompoundV3WithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(242);
|
|
9689
|
+
/* harmony import */ var _CompoundV3ClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(243);
|
|
9690
|
+
/* harmony import */ var _CompoundV3AllowAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(244);
|
|
9691
|
+
/* harmony import */ var _CompoundV3TransferAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(245);
|
|
9543
9692
|
|
|
9544
9693
|
|
|
9545
9694
|
|
|
@@ -9549,7 +9698,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9549
9698
|
|
|
9550
9699
|
|
|
9551
9700
|
/***/ }),
|
|
9552
|
-
/*
|
|
9701
|
+
/* 239 */
|
|
9553
9702
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9554
9703
|
|
|
9555
9704
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9599,7 +9748,7 @@ class CompoundV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
9599
9748
|
}
|
|
9600
9749
|
|
|
9601
9750
|
/***/ }),
|
|
9602
|
-
/*
|
|
9751
|
+
/* 240 */
|
|
9603
9752
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9604
9753
|
|
|
9605
9754
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9632,7 +9781,7 @@ class CompoundV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9632
9781
|
}
|
|
9633
9782
|
|
|
9634
9783
|
/***/ }),
|
|
9635
|
-
/*
|
|
9784
|
+
/* 241 */
|
|
9636
9785
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9637
9786
|
|
|
9638
9787
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9687,7 +9836,7 @@ class CompoundV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
9687
9836
|
}
|
|
9688
9837
|
|
|
9689
9838
|
/***/ }),
|
|
9690
|
-
/*
|
|
9839
|
+
/* 242 */
|
|
9691
9840
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9692
9841
|
|
|
9693
9842
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9722,7 +9871,7 @@ class CompoundV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9722
9871
|
}
|
|
9723
9872
|
|
|
9724
9873
|
/***/ }),
|
|
9725
|
-
/*
|
|
9874
|
+
/* 243 */
|
|
9726
9875
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9727
9876
|
|
|
9728
9877
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9756,7 +9905,7 @@ class CompoundV3ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9756
9905
|
}
|
|
9757
9906
|
|
|
9758
9907
|
/***/ }),
|
|
9759
|
-
/*
|
|
9908
|
+
/* 244 */
|
|
9760
9909
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9761
9910
|
|
|
9762
9911
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9788,7 +9937,7 @@ class CompoundV3AllowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
9788
9937
|
}
|
|
9789
9938
|
|
|
9790
9939
|
/***/ }),
|
|
9791
|
-
/*
|
|
9940
|
+
/* 245 */
|
|
9792
9941
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9793
9942
|
|
|
9794
9943
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9824,7 +9973,7 @@ class CompoundV3TransferAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9824
9973
|
}
|
|
9825
9974
|
|
|
9826
9975
|
/***/ }),
|
|
9827
|
-
/*
|
|
9976
|
+
/* 246 */
|
|
9828
9977
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9829
9978
|
|
|
9830
9979
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9840,16 +9989,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9840
9989
|
/* harmony export */ "MorphoAaveV3WithdrawAction": () => (/* reexport safe */ _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__.MorphoAaveV3WithdrawAction),
|
|
9841
9990
|
/* harmony export */ "MorphoClaimAction": () => (/* reexport safe */ _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__.MorphoClaimAction)
|
|
9842
9991
|
/* harmony export */ });
|
|
9843
|
-
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
9844
|
-
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
9845
|
-
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
9846
|
-
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
9847
|
-
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
9848
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
9849
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
9850
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
9851
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
9852
|
-
/* harmony import */ var _aaveV3_MorphoAaveV3SetManagerAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
9992
|
+
/* harmony import */ var _MorphoAaveV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(247);
|
|
9993
|
+
/* harmony import */ var _MorphoAaveV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(248);
|
|
9994
|
+
/* harmony import */ var _MorphoAaveV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(249);
|
|
9995
|
+
/* harmony import */ var _MorphoAaveV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(250);
|
|
9996
|
+
/* harmony import */ var _MorphoClaimAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(251);
|
|
9997
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SupplyAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(252);
|
|
9998
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3WithdrawAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(253);
|
|
9999
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3BorrowAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(254);
|
|
10000
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3PaybackAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(255);
|
|
10001
|
+
/* harmony import */ var _aaveV3_MorphoAaveV3SetManagerAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(256);
|
|
9853
10002
|
|
|
9854
10003
|
|
|
9855
10004
|
|
|
@@ -9862,7 +10011,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9862
10011
|
|
|
9863
10012
|
|
|
9864
10013
|
/***/ }),
|
|
9865
|
-
/*
|
|
10014
|
+
/* 247 */
|
|
9866
10015
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9867
10016
|
|
|
9868
10017
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9911,7 +10060,7 @@ class MorphoAaveV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
9911
10060
|
}
|
|
9912
10061
|
|
|
9913
10062
|
/***/ }),
|
|
9914
|
-
/*
|
|
10063
|
+
/* 248 */
|
|
9915
10064
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9916
10065
|
|
|
9917
10066
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9940,7 +10089,7 @@ class MorphoAaveV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
9940
10089
|
}
|
|
9941
10090
|
|
|
9942
10091
|
/***/ }),
|
|
9943
|
-
/*
|
|
10092
|
+
/* 249 */
|
|
9944
10093
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9945
10094
|
|
|
9946
10095
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -9971,7 +10120,7 @@ class MorphoAaveV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
9971
10120
|
}
|
|
9972
10121
|
|
|
9973
10122
|
/***/ }),
|
|
9974
|
-
/*
|
|
10123
|
+
/* 250 */
|
|
9975
10124
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
9976
10125
|
|
|
9977
10126
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10018,7 +10167,7 @@ class MorphoAaveV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
10018
10167
|
}
|
|
10019
10168
|
|
|
10020
10169
|
/***/ }),
|
|
10021
|
-
/*
|
|
10170
|
+
/* 251 */
|
|
10022
10171
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10023
10172
|
|
|
10024
10173
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10047,7 +10196,7 @@ class MorphoClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10047
10196
|
}
|
|
10048
10197
|
|
|
10049
10198
|
/***/ }),
|
|
10050
|
-
/*
|
|
10199
|
+
/* 252 */
|
|
10051
10200
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10052
10201
|
|
|
10053
10202
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10099,7 +10248,7 @@ class MorphoAaveV3SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
10099
10248
|
}
|
|
10100
10249
|
|
|
10101
10250
|
/***/ }),
|
|
10102
|
-
/*
|
|
10251
|
+
/* 253 */
|
|
10103
10252
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10104
10253
|
|
|
10105
10254
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10135,7 +10284,7 @@ class MorphoAaveV3WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
10135
10284
|
}
|
|
10136
10285
|
|
|
10137
10286
|
/***/ }),
|
|
10138
|
-
/*
|
|
10287
|
+
/* 254 */
|
|
10139
10288
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10140
10289
|
|
|
10141
10290
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10169,7 +10318,7 @@ class MorphoAaveV3BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
10169
10318
|
}
|
|
10170
10319
|
|
|
10171
10320
|
/***/ }),
|
|
10172
|
-
/*
|
|
10321
|
+
/* 255 */
|
|
10173
10322
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10174
10323
|
|
|
10175
10324
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10217,7 +10366,7 @@ class MorphoAaveV3PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Act
|
|
|
10217
10366
|
}
|
|
10218
10367
|
|
|
10219
10368
|
/***/ }),
|
|
10220
|
-
/*
|
|
10369
|
+
/* 256 */
|
|
10221
10370
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10222
10371
|
|
|
10223
10372
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10245,7 +10394,7 @@ class MorphoAaveV3SetManagerAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
10245
10394
|
}
|
|
10246
10395
|
|
|
10247
10396
|
/***/ }),
|
|
10248
|
-
/*
|
|
10397
|
+
/* 257 */
|
|
10249
10398
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10250
10399
|
|
|
10251
10400
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10253,13 +10402,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10253
10402
|
/* harmony export */ "BprotocolLiquitySPDepositAction": () => (/* reexport safe */ _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__.BprotocolLiquitySPDepositAction),
|
|
10254
10403
|
/* harmony export */ "BprotocolLiquitySPWithdrawAction": () => (/* reexport safe */ _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.BprotocolLiquitySPWithdrawAction)
|
|
10255
10404
|
/* harmony export */ });
|
|
10256
|
-
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10257
|
-
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10405
|
+
/* harmony import */ var _BprotocolLiquitySPDepositAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(258);
|
|
10406
|
+
/* harmony import */ var _BprotocolLiquitySPWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(259);
|
|
10258
10407
|
|
|
10259
10408
|
|
|
10260
10409
|
|
|
10261
10410
|
/***/ }),
|
|
10262
|
-
/*
|
|
10411
|
+
/* 258 */
|
|
10263
10412
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10264
10413
|
|
|
10265
10414
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10304,7 +10453,7 @@ class BprotocolLiquitySPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1
|
|
|
10304
10453
|
}
|
|
10305
10454
|
|
|
10306
10455
|
/***/ }),
|
|
10307
|
-
/*
|
|
10456
|
+
/* 259 */
|
|
10308
10457
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10309
10458
|
|
|
10310
10459
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10335,7 +10484,7 @@ class BprotocolLiquitySPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
10335
10484
|
}
|
|
10336
10485
|
|
|
10337
10486
|
/***/ }),
|
|
10338
|
-
/*
|
|
10487
|
+
/* 260 */
|
|
10339
10488
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10340
10489
|
|
|
10341
10490
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10345,17 +10494,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10345
10494
|
/* harmony export */ "LSVSupplyAction": () => (/* reexport safe */ _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__.LSVSupplyAction),
|
|
10346
10495
|
/* harmony export */ "LSVWithdrawAction": () => (/* reexport safe */ _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.LSVWithdrawAction)
|
|
10347
10496
|
/* harmony export */ });
|
|
10348
|
-
/* harmony import */ var _LSVPaybackAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10349
|
-
/* harmony import */ var _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10350
|
-
/* harmony import */ var _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10351
|
-
/* harmony import */ var _LSVBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10497
|
+
/* harmony import */ var _LSVPaybackAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(261);
|
|
10498
|
+
/* harmony import */ var _LSVWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(262);
|
|
10499
|
+
/* harmony import */ var _LSVSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(263);
|
|
10500
|
+
/* harmony import */ var _LSVBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(264);
|
|
10352
10501
|
|
|
10353
10502
|
|
|
10354
10503
|
|
|
10355
10504
|
|
|
10356
10505
|
|
|
10357
10506
|
/***/ }),
|
|
10358
|
-
/*
|
|
10507
|
+
/* 261 */
|
|
10359
10508
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10360
10509
|
|
|
10361
10510
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10382,7 +10531,7 @@ class LSVPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10382
10531
|
}
|
|
10383
10532
|
|
|
10384
10533
|
/***/ }),
|
|
10385
|
-
/*
|
|
10534
|
+
/* 262 */
|
|
10386
10535
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10387
10536
|
|
|
10388
10537
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10411,7 +10560,7 @@ class LSVWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10411
10560
|
}
|
|
10412
10561
|
|
|
10413
10562
|
/***/ }),
|
|
10414
|
-
/*
|
|
10563
|
+
/* 263 */
|
|
10415
10564
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10416
10565
|
|
|
10417
10566
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10440,7 +10589,7 @@ class LSVSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10440
10589
|
}
|
|
10441
10590
|
|
|
10442
10591
|
/***/ }),
|
|
10443
|
-
/*
|
|
10592
|
+
/* 264 */
|
|
10444
10593
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10445
10594
|
|
|
10446
10595
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10468,7 +10617,7 @@ class LSVBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10468
10617
|
}
|
|
10469
10618
|
|
|
10470
10619
|
/***/ }),
|
|
10471
|
-
/*
|
|
10620
|
+
/* 265 */
|
|
10472
10621
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10473
10622
|
|
|
10474
10623
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10485,17 +10634,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10485
10634
|
/* harmony export */ "CurveUsdSupplyAction": () => (/* reexport safe */ _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__.CurveUsdSupplyAction),
|
|
10486
10635
|
/* harmony export */ "CurveUsdWithdrawAction": () => (/* reexport safe */ _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__.CurveUsdWithdrawAction)
|
|
10487
10636
|
/* harmony export */ });
|
|
10488
|
-
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10489
|
-
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10490
|
-
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10491
|
-
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10492
|
-
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10493
|
-
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10494
|
-
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10495
|
-
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
10496
|
-
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10497
|
-
/* harmony import */ var _CurveUsdAdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
10498
|
-
/* harmony import */ var _CurveUsdGetDebtAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
10637
|
+
/* harmony import */ var _CurveUsdCreateAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(266);
|
|
10638
|
+
/* harmony import */ var _CurveUsdSupplyAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(268);
|
|
10639
|
+
/* harmony import */ var _CurveUsdWithdrawAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(269);
|
|
10640
|
+
/* harmony import */ var _CurveUsdBorrowAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(270);
|
|
10641
|
+
/* harmony import */ var _CurveUsdPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(271);
|
|
10642
|
+
/* harmony import */ var _CurveUsdRepayAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(272);
|
|
10643
|
+
/* harmony import */ var _CurveUsdSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(273);
|
|
10644
|
+
/* harmony import */ var _CurveUsdLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(274);
|
|
10645
|
+
/* harmony import */ var _CurveUsdSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(275);
|
|
10646
|
+
/* harmony import */ var _CurveUsdAdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(276);
|
|
10647
|
+
/* harmony import */ var _CurveUsdGetDebtAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(277);
|
|
10499
10648
|
|
|
10500
10649
|
|
|
10501
10650
|
|
|
@@ -10509,7 +10658,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10509
10658
|
|
|
10510
10659
|
|
|
10511
10660
|
/***/ }),
|
|
10512
|
-
/*
|
|
10661
|
+
/* 266 */
|
|
10513
10662
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10514
10663
|
|
|
10515
10664
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10519,7 +10668,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10519
10668
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10520
10669
|
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
10521
10670
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
10522
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10671
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(267);
|
|
10523
10672
|
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); } }
|
|
10524
10673
|
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); }); }; }
|
|
10525
10674
|
|
|
@@ -10559,7 +10708,7 @@ class CurveUsdCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10559
10708
|
}
|
|
10560
10709
|
|
|
10561
10710
|
/***/ }),
|
|
10562
|
-
/*
|
|
10711
|
+
/* 267 */
|
|
10563
10712
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10564
10713
|
|
|
10565
10714
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10601,7 +10750,7 @@ var controllerToAssetMap = {
|
|
|
10601
10750
|
var controllerFactoryAddress = '0xC9332fdCB1C491Dcc683bAe86Fe3cb70360738BC';
|
|
10602
10751
|
|
|
10603
10752
|
/***/ }),
|
|
10604
|
-
/*
|
|
10753
|
+
/* 268 */
|
|
10605
10754
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10606
10755
|
|
|
10607
10756
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10610,7 +10759,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10610
10759
|
/* harmony export */ });
|
|
10611
10760
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10612
10761
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10613
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10762
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(267);
|
|
10614
10763
|
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); } }
|
|
10615
10764
|
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); }); }; }
|
|
10616
10765
|
|
|
@@ -10646,7 +10795,7 @@ class CurveUsdSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10646
10795
|
}
|
|
10647
10796
|
|
|
10648
10797
|
/***/ }),
|
|
10649
|
-
/*
|
|
10798
|
+
/* 269 */
|
|
10650
10799
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10651
10800
|
|
|
10652
10801
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10677,7 +10826,7 @@ class CurveUsdWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
10677
10826
|
}
|
|
10678
10827
|
|
|
10679
10828
|
/***/ }),
|
|
10680
|
-
/*
|
|
10829
|
+
/* 270 */
|
|
10681
10830
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10682
10831
|
|
|
10683
10832
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10708,7 +10857,7 @@ class CurveUsdBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10708
10857
|
}
|
|
10709
10858
|
|
|
10710
10859
|
/***/ }),
|
|
10711
|
-
/*
|
|
10860
|
+
/* 271 */
|
|
10712
10861
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10713
10862
|
|
|
10714
10863
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10756,7 +10905,7 @@ class CurveUsdPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
10756
10905
|
}
|
|
10757
10906
|
|
|
10758
10907
|
/***/ }),
|
|
10759
|
-
/*
|
|
10908
|
+
/* 272 */
|
|
10760
10909
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10761
10910
|
|
|
10762
10911
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10779,7 +10928,7 @@ class CurveUsdRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10779
10928
|
}
|
|
10780
10929
|
|
|
10781
10930
|
/***/ }),
|
|
10782
|
-
/*
|
|
10931
|
+
/* 273 */
|
|
10783
10932
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10784
10933
|
|
|
10785
10934
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10822,7 +10971,7 @@ class CurveUsdSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.A
|
|
|
10822
10971
|
}
|
|
10823
10972
|
|
|
10824
10973
|
/***/ }),
|
|
10825
|
-
/*
|
|
10974
|
+
/* 274 */
|
|
10826
10975
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10827
10976
|
|
|
10828
10977
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10848,7 +10997,7 @@ class CurveUsdLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
10848
10997
|
}
|
|
10849
10998
|
|
|
10850
10999
|
/***/ }),
|
|
10851
|
-
/*
|
|
11000
|
+
/* 275 */
|
|
10852
11001
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10853
11002
|
|
|
10854
11003
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10874,7 +11023,7 @@ class CurveUsdSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
10874
11023
|
}
|
|
10875
11024
|
|
|
10876
11025
|
/***/ }),
|
|
10877
|
-
/*
|
|
11026
|
+
/* 276 */
|
|
10878
11027
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10879
11028
|
|
|
10880
11029
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10883,7 +11032,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10883
11032
|
/* harmony export */ });
|
|
10884
11033
|
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
10885
11034
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
10886
|
-
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11035
|
+
/* harmony import */ var _utils_curveusd_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(267);
|
|
10887
11036
|
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); } }
|
|
10888
11037
|
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); }); }; }
|
|
10889
11038
|
|
|
@@ -10919,7 +11068,7 @@ class CurveUsdAdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
10919
11068
|
}
|
|
10920
11069
|
|
|
10921
11070
|
/***/ }),
|
|
10922
|
-
/*
|
|
11071
|
+
/* 277 */
|
|
10923
11072
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10924
11073
|
|
|
10925
11074
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10940,7 +11089,7 @@ class CurveUsdGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
10940
11089
|
}
|
|
10941
11090
|
|
|
10942
11091
|
/***/ }),
|
|
10943
|
-
/*
|
|
11092
|
+
/* 278 */
|
|
10944
11093
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10945
11094
|
|
|
10946
11095
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -10956,16 +11105,16 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10956
11105
|
/* harmony export */ "SparkSwapBorrowRateModeAction": () => (/* reexport safe */ _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__.SparkSwapBorrowRateModeAction),
|
|
10957
11106
|
/* harmony export */ "SparkWithdrawAction": () => (/* reexport safe */ _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__.SparkWithdrawAction)
|
|
10958
11107
|
/* harmony export */ });
|
|
10959
|
-
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
10960
|
-
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
10961
|
-
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
10962
|
-
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
10963
|
-
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
10964
|
-
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
10965
|
-
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
10966
|
-
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
10967
|
-
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
10968
|
-
/* harmony import */ var _SparkDelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
11108
|
+
/* harmony import */ var _SparkSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(279);
|
|
11109
|
+
/* harmony import */ var _SparkBorrowAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(280);
|
|
11110
|
+
/* harmony import */ var _SparkPaybackAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(281);
|
|
11111
|
+
/* harmony import */ var _SparkWithdrawAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(282);
|
|
11112
|
+
/* harmony import */ var _SparkSetEModeAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(283);
|
|
11113
|
+
/* harmony import */ var _SparkSpTokenPaybackAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(284);
|
|
11114
|
+
/* harmony import */ var _SparkCollateralSwitchAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(285);
|
|
11115
|
+
/* harmony import */ var _SparkClaimRewardsAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(286);
|
|
11116
|
+
/* harmony import */ var _SparkSwapBorrowRateModeAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(287);
|
|
11117
|
+
/* harmony import */ var _SparkDelegateCredit__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(288);
|
|
10969
11118
|
|
|
10970
11119
|
|
|
10971
11120
|
|
|
@@ -10978,7 +11127,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
10978
11127
|
|
|
10979
11128
|
|
|
10980
11129
|
/***/ }),
|
|
10981
|
-
/*
|
|
11130
|
+
/* 279 */
|
|
10982
11131
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
10983
11132
|
|
|
10984
11133
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11058,7 +11207,7 @@ class SparkSupplyAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Actio
|
|
|
11058
11207
|
}
|
|
11059
11208
|
|
|
11060
11209
|
/***/ }),
|
|
11061
|
-
/*
|
|
11210
|
+
/* 280 */
|
|
11062
11211
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11063
11212
|
|
|
11064
11213
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11122,7 +11271,7 @@ class SparkBorrowAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
11122
11271
|
}
|
|
11123
11272
|
|
|
11124
11273
|
/***/ }),
|
|
11125
|
-
/*
|
|
11274
|
+
/* 281 */
|
|
11126
11275
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11127
11276
|
|
|
11128
11277
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11202,7 +11351,7 @@ class SparkPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
11202
11351
|
}
|
|
11203
11352
|
|
|
11204
11353
|
/***/ }),
|
|
11205
|
-
/*
|
|
11354
|
+
/* 282 */
|
|
11206
11355
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11207
11356
|
|
|
11208
11357
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11254,7 +11403,7 @@ class SparkWithdrawAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
11254
11403
|
}
|
|
11255
11404
|
|
|
11256
11405
|
/***/ }),
|
|
11257
|
-
/*
|
|
11406
|
+
/* 283 */
|
|
11258
11407
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11259
11408
|
|
|
11260
11409
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11296,7 +11445,7 @@ class SparkSetEModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
11296
11445
|
}
|
|
11297
11446
|
|
|
11298
11447
|
/***/ }),
|
|
11299
|
-
/*
|
|
11448
|
+
/* 284 */
|
|
11300
11449
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11301
11450
|
|
|
11302
11451
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11367,7 +11516,7 @@ class SparkSpTokenPaybackAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_1
|
|
|
11367
11516
|
}
|
|
11368
11517
|
|
|
11369
11518
|
/***/ }),
|
|
11370
|
-
/*
|
|
11519
|
+
/* 285 */
|
|
11371
11520
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11372
11521
|
|
|
11373
11522
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11417,7 +11566,7 @@ class SparkCollateralSwitchAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE
|
|
|
11417
11566
|
}
|
|
11418
11567
|
|
|
11419
11568
|
/***/ }),
|
|
11420
|
-
/*
|
|
11569
|
+
/* 286 */
|
|
11421
11570
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11422
11571
|
|
|
11423
11572
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11470,7 +11619,7 @@ class SparkClaimRewardsAction extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__
|
|
|
11470
11619
|
}
|
|
11471
11620
|
|
|
11472
11621
|
/***/ }),
|
|
11473
|
-
/*
|
|
11622
|
+
/* 287 */
|
|
11474
11623
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11475
11624
|
|
|
11476
11625
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11516,7 +11665,7 @@ class SparkSwapBorrowRateModeAction extends _ActionWithL2__WEBPACK_IMPORTED_MODU
|
|
|
11516
11665
|
}
|
|
11517
11666
|
|
|
11518
11667
|
/***/ }),
|
|
11519
|
-
/*
|
|
11668
|
+
/* 288 */
|
|
11520
11669
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11521
11670
|
|
|
11522
11671
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11567,7 +11716,7 @@ class SparkDelegateCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
11567
11716
|
}
|
|
11568
11717
|
|
|
11569
11718
|
/***/ }),
|
|
11570
|
-
/*
|
|
11719
|
+
/* 289 */
|
|
11571
11720
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11572
11721
|
|
|
11573
11722
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11581,14 +11730,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11581
11730
|
/* harmony export */ "MorphoBlueWithdrawAction": () => (/* reexport safe */ _MorphoBlueWithdrawAction__WEBPACK_IMPORTED_MODULE_5__.MorphoBlueWithdrawAction),
|
|
11582
11731
|
/* harmony export */ "MorphoBlueWithdrawCollateralAction": () => (/* reexport safe */ _MorphoBlueWithdrawCollateralAction__WEBPACK_IMPORTED_MODULE_4__.MorphoBlueWithdrawCollateralAction)
|
|
11583
11732
|
/* harmony export */ });
|
|
11584
|
-
/* harmony import */ var _MorphoBlueSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11585
|
-
/* harmony import */ var _MorphoBlueSupplyCollateralAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
11586
|
-
/* harmony import */ var _MorphoBlueBorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
11587
|
-
/* harmony import */ var _MorphoBluePaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
11588
|
-
/* harmony import */ var _MorphoBlueWithdrawCollateralAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
11589
|
-
/* harmony import */ var _MorphoBlueWithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
11590
|
-
/* harmony import */ var _MorphoBlueSetAuthAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
11591
|
-
/* harmony import */ var _MorphoBlueSetAuthWithSigAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
11733
|
+
/* harmony import */ var _MorphoBlueSupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(290);
|
|
11734
|
+
/* harmony import */ var _MorphoBlueSupplyCollateralAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(291);
|
|
11735
|
+
/* harmony import */ var _MorphoBlueBorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(292);
|
|
11736
|
+
/* harmony import */ var _MorphoBluePaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(293);
|
|
11737
|
+
/* harmony import */ var _MorphoBlueWithdrawCollateralAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(294);
|
|
11738
|
+
/* harmony import */ var _MorphoBlueWithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(295);
|
|
11739
|
+
/* harmony import */ var _MorphoBlueSetAuthAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(296);
|
|
11740
|
+
/* harmony import */ var _MorphoBlueSetAuthWithSigAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(297);
|
|
11592
11741
|
|
|
11593
11742
|
|
|
11594
11743
|
|
|
@@ -11599,7 +11748,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
11599
11748
|
|
|
11600
11749
|
|
|
11601
11750
|
/***/ }),
|
|
11602
|
-
/*
|
|
11751
|
+
/* 290 */
|
|
11603
11752
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11604
11753
|
|
|
11605
11754
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11644,7 +11793,7 @@ class MorphoBlueSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
11644
11793
|
}
|
|
11645
11794
|
|
|
11646
11795
|
/***/ }),
|
|
11647
|
-
/*
|
|
11796
|
+
/* 291 */
|
|
11648
11797
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11649
11798
|
|
|
11650
11799
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11689,7 +11838,7 @@ class MorphoBlueSupplyCollateralAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
11689
11838
|
}
|
|
11690
11839
|
|
|
11691
11840
|
/***/ }),
|
|
11692
|
-
/*
|
|
11841
|
+
/* 292 */
|
|
11693
11842
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11694
11843
|
|
|
11695
11844
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11730,7 +11879,7 @@ class MorphoBlueBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
11730
11879
|
}
|
|
11731
11880
|
|
|
11732
11881
|
/***/ }),
|
|
11733
|
-
/*
|
|
11882
|
+
/* 293 */
|
|
11734
11883
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11735
11884
|
|
|
11736
11885
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11775,7 +11924,7 @@ class MorphoBluePaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
11775
11924
|
}
|
|
11776
11925
|
|
|
11777
11926
|
/***/ }),
|
|
11778
|
-
/*
|
|
11927
|
+
/* 294 */
|
|
11779
11928
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11780
11929
|
|
|
11781
11930
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11816,7 +11965,7 @@ class MorphoBlueWithdrawCollateralAction extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
11816
11965
|
}
|
|
11817
11966
|
|
|
11818
11967
|
/***/ }),
|
|
11819
|
-
/*
|
|
11968
|
+
/* 295 */
|
|
11820
11969
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11821
11970
|
|
|
11822
11971
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11857,7 +12006,7 @@ class MorphoBlueWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
11857
12006
|
}
|
|
11858
12007
|
|
|
11859
12008
|
/***/ }),
|
|
11860
|
-
/*
|
|
12009
|
+
/* 296 */
|
|
11861
12010
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11862
12011
|
|
|
11863
12012
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11883,7 +12032,7 @@ class MorphoBlueSetAuthAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
11883
12032
|
}
|
|
11884
12033
|
|
|
11885
12034
|
/***/ }),
|
|
11886
|
-
/*
|
|
12035
|
+
/* 297 */
|
|
11887
12036
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11888
12037
|
|
|
11889
12038
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -11908,304 +12057,10 @@ class MorphoBlueSetAuthWithSigAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
11908
12057
|
}
|
|
11909
12058
|
}
|
|
11910
12059
|
|
|
11911
|
-
/***/ }),
|
|
11912
|
-
/* 295 */
|
|
11913
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11914
|
-
|
|
11915
|
-
__webpack_require__.r(__webpack_exports__);
|
|
11916
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11917
|
-
/* harmony export */ "LlamaLendBorrowAction": () => (/* reexport safe */ _LlamaLendBorrowAction__WEBPACK_IMPORTED_MODULE_0__.LlamaLendBorrowAction),
|
|
11918
|
-
/* harmony export */ "LlamaLendCreateAction": () => (/* reexport safe */ _LlamaLendCreateAction__WEBPACK_IMPORTED_MODULE_3__.LlamaLendCreateAction),
|
|
11919
|
-
/* harmony export */ "LlamaLendPaybackAction": () => (/* reexport safe */ _LlamaLendPaybackAction__WEBPACK_IMPORTED_MODULE_4__.LlamaLendPaybackAction),
|
|
11920
|
-
/* harmony export */ "LlamaLendSelfLiquidateAction": () => (/* reexport safe */ _LlamaLendSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_5__.LlamaLendSelfLiquidateAction),
|
|
11921
|
-
/* harmony export */ "LlamaLendSupplyAction": () => (/* reexport safe */ _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__.LlamaLendSupplyAction),
|
|
11922
|
-
/* harmony export */ "LlamaLendWithdrawAction": () => (/* reexport safe */ _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.LlamaLendWithdrawAction)
|
|
11923
|
-
/* harmony export */ });
|
|
11924
|
-
/* harmony import */ var _LlamaLendBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(296);
|
|
11925
|
-
/* harmony import */ var _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(297);
|
|
11926
|
-
/* harmony import */ var _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(298);
|
|
11927
|
-
/* harmony import */ var _LlamaLendCreateAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(300);
|
|
11928
|
-
/* harmony import */ var _LlamaLendPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(301);
|
|
11929
|
-
/* harmony import */ var _LlamaLendSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(302);
|
|
11930
|
-
|
|
11931
|
-
|
|
11932
|
-
|
|
11933
|
-
|
|
11934
|
-
|
|
11935
|
-
|
|
11936
|
-
|
|
11937
|
-
/***/ }),
|
|
11938
|
-
/* 296 */
|
|
11939
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11940
|
-
|
|
11941
|
-
__webpack_require__.r(__webpack_exports__);
|
|
11942
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11943
|
-
/* harmony export */ "LlamaLendBorrowAction": () => (/* binding */ LlamaLendBorrowAction)
|
|
11944
|
-
/* harmony export */ });
|
|
11945
|
-
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
11946
|
-
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
/**
|
|
11950
|
-
* LlamaLendBorrowAction - Action that borrows debt asset from proxy llamalend position
|
|
11951
|
-
*
|
|
11952
|
-
* @category LlamaLend
|
|
11953
|
-
*/
|
|
11954
|
-
class LlamaLendBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
11955
|
-
/**
|
|
11956
|
-
* address controllerAddress - Address of the llamalend market controller
|
|
11957
|
-
* address to - Address that will receive the borrowed debt asset, will default to proxy
|
|
11958
|
-
* uint256 debtAmount - Amount of debt asset to borrow
|
|
11959
|
-
*/
|
|
11960
|
-
/// @dev debtAmount must be non-zero
|
|
11961
|
-
/// @dev if debtAmount == uintMax will borrow as much as the collateral will support
|
|
11962
|
-
constructor(controllerAddress, to, debtAmount) {
|
|
11963
|
-
super('LlamaLendBorrow', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LlamaLendBorrow'), ['address', 'address', 'uint256'], [controllerAddress, to, debtAmount]);
|
|
11964
|
-
this.mappableArgs = [...this.args];
|
|
11965
|
-
}
|
|
11966
|
-
}
|
|
11967
|
-
|
|
11968
|
-
/***/ }),
|
|
11969
|
-
/* 297 */
|
|
11970
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11971
|
-
|
|
11972
|
-
__webpack_require__.r(__webpack_exports__);
|
|
11973
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11974
|
-
/* harmony export */ "LlamaLendWithdrawAction": () => (/* binding */ LlamaLendWithdrawAction)
|
|
11975
|
-
/* harmony export */ });
|
|
11976
|
-
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
11977
|
-
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
11978
|
-
|
|
11979
|
-
|
|
11980
|
-
/**
|
|
11981
|
-
* LlamaLendWithdrawAction - Action that withdraws collateral from proxy llamalend position
|
|
11982
|
-
*
|
|
11983
|
-
* @category LlamaLend
|
|
11984
|
-
*/
|
|
11985
|
-
class LlamaLendWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
11986
|
-
/**
|
|
11987
|
-
* address controllerAddress - Address of the llamalend market controller
|
|
11988
|
-
* address to - Address that will receive the withdrawn collateral, will default to proxy
|
|
11989
|
-
* uint256 collateralAmount - Amount of collateral to withdraw
|
|
11990
|
-
*/
|
|
11991
|
-
/// @dev collateralAmount must be non-zero
|
|
11992
|
-
/// @dev if collateralAmount == uintMax will withdraw as much as the debt will allow
|
|
11993
|
-
constructor(controllerAddress, to, collateralAmount) {
|
|
11994
|
-
super('LlamaLendWithdraw', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LlamaLendWithdraw'), ['address', 'address', 'uint256'], [controllerAddress, to, collateralAmount]);
|
|
11995
|
-
this.mappableArgs = [...this.args];
|
|
11996
|
-
}
|
|
11997
|
-
}
|
|
11998
|
-
|
|
11999
12060
|
/***/ }),
|
|
12000
12061
|
/* 298 */
|
|
12001
12062
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12002
12063
|
|
|
12003
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12004
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12005
|
-
/* harmony export */ "LlamaLendSupplyAction": () => (/* binding */ LlamaLendSupplyAction)
|
|
12006
|
-
/* harmony export */ });
|
|
12007
|
-
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
12008
|
-
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
12009
|
-
/* harmony import */ var _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(299);
|
|
12010
|
-
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); } }
|
|
12011
|
-
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); }); }; }
|
|
12012
|
-
|
|
12013
|
-
|
|
12014
|
-
|
|
12015
|
-
|
|
12016
|
-
/**
|
|
12017
|
-
* LlamaLendSupplyAction - Action that supplies collateral to a llamalend position
|
|
12018
|
-
*
|
|
12019
|
-
* @category LlamaLend
|
|
12020
|
-
*/
|
|
12021
|
-
class LlamaLendSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
12022
|
-
/**
|
|
12023
|
-
* address controllerAddress - Address of the llamalend market controller
|
|
12024
|
-
* address from - Address from which to pull collateral asset, will default to proxy
|
|
12025
|
-
* address onBehalfOf - Address for which we are supplying, will default to proxy
|
|
12026
|
-
* uint256 collateralAmount - Amount of collateral asset to supply
|
|
12027
|
-
*/
|
|
12028
|
-
/// @dev collateralAmount must be non-zero, can be maxUint
|
|
12029
|
-
constructor(controllerAddress, from, onBehalfOf, collateralAmount) {
|
|
12030
|
-
super('LlamaLendSupply', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LlamaLendSupply'), ['address', 'address', 'address', 'uint256'], [controllerAddress, from, onBehalfOf, collateralAmount]);
|
|
12031
|
-
this.mappableArgs = [...this.args];
|
|
12032
|
-
}
|
|
12033
|
-
getAssetsToApprove() {
|
|
12034
|
-
var _this = this;
|
|
12035
|
-
return _asyncToGenerator(function* () {
|
|
12036
|
-
return [{
|
|
12037
|
-
owner: _this.args[1],
|
|
12038
|
-
asset: _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_2__.controllerToCollateralAssetMap[_this.args[0]]
|
|
12039
|
-
}];
|
|
12040
|
-
})();
|
|
12041
|
-
}
|
|
12042
|
-
}
|
|
12043
|
-
|
|
12044
|
-
/***/ }),
|
|
12045
|
-
/* 299 */
|
|
12046
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12047
|
-
|
|
12048
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12049
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12050
|
-
/* harmony export */ "controllerToCollateralAssetMap": () => (/* binding */ controllerToCollateralAssetMap),
|
|
12051
|
-
/* harmony export */ "controllerToDebtAssetMap": () => (/* binding */ controllerToDebtAssetMap)
|
|
12052
|
-
/* harmony export */ });
|
|
12053
|
-
var controllerToCollateralAssetMap = {
|
|
12054
|
-
'0x5E657c5227A596a860621C5551c9735d8f4A8BE3': '0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0',
|
|
12055
|
-
'0x7443944962D04720f8c220C0D25f56F869d6EfD4': '0xD533a949740bb3306d119CC777fa900bA034cd52',
|
|
12056
|
-
'0x43fc0f246F952ff12B757341A91cF4040711dDE9': '0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E'
|
|
12057
|
-
};
|
|
12058
|
-
var controllerToDebtAssetMap = {
|
|
12059
|
-
'0x5E657c5227A596a860621C5551c9735d8f4A8BE3': '0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E',
|
|
12060
|
-
'0x7443944962D04720f8c220C0D25f56F869d6EfD4': '0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E',
|
|
12061
|
-
'0x43fc0f246F952ff12B757341A91cF4040711dDE9': '0xD533a949740bb3306d119CC777fa900bA034cd52'
|
|
12062
|
-
};
|
|
12063
|
-
|
|
12064
|
-
/***/ }),
|
|
12065
|
-
/* 300 */
|
|
12066
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12067
|
-
|
|
12068
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12069
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12070
|
-
/* harmony export */ "LlamaLendCreateAction": () => (/* binding */ LlamaLendCreateAction)
|
|
12071
|
-
/* harmony export */ });
|
|
12072
|
-
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
12073
|
-
/* harmony import */ var _utils_general__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(39);
|
|
12074
|
-
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
12075
|
-
/* harmony import */ var _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(299);
|
|
12076
|
-
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); } }
|
|
12077
|
-
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); }); }; }
|
|
12078
|
-
|
|
12079
|
-
|
|
12080
|
-
|
|
12081
|
-
|
|
12082
|
-
|
|
12083
|
-
/**
|
|
12084
|
-
* LlamaLendCreateAction - Action that creates a llamalend position on behalf of proxy
|
|
12085
|
-
*
|
|
12086
|
-
* @category LlamaLend
|
|
12087
|
-
*/
|
|
12088
|
-
class LlamaLendCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
12089
|
-
/**
|
|
12090
|
-
* address controllerAddress - Address of the llamalend market controller
|
|
12091
|
-
* address from - Address from which to pull collateral asset, will default to proxy
|
|
12092
|
-
* address to - Address that will receive the borrowed debt asset, will default to proxy
|
|
12093
|
-
* uint256 collateralAmount - Amount of collateral asset to supply
|
|
12094
|
-
* uint256 debtAmount - Amount of debt asset to borrow
|
|
12095
|
-
* uint256 nBands - Number of bands in which the collateral will be supplied
|
|
12096
|
-
*/
|
|
12097
|
-
/// @dev both collateralAmount and debtAmount must be non-zero and can be maxUint
|
|
12098
|
-
constructor(controllerAddress, from, to, collateralAmount, debtAmount, nBands) {
|
|
12099
|
-
(0,_utils_general__WEBPACK_IMPORTED_MODULE_1__.requireAddress)(to);
|
|
12100
|
-
super('LlamaLendCreate', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('LlamaLendCreate'), ['address', 'address', 'address', 'uint256', 'uint256', 'uint256'], [controllerAddress, from, to, collateralAmount, debtAmount, nBands]);
|
|
12101
|
-
this.mappableArgs = [...this.args];
|
|
12102
|
-
}
|
|
12103
|
-
getAssetsToApprove() {
|
|
12104
|
-
var _this = this;
|
|
12105
|
-
return _asyncToGenerator(function* () {
|
|
12106
|
-
return [{
|
|
12107
|
-
owner: _this.args[1],
|
|
12108
|
-
asset: _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_3__.controllerToCollateralAssetMap[_this.args[0]]
|
|
12109
|
-
}];
|
|
12110
|
-
})();
|
|
12111
|
-
}
|
|
12112
|
-
}
|
|
12113
|
-
|
|
12114
|
-
/***/ }),
|
|
12115
|
-
/* 301 */
|
|
12116
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12117
|
-
|
|
12118
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12119
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12120
|
-
/* harmony export */ "LlamaLendPaybackAction": () => (/* binding */ LlamaLendPaybackAction)
|
|
12121
|
-
/* harmony export */ });
|
|
12122
|
-
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
12123
|
-
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
12124
|
-
/* harmony import */ var _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(299);
|
|
12125
|
-
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); } }
|
|
12126
|
-
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); }); }; }
|
|
12127
|
-
|
|
12128
|
-
|
|
12129
|
-
|
|
12130
|
-
|
|
12131
|
-
/**
|
|
12132
|
-
* LlamaLendPaybackAction - Action that pays back debt asset to a llamalend position
|
|
12133
|
-
*
|
|
12134
|
-
* @category LlamaLend
|
|
12135
|
-
*/
|
|
12136
|
-
class LlamaLendPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
12137
|
-
/**
|
|
12138
|
-
* address controllerAddress - Address of the llamalend market controller
|
|
12139
|
-
* address from - Address from which to pull debt asset, will default to proxy
|
|
12140
|
-
* address onBehalfOf - Address for which we are paying back debt, will default to proxy
|
|
12141
|
-
* address to - Address that will receive the debt asset and collateral asset if close, will default to proxy
|
|
12142
|
-
* uint256 debtAmount - Amount of debt asset to payback
|
|
12143
|
-
* int256 maxActiveBand - Don't allow active band to be higher than this (to prevent front-running the repay)
|
|
12144
|
-
*/
|
|
12145
|
-
/// @dev debtAmount must be non-zero
|
|
12146
|
-
/// @dev if debtAmount >= debt will repay whole debt and close the position, transfering collateral
|
|
12147
|
-
constructor(controllerAddress, from, onBehalfOf, to, debtAmount, maxActiveBand) {
|
|
12148
|
-
super('LlamaLendPayback', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LlamaLendPayback'), ['address', 'address', 'address', 'address', 'uint256', 'int256'], [controllerAddress, from, onBehalfOf, to, debtAmount, maxActiveBand]);
|
|
12149
|
-
this.mappableArgs = [...this.args];
|
|
12150
|
-
}
|
|
12151
|
-
getAssetsToApprove() {
|
|
12152
|
-
var _this = this;
|
|
12153
|
-
return _asyncToGenerator(function* () {
|
|
12154
|
-
return [{
|
|
12155
|
-
owner: _this.args[1],
|
|
12156
|
-
asset: _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_2__.controllerToDebtAssetMap[_this.args[0]]
|
|
12157
|
-
}];
|
|
12158
|
-
})();
|
|
12159
|
-
}
|
|
12160
|
-
}
|
|
12161
|
-
|
|
12162
|
-
/***/ }),
|
|
12163
|
-
/* 302 */
|
|
12164
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12165
|
-
|
|
12166
|
-
__webpack_require__.r(__webpack_exports__);
|
|
12167
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12168
|
-
/* harmony export */ "LlamaLendSelfLiquidateAction": () => (/* binding */ LlamaLendSelfLiquidateAction)
|
|
12169
|
-
/* harmony export */ });
|
|
12170
|
-
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
12171
|
-
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
12172
|
-
/* harmony import */ var _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(299);
|
|
12173
|
-
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); } }
|
|
12174
|
-
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); }); }; }
|
|
12175
|
-
|
|
12176
|
-
|
|
12177
|
-
|
|
12178
|
-
|
|
12179
|
-
/**
|
|
12180
|
-
*
|
|
12181
|
-
* @category LlamaLend
|
|
12182
|
-
*/
|
|
12183
|
-
class LlamaLendSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
12184
|
-
/**
|
|
12185
|
-
@param controllerAddress Address of the llamalend market controller
|
|
12186
|
-
@param minDebtAssetExpected Minimum amount of debt asset as collateral for the user to have
|
|
12187
|
-
@param from Address from which to pull debt asset if needed
|
|
12188
|
-
@param to Address that will receive the debt asset and collateral asset
|
|
12189
|
-
*/
|
|
12190
|
-
constructor(controllerAddress, minDebtAssetExpected, from, to) {
|
|
12191
|
-
super('LlamaLendSelfLiquidate', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('LlamaLendSelfLiquidate'), ['address', 'uint256', 'address', 'address'], [controllerAddress, minDebtAssetExpected, from, to]);
|
|
12192
|
-
this.mappableArgs = [...this.args];
|
|
12193
|
-
}
|
|
12194
|
-
getAssetsToApprove() {
|
|
12195
|
-
var _this = this;
|
|
12196
|
-
return _asyncToGenerator(function* () {
|
|
12197
|
-
return [{
|
|
12198
|
-
owner: _this.args[2],
|
|
12199
|
-
asset: _utils_llamalend_utils__WEBPACK_IMPORTED_MODULE_2__.controllerToDebtAssetMap[_this.args[0]]
|
|
12200
|
-
}];
|
|
12201
|
-
})();
|
|
12202
|
-
}
|
|
12203
|
-
}
|
|
12204
|
-
|
|
12205
|
-
/***/ }),
|
|
12206
|
-
/* 303 */
|
|
12207
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12208
|
-
|
|
12209
12064
|
__webpack_require__.r(__webpack_exports__);
|
|
12210
12065
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12211
12066
|
/* harmony export */ "AaveV2RatioTrigger": () => (/* reexport safe */ _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__.AaveV2RatioTrigger),
|
|
@@ -12222,6 +12077,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12222
12077
|
/* harmony export */ "MakerRatioTrigger": () => (/* reexport safe */ _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__.MakerRatioTrigger),
|
|
12223
12078
|
/* harmony export */ "MorphoAaveV2RatioTrigger": () => (/* reexport safe */ _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__.MorphoAaveV2RatioTrigger),
|
|
12224
12079
|
/* harmony export */ "MorphoBlueRatioTrigger": () => (/* reexport safe */ _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_19__.MorphoBlueRatioTrigger),
|
|
12080
|
+
/* harmony export */ "OffchainPriceTrigger": () => (/* reexport safe */ _OffchainPriceTrigger__WEBPACK_IMPORTED_MODULE_20__.OffchainPriceTrigger),
|
|
12225
12081
|
/* harmony export */ "ReflexerRatioTrigger": () => (/* reexport safe */ _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__.ReflexerRatioTrigger),
|
|
12226
12082
|
/* harmony export */ "SparkQuotePriceTrigger": () => (/* reexport safe */ _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__.SparkQuotePriceTrigger),
|
|
12227
12083
|
/* harmony export */ "SparkRatioTrigger": () => (/* reexport safe */ _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__.SparkRatioTrigger),
|
|
@@ -12229,26 +12085,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12229
12085
|
/* harmony export */ "TrailingStopTrigger": () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
12230
12086
|
/* harmony export */ "UniV3CurrentTickTrigger": () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
12231
12087
|
/* harmony export */ });
|
|
12232
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
12233
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
12234
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12235
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
12236
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
12237
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
12238
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
12239
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
12240
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
12241
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
12242
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
12243
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
12244
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
12245
|
-
/* harmony import */ var _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
12246
|
-
/* harmony import */ var _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
12247
|
-
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
12248
|
-
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
12249
|
-
/* harmony import */ var _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
12250
|
-
/* harmony import */ var _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
12251
|
-
/* harmony import */ var _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
12088
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(299);
|
|
12089
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(300);
|
|
12090
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(301);
|
|
12091
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(302);
|
|
12092
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(303);
|
|
12093
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(304);
|
|
12094
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(305);
|
|
12095
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(306);
|
|
12096
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(307);
|
|
12097
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(308);
|
|
12098
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(309);
|
|
12099
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(310);
|
|
12100
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(311);
|
|
12101
|
+
/* harmony import */ var _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(312);
|
|
12102
|
+
/* harmony import */ var _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(313);
|
|
12103
|
+
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(314);
|
|
12104
|
+
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(315);
|
|
12105
|
+
/* harmony import */ var _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(316);
|
|
12106
|
+
/* harmony import */ var _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(317);
|
|
12107
|
+
/* harmony import */ var _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(318);
|
|
12108
|
+
/* harmony import */ var _OffchainPriceTrigger__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(319);
|
|
12109
|
+
|
|
12252
12110
|
|
|
12253
12111
|
|
|
12254
12112
|
|
|
@@ -12271,7 +12129,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12271
12129
|
|
|
12272
12130
|
|
|
12273
12131
|
/***/ }),
|
|
12274
|
-
/*
|
|
12132
|
+
/* 299 */
|
|
12275
12133
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12276
12134
|
|
|
12277
12135
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12294,7 +12152,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12294
12152
|
}
|
|
12295
12153
|
|
|
12296
12154
|
/***/ }),
|
|
12297
|
-
/*
|
|
12155
|
+
/* 300 */
|
|
12298
12156
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12299
12157
|
|
|
12300
12158
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12317,7 +12175,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
12317
12175
|
}
|
|
12318
12176
|
|
|
12319
12177
|
/***/ }),
|
|
12320
|
-
/*
|
|
12178
|
+
/* 301 */
|
|
12321
12179
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12322
12180
|
|
|
12323
12181
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12340,7 +12198,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
12340
12198
|
}
|
|
12341
12199
|
|
|
12342
12200
|
/***/ }),
|
|
12343
|
-
/*
|
|
12201
|
+
/* 302 */
|
|
12344
12202
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12345
12203
|
|
|
12346
12204
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12363,7 +12221,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12363
12221
|
}
|
|
12364
12222
|
|
|
12365
12223
|
/***/ }),
|
|
12366
|
-
/*
|
|
12224
|
+
/* 303 */
|
|
12367
12225
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12368
12226
|
|
|
12369
12227
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12386,7 +12244,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12386
12244
|
}
|
|
12387
12245
|
|
|
12388
12246
|
/***/ }),
|
|
12389
|
-
/*
|
|
12247
|
+
/* 304 */
|
|
12390
12248
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12391
12249
|
|
|
12392
12250
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12409,7 +12267,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12409
12267
|
}
|
|
12410
12268
|
|
|
12411
12269
|
/***/ }),
|
|
12412
|
-
/*
|
|
12270
|
+
/* 305 */
|
|
12413
12271
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12414
12272
|
|
|
12415
12273
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12432,7 +12290,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12432
12290
|
}
|
|
12433
12291
|
|
|
12434
12292
|
/***/ }),
|
|
12435
|
-
/*
|
|
12293
|
+
/* 306 */
|
|
12436
12294
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12437
12295
|
|
|
12438
12296
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12455,7 +12313,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12455
12313
|
}
|
|
12456
12314
|
|
|
12457
12315
|
/***/ }),
|
|
12458
|
-
/*
|
|
12316
|
+
/* 307 */
|
|
12459
12317
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12460
12318
|
|
|
12461
12319
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12478,7 +12336,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12478
12336
|
}
|
|
12479
12337
|
|
|
12480
12338
|
/***/ }),
|
|
12481
|
-
/*
|
|
12339
|
+
/* 308 */
|
|
12482
12340
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12483
12341
|
|
|
12484
12342
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12501,7 +12359,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12501
12359
|
}
|
|
12502
12360
|
|
|
12503
12361
|
/***/ }),
|
|
12504
|
-
/*
|
|
12362
|
+
/* 309 */
|
|
12505
12363
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12506
12364
|
|
|
12507
12365
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12524,7 +12382,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12524
12382
|
}
|
|
12525
12383
|
|
|
12526
12384
|
/***/ }),
|
|
12527
|
-
/*
|
|
12385
|
+
/* 310 */
|
|
12528
12386
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12529
12387
|
|
|
12530
12388
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12547,7 +12405,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12547
12405
|
}
|
|
12548
12406
|
|
|
12549
12407
|
/***/ }),
|
|
12550
|
-
/*
|
|
12408
|
+
/* 311 */
|
|
12551
12409
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12552
12410
|
|
|
12553
12411
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12570,7 +12428,7 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
12570
12428
|
}
|
|
12571
12429
|
|
|
12572
12430
|
/***/ }),
|
|
12573
|
-
/*
|
|
12431
|
+
/* 312 */
|
|
12574
12432
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12575
12433
|
|
|
12576
12434
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12593,7 +12451,7 @@ class AaveV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12593
12451
|
}
|
|
12594
12452
|
|
|
12595
12453
|
/***/ }),
|
|
12596
|
-
/*
|
|
12454
|
+
/* 313 */
|
|
12597
12455
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12598
12456
|
|
|
12599
12457
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12616,7 +12474,7 @@ class MorphoAaveV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
12616
12474
|
}
|
|
12617
12475
|
|
|
12618
12476
|
/***/ }),
|
|
12619
|
-
/*
|
|
12477
|
+
/* 314 */
|
|
12620
12478
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12621
12479
|
|
|
12622
12480
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12639,7 +12497,7 @@ class SparkRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
12639
12497
|
}
|
|
12640
12498
|
|
|
12641
12499
|
/***/ }),
|
|
12642
|
-
/*
|
|
12500
|
+
/* 315 */
|
|
12643
12501
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12644
12502
|
|
|
12645
12503
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12662,7 +12520,7 @@ class SparkQuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
12662
12520
|
}
|
|
12663
12521
|
|
|
12664
12522
|
/***/ }),
|
|
12665
|
-
/*
|
|
12523
|
+
/* 316 */
|
|
12666
12524
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12667
12525
|
|
|
12668
12526
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12685,7 +12543,7 @@ class LiquityDebtInFrontWithLimitTrigger extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
12685
12543
|
}
|
|
12686
12544
|
|
|
12687
12545
|
/***/ }),
|
|
12688
|
-
/*
|
|
12546
|
+
/* 317 */
|
|
12689
12547
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12690
12548
|
|
|
12691
12549
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12708,7 +12566,7 @@ class CurveUsdCollRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
12708
12566
|
}
|
|
12709
12567
|
|
|
12710
12568
|
/***/ }),
|
|
12711
|
-
/*
|
|
12569
|
+
/* 318 */
|
|
12712
12570
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12713
12571
|
|
|
12714
12572
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12731,7 +12589,30 @@ class MorphoBlueRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
12731
12589
|
}
|
|
12732
12590
|
|
|
12733
12591
|
/***/ }),
|
|
12734
|
-
/*
|
|
12592
|
+
/* 319 */
|
|
12593
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12594
|
+
|
|
12595
|
+
__webpack_require__.r(__webpack_exports__);
|
|
12596
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12597
|
+
/* harmony export */ "OffchainPriceTrigger": () => (/* binding */ OffchainPriceTrigger)
|
|
12598
|
+
/* harmony export */ });
|
|
12599
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
12600
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
12601
|
+
|
|
12602
|
+
|
|
12603
|
+
/**
|
|
12604
|
+
*
|
|
12605
|
+
*
|
|
12606
|
+
* @category Triggers
|
|
12607
|
+
*/
|
|
12608
|
+
class OffchainPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
12609
|
+
constructor(limitPrice, limitType) {
|
|
12610
|
+
super('OffchainPriceTrigger', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('OffchainPriceTrigger'), ['uint256', 'uint8'], [limitPrice, limitType]);
|
|
12611
|
+
}
|
|
12612
|
+
}
|
|
12613
|
+
|
|
12614
|
+
/***/ }),
|
|
12615
|
+
/* 320 */
|
|
12735
12616
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12736
12617
|
|
|
12737
12618
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12740,22 +12621,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12740
12621
|
/* harmony export */ "convexUtils": () => (/* reexport module object */ _convex_utils__WEBPACK_IMPORTED_MODULE_3__),
|
|
12741
12622
|
/* harmony export */ "curveUtils": () => (/* reexport module object */ _curve_utils__WEBPACK_IMPORTED_MODULE_5__),
|
|
12742
12623
|
/* harmony export */ "curveusdUtils": () => (/* reexport module object */ _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__),
|
|
12743
|
-
/* harmony export */ "llamaLenUtils": () => (/* reexport module object */ _llamalend_utils__WEBPACK_IMPORTED_MODULE_8__),
|
|
12744
12624
|
/* harmony export */ "mstableAssetPairs": () => (/* reexport safe */ _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__["default"]),
|
|
12745
12625
|
/* harmony export */ "uniswapLP": () => (/* reexport module object */ _uniswapLP__WEBPACK_IMPORTED_MODULE_1__),
|
|
12746
12626
|
/* harmony export */ "uniswapV3LP": () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
12747
12627
|
/* harmony export */ "zeroExExchange": () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
12748
12628
|
/* harmony export */ });
|
|
12749
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
12750
|
-
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
12751
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
12752
|
-
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
12753
|
-
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
12754
|
-
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
12755
|
-
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
12629
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(321);
|
|
12630
|
+
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(128);
|
|
12631
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(323);
|
|
12632
|
+
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(226);
|
|
12633
|
+
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(207);
|
|
12634
|
+
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(193);
|
|
12635
|
+
/* harmony import */ var _curveusd_utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(267);
|
|
12756
12636
|
/* harmony import */ var _basic_utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(93);
|
|
12757
|
-
/* harmony import */ var _llamalend_utils__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(299);
|
|
12758
|
-
|
|
12759
12637
|
|
|
12760
12638
|
|
|
12761
12639
|
|
|
@@ -12767,7 +12645,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12767
12645
|
|
|
12768
12646
|
|
|
12769
12647
|
/***/ }),
|
|
12770
|
-
/*
|
|
12648
|
+
/* 321 */
|
|
12771
12649
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12772
12650
|
|
|
12773
12651
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -12778,7 +12656,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12778
12656
|
/* harmony export */ });
|
|
12779
12657
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
12780
12658
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
12781
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
12659
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(322);
|
|
12782
12660
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
12783
12661
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
12784
12662
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -12981,20 +12859,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
12981
12859
|
}();
|
|
12982
12860
|
|
|
12983
12861
|
/***/ }),
|
|
12984
|
-
/*
|
|
12862
|
+
/* 322 */
|
|
12985
12863
|
/***/ ((module) => {
|
|
12986
12864
|
|
|
12987
|
-
module.exports =
|
|
12865
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__322__;
|
|
12988
12866
|
|
|
12989
12867
|
/***/ }),
|
|
12990
|
-
/*
|
|
12868
|
+
/* 323 */
|
|
12991
12869
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12992
12870
|
|
|
12993
12871
|
__webpack_require__.r(__webpack_exports__);
|
|
12994
12872
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12995
12873
|
/* harmony export */ "getAssetAddrByTokenId": () => (/* binding */ getAssetAddrByTokenId)
|
|
12996
12874
|
/* harmony export */ });
|
|
12997
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
12875
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(324);
|
|
12998
12876
|
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); } }
|
|
12999
12877
|
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); }); }; }
|
|
13000
12878
|
/**
|
|
@@ -13019,7 +12897,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
13019
12897
|
}();
|
|
13020
12898
|
|
|
13021
12899
|
/***/ }),
|
|
13022
|
-
/*
|
|
12900
|
+
/* 324 */
|
|
13023
12901
|
/***/ ((module) => {
|
|
13024
12902
|
|
|
13025
12903
|
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"}]');
|
|
@@ -13123,8 +13001,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13123
13001
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
13124
13002
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
13125
13003
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
13126
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13127
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13004
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(298);
|
|
13005
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(320);
|
|
13128
13006
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
13129
13007
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
13130
13008
|
/* Export types here */
|