@morpho-org/blue-sdk 4.9.1 → 4.10.0

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.
@@ -284,6 +284,7 @@ declare const _addressesRegistry: {
284
284
  };
285
285
  readonly 130: {
286
286
  readonly morpho: "0x8f5ae9CddB9f68de460C77730b018Ae7E04a140A";
287
+ readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
287
288
  readonly bundler3: {
288
289
  readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
289
290
  readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
@@ -585,6 +586,7 @@ declare const _deployments: {
585
586
  };
586
587
  readonly 130: {
587
588
  readonly morpho: 9139027n;
589
+ readonly permit2: 0n;
588
590
  readonly bundler3: {
589
591
  readonly bundler3: 9381237n;
590
592
  readonly generalAdapter1: 9381237n;
@@ -977,6 +979,7 @@ export declare let addressesRegistry: {
977
979
  };
978
980
  readonly 130: {
979
981
  readonly morpho: "0x8f5ae9CddB9f68de460C77730b018Ae7E04a140A";
982
+ readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
980
983
  readonly bundler3: {
981
984
  readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
982
985
  readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
@@ -1276,6 +1279,7 @@ export declare let deployments: {
1276
1279
  };
1277
1280
  readonly 130: {
1278
1281
  readonly morpho: 9139027n;
1282
+ readonly permit2: 0n;
1279
1283
  readonly bundler3: {
1280
1284
  readonly bundler3: 9381237n;
1281
1285
  readonly generalAdapter1: 9381237n;
package/lib/addresses.js CHANGED
@@ -248,6 +248,7 @@ const _addressesRegistry = {
248
248
  },
249
249
  [chain_js_1.ChainId.Unichain]: {
250
250
  morpho: "0x8f5ae9CddB9f68de460C77730b018Ae7E04a140A",
251
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
251
252
  bundler3: {
252
253
  bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3",
253
254
  generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0",
@@ -550,6 +551,7 @@ const _deployments = {
550
551
  },
551
552
  [chain_js_1.ChainId.Unichain]: {
552
553
  morpho: 9139027n,
554
+ permit2: 0n,
553
555
  bundler3: {
554
556
  bundler3: 9381237n,
555
557
  generalAdapter1: 9381237n,
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": "4.9.1",
4
+ "version": "4.10.0",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"
@@ -32,7 +32,7 @@
32
32
  "viem": "^2.23.0",
33
33
  "vitest": "^3.0.5",
34
34
  "@morpho-org/morpho-ts": "^2.4.1",
35
- "@morpho-org/test": "^2.1.5"
35
+ "@morpho-org/test": "^2.4.0"
36
36
  },
37
37
  "scripts": {
38
38
  "prepublish": "$npm_execpath build",