@morpho-org/blue-sdk 4.0.2 → 4.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 +1 -0
- package/package.json +3 -3
package/lib/addresses.d.ts
CHANGED
|
@@ -246,6 +246,7 @@ declare const _addressesRegistry: {
|
|
|
246
246
|
readonly bundler3: {
|
|
247
247
|
readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
|
|
248
248
|
readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
|
|
249
|
+
readonly paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9";
|
|
249
250
|
};
|
|
250
251
|
readonly adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E";
|
|
251
252
|
readonly publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9";
|
|
@@ -573,6 +574,7 @@ export declare let addressesRegistry: {
|
|
|
573
574
|
readonly bundler3: {
|
|
574
575
|
readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
|
|
575
576
|
readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
|
|
577
|
+
readonly paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9";
|
|
576
578
|
};
|
|
577
579
|
readonly adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E";
|
|
578
580
|
readonly publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9";
|
package/lib/addresses.js
CHANGED
|
@@ -225,6 +225,7 @@ const _addressesRegistry = {
|
|
|
225
225
|
bundler3: {
|
|
226
226
|
bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3",
|
|
227
227
|
generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0",
|
|
228
|
+
paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9",
|
|
228
229
|
},
|
|
229
230
|
adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E",
|
|
230
231
|
publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9",
|
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.0
|
|
4
|
+
"version": "4.1.0",
|
|
5
5
|
"author": "Morpho Association <contact@morpho.org>",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Rubilmax <rmilon@gmail.com>"
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"lodash.mergewith": "^4.6.2"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@morpho-org/morpho-ts": "^2.4.
|
|
28
|
+
"@morpho-org/morpho-ts": "^2.4.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"typescript": "^5.7.2",
|
|
32
32
|
"viem": "^2.23.0",
|
|
33
33
|
"vitest": "^3.0.5",
|
|
34
|
-
"@morpho-org/morpho-ts": "^2.4.
|
|
34
|
+
"@morpho-org/morpho-ts": "^2.4.1",
|
|
35
35
|
"@morpho-org/test": "^2.1.4"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|