@defisaver/positions-sdk 2.1.68-dev → 2.1.69
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/cjs/markets/morphoBlue/index.d.ts +20 -19
- package/cjs/markets/morphoBlue/index.js +101 -100
- package/cjs/types/morphoBlue.d.ts +10 -10
- package/cjs/types/morphoBlue.js +10 -10
- package/esm/markets/morphoBlue/index.d.ts +20 -19
- package/esm/markets/morphoBlue/index.js +89 -88
- package/esm/types/morphoBlue.d.ts +10 -10
- package/esm/types/morphoBlue.js +10 -10
- package/package.json +2 -2
- package/src/markets/morphoBlue/index.ts +89 -88
- package/src/types/morphoBlue.ts +10 -10
package/esm/types/morphoBlue.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export var MorphoBlueVersions;
|
|
2
2
|
(function (MorphoBlueVersions) {
|
|
3
3
|
// MAINNET
|
|
4
|
-
MorphoBlueVersions["
|
|
5
|
-
MorphoBlueVersions["
|
|
6
|
-
MorphoBlueVersions["
|
|
7
|
-
MorphoBlueVersions["
|
|
4
|
+
MorphoBlueVersions["MorphoBlueMKRDAI_777"] = "morphobluemkrdai_777";
|
|
5
|
+
MorphoBlueVersions["MorphoBlueWoEthEth_860"] = "morphobluewoetheth_860";
|
|
6
|
+
MorphoBlueVersions["MorphoBlueOsEthEth_860"] = "morphoblueosetheth_860";
|
|
7
|
+
MorphoBlueVersions["MorphoBlueWeEthEth_860"] = "morphoblueweetheth_860";
|
|
8
8
|
MorphoBlueVersions["MorphoBlueWstEthUSDC"] = "morphobluewstethusdc";
|
|
9
9
|
MorphoBlueVersions["MorphoBlueSDAIUSDC"] = "morphobluesdaiusdc";
|
|
10
10
|
MorphoBlueVersions["MorphoBlueWBTCUSDC"] = "morphobluewbtcusdc";
|
|
11
11
|
MorphoBlueVersions["MorphoBlueEthUSDC_915"] = "morphoblueethusdc_915";
|
|
12
|
-
MorphoBlueVersions["
|
|
12
|
+
MorphoBlueVersions["MorphoBlueEthUSDC_860"] = "morphoblueethusdc_860";
|
|
13
13
|
MorphoBlueVersions["MorphoBlueWBTCUSDT"] = "morphobluewbtcusdt";
|
|
14
14
|
MorphoBlueVersions["MorphoBlueWstEthUSDT"] = "morphobluewstethusdt";
|
|
15
15
|
MorphoBlueVersions["MorphoBlueWstEthUSDA_Exchange_Rate"] = "morphobluewstethusda_exchange_rate";
|
|
@@ -35,7 +35,7 @@ export var MorphoBlueVersions;
|
|
|
35
35
|
MorphoBlueVersions["MorphoBlueRsEthEth_945"] = "morphobluersetheth_945";
|
|
36
36
|
MorphoBlueVersions["MorphoBlueRsEthEth_860"] = "morphobluersetheth_860";
|
|
37
37
|
MorphoBlueVersions["MorphoBlueRswEthEth_945"] = "morphobluerswetheth_945";
|
|
38
|
-
MorphoBlueVersions["
|
|
38
|
+
MorphoBlueVersions["MorphoBluePTweETHUSDA_860"] = "morphoblueptweethusda_860";
|
|
39
39
|
MorphoBlueVersions["MorphoBlueSwBTCWBTC_945"] = "morphoblueswbtcwbtc_945";
|
|
40
40
|
// ezETH/ETH
|
|
41
41
|
MorphoBlueVersions["MorphoBlueEzEthEth_860"] = "morphoblueezetheth_860";
|
|
@@ -80,10 +80,10 @@ export var MorphoBlueVersions;
|
|
|
80
80
|
MorphoBlueVersions["MorphoBlueWeEthEth_945_Base"] = "morphoblueweetheth_945_base";
|
|
81
81
|
MorphoBlueVersions["MorphoBlueWeEthEth_915_Base"] = "morphoblueweetheth_915_base";
|
|
82
82
|
MorphoBlueVersions["MorphoBlueAEROUSDC_625_Base"] = "morphoblueaerousdc_625_base";
|
|
83
|
-
MorphoBlueVersions["
|
|
84
|
-
MorphoBlueVersions["
|
|
85
|
-
MorphoBlueVersions["
|
|
86
|
-
MorphoBlueVersions["
|
|
83
|
+
MorphoBlueVersions["MorphoBlueWeEthUSDC_777_Base"] = "morphoblueweethusdc_777_base";
|
|
84
|
+
MorphoBlueVersions["MorphoBlueEzEthUsdc_777_Base"] = "morphoblueezethusdc_777_base";
|
|
85
|
+
MorphoBlueVersions["MorphoBlueEzEthEth_777_Base"] = "morphoblueezetheth_777_base";
|
|
86
|
+
MorphoBlueVersions["MorphoBlueBsdEthEth_860_Base"] = "morphobluebsdetheth_860_base";
|
|
87
87
|
// ARBITRUM
|
|
88
88
|
MorphoBlueVersions["MorphoBlueSyrupUSDCUSDC_915_Arb"] = "morphobluesyrupusdcusdc_915_arb";
|
|
89
89
|
MorphoBlueVersions["MorphoBlueWBTCUSDC_860_Arb"] = "morphobluewbtcusdc_860_arb";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defisaver/positions-sdk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.69",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./cjs/index.js",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"author": "",
|
|
22
22
|
"license": "ISC",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@defisaver/tokens": "^1.7.
|
|
24
|
+
"@defisaver/tokens": "^1.7.25",
|
|
25
25
|
"@types/lodash": "^4.17.15",
|
|
26
26
|
"@types/memoizee": "^0.4.12",
|
|
27
27
|
"decimal.js": "^10.6.0",
|