@morpho-org/blue-sdk 3.0.0-next.3 → 3.0.0-next.4

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.
@@ -34,7 +34,7 @@ export declare const addresses: {
34
34
  readonly compoundV2Bundler: "0x26bF52a84360Ad3d01d7CDc28FC2dDC04d8c8647";
35
35
  readonly adaptiveCurveIrm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC";
36
36
  readonly publicAllocator: "0xfd32fA2ca22c76dD6E550706Ad913FC6CE91c75D";
37
- readonly metaMorphoFactory: "0xA9c3D3a366466Fa809d1Ae982Fb2c46E5fC41101";
37
+ readonly metaMorphoFactory: "0x1897A8997241C1cD4bD0698647e4EB7213535c24";
38
38
  readonly wNative: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2";
39
39
  readonly morphoToken: "0x9994E35Db50125E0DF82e4c2dde62496CE330999";
40
40
  readonly aaveV3Optimizer: "0x33333aea097c193e66081E930c33020272b33333";
@@ -85,7 +85,7 @@ export declare const addresses: {
85
85
  readonly compoundV3Bundler: "0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA";
86
86
  readonly adaptiveCurveIrm: "0x46415998764C29aB2a25CbeA6254146D50D22687";
87
87
  readonly publicAllocator: "0xA090dD1a701408Df1d4d0B85b716c87565f90467";
88
- readonly metaMorphoFactory: "0xA9c3D3a366466Fa809d1Ae982Fb2c46E5fC41101";
88
+ readonly metaMorphoFactory: "0xFf62A7c278C62eD665133147129245053Bbf5918";
89
89
  readonly wNative: "0x4200000000000000000000000000000000000006";
90
90
  readonly usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";
91
91
  readonly verUsdc: "0x59aaF835D34b1E3dF2170e4872B785f11E2a964b";
package/lib/addresses.js CHANGED
@@ -37,7 +37,7 @@ exports.addresses = {
37
37
  compoundV2Bundler: "0x26bF52a84360Ad3d01d7CDc28FC2dDC04d8c8647",
38
38
  adaptiveCurveIrm: "0x870aC11D48B15DB9a138Cf899d20F13F79Ba00BC",
39
39
  publicAllocator: "0xfd32fA2ca22c76dD6E550706Ad913FC6CE91c75D",
40
- metaMorphoFactory: "0xA9c3D3a366466Fa809d1Ae982Fb2c46E5fC41101",
40
+ metaMorphoFactory: "0x1897A8997241C1cD4bD0698647e4EB7213535c24",
41
41
  wNative: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
42
42
  morphoToken: "0x9994E35Db50125E0DF82e4c2dde62496CE330999",
43
43
  aaveV3Optimizer: "0x33333aea097c193e66081E930c33020272b33333",
@@ -92,7 +92,7 @@ exports.addresses = {
92
92
  compoundV3Bundler: "0x1f8076e2EB6f10b12e6886f30D4909A91969F7dA",
93
93
  adaptiveCurveIrm: "0x46415998764C29aB2a25CbeA6254146D50D22687",
94
94
  publicAllocator: "0xA090dD1a701408Df1d4d0B85b716c87565f90467",
95
- metaMorphoFactory: "0xA9c3D3a366466Fa809d1Ae982Fb2c46E5fC41101",
95
+ metaMorphoFactory: "0xFf62A7c278C62eD665133147129245053Bbf5918",
96
96
  wNative: "0x4200000000000000000000000000000000000006",
97
97
  usdc: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
98
98
  verUsdc: "0x59aaF835D34b1E3dF2170e4872B785f11E2a964b",
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": "3.0.0-next.3",
4
+ "version": "3.0.0-next.4",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"