@morpho-org/blue-sdk 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/lib/addresses.js +1 -0
  2. package/package.json +3 -3
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(),
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.2",
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": "71689ddb8974502e691a08362d52e649e1788e96"
50
50
  }