@defisaver/sdk 1.2.19 → 1.2.20-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/src/actions/fluid/FluidVaultT1OpenAction.d.ts +7 -1
- package/esm/src/actions/fluid/FluidVaultT1OpenAction.js +21 -1
- package/esm/src/actions/fluid/FluidVaultT1PaybackAction.d.ts +7 -1
- package/esm/src/actions/fluid/FluidVaultT1PaybackAction.js +21 -1
- package/esm/src/actions/fluid/FluidVaultT1SupplyAction.d.ts +7 -1
- package/esm/src/actions/fluid/FluidVaultT1SupplyAction.js +21 -1
- package/esm/src/actions/morpho-blue/MorphoBlueClaimAction.d.ts +17 -0
- package/esm/src/actions/morpho-blue/MorphoBlueClaimAction.js +19 -0
- package/esm/src/actions/morpho-blue/index.d.ts +1 -0
- package/esm/src/actions/morpho-blue/index.js +1 -0
- package/esm/src/addresses.d.ts +4 -0
- package/esm/src/addresses.js +2 -0
- package/esm/src/index.d.ts +16 -0
- package/package.json +1 -1
- package/src/actions/fluid/FluidVaultT1OpenAction.ts +12 -0
- package/src/actions/fluid/FluidVaultT1PaybackAction.ts +12 -0
- package/src/actions/fluid/FluidVaultT1SupplyAction.ts +12 -0
- package/src/actions/morpho-blue/MorphoBlueClaimAction.ts +32 -0
- package/src/actions/morpho-blue/index.ts +2 -1
- package/src/addresses.ts +2 -0
- package/test/actions/morpho-blue/MorphoBlueClaimAction.js +46 -0
- package/umd/index.js +299 -198
package/umd/index.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
exports["defisaver-sdk"] = factory(require("web3-eth-abi"), require("web3-utils"), require("decimal.js"), require("@defisaver/tokens"), require("@ethersproject/solidity"), require("@ethersproject/address"), require("axios"));
|
|
8
8
|
else
|
|
9
9
|
root["defisaver-sdk"] = factory(root["web3-eth-abi"], root["web3-utils"], root["decimal.js"], root["@defisaver/tokens"], root["@ethersproject/solidity"], root["@ethersproject/address"], root["axios"]);
|
|
10
|
-
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__, __WEBPACK_EXTERNAL_MODULE__137__, __WEBPACK_EXTERNAL_MODULE__138__,
|
|
10
|
+
})(this, (__WEBPACK_EXTERNAL_MODULE__2__, __WEBPACK_EXTERNAL_MODULE__3__, __WEBPACK_EXTERNAL_MODULE__5__, __WEBPACK_EXTERNAL_MODULE__6__, __WEBPACK_EXTERNAL_MODULE__137__, __WEBPACK_EXTERNAL_MODULE__138__, __WEBPACK_EXTERNAL_MODULE__408__) => {
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ "use strict";
|
|
13
13
|
/******/ var __webpack_modules__ = ([
|
|
@@ -1544,6 +1544,7 @@ var actionAddresses = {
|
|
|
1544
1544
|
MorphoBlueSetAuthWithSig: '0xE2d5fCDBf73BAd24A0FCAf6B2733933A98021808',
|
|
1545
1545
|
MorphoTokenWrap: '0x71b6d268c2Aabcb0dA16CbA4c77e65d9e29b0644',
|
|
1546
1546
|
MorphoBlueReallocateLiquidity: '0x17cCA8194602020e855CC8Bc11ffA82d8F998A93',
|
|
1547
|
+
MorphoBlueClaim: '0xBB562a790AD7773D54A423bD2A10E4073cb98142',
|
|
1547
1548
|
// llamalend
|
|
1548
1549
|
LlamaLendCreate: '0x4349be191ea63173eD98b7fC1b0DeC1ef9Bc6c11',
|
|
1549
1550
|
LlamaLendSupply: '0x1900eF943bD1b038c58d9F35C3825F119F9BB730',
|
|
@@ -1767,6 +1768,7 @@ var actionAddresses = {
|
|
|
1767
1768
|
MorphoBlueSetAuthWithSig: '0x80be65342f6172a6cd0b6a2653e8a887e3f46cab',
|
|
1768
1769
|
MorphoBlueView: '0xdbcacf59c5063da8b15481f88e7d70e13c92f2a1',
|
|
1769
1770
|
MorphoBlueReallocateLiquidity: '0x5Ea7F30E40F6A25BE2aD23A6FC1C31A6c95F3dc8',
|
|
1771
|
+
MorphoBlueClaim: '0xE279E9100d6d524602f98E8736BA5F8f065Dd3e0',
|
|
1770
1772
|
// fluid
|
|
1771
1773
|
FluidVaultT1Open: '0xCd4d5896AEAf97e738d3E7215ac01c2CF97474bc',
|
|
1772
1774
|
FluidVaultT1Adjust: '0x93bFBf44b87be48D46b25Fe0C7F549A79Ca05167',
|
|
@@ -2165,15 +2167,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
2165
2167
|
/* harmony import */ var _curveusd__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(280);
|
|
2166
2168
|
/* harmony import */ var _spark__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(296);
|
|
2167
2169
|
/* harmony import */ var _morpho_blue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(308);
|
|
2168
|
-
/* harmony import */ var _llamalend__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(
|
|
2169
|
-
/* harmony import */ var _merkl__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(
|
|
2170
|
-
/* harmony import */ var _eulerV2__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(
|
|
2171
|
-
/* harmony import */ var _sky__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(
|
|
2172
|
-
/* harmony import */ var _liquityV2__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(
|
|
2173
|
-
/* harmony import */ var _stkgho__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(
|
|
2174
|
-
/* harmony import */ var _renzo__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(
|
|
2175
|
-
/* harmony import */ var _etherfi__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(
|
|
2176
|
-
/* harmony import */ var _fluid__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(
|
|
2170
|
+
/* harmony import */ var _llamalend__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(320);
|
|
2171
|
+
/* harmony import */ var _merkl__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(332);
|
|
2172
|
+
/* harmony import */ var _eulerV2__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(334);
|
|
2173
|
+
/* harmony import */ var _sky__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(343);
|
|
2174
|
+
/* harmony import */ var _liquityV2__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(347);
|
|
2175
|
+
/* harmony import */ var _stkgho__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(361);
|
|
2176
|
+
/* harmony import */ var _renzo__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(365);
|
|
2177
|
+
/* harmony import */ var _etherfi__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(367);
|
|
2178
|
+
/* harmony import */ var _fluid__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(371);
|
|
2177
2179
|
|
|
2178
2180
|
|
|
2179
2181
|
|
|
@@ -12666,6 +12668,7 @@ class SparkDelegateWithSigCredit extends _ActionWithL2__WEBPACK_IMPORTED_MODULE_
|
|
|
12666
12668
|
__webpack_require__.r(__webpack_exports__);
|
|
12667
12669
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12668
12670
|
/* harmony export */ MorphoBlueBorrowAction: () => (/* reexport safe */ _MorphoBlueBorrowAction__WEBPACK_IMPORTED_MODULE_2__.MorphoBlueBorrowAction),
|
|
12671
|
+
/* harmony export */ MorphoBlueClaimAction: () => (/* reexport safe */ _MorphoBlueClaimAction__WEBPACK_IMPORTED_MODULE_10__.MorphoBlueClaimAction),
|
|
12669
12672
|
/* harmony export */ MorphoBluePaybackAction: () => (/* reexport safe */ _MorphoBluePaybackAction__WEBPACK_IMPORTED_MODULE_3__.MorphoBluePaybackAction),
|
|
12670
12673
|
/* harmony export */ MorphoBlueReallocateLiquidityAction: () => (/* reexport safe */ _MorphoBlueReallocateLiquidityAction__WEBPACK_IMPORTED_MODULE_9__.MorphoBlueReallocateLiquidityAction),
|
|
12671
12674
|
/* harmony export */ MorphoBlueSetAuthAction: () => (/* reexport safe */ _MorphoBlueSetAuthAction__WEBPACK_IMPORTED_MODULE_6__.MorphoBlueSetAuthAction),
|
|
@@ -12686,6 +12689,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
12686
12689
|
/* harmony import */ var _MorphoBlueSetAuthWithSigAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(316);
|
|
12687
12690
|
/* harmony import */ var _MorphoTokenWrapAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(317);
|
|
12688
12691
|
/* harmony import */ var _MorphoBlueReallocateLiquidityAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(318);
|
|
12692
|
+
/* harmony import */ var _MorphoBlueClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(319);
|
|
12693
|
+
|
|
12689
12694
|
|
|
12690
12695
|
|
|
12691
12696
|
|
|
@@ -13086,6 +13091,36 @@ class MorphoBlueReallocateLiquidityAction extends _Action__WEBPACK_IMPORTED_MODU
|
|
|
13086
13091
|
/* 319 */
|
|
13087
13092
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13088
13093
|
|
|
13094
|
+
__webpack_require__.r(__webpack_exports__);
|
|
13095
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13096
|
+
/* harmony export */ MorphoBlueClaimAction: () => (/* binding */ MorphoBlueClaimAction)
|
|
13097
|
+
/* harmony export */ });
|
|
13098
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1);
|
|
13099
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(27);
|
|
13100
|
+
|
|
13101
|
+
|
|
13102
|
+
/**
|
|
13103
|
+
* MorphoBlueClaimAction - Claim rewards for MorphoBlue users
|
|
13104
|
+
*
|
|
13105
|
+
* @category MorphoBlue
|
|
13106
|
+
*/
|
|
13107
|
+
class MorphoBlueClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
13108
|
+
/**
|
|
13109
|
+
* @param to The address to which to send the reward tokens. Only used if claiming for the smart wallet.
|
|
13110
|
+
* @param token The address of the token to claim.
|
|
13111
|
+
* @param distributor The address of the morpho distributor contract.
|
|
13112
|
+
* @param claimable The overall claimable amount of token rewards.
|
|
13113
|
+
* @param merkleProof The merkle proof to claim the rewards.
|
|
13114
|
+
*/
|
|
13115
|
+
constructor(to, token, distributor, claimable, merkleProof) {
|
|
13116
|
+
super('MorphoBlueClaim', (0,_addresses__WEBPACK_IMPORTED_MODULE_1__.getAddr)('MorphoBlueClaim'), ['address', 'address', 'address', 'uint256', 'bytes32[]'], [to, token, distributor, claimable, merkleProof]);
|
|
13117
|
+
}
|
|
13118
|
+
}
|
|
13119
|
+
|
|
13120
|
+
/***/ }),
|
|
13121
|
+
/* 320 */
|
|
13122
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13123
|
+
|
|
13089
13124
|
__webpack_require__.r(__webpack_exports__);
|
|
13090
13125
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13091
13126
|
/* harmony export */ LlamaLendBoostAction: () => (/* reexport safe */ _LlamaLendBoostAction__WEBPACK_IMPORTED_MODULE_8__.LlamaLendBoostAction),
|
|
@@ -13100,17 +13135,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13100
13135
|
/* harmony export */ LlamaLendSupplyAction: () => (/* reexport safe */ _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__.LlamaLendSupplyAction),
|
|
13101
13136
|
/* harmony export */ LlamaLendWithdrawAction: () => (/* reexport safe */ _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__.LlamaLendWithdrawAction)
|
|
13102
13137
|
/* harmony export */ });
|
|
13103
|
-
/* harmony import */ var _LlamaLendBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13104
|
-
/* harmony import */ var _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13105
|
-
/* harmony import */ var _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13106
|
-
/* harmony import */ var _LlamaLendCreateAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
13107
|
-
/* harmony import */ var _LlamaLendPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
13108
|
-
/* harmony import */ var _LlamaLendSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
13109
|
-
/* harmony import */ var _LlamaLendGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13110
|
-
/* harmony import */ var _LlamaLendLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13111
|
-
/* harmony import */ var _LlamaLendBoostAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
13112
|
-
/* harmony import */ var _LlamaLendRepayAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
13113
|
-
/* harmony import */ var _LlamaLendSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
13138
|
+
/* harmony import */ var _LlamaLendBorrowAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(321);
|
|
13139
|
+
/* harmony import */ var _LlamaLendWithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(322);
|
|
13140
|
+
/* harmony import */ var _LlamaLendSupplyAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(323);
|
|
13141
|
+
/* harmony import */ var _LlamaLendCreateAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(324);
|
|
13142
|
+
/* harmony import */ var _LlamaLendPaybackAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(325);
|
|
13143
|
+
/* harmony import */ var _LlamaLendSelfLiquidateAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(326);
|
|
13144
|
+
/* harmony import */ var _LlamaLendGetDebtAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(327);
|
|
13145
|
+
/* harmony import */ var _LlamaLendLevCreateAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(328);
|
|
13146
|
+
/* harmony import */ var _LlamaLendBoostAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(329);
|
|
13147
|
+
/* harmony import */ var _LlamaLendRepayAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(330);
|
|
13148
|
+
/* harmony import */ var _LlamaLendSelfLiquidateWithCollAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(331);
|
|
13114
13149
|
|
|
13115
13150
|
|
|
13116
13151
|
|
|
@@ -13124,7 +13159,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13124
13159
|
|
|
13125
13160
|
|
|
13126
13161
|
/***/ }),
|
|
13127
|
-
/*
|
|
13162
|
+
/* 321 */
|
|
13128
13163
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13129
13164
|
|
|
13130
13165
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13155,7 +13190,7 @@ class LlamaLendBorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13155
13190
|
}
|
|
13156
13191
|
|
|
13157
13192
|
/***/ }),
|
|
13158
|
-
/*
|
|
13193
|
+
/* 322 */
|
|
13159
13194
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13160
13195
|
|
|
13161
13196
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13186,7 +13221,7 @@ class LlamaLendWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
13186
13221
|
}
|
|
13187
13222
|
|
|
13188
13223
|
/***/ }),
|
|
13189
|
-
/*
|
|
13224
|
+
/* 323 */
|
|
13190
13225
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13191
13226
|
|
|
13192
13227
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13228,7 +13263,7 @@ class LlamaLendSupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13228
13263
|
}
|
|
13229
13264
|
|
|
13230
13265
|
/***/ }),
|
|
13231
|
-
/*
|
|
13266
|
+
/* 324 */
|
|
13232
13267
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13233
13268
|
|
|
13234
13269
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13275,7 +13310,7 @@ class LlamaLendCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13275
13310
|
}
|
|
13276
13311
|
|
|
13277
13312
|
/***/ }),
|
|
13278
|
-
/*
|
|
13313
|
+
/* 325 */
|
|
13279
13314
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13280
13315
|
|
|
13281
13316
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13312,7 +13347,7 @@ class LlamaLendPaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13312
13347
|
}
|
|
13313
13348
|
|
|
13314
13349
|
/***/ }),
|
|
13315
|
-
/*
|
|
13350
|
+
/* 326 */
|
|
13316
13351
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13317
13352
|
|
|
13318
13353
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13352,7 +13387,7 @@ class LlamaLendSelfLiquidateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.
|
|
|
13352
13387
|
}
|
|
13353
13388
|
|
|
13354
13389
|
/***/ }),
|
|
13355
|
-
/*
|
|
13390
|
+
/* 327 */
|
|
13356
13391
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13357
13392
|
|
|
13358
13393
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13373,7 +13408,7 @@ class LlamaLendGetDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13373
13408
|
}
|
|
13374
13409
|
|
|
13375
13410
|
/***/ }),
|
|
13376
|
-
/*
|
|
13411
|
+
/* 328 */
|
|
13377
13412
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13378
13413
|
|
|
13379
13414
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13406,7 +13441,7 @@ class LlamaLendLevCreateAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
13406
13441
|
}
|
|
13407
13442
|
|
|
13408
13443
|
/***/ }),
|
|
13409
|
-
/*
|
|
13444
|
+
/* 329 */
|
|
13410
13445
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13411
13446
|
|
|
13412
13447
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13428,7 +13463,7 @@ class LlamaLendBoostAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13428
13463
|
}
|
|
13429
13464
|
|
|
13430
13465
|
/***/ }),
|
|
13431
|
-
/*
|
|
13466
|
+
/* 330 */
|
|
13432
13467
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13433
13468
|
|
|
13434
13469
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13450,7 +13485,7 @@ class LlamaLendRepayAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13450
13485
|
}
|
|
13451
13486
|
|
|
13452
13487
|
/***/ }),
|
|
13453
|
-
/*
|
|
13488
|
+
/* 331 */
|
|
13454
13489
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13455
13490
|
|
|
13456
13491
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13472,18 +13507,18 @@ class LlamaLendSelfLiquidateWithCollAction extends _Action__WEBPACK_IMPORTED_MOD
|
|
|
13472
13507
|
}
|
|
13473
13508
|
|
|
13474
13509
|
/***/ }),
|
|
13475
|
-
/*
|
|
13510
|
+
/* 332 */
|
|
13476
13511
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13477
13512
|
|
|
13478
13513
|
__webpack_require__.r(__webpack_exports__);
|
|
13479
13514
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13480
13515
|
/* harmony export */ MerklClaimAction: () => (/* reexport safe */ _MerklClaimAction__WEBPACK_IMPORTED_MODULE_0__.MerklClaimAction)
|
|
13481
13516
|
/* harmony export */ });
|
|
13482
|
-
/* harmony import */ var _MerklClaimAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13517
|
+
/* harmony import */ var _MerklClaimAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(333);
|
|
13483
13518
|
|
|
13484
13519
|
|
|
13485
13520
|
/***/ }),
|
|
13486
|
-
/*
|
|
13521
|
+
/* 333 */
|
|
13487
13522
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13488
13523
|
|
|
13489
13524
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13515,7 +13550,7 @@ class MerklClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13515
13550
|
}
|
|
13516
13551
|
|
|
13517
13552
|
/***/ }),
|
|
13518
|
-
/*
|
|
13553
|
+
/* 334 */
|
|
13519
13554
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13520
13555
|
|
|
13521
13556
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13529,14 +13564,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13529
13564
|
/* harmony export */ EulerV2SupplyAction: () => (/* reexport safe */ _EulerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__.EulerV2SupplyAction),
|
|
13530
13565
|
/* harmony export */ EulerV2WithdrawAction: () => (/* reexport safe */ _EulerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__.EulerV2WithdrawAction)
|
|
13531
13566
|
/* harmony export */ });
|
|
13532
|
-
/* harmony import */ var _EulerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13533
|
-
/* harmony import */ var _EulerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13534
|
-
/* harmony import */ var _EulerV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13535
|
-
/* harmony import */ var _EulerV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
13536
|
-
/* harmony import */ var _EulerV2PaybackWithSharesAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
13537
|
-
/* harmony import */ var _EulerV2PullDebtAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
13538
|
-
/* harmony import */ var _EulerV2ReorderCollateralsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13539
|
-
/* harmony import */ var _EulerV2CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13567
|
+
/* harmony import */ var _EulerV2SupplyAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(335);
|
|
13568
|
+
/* harmony import */ var _EulerV2WithdrawAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(336);
|
|
13569
|
+
/* harmony import */ var _EulerV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(337);
|
|
13570
|
+
/* harmony import */ var _EulerV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(338);
|
|
13571
|
+
/* harmony import */ var _EulerV2PaybackWithSharesAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(339);
|
|
13572
|
+
/* harmony import */ var _EulerV2PullDebtAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(340);
|
|
13573
|
+
/* harmony import */ var _EulerV2ReorderCollateralsAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(341);
|
|
13574
|
+
/* harmony import */ var _EulerV2CollateralSwitchAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(342);
|
|
13540
13575
|
|
|
13541
13576
|
|
|
13542
13577
|
|
|
@@ -13547,7 +13582,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13547
13582
|
|
|
13548
13583
|
|
|
13549
13584
|
/***/ }),
|
|
13550
|
-
/*
|
|
13585
|
+
/* 335 */
|
|
13551
13586
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13552
13587
|
|
|
13553
13588
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13595,7 +13630,7 @@ class EulerV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13595
13630
|
}
|
|
13596
13631
|
|
|
13597
13632
|
/***/ }),
|
|
13598
|
-
/*
|
|
13633
|
+
/* 336 */
|
|
13599
13634
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13600
13635
|
|
|
13601
13636
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13625,7 +13660,7 @@ class EulerV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13625
13660
|
}
|
|
13626
13661
|
|
|
13627
13662
|
/***/ }),
|
|
13628
|
-
/*
|
|
13663
|
+
/* 337 */
|
|
13629
13664
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13630
13665
|
|
|
13631
13666
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13655,7 +13690,7 @@ class EulerV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13655
13690
|
}
|
|
13656
13691
|
|
|
13657
13692
|
/***/ }),
|
|
13658
|
-
/*
|
|
13693
|
+
/* 338 */
|
|
13659
13694
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13660
13695
|
|
|
13661
13696
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13702,7 +13737,7 @@ class EulerV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13702
13737
|
}
|
|
13703
13738
|
|
|
13704
13739
|
/***/ }),
|
|
13705
|
-
/*
|
|
13740
|
+
/* 339 */
|
|
13706
13741
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13707
13742
|
|
|
13708
13743
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13732,7 +13767,7 @@ class EulerV2PaybackWithSharesAction extends _Action__WEBPACK_IMPORTED_MODULE_0_
|
|
|
13732
13767
|
}
|
|
13733
13768
|
|
|
13734
13769
|
/***/ }),
|
|
13735
|
-
/*
|
|
13770
|
+
/* 340 */
|
|
13736
13771
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13737
13772
|
|
|
13738
13773
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13762,7 +13797,7 @@ class EulerV2PullDebtAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13762
13797
|
}
|
|
13763
13798
|
|
|
13764
13799
|
/***/ }),
|
|
13765
|
-
/*
|
|
13800
|
+
/* 341 */
|
|
13766
13801
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13767
13802
|
|
|
13768
13803
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13790,7 +13825,7 @@ class EulerV2ReorderCollateralsAction extends _Action__WEBPACK_IMPORTED_MODULE_0
|
|
|
13790
13825
|
}
|
|
13791
13826
|
|
|
13792
13827
|
/***/ }),
|
|
13793
|
-
/*
|
|
13828
|
+
/* 342 */
|
|
13794
13829
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13795
13830
|
|
|
13796
13831
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13819,7 +13854,7 @@ class EulerV2CollateralSwitchAction extends _Action__WEBPACK_IMPORTED_MODULE_0__
|
|
|
13819
13854
|
}
|
|
13820
13855
|
|
|
13821
13856
|
/***/ }),
|
|
13822
|
-
/*
|
|
13857
|
+
/* 343 */
|
|
13823
13858
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13824
13859
|
|
|
13825
13860
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13828,15 +13863,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13828
13863
|
/* harmony export */ SkyStakeAction: () => (/* reexport safe */ _SkyStakeAction__WEBPACK_IMPORTED_MODULE_1__.SkyStakeAction),
|
|
13829
13864
|
/* harmony export */ SkyUnstakeAction: () => (/* reexport safe */ _SkyUnstakeAction__WEBPACK_IMPORTED_MODULE_2__.SkyUnstakeAction)
|
|
13830
13865
|
/* harmony export */ });
|
|
13831
|
-
/* harmony import */ var _SkyClaimRewardsAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13832
|
-
/* harmony import */ var _SkyStakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13833
|
-
/* harmony import */ var _SkyUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13866
|
+
/* harmony import */ var _SkyClaimRewardsAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(344);
|
|
13867
|
+
/* harmony import */ var _SkyStakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(345);
|
|
13868
|
+
/* harmony import */ var _SkyUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(346);
|
|
13834
13869
|
|
|
13835
13870
|
|
|
13836
13871
|
|
|
13837
13872
|
|
|
13838
13873
|
/***/ }),
|
|
13839
|
-
/*
|
|
13874
|
+
/* 344 */
|
|
13840
13875
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13841
13876
|
|
|
13842
13877
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13866,7 +13901,7 @@ class SkyClaimRewardsAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
13866
13901
|
}
|
|
13867
13902
|
|
|
13868
13903
|
/***/ }),
|
|
13869
|
-
/*
|
|
13904
|
+
/* 345 */
|
|
13870
13905
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13871
13906
|
|
|
13872
13907
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13908,7 +13943,7 @@ class SkyStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13908
13943
|
}
|
|
13909
13944
|
|
|
13910
13945
|
/***/ }),
|
|
13911
|
-
/*
|
|
13946
|
+
/* 346 */
|
|
13912
13947
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13913
13948
|
|
|
13914
13949
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13939,7 +13974,7 @@ class SkyUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
13939
13974
|
}
|
|
13940
13975
|
|
|
13941
13976
|
/***/ }),
|
|
13942
|
-
/*
|
|
13977
|
+
/* 347 */
|
|
13943
13978
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13944
13979
|
|
|
13945
13980
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -13958,19 +13993,19 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13958
13993
|
/* harmony export */ LiquityV2SupplyAction: () => (/* reexport safe */ _LiquityV2SupplyAction__WEBPACK_IMPORTED_MODULE_4__.LiquityV2SupplyAction),
|
|
13959
13994
|
/* harmony export */ LiquityV2WithdrawAction: () => (/* reexport safe */ _LiquityV2WithdrawAction__WEBPACK_IMPORTED_MODULE_5__.LiquityV2WithdrawAction)
|
|
13960
13995
|
/* harmony export */ });
|
|
13961
|
-
/* harmony import */ var _LiquityV2OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
13962
|
-
/* harmony import */ var _LiquityV2CloseAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
13963
|
-
/* harmony import */ var _LiquityV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
13964
|
-
/* harmony import */ var _LiquityV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
13965
|
-
/* harmony import */ var _LiquityV2SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
13966
|
-
/* harmony import */ var _LiquityV2WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
13967
|
-
/* harmony import */ var _LiquityV2SPDepositAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
13968
|
-
/* harmony import */ var _LiquityV2SPWithdrawAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
13969
|
-
/* harmony import */ var _LiquityV2SPClaimCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
13970
|
-
/* harmony import */ var _LiquityV2AdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
13971
|
-
/* harmony import */ var _LiquityV2ClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
13972
|
-
/* harmony import */ var _LiquityV2AdjustInterestRateAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
13973
|
-
/* harmony import */ var _LiquityV2AdjustZombieTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
13996
|
+
/* harmony import */ var _LiquityV2OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(348);
|
|
13997
|
+
/* harmony import */ var _LiquityV2CloseAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(349);
|
|
13998
|
+
/* harmony import */ var _LiquityV2BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(350);
|
|
13999
|
+
/* harmony import */ var _LiquityV2PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(351);
|
|
14000
|
+
/* harmony import */ var _LiquityV2SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(352);
|
|
14001
|
+
/* harmony import */ var _LiquityV2WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(353);
|
|
14002
|
+
/* harmony import */ var _LiquityV2SPDepositAction__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(354);
|
|
14003
|
+
/* harmony import */ var _LiquityV2SPWithdrawAction__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(355);
|
|
14004
|
+
/* harmony import */ var _LiquityV2SPClaimCollAction__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(356);
|
|
14005
|
+
/* harmony import */ var _LiquityV2AdjustAction__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(357);
|
|
14006
|
+
/* harmony import */ var _LiquityV2ClaimAction__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(358);
|
|
14007
|
+
/* harmony import */ var _LiquityV2AdjustInterestRateAction__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(359);
|
|
14008
|
+
/* harmony import */ var _LiquityV2AdjustZombieTroveAction__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(360);
|
|
13974
14009
|
|
|
13975
14010
|
|
|
13976
14011
|
|
|
@@ -13986,7 +14021,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13986
14021
|
|
|
13987
14022
|
|
|
13988
14023
|
/***/ }),
|
|
13989
|
-
/*
|
|
14024
|
+
/* 348 */
|
|
13990
14025
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
13991
14026
|
|
|
13992
14027
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14053,7 +14088,7 @@ class LiquityV2OpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14053
14088
|
}
|
|
14054
14089
|
|
|
14055
14090
|
/***/ }),
|
|
14056
|
-
/*
|
|
14091
|
+
/* 349 */
|
|
14057
14092
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14058
14093
|
|
|
14059
14094
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14097,7 +14132,7 @@ class LiquityV2CloseAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14097
14132
|
}
|
|
14098
14133
|
|
|
14099
14134
|
/***/ }),
|
|
14100
|
-
/*
|
|
14135
|
+
/* 350 */
|
|
14101
14136
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14102
14137
|
|
|
14103
14138
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14128,7 +14163,7 @@ class LiquityV2BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14128
14163
|
}
|
|
14129
14164
|
|
|
14130
14165
|
/***/ }),
|
|
14131
|
-
/*
|
|
14166
|
+
/* 351 */
|
|
14132
14167
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14133
14168
|
|
|
14134
14169
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14172,7 +14207,7 @@ class LiquityV2PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action
|
|
|
14172
14207
|
}
|
|
14173
14208
|
|
|
14174
14209
|
/***/ }),
|
|
14175
|
-
/*
|
|
14210
|
+
/* 352 */
|
|
14176
14211
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14177
14212
|
|
|
14178
14213
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14219,7 +14254,7 @@ class LiquityV2SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14219
14254
|
}
|
|
14220
14255
|
|
|
14221
14256
|
/***/ }),
|
|
14222
|
-
/*
|
|
14257
|
+
/* 353 */
|
|
14223
14258
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14224
14259
|
|
|
14225
14260
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14249,7 +14284,7 @@ class LiquityV2WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
14249
14284
|
}
|
|
14250
14285
|
|
|
14251
14286
|
/***/ }),
|
|
14252
|
-
/*
|
|
14287
|
+
/* 354 */
|
|
14253
14288
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14254
14289
|
|
|
14255
14290
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14295,7 +14330,7 @@ class LiquityV2SPDepositAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Acti
|
|
|
14295
14330
|
}
|
|
14296
14331
|
|
|
14297
14332
|
/***/ }),
|
|
14298
|
-
/*
|
|
14333
|
+
/* 355 */
|
|
14299
14334
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14300
14335
|
|
|
14301
14336
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14326,7 +14361,7 @@ class LiquityV2SPWithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Act
|
|
|
14326
14361
|
}
|
|
14327
14362
|
|
|
14328
14363
|
/***/ }),
|
|
14329
|
-
/*
|
|
14364
|
+
/* 356 */
|
|
14330
14365
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14331
14366
|
|
|
14332
14367
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14354,7 +14389,7 @@ class LiquityV2SPClaimCollAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
14354
14389
|
}
|
|
14355
14390
|
|
|
14356
14391
|
/***/ }),
|
|
14357
|
-
/*
|
|
14392
|
+
/* 357 */
|
|
14358
14393
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14359
14394
|
|
|
14360
14395
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14389,7 +14424,7 @@ class LiquityV2AdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14389
14424
|
}
|
|
14390
14425
|
|
|
14391
14426
|
/***/ }),
|
|
14392
|
-
/*
|
|
14427
|
+
/* 358 */
|
|
14393
14428
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14394
14429
|
|
|
14395
14430
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14417,7 +14452,7 @@ class LiquityV2ClaimAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14417
14452
|
}
|
|
14418
14453
|
|
|
14419
14454
|
/***/ }),
|
|
14420
|
-
/*
|
|
14455
|
+
/* 359 */
|
|
14421
14456
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14422
14457
|
|
|
14423
14458
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14449,7 +14484,7 @@ class LiquityV2AdjustInterestRateAction extends _Action__WEBPACK_IMPORTED_MODULE
|
|
|
14449
14484
|
}
|
|
14450
14485
|
|
|
14451
14486
|
/***/ }),
|
|
14452
|
-
/*
|
|
14487
|
+
/* 360 */
|
|
14453
14488
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14454
14489
|
|
|
14455
14490
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14486,7 +14521,7 @@ class LiquityV2AdjustZombieTroveAction extends _Action__WEBPACK_IMPORTED_MODULE_
|
|
|
14486
14521
|
}
|
|
14487
14522
|
|
|
14488
14523
|
/***/ }),
|
|
14489
|
-
/*
|
|
14524
|
+
/* 361 */
|
|
14490
14525
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14491
14526
|
|
|
14492
14527
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14495,15 +14530,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14495
14530
|
/* harmony export */ GhoFinalizeUnstakeAction: () => (/* reexport safe */ _GhoFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_1__.GhoFinalizeUnstakeAction),
|
|
14496
14531
|
/* harmony export */ GhoStartUnstakeAction: () => (/* reexport safe */ _GhoStartUnstakeAction__WEBPACK_IMPORTED_MODULE_2__.GhoStartUnstakeAction)
|
|
14497
14532
|
/* harmony export */ });
|
|
14498
|
-
/* harmony import */ var _GhoClaimAAVEAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14499
|
-
/* harmony import */ var _GhoFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14500
|
-
/* harmony import */ var _GhoStartUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14533
|
+
/* harmony import */ var _GhoClaimAAVEAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(362);
|
|
14534
|
+
/* harmony import */ var _GhoFinalizeUnstakeAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(363);
|
|
14535
|
+
/* harmony import */ var _GhoStartUnstakeAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(364);
|
|
14501
14536
|
|
|
14502
14537
|
|
|
14503
14538
|
|
|
14504
14539
|
|
|
14505
14540
|
/***/ }),
|
|
14506
|
-
/*
|
|
14541
|
+
/* 362 */
|
|
14507
14542
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14508
14543
|
|
|
14509
14544
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14534,7 +14569,7 @@ class GhoClaimAAVEAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
14534
14569
|
}
|
|
14535
14570
|
|
|
14536
14571
|
/***/ }),
|
|
14537
|
-
/*
|
|
14572
|
+
/* 363 */
|
|
14538
14573
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14539
14574
|
|
|
14540
14575
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14565,7 +14600,7 @@ class GhoFinalizeUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
14565
14600
|
}
|
|
14566
14601
|
|
|
14567
14602
|
/***/ }),
|
|
14568
|
-
/*
|
|
14603
|
+
/* 364 */
|
|
14569
14604
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14570
14605
|
|
|
14571
14606
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14589,18 +14624,18 @@ class GhoStartUnstakeAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14589
14624
|
}
|
|
14590
14625
|
|
|
14591
14626
|
/***/ }),
|
|
14592
|
-
/*
|
|
14627
|
+
/* 365 */
|
|
14593
14628
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14594
14629
|
|
|
14595
14630
|
__webpack_require__.r(__webpack_exports__);
|
|
14596
14631
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14597
14632
|
/* harmony export */ RenzoStakeAction: () => (/* reexport safe */ _RenzoStakeAction__WEBPACK_IMPORTED_MODULE_0__.RenzoStakeAction)
|
|
14598
14633
|
/* harmony export */ });
|
|
14599
|
-
/* harmony import */ var _RenzoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14634
|
+
/* harmony import */ var _RenzoStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(366);
|
|
14600
14635
|
|
|
14601
14636
|
|
|
14602
14637
|
/***/ }),
|
|
14603
|
-
/*
|
|
14638
|
+
/* 366 */
|
|
14604
14639
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14605
14640
|
|
|
14606
14641
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14647,7 +14682,7 @@ class RenzoStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14647
14682
|
}
|
|
14648
14683
|
|
|
14649
14684
|
/***/ }),
|
|
14650
|
-
/*
|
|
14685
|
+
/* 367 */
|
|
14651
14686
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14652
14687
|
|
|
14653
14688
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14656,15 +14691,15 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14656
14691
|
/* harmony export */ EtherFiUnwrapAction: () => (/* reexport safe */ _EtherFiUnwrapAction__WEBPACK_IMPORTED_MODULE_2__.EtherFiUnwrapAction),
|
|
14657
14692
|
/* harmony export */ EtherFiWrapAction: () => (/* reexport safe */ _EtherFiWrapAction__WEBPACK_IMPORTED_MODULE_1__.EtherFiWrapAction)
|
|
14658
14693
|
/* harmony export */ });
|
|
14659
|
-
/* harmony import */ var _EtherFiStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14660
|
-
/* harmony import */ var _EtherFiWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14661
|
-
/* harmony import */ var _EtherFiUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14694
|
+
/* harmony import */ var _EtherFiStakeAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(368);
|
|
14695
|
+
/* harmony import */ var _EtherFiWrapAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(369);
|
|
14696
|
+
/* harmony import */ var _EtherFiUnwrapAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(370);
|
|
14662
14697
|
|
|
14663
14698
|
|
|
14664
14699
|
|
|
14665
14700
|
|
|
14666
14701
|
/***/ }),
|
|
14667
|
-
/*
|
|
14702
|
+
/* 368 */
|
|
14668
14703
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14669
14704
|
|
|
14670
14705
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14712,7 +14747,7 @@ class EtherFiStakeAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14712
14747
|
}
|
|
14713
14748
|
|
|
14714
14749
|
/***/ }),
|
|
14715
|
-
/*
|
|
14750
|
+
/* 369 */
|
|
14716
14751
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14717
14752
|
|
|
14718
14753
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14759,7 +14794,7 @@ class EtherFiWrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14759
14794
|
}
|
|
14760
14795
|
|
|
14761
14796
|
/***/ }),
|
|
14762
|
-
/*
|
|
14797
|
+
/* 370 */
|
|
14763
14798
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14764
14799
|
|
|
14765
14800
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14806,7 +14841,7 @@ class EtherFiUnwrapAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
|
14806
14841
|
}
|
|
14807
14842
|
|
|
14808
14843
|
/***/ }),
|
|
14809
|
-
/*
|
|
14844
|
+
/* 371 */
|
|
14810
14845
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14811
14846
|
|
|
14812
14847
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14818,12 +14853,12 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14818
14853
|
/* harmony export */ FluidVaultT1SupplyAction: () => (/* reexport safe */ _FluidVaultT1SupplyAction__WEBPACK_IMPORTED_MODULE_4__.FluidVaultT1SupplyAction),
|
|
14819
14854
|
/* harmony export */ FluidVaultT1WithdrawAction: () => (/* reexport safe */ _FluidVaultT1WithdrawAction__WEBPACK_IMPORTED_MODULE_5__.FluidVaultT1WithdrawAction)
|
|
14820
14855
|
/* harmony export */ });
|
|
14821
|
-
/* harmony import */ var _FluidVaultT1OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
14822
|
-
/* harmony import */ var _FluidVaultT1AdjustAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
14823
|
-
/* harmony import */ var _FluidVaultT1BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
14824
|
-
/* harmony import */ var _FluidVaultT1PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
14825
|
-
/* harmony import */ var _FluidVaultT1SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
14826
|
-
/* harmony import */ var _FluidVaultT1WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
14856
|
+
/* harmony import */ var _FluidVaultT1OpenAction__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(372);
|
|
14857
|
+
/* harmony import */ var _FluidVaultT1AdjustAction__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(373);
|
|
14858
|
+
/* harmony import */ var _FluidVaultT1BorrowAction__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(374);
|
|
14859
|
+
/* harmony import */ var _FluidVaultT1PaybackAction__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(375);
|
|
14860
|
+
/* harmony import */ var _FluidVaultT1SupplyAction__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(376);
|
|
14861
|
+
/* harmony import */ var _FluidVaultT1WithdrawAction__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(377);
|
|
14827
14862
|
|
|
14828
14863
|
|
|
14829
14864
|
|
|
@@ -14832,15 +14867,23 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14832
14867
|
|
|
14833
14868
|
|
|
14834
14869
|
/***/ }),
|
|
14835
|
-
/*
|
|
14870
|
+
/* 372 */
|
|
14836
14871
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14837
14872
|
|
|
14838
14873
|
__webpack_require__.r(__webpack_exports__);
|
|
14839
14874
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14840
14875
|
/* harmony export */ FluidVaultT1OpenAction: () => (/* binding */ FluidVaultT1OpenAction)
|
|
14841
14876
|
/* harmony export */ });
|
|
14842
|
-
/* harmony import */ var
|
|
14843
|
-
/* harmony import */ var
|
|
14877
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
14878
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
14879
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
14880
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
14881
|
+
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); } }
|
|
14882
|
+
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); }); }; }
|
|
14883
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
14884
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
14885
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
14886
|
+
|
|
14844
14887
|
|
|
14845
14888
|
|
|
14846
14889
|
/**
|
|
@@ -14848,7 +14891,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14848
14891
|
*
|
|
14849
14892
|
* @category Fluid
|
|
14850
14893
|
*/
|
|
14851
|
-
class FluidVaultT1OpenAction extends
|
|
14894
|
+
class FluidVaultT1OpenAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
14852
14895
|
/**
|
|
14853
14896
|
* @param vault The address of the Fluid Vault T1
|
|
14854
14897
|
* @param collAmount Amount of collateral to deposit.
|
|
@@ -14856,15 +14899,29 @@ class FluidVaultT1OpenAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
14856
14899
|
* @param from Address to pull the collateral from.
|
|
14857
14900
|
* @param to Address to send the borrowed assets to.
|
|
14858
14901
|
* @param wrapBorrowedEth Whether to wrap the borrowed ETH into WETH if the borrowed asset is ETH.
|
|
14902
|
+
* @param collToken Address of the collateral token.
|
|
14859
14903
|
*/
|
|
14860
|
-
constructor(vault, collAmount, debtAmount, from, to, wrapBorrowedEth) {
|
|
14861
|
-
super('FluidVaultT1Open', (0,
|
|
14904
|
+
constructor(vault, collAmount, debtAmount, from, to, wrapBorrowedEth, collToken) {
|
|
14905
|
+
super('FluidVaultT1Open', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('FluidVaultT1Open'), ['address', 'uint256', 'uint256', 'address', 'address', 'bool'], [vault, collAmount, debtAmount, from, to, wrapBorrowedEth]);
|
|
14906
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
14862
14907
|
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3], this.args[4], this.args[5]];
|
|
14908
|
+
this.tokenForApproval = collToken;
|
|
14909
|
+
}
|
|
14910
|
+
getAssetsToApprove() {
|
|
14911
|
+
var _this = this;
|
|
14912
|
+
return _asyncToGenerator(function* () {
|
|
14913
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
14914
|
+
if (asset.symbol !== 'ETH') return [{
|
|
14915
|
+
asset: _this.tokenForApproval,
|
|
14916
|
+
owner: _this.args[3]
|
|
14917
|
+
}];
|
|
14918
|
+
return [];
|
|
14919
|
+
})();
|
|
14863
14920
|
}
|
|
14864
14921
|
}
|
|
14865
14922
|
|
|
14866
14923
|
/***/ }),
|
|
14867
|
-
/*
|
|
14924
|
+
/* 373 */
|
|
14868
14925
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14869
14926
|
|
|
14870
14927
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14899,7 +14956,7 @@ class FluidVaultT1AdjustAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
14899
14956
|
}
|
|
14900
14957
|
|
|
14901
14958
|
/***/ }),
|
|
14902
|
-
/*
|
|
14959
|
+
/* 374 */
|
|
14903
14960
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14904
14961
|
|
|
14905
14962
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -14930,15 +14987,23 @@ class FluidVaultT1BorrowAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
14930
14987
|
}
|
|
14931
14988
|
|
|
14932
14989
|
/***/ }),
|
|
14933
|
-
/*
|
|
14990
|
+
/* 375 */
|
|
14934
14991
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14935
14992
|
|
|
14936
14993
|
__webpack_require__.r(__webpack_exports__);
|
|
14937
14994
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14938
14995
|
/* harmony export */ FluidVaultT1PaybackAction: () => (/* binding */ FluidVaultT1PaybackAction)
|
|
14939
14996
|
/* harmony export */ });
|
|
14940
|
-
/* harmony import */ var
|
|
14941
|
-
/* harmony import */ var
|
|
14997
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
14998
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
14999
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
15000
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
15001
|
+
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); } }
|
|
15002
|
+
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); }); }; }
|
|
15003
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
15004
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
15005
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15006
|
+
|
|
14942
15007
|
|
|
14943
15008
|
|
|
14944
15009
|
/**
|
|
@@ -14946,29 +15011,51 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14946
15011
|
*
|
|
14947
15012
|
* @category Fluid
|
|
14948
15013
|
*/
|
|
14949
|
-
class FluidVaultT1PaybackAction extends
|
|
15014
|
+
class FluidVaultT1PaybackAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
14950
15015
|
/**
|
|
14951
15016
|
* @param vault The address of the Fluid Vault T1
|
|
14952
15017
|
* @param nftId ID of the NFT representing the position
|
|
14953
15018
|
* @param amount Amount to payback
|
|
14954
15019
|
* @param from Address to pull the tokens from
|
|
15020
|
+
* @param debtToken Address of the debt token
|
|
14955
15021
|
*/
|
|
14956
|
-
constructor(vault, nftId, amount, from) {
|
|
14957
|
-
super('FluidVaultT1Payback', (0,
|
|
15022
|
+
constructor(vault, nftId, amount, from, debtToken) {
|
|
15023
|
+
super('FluidVaultT1Payback', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('FluidVaultT1Payback'), ['address', 'uint256', 'uint256', 'address'], [vault, nftId, amount, from]);
|
|
15024
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
14958
15025
|
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3]];
|
|
15026
|
+
this.tokenForApproval = debtToken;
|
|
15027
|
+
}
|
|
15028
|
+
getAssetsToApprove() {
|
|
15029
|
+
var _this = this;
|
|
15030
|
+
return _asyncToGenerator(function* () {
|
|
15031
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
15032
|
+
if (asset.symbol !== 'ETH') return [{
|
|
15033
|
+
asset: _this.tokenForApproval,
|
|
15034
|
+
owner: _this.args[3]
|
|
15035
|
+
}];
|
|
15036
|
+
return [];
|
|
15037
|
+
})();
|
|
14959
15038
|
}
|
|
14960
15039
|
}
|
|
14961
15040
|
|
|
14962
15041
|
/***/ }),
|
|
14963
|
-
/*
|
|
15042
|
+
/* 376 */
|
|
14964
15043
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14965
15044
|
|
|
14966
15045
|
__webpack_require__.r(__webpack_exports__);
|
|
14967
15046
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
14968
15047
|
/* harmony export */ FluidVaultT1SupplyAction: () => (/* binding */ FluidVaultT1SupplyAction)
|
|
14969
15048
|
/* harmony export */ });
|
|
14970
|
-
/* harmony import */ var
|
|
14971
|
-
/* harmony import */ var
|
|
15049
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6);
|
|
15050
|
+
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__);
|
|
15051
|
+
/* harmony import */ var _Action__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1);
|
|
15052
|
+
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(27);
|
|
15053
|
+
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); } }
|
|
15054
|
+
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); }); }; }
|
|
15055
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
15056
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
15057
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15058
|
+
|
|
14972
15059
|
|
|
14973
15060
|
|
|
14974
15061
|
/**
|
|
@@ -14976,21 +15063,35 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
14976
15063
|
*
|
|
14977
15064
|
* @category Fluid
|
|
14978
15065
|
*/
|
|
14979
|
-
class FluidVaultT1SupplyAction extends
|
|
15066
|
+
class FluidVaultT1SupplyAction extends _Action__WEBPACK_IMPORTED_MODULE_1__.Action {
|
|
14980
15067
|
/**
|
|
14981
15068
|
* @param vault The address of the Fluid Vault T1
|
|
14982
15069
|
* @param nftId ID of the NFT representing the position
|
|
14983
15070
|
* @param amount Amount to supply
|
|
14984
15071
|
* @param from Address to pull the tokens from
|
|
15072
|
+
* @param collToken Address of the collateral token
|
|
14985
15073
|
*/
|
|
14986
|
-
constructor(vault, nftId, amount, from) {
|
|
14987
|
-
super('FluidVaultT1Supply', (0,
|
|
15074
|
+
constructor(vault, nftId, amount, from, collToken) {
|
|
15075
|
+
super('FluidVaultT1Supply', (0,_addresses__WEBPACK_IMPORTED_MODULE_2__.getAddr)('FluidVaultT1Supply'), ['address', 'uint256', 'uint256', 'address'], [vault, nftId, amount, from]);
|
|
15076
|
+
_defineProperty(this, "tokenForApproval", void 0);
|
|
14988
15077
|
this.mappableArgs = [this.args[0], this.args[1], this.args[2], this.args[3]];
|
|
15078
|
+
this.tokenForApproval = collToken;
|
|
15079
|
+
}
|
|
15080
|
+
getAssetsToApprove() {
|
|
15081
|
+
var _this = this;
|
|
15082
|
+
return _asyncToGenerator(function* () {
|
|
15083
|
+
var asset = (0,_defisaver_tokens__WEBPACK_IMPORTED_MODULE_0__.getAssetInfoByAddress)(_this.tokenForApproval);
|
|
15084
|
+
if (asset.symbol !== 'ETH') return [{
|
|
15085
|
+
asset: _this.tokenForApproval,
|
|
15086
|
+
owner: _this.args[3]
|
|
15087
|
+
}];
|
|
15088
|
+
return [];
|
|
15089
|
+
})();
|
|
14989
15090
|
}
|
|
14990
15091
|
}
|
|
14991
15092
|
|
|
14992
15093
|
/***/ }),
|
|
14993
|
-
/*
|
|
15094
|
+
/* 377 */
|
|
14994
15095
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
14995
15096
|
|
|
14996
15097
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15021,7 +15122,7 @@ class FluidVaultT1WithdrawAction extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
15021
15122
|
}
|
|
15022
15123
|
|
|
15023
15124
|
/***/ }),
|
|
15024
|
-
/*
|
|
15125
|
+
/* 378 */
|
|
15025
15126
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15026
15127
|
|
|
15027
15128
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15054,33 +15155,33 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15054
15155
|
/* harmony export */ TrailingStopTrigger: () => (/* reexport safe */ _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__.TrailingStopTrigger),
|
|
15055
15156
|
/* harmony export */ UniV3CurrentTickTrigger: () => (/* reexport safe */ _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__.UniV3CurrentTickTrigger)
|
|
15056
15157
|
/* harmony export */ });
|
|
15057
|
-
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
15058
|
-
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15059
|
-
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
15060
|
-
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
15061
|
-
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
15062
|
-
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
15063
|
-
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
15064
|
-
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
15065
|
-
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(
|
|
15066
|
-
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(
|
|
15067
|
-
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(
|
|
15068
|
-
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(
|
|
15069
|
-
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(
|
|
15070
|
-
/* harmony import */ var _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(
|
|
15071
|
-
/* harmony import */ var _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(
|
|
15072
|
-
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(
|
|
15073
|
-
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(
|
|
15074
|
-
/* harmony import */ var _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(
|
|
15075
|
-
/* harmony import */ var _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(
|
|
15076
|
-
/* harmony import */ var _CurveUsdHealthRatioTrigger__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(
|
|
15077
|
-
/* harmony import */ var _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(
|
|
15078
|
-
/* harmony import */ var _OffchainPriceTrigger__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(
|
|
15079
|
-
/* harmony import */ var _MorphoBluePriceTrigger__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(
|
|
15080
|
-
/* harmony import */ var _LiquityV2RatioTrigger__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(
|
|
15081
|
-
/* harmony import */ var _ClosePriceTrigger__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(
|
|
15082
|
-
/* harmony import */ var _LiquityV2QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(
|
|
15083
|
-
/* harmony import */ var _FluidRatioTrigger__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(
|
|
15158
|
+
/* harmony import */ var _MakerRatioTrigger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(379);
|
|
15159
|
+
/* harmony import */ var _ChainLinkPriceTrigger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(380);
|
|
15160
|
+
/* harmony import */ var _UniV3CurrentTickTrigger__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(381);
|
|
15161
|
+
/* harmony import */ var _TimestampTrigger__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(382);
|
|
15162
|
+
/* harmony import */ var _GasPriceTrigger__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(383);
|
|
15163
|
+
/* harmony import */ var _CompoundRatioTrigger__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(384);
|
|
15164
|
+
/* harmony import */ var _ReflexerRatioTrigger__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(385);
|
|
15165
|
+
/* harmony import */ var _LiquityRatioTrigger__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(386);
|
|
15166
|
+
/* harmony import */ var _AaveV3RatioTrigger__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(387);
|
|
15167
|
+
/* harmony import */ var _CompV3RatioTrigger__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(388);
|
|
15168
|
+
/* harmony import */ var _TrailingStopTrigger__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(389);
|
|
15169
|
+
/* harmony import */ var _CBRebondTrigger__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(390);
|
|
15170
|
+
/* harmony import */ var _AaveV3QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(391);
|
|
15171
|
+
/* harmony import */ var _AaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(392);
|
|
15172
|
+
/* harmony import */ var _MorphoAaveV2RatioTrigger__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(393);
|
|
15173
|
+
/* harmony import */ var _SparkRatioTrigger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(394);
|
|
15174
|
+
/* harmony import */ var _SparkQuotePriceTrigger__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(395);
|
|
15175
|
+
/* harmony import */ var _LiquityDebtInFrontWithLimitTrigger__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(396);
|
|
15176
|
+
/* harmony import */ var _CurveUsdCollRatioTrigger__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(397);
|
|
15177
|
+
/* harmony import */ var _CurveUsdHealthRatioTrigger__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(398);
|
|
15178
|
+
/* harmony import */ var _MorphoBlueRatioTrigger__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(399);
|
|
15179
|
+
/* harmony import */ var _OffchainPriceTrigger__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(400);
|
|
15180
|
+
/* harmony import */ var _MorphoBluePriceTrigger__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(401);
|
|
15181
|
+
/* harmony import */ var _LiquityV2RatioTrigger__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(402);
|
|
15182
|
+
/* harmony import */ var _ClosePriceTrigger__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(403);
|
|
15183
|
+
/* harmony import */ var _LiquityV2QuotePriceTrigger__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(404);
|
|
15184
|
+
/* harmony import */ var _FluidRatioTrigger__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(405);
|
|
15084
15185
|
|
|
15085
15186
|
|
|
15086
15187
|
|
|
@@ -15110,7 +15211,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15110
15211
|
|
|
15111
15212
|
|
|
15112
15213
|
/***/ }),
|
|
15113
|
-
/*
|
|
15214
|
+
/* 379 */
|
|
15114
15215
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15115
15216
|
|
|
15116
15217
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15133,7 +15234,7 @@ class MakerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15133
15234
|
}
|
|
15134
15235
|
|
|
15135
15236
|
/***/ }),
|
|
15136
|
-
/*
|
|
15237
|
+
/* 380 */
|
|
15137
15238
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15138
15239
|
|
|
15139
15240
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15156,7 +15257,7 @@ class ChainLinkPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15156
15257
|
}
|
|
15157
15258
|
|
|
15158
15259
|
/***/ }),
|
|
15159
|
-
/*
|
|
15260
|
+
/* 381 */
|
|
15160
15261
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15161
15262
|
|
|
15162
15263
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15179,7 +15280,7 @@ class UniV3CurrentTickTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
15179
15280
|
}
|
|
15180
15281
|
|
|
15181
15282
|
/***/ }),
|
|
15182
|
-
/*
|
|
15283
|
+
/* 382 */
|
|
15183
15284
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15184
15285
|
|
|
15185
15286
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15202,7 +15303,7 @@ class TimestampTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15202
15303
|
}
|
|
15203
15304
|
|
|
15204
15305
|
/***/ }),
|
|
15205
|
-
/*
|
|
15306
|
+
/* 383 */
|
|
15206
15307
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15207
15308
|
|
|
15208
15309
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15225,7 +15326,7 @@ class GasPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15225
15326
|
}
|
|
15226
15327
|
|
|
15227
15328
|
/***/ }),
|
|
15228
|
-
/*
|
|
15329
|
+
/* 384 */
|
|
15229
15330
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15230
15331
|
|
|
15231
15332
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15248,7 +15349,7 @@ class CompoundRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15248
15349
|
}
|
|
15249
15350
|
|
|
15250
15351
|
/***/ }),
|
|
15251
|
-
/*
|
|
15352
|
+
/* 385 */
|
|
15252
15353
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15253
15354
|
|
|
15254
15355
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15271,7 +15372,7 @@ class ReflexerRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15271
15372
|
}
|
|
15272
15373
|
|
|
15273
15374
|
/***/ }),
|
|
15274
|
-
/*
|
|
15375
|
+
/* 386 */
|
|
15275
15376
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15276
15377
|
|
|
15277
15378
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15294,7 +15395,7 @@ class LiquityRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15294
15395
|
}
|
|
15295
15396
|
|
|
15296
15397
|
/***/ }),
|
|
15297
|
-
/*
|
|
15398
|
+
/* 387 */
|
|
15298
15399
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15299
15400
|
|
|
15300
15401
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15317,7 +15418,7 @@ class AaveV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15317
15418
|
}
|
|
15318
15419
|
|
|
15319
15420
|
/***/ }),
|
|
15320
|
-
/*
|
|
15421
|
+
/* 388 */
|
|
15321
15422
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15322
15423
|
|
|
15323
15424
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15340,7 +15441,7 @@ class CompV3RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15340
15441
|
}
|
|
15341
15442
|
|
|
15342
15443
|
/***/ }),
|
|
15343
|
-
/*
|
|
15444
|
+
/* 389 */
|
|
15344
15445
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15345
15446
|
|
|
15346
15447
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15363,7 +15464,7 @@ class TrailingStopTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15363
15464
|
}
|
|
15364
15465
|
|
|
15365
15466
|
/***/ }),
|
|
15366
|
-
/*
|
|
15467
|
+
/* 390 */
|
|
15367
15468
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15368
15469
|
|
|
15369
15470
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15386,7 +15487,7 @@ class CBRebondTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15386
15487
|
}
|
|
15387
15488
|
|
|
15388
15489
|
/***/ }),
|
|
15389
|
-
/*
|
|
15490
|
+
/* 391 */
|
|
15390
15491
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15391
15492
|
|
|
15392
15493
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15409,7 +15510,7 @@ class AaveV3QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Actio
|
|
|
15409
15510
|
}
|
|
15410
15511
|
|
|
15411
15512
|
/***/ }),
|
|
15412
|
-
/*
|
|
15513
|
+
/* 392 */
|
|
15413
15514
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15414
15515
|
|
|
15415
15516
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15432,7 +15533,7 @@ class AaveV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15432
15533
|
}
|
|
15433
15534
|
|
|
15434
15535
|
/***/ }),
|
|
15435
|
-
/*
|
|
15536
|
+
/* 393 */
|
|
15436
15537
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15437
15538
|
|
|
15438
15539
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15455,7 +15556,7 @@ class MorphoAaveV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
15455
15556
|
}
|
|
15456
15557
|
|
|
15457
15558
|
/***/ }),
|
|
15458
|
-
/*
|
|
15559
|
+
/* 394 */
|
|
15459
15560
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15460
15561
|
|
|
15461
15562
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15478,7 +15579,7 @@ class SparkRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15478
15579
|
}
|
|
15479
15580
|
|
|
15480
15581
|
/***/ }),
|
|
15481
|
-
/*
|
|
15582
|
+
/* 395 */
|
|
15482
15583
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15483
15584
|
|
|
15484
15585
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15501,7 +15602,7 @@ class SparkQuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15501
15602
|
}
|
|
15502
15603
|
|
|
15503
15604
|
/***/ }),
|
|
15504
|
-
/*
|
|
15605
|
+
/* 396 */
|
|
15505
15606
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15506
15607
|
|
|
15507
15608
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15524,7 +15625,7 @@ class LiquityDebtInFrontWithLimitTrigger extends _Action__WEBPACK_IMPORTED_MODUL
|
|
|
15524
15625
|
}
|
|
15525
15626
|
|
|
15526
15627
|
/***/ }),
|
|
15527
|
-
/*
|
|
15628
|
+
/* 397 */
|
|
15528
15629
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15529
15630
|
|
|
15530
15631
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15547,7 +15648,7 @@ class CurveUsdCollRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Acti
|
|
|
15547
15648
|
}
|
|
15548
15649
|
|
|
15549
15650
|
/***/ }),
|
|
15550
|
-
/*
|
|
15651
|
+
/* 398 */
|
|
15551
15652
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15552
15653
|
|
|
15553
15654
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15570,7 +15671,7 @@ class CurveUsdHealthRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
15570
15671
|
}
|
|
15571
15672
|
|
|
15572
15673
|
/***/ }),
|
|
15573
|
-
/*
|
|
15674
|
+
/* 399 */
|
|
15574
15675
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15575
15676
|
|
|
15576
15677
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15593,7 +15694,7 @@ class MorphoBlueRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15593
15694
|
}
|
|
15594
15695
|
|
|
15595
15696
|
/***/ }),
|
|
15596
|
-
/*
|
|
15697
|
+
/* 400 */
|
|
15597
15698
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15598
15699
|
|
|
15599
15700
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15616,7 +15717,7 @@ class OffchainPriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15616
15717
|
}
|
|
15617
15718
|
|
|
15618
15719
|
/***/ }),
|
|
15619
|
-
/*
|
|
15720
|
+
/* 401 */
|
|
15620
15721
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15621
15722
|
|
|
15622
15723
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15645,7 +15746,7 @@ class MorphoBluePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15645
15746
|
}
|
|
15646
15747
|
|
|
15647
15748
|
/***/ }),
|
|
15648
|
-
/*
|
|
15749
|
+
/* 402 */
|
|
15649
15750
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15650
15751
|
|
|
15651
15752
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15666,7 +15767,7 @@ class LiquityV2RatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action
|
|
|
15666
15767
|
}
|
|
15667
15768
|
|
|
15668
15769
|
/***/ }),
|
|
15669
|
-
/*
|
|
15770
|
+
/* 403 */
|
|
15670
15771
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15671
15772
|
|
|
15672
15773
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15689,7 +15790,7 @@ class ClosePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15689
15790
|
}
|
|
15690
15791
|
|
|
15691
15792
|
/***/ }),
|
|
15692
|
-
/*
|
|
15793
|
+
/* 404 */
|
|
15693
15794
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15694
15795
|
|
|
15695
15796
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15710,7 +15811,7 @@ class LiquityV2QuotePriceTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Ac
|
|
|
15710
15811
|
}
|
|
15711
15812
|
|
|
15712
15813
|
/***/ }),
|
|
15713
|
-
/*
|
|
15814
|
+
/* 405 */
|
|
15714
15815
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15715
15816
|
|
|
15716
15817
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15733,7 +15834,7 @@ class FluidRatioTrigger extends _Action__WEBPACK_IMPORTED_MODULE_0__.Action {
|
|
|
15733
15834
|
}
|
|
15734
15835
|
|
|
15735
15836
|
/***/ }),
|
|
15736
|
-
/*
|
|
15837
|
+
/* 406 */
|
|
15737
15838
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15738
15839
|
|
|
15739
15840
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15747,9 +15848,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15747
15848
|
/* harmony export */ uniswapV3LP: () => (/* reexport module object */ _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__),
|
|
15748
15849
|
/* harmony export */ zeroExExchange: () => (/* reexport module object */ _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__)
|
|
15749
15850
|
/* harmony export */ });
|
|
15750
|
-
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
15851
|
+
/* harmony import */ var _zeroExExchange__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(407);
|
|
15751
15852
|
/* harmony import */ var _uniswapLP__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(136);
|
|
15752
|
-
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
15853
|
+
/* harmony import */ var _uniswapV3LP__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(409);
|
|
15753
15854
|
/* harmony import */ var _convex_utils__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(241);
|
|
15754
15855
|
/* harmony import */ var _mstableAssetPairs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(221);
|
|
15755
15856
|
/* harmony import */ var _curve_utils__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(207);
|
|
@@ -15766,7 +15867,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15766
15867
|
|
|
15767
15868
|
|
|
15768
15869
|
/***/ }),
|
|
15769
|
-
/*
|
|
15870
|
+
/* 407 */
|
|
15770
15871
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15771
15872
|
|
|
15772
15873
|
__webpack_require__.r(__webpack_exports__);
|
|
@@ -15777,7 +15878,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
15777
15878
|
/* harmony export */ });
|
|
15778
15879
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5);
|
|
15779
15880
|
/* harmony import */ var decimal_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(decimal_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
15780
|
-
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
15881
|
+
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(408);
|
|
15781
15882
|
/* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__);
|
|
15782
15883
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6);
|
|
15783
15884
|
/* harmony import */ var _defisaver_tokens__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_defisaver_tokens__WEBPACK_IMPORTED_MODULE_2__);
|
|
@@ -15979,20 +16080,20 @@ var createSellAction = /*#__PURE__*/function () {
|
|
|
15979
16080
|
}();
|
|
15980
16081
|
|
|
15981
16082
|
/***/ }),
|
|
15982
|
-
/*
|
|
16083
|
+
/* 408 */
|
|
15983
16084
|
/***/ ((module) => {
|
|
15984
16085
|
|
|
15985
|
-
module.exports =
|
|
16086
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__408__;
|
|
15986
16087
|
|
|
15987
16088
|
/***/ }),
|
|
15988
|
-
/*
|
|
16089
|
+
/* 409 */
|
|
15989
16090
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
15990
16091
|
|
|
15991
16092
|
__webpack_require__.r(__webpack_exports__);
|
|
15992
16093
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15993
16094
|
/* harmony export */ getAssetAddrByTokenId: () => (/* binding */ getAssetAddrByTokenId)
|
|
15994
16095
|
/* harmony export */ });
|
|
15995
|
-
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
16096
|
+
/* harmony import */ var _abis_UniV3PositionManager_json__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(410);
|
|
15996
16097
|
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); } }
|
|
15997
16098
|
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); }); }; }
|
|
15998
16099
|
/**
|
|
@@ -16017,7 +16118,7 @@ var getAssetAddrByTokenId = /*#__PURE__*/function () {
|
|
|
16017
16118
|
}();
|
|
16018
16119
|
|
|
16019
16120
|
/***/ }),
|
|
16020
|
-
/*
|
|
16121
|
+
/* 410 */
|
|
16021
16122
|
/***/ ((module) => {
|
|
16022
16123
|
|
|
16023
16124
|
module.exports = /*#__PURE__*/JSON.parse('[{"constant":false,"inputs":[{"name":"tokenId","type":"uint256"}],"name":"positions","outputs":[{"name":"nonce","type":"uint96"},{"name":"operator","type":"address"},{"name":"token0","type":"address"},{"name":"token1","type":"address"},{"name":"fee","type":"uint24"},{"name":"tickLower","type":"int24"},{"name":"tickUpper","type":"int24"},{"name":"liquidity","type":"uint128"},{"name":"feeGrowthInside0LastX128","type":"uint256"},{"name":"feeGrowthInside1LastX128","type":"uint256"},{"name":"tokensOwed0","type":"uint128"},{"name":"tokensOwed1","type":"uint128"}],"payable":false,"stateMutability":"view","type":"function"}]');
|
|
@@ -16121,8 +16222,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
16121
16222
|
/* harmony import */ var _Strategy__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(29);
|
|
16122
16223
|
/* harmony import */ var _DfsWeb3__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(30);
|
|
16123
16224
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(35);
|
|
16124
|
-
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
16125
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(
|
|
16225
|
+
/* harmony import */ var _triggers__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(378);
|
|
16226
|
+
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(406);
|
|
16126
16227
|
/* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4);
|
|
16127
16228
|
/* harmony import */ var _addresses__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(27);
|
|
16128
16229
|
/* Export types here */
|