@morpho-org/blue-sdk 2.0.0-next.16 → 2.0.0-next.17

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.
@@ -14,7 +14,7 @@ export declare const addresses: {
14
14
  readonly aaveV2Bundler: "0xb3dCc75DB379925edFd3007511A8CE0cB4aa8e76";
15
15
  readonly aaveV3Bundler: "0x98ccB155E86bb478d514a827d16f58c6912f9BDC";
16
16
  readonly compoundV3Bundler: "0x3a0e2E9FB9c95fBc843daF166276C90B6C479558";
17
- readonly compoundV2Bundler: "0x26bf52a84360ad3d01d7cdc28fc2ddc04d8c8647";
17
+ readonly compoundV2Bundler: "0x26bF52a84360Ad3d01d7CDc28FC2dDC04d8c8647";
18
18
  readonly adaptiveCurveIrm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC";
19
19
  readonly publicAllocator: "0xfd32fA2ca22c76dD6E550706Ad913FC6CE91c75D";
20
20
  readonly metaMorphoFactory: "0xA9c3D3a366466Fa809d1Ae982Fb2c46E5fC41101";
package/lib/addresses.js CHANGED
@@ -14,7 +14,7 @@ export const addresses = {
14
14
  aaveV2Bundler: "0xb3dCc75DB379925edFd3007511A8CE0cB4aa8e76",
15
15
  aaveV3Bundler: "0x98ccB155E86bb478d514a827d16f58c6912f9BDC",
16
16
  compoundV3Bundler: "0x3a0e2E9FB9c95fBc843daF166276C90B6C479558",
17
- compoundV2Bundler: "0x26bf52a84360ad3d01d7cdc28fc2ddc04d8c8647",
17
+ compoundV2Bundler: "0x26bF52a84360Ad3d01d7CDc28FC2dDC04d8c8647",
18
18
  adaptiveCurveIrm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC",
19
19
  publicAllocator: "0xfd32fA2ca22c76dD6E550706Ad913FC6CE91c75D",
20
20
  metaMorphoFactory: "0xA9c3D3a366466Fa809d1Ae982Fb2c46E5fC41101",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@morpho-org/blue-sdk",
3
3
  "description": "Framework-agnostic package that defines Morpho-related entity classes (such as `Market`, `Token`, `Vault`).",
4
- "version": "2.0.0-next.16",
4
+ "version": "2.0.0-next.17",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"
@@ -22,7 +22,7 @@
22
22
  "@noble/hashes": "^1.5.0"
23
23
  },
24
24
  "peerDependencies": {
25
- "@morpho-org/morpho-ts": "^2.0.0-next.7"
25
+ "@morpho-org/morpho-ts": "^2.0.0-next.8"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.7.8",
@@ -30,9 +30,8 @@
30
30
  "viem": "^2.21.32",
31
31
  "viem-deal": "^2.0.1",
32
32
  "vitest": "^2.1.3",
33
- "@morpho-org/morpho-ts": "^2.0.0-next.7",
34
- "@morpho-org/test-viem": "^2.0.0-next.17",
35
- "@morpho-org/test": "^2.0.0-next.12"
33
+ "@morpho-org/morpho-ts": "^2.0.0-next.8",
34
+ "@morpho-org/test": "^2.0.0-next.13"
36
35
  },
37
36
  "scripts": {
38
37
  "prepublish": "$npm_execpath build",