@morpho-org/blue-sdk 5.1.1 → 5.1.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.
@@ -396,6 +396,7 @@ declare const _addressesRegistry: {
396
396
  };
397
397
  readonly 1329: {
398
398
  readonly morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c";
399
+ readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
399
400
  readonly bundler3: {
400
401
  readonly bundler3: "0xF9457356F18A3349Bb317Ac144c3Bcc62e5761aD";
401
402
  readonly generalAdapter1: "0x02e0e71e145f254820B9D89c9E6068f08256F601";
@@ -406,6 +407,7 @@ declare const _addressesRegistry: {
406
407
  readonly chainlinkOracleFactory: "0x4bD68c2FF3274207EC07ED281C915758b6F23F07";
407
408
  readonly preLiquidationFactory: "0x65eD61058cEB4895B7d62437BaCEA39b04f6D27B";
408
409
  readonly wNative: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
410
+ readonly usdc: "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392";
409
411
  };
410
412
  };
411
413
  export type ChainDeployments<Addresses = ChainAddresses> = {
@@ -1095,6 +1097,7 @@ export declare let addressesRegistry: {
1095
1097
  };
1096
1098
  readonly 1329: {
1097
1099
  readonly morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c";
1100
+ readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
1098
1101
  readonly bundler3: {
1099
1102
  readonly bundler3: "0xF9457356F18A3349Bb317Ac144c3Bcc62e5761aD";
1100
1103
  readonly generalAdapter1: "0x02e0e71e145f254820B9D89c9E6068f08256F601";
@@ -1105,6 +1108,7 @@ export declare let addressesRegistry: {
1105
1108
  readonly chainlinkOracleFactory: "0x4bD68c2FF3274207EC07ED281C915758b6F23F07";
1106
1109
  readonly preLiquidationFactory: "0x65eD61058cEB4895B7d62437BaCEA39b04f6D27B";
1107
1110
  readonly wNative: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7";
1111
+ readonly usdc: "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392";
1108
1112
  };
1109
1113
  };
1110
1114
  export declare let addresses: Record<number, ChainAddresses>;
package/lib/addresses.js CHANGED
@@ -386,6 +386,7 @@ const _addressesRegistry = {
386
386
  },
387
387
  [chain_js_1.ChainId.SeiMainnet]: {
388
388
  morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c",
389
+ permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
389
390
  bundler3: {
390
391
  bundler3: "0xF9457356F18A3349Bb317Ac144c3Bcc62e5761aD",
391
392
  generalAdapter1: "0x02e0e71e145f254820B9D89c9E6068f08256F601",
@@ -396,6 +397,7 @@ const _addressesRegistry = {
396
397
  chainlinkOracleFactory: "0x4bD68c2FF3274207EC07ED281C915758b6F23F07",
397
398
  preLiquidationFactory: "0x65eD61058cEB4895B7d62437BaCEA39b04f6D27B",
398
399
  wNative: "0xE30feDd158A2e3b13e9badaeABaFc5516e95e8C7",
400
+ usdc: "0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392",
399
401
  },
400
402
  };
401
403
  const _deployments = {
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": "5.1.1",
4
+ "version": "5.1.2",
5
5
  "author": "Morpho Association <contact@morpho.org>",
6
6
  "contributors": [
7
7
  "Rubilmax <rmilon@gmail.com>"