@morpho-org/blue-sdk 1.3.1 → 1.3.3

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/lib/addresses.js CHANGED
@@ -170,6 +170,7 @@ exports.convexWrapperTokens = {
170
170
  exports.addresses[chain_1.ChainId.EthMainnet]["stkcvxcrvCRVUSDTBTCWSTETH-morpho"],
171
171
  exports.addresses[chain_1.ChainId.EthMainnet]["stkcvxTryLSD-morpho"],
172
172
  exports.addresses[chain_1.ChainId.EthMainnet]["stkcvxcrvUSDETHCRV-morpho"],
173
+ exports.addresses[chain_1.ChainId.EthMainnet]["stkcvx2BTC-f-morpho"],
173
174
  ]),
174
175
  [chain_1.ChainId.EthGoerliTestnet]: new Set(),
175
176
  [chain_1.ChainId.BaseMainnet]: new Set(),
@@ -14,5 +14,6 @@ export declare const MAINNET_MARKETS: {
14
14
  crvUsd_stkcvxcrvCRVUSDTBTCWSTETH: MarketConfig;
15
15
  crvUsd_stkcvxTryLSD: MarketConfig;
16
16
  crvUsd_stkcvxcrvUSDETHCRV: MarketConfig;
17
+ "crvUsd_stkcvx2BTC-f": MarketConfig;
17
18
  usda_re7Eth: MarketConfig;
18
19
  };
@@ -104,6 +104,13 @@ exports.MAINNET_MARKETS = {
104
104
  irm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC",
105
105
  lltv: 860000000000000000n,
106
106
  }),
107
+ "crvUsd_stkcvx2BTC-f": new market_1.MarketConfig({
108
+ loanToken: "0xf939E0A03FB07F59A73314E73794Be0E57ac1b4E",
109
+ collateralToken: "0x385E12cf4040543Bc8C18e05C1298Be5B04f3f5e",
110
+ oracle: "0x20c4fA59f032bEC6de1905B7201CB88DFD968abA",
111
+ irm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC",
112
+ lltv: 860000000000000000n,
113
+ }),
107
114
  usda_re7Eth: new market_1.MarketConfig({
108
115
  loanToken: "0x0000206329b97DB379d5E1Bf586BbDB969C63274",
109
116
  collateralToken: "0x78Fc2c2eD1A4cDb5402365934aE5648aDAd094d0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morpho-org/blue-sdk",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "author": "Morpho Association <contact@morpho.org>",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",
@@ -13,7 +13,7 @@
13
13
  "test": "jest"
14
14
  },
15
15
  "dependencies": {
16
- "@morpho-org/morpho-ts": "^1.0.6",
16
+ "@morpho-org/morpho-ts": "^1.1.0",
17
17
  "keccak256": "^1.0.6"
18
18
  },
19
19
  "devDependencies": {
@@ -46,5 +46,5 @@
46
46
  ],
47
47
  "preset": "ts-jest"
48
48
  },
49
- "gitHead": "8d4335094d8cd7203c36a84f8ac09d2e13b6c206"
49
+ "gitHead": "75e21af63b0c6f15f139b8f719f414d63e0a595e"
50
50
  }