@morpho-org/blue-sdk 5.0.1 → 5.1.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.
- package/lib/addresses.d.ts +2 -0
- package/lib/addresses.js +2 -0
- package/package.json +1 -1
package/lib/addresses.d.ts
CHANGED
|
@@ -392,6 +392,7 @@ declare const _addressesRegistry: {
|
|
|
392
392
|
readonly chainlinkOracleFactory: "0xeb476f124FaD625178759d13557A72394A6f9aF5";
|
|
393
393
|
readonly preLiquidationFactory: "0x1b6782Ac7A859503cE953FBf4736311CC335B8f0";
|
|
394
394
|
readonly wNative: "0x5555555555555555555555555555555555555555";
|
|
395
|
+
readonly usdc: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
395
396
|
};
|
|
396
397
|
readonly 1329: {
|
|
397
398
|
readonly morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c";
|
|
@@ -1090,6 +1091,7 @@ export declare let addressesRegistry: {
|
|
|
1090
1091
|
readonly chainlinkOracleFactory: "0xeb476f124FaD625178759d13557A72394A6f9aF5";
|
|
1091
1092
|
readonly preLiquidationFactory: "0x1b6782Ac7A859503cE953FBf4736311CC335B8f0";
|
|
1092
1093
|
readonly wNative: "0x5555555555555555555555555555555555555555";
|
|
1094
|
+
readonly usdc: "0xb88339CB7199b77E23DB6E890353E22632Ba630f";
|
|
1093
1095
|
};
|
|
1094
1096
|
readonly 1329: {
|
|
1095
1097
|
readonly morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c";
|
package/lib/addresses.js
CHANGED
|
@@ -381,6 +381,8 @@ const _addressesRegistry = {
|
|
|
381
381
|
chainlinkOracleFactory: "0xeb476f124FaD625178759d13557A72394A6f9aF5",
|
|
382
382
|
preLiquidationFactory: "0x1b6782Ac7A859503cE953FBf4736311CC335B8f0",
|
|
383
383
|
wNative: "0x5555555555555555555555555555555555555555",
|
|
384
|
+
// Must implement USDC permit version 2 (otherwise breaks permit signatures).
|
|
385
|
+
usdc: "0xb88339CB7199b77E23DB6E890353E22632Ba630f",
|
|
384
386
|
},
|
|
385
387
|
[chain_js_1.ChainId.SeiMainnet]: {
|
|
386
388
|
morpho: "0xc9cDAc20FCeAAF616f7EB0bb6Cd2c69dcfa9094c",
|
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.0
|
|
4
|
+
"version": "5.1.0",
|
|
5
5
|
"author": "Morpho Association <contact@morpho.org>",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Rubilmax <rmilon@gmail.com>"
|