@morpho-org/blue-sdk 4.6.0 → 4.7.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 +6 -0
- package/lib/addresses.js +3 -0
- package/package.json +3 -3
package/lib/addresses.d.ts
CHANGED
|
@@ -161,6 +161,8 @@ declare const _addressesRegistry: {
|
|
|
161
161
|
readonly bundler3: "0x1FA4431bC113D308beE1d46B0e98Cb805FB48C13";
|
|
162
162
|
readonly generalAdapter1: "0x9954aFB60BB5A222714c478ac86990F221788B88";
|
|
163
163
|
readonly paraswapAdapter: "0xAA5c30C1482c189cA0d56057D3ac4dD7Af1e4726";
|
|
164
|
+
readonly aaveV3CoreMigrationAdapter: "0x1923670d4F4eB7435d865E7477d28FEAFfA40C93";
|
|
165
|
+
readonly compoundV3MigrationAdapter: "0x86Ca77a4a37A9CDBe9bBf4975F6d69531B96444b";
|
|
164
166
|
};
|
|
165
167
|
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
166
168
|
readonly adaptiveCurveIrm: "0x66F30587FB8D4206918deb78ecA7d5eBbafD06DA";
|
|
@@ -247,6 +249,7 @@ declare const _addressesRegistry: {
|
|
|
247
249
|
readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
|
|
248
250
|
readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
|
|
249
251
|
readonly paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9";
|
|
252
|
+
readonly compoundV3MigrationAdapter: "0x617f8d7885CCE689115Af04576F7cB6F2534fA9a";
|
|
250
253
|
};
|
|
251
254
|
readonly adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E";
|
|
252
255
|
readonly publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9";
|
|
@@ -529,6 +532,8 @@ export declare let addressesRegistry: {
|
|
|
529
532
|
readonly bundler3: "0x1FA4431bC113D308beE1d46B0e98Cb805FB48C13";
|
|
530
533
|
readonly generalAdapter1: "0x9954aFB60BB5A222714c478ac86990F221788B88";
|
|
531
534
|
readonly paraswapAdapter: "0xAA5c30C1482c189cA0d56057D3ac4dD7Af1e4726";
|
|
535
|
+
readonly aaveV3CoreMigrationAdapter: "0x1923670d4F4eB7435d865E7477d28FEAFfA40C93";
|
|
536
|
+
readonly compoundV3MigrationAdapter: "0x86Ca77a4a37A9CDBe9bBf4975F6d69531B96444b";
|
|
532
537
|
};
|
|
533
538
|
readonly permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
534
539
|
readonly adaptiveCurveIrm: "0x66F30587FB8D4206918deb78ecA7d5eBbafD06DA";
|
|
@@ -615,6 +620,7 @@ export declare let addressesRegistry: {
|
|
|
615
620
|
readonly bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3";
|
|
616
621
|
readonly generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0";
|
|
617
622
|
readonly paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9";
|
|
623
|
+
readonly compoundV3MigrationAdapter: "0x617f8d7885CCE689115Af04576F7cB6F2534fA9a";
|
|
618
624
|
};
|
|
619
625
|
readonly adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E";
|
|
620
626
|
readonly publicAllocator: "0xB0c9a107fA17c779B3378210A7a593e88938C7C9";
|
package/lib/addresses.js
CHANGED
|
@@ -136,6 +136,8 @@ const _addressesRegistry = {
|
|
|
136
136
|
bundler3: "0x1FA4431bC113D308beE1d46B0e98Cb805FB48C13",
|
|
137
137
|
generalAdapter1: "0x9954aFB60BB5A222714c478ac86990F221788B88",
|
|
138
138
|
paraswapAdapter: "0xAA5c30C1482c189cA0d56057D3ac4dD7Af1e4726",
|
|
139
|
+
aaveV3CoreMigrationAdapter: "0x1923670d4F4eB7435d865E7477d28FEAFfA40C93",
|
|
140
|
+
compoundV3MigrationAdapter: "0x86Ca77a4a37A9CDBe9bBf4975F6d69531B96444b",
|
|
139
141
|
},
|
|
140
142
|
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
141
143
|
adaptiveCurveIrm: "0x66F30587FB8D4206918deb78ecA7d5eBbafD06DA",
|
|
@@ -226,6 +228,7 @@ const _addressesRegistry = {
|
|
|
226
228
|
bundler3: "0x7DD85759182495AF7F6757DA75036d24A9B58bc3",
|
|
227
229
|
generalAdapter1: "0xC11329d19C2275c9E759867e879ECFcEeD7e30A0",
|
|
228
230
|
paraswapAdapter: "0xAa870Da2a9F611A3A53d0D2AEe5664B3700a59c9",
|
|
231
|
+
compoundV3MigrationAdapter: "0x617f8d7885CCE689115Af04576F7cB6F2534fA9a",
|
|
229
232
|
},
|
|
230
233
|
adaptiveCurveIrm: "0x9a6061d51743B31D2c3Be75D83781Fa423f53F0E",
|
|
231
234
|
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.
|
|
4
|
+
"version": "4.7.0",
|
|
5
5
|
"author": "Morpho Association <contact@morpho.org>",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Rubilmax <rmilon@gmail.com>"
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"typescript": "^5.7.2",
|
|
32
32
|
"viem": "^2.23.0",
|
|
33
33
|
"vitest": "^3.0.5",
|
|
34
|
-
"@morpho-org/
|
|
35
|
-
"@morpho-org/
|
|
34
|
+
"@morpho-org/morpho-ts": "^2.4.1",
|
|
35
|
+
"@morpho-org/test": "^2.1.4"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"prepublish": "$npm_execpath build",
|