@gearbox-protocol/deploy-tools 5.36.20 → 5.36.22
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/dist/index.mjs +6 -5
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -397783,13 +397783,14 @@ var MarketRegister = class extends SDKConstruct {
|
|
|
397783
397783
|
}
|
|
397784
397784
|
hydrate(state) {
|
|
397785
397785
|
this.#markets.clear();
|
|
397786
|
+
const configurators = new Set(state.map((m) => m.configurator));
|
|
397787
|
+
this.#setMarketFilter([...configurators]);
|
|
397786
397788
|
for (const data of state) {
|
|
397787
397789
|
this.#markets.upsert(
|
|
397788
397790
|
data.pool.baseParams.addr,
|
|
397789
397791
|
new MarketSuite(this.sdk, data)
|
|
397790
397792
|
);
|
|
397791
397793
|
}
|
|
397792
|
-
this.#setMarketFilter(this.marketConfigurators.map((c) => c.address));
|
|
397793
397794
|
}
|
|
397794
397795
|
async loadMarkets(marketConfigurators, ignoreUpdateablePrices) {
|
|
397795
397796
|
if (!marketConfigurators.length) {
|
|
@@ -430823,7 +430824,7 @@ function getRenderer(opts) {
|
|
|
430823
430824
|
var package_default = {
|
|
430824
430825
|
name: "@gearbox-protocol/deploy-tools",
|
|
430825
430826
|
description: "Gearbox deploy tools",
|
|
430826
|
-
version: "5.36.
|
|
430827
|
+
version: "5.36.22",
|
|
430827
430828
|
homepage: "https://gearbox.fi",
|
|
430828
430829
|
keywords: [
|
|
430829
430830
|
"gearbox"
|
|
@@ -430863,17 +430864,17 @@ var package_default = {
|
|
|
430863
430864
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
430864
430865
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
430865
430866
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
430866
|
-
"@gearbox-protocol/sdk": "8.3.
|
|
430867
|
+
"@gearbox-protocol/sdk": "8.3.1",
|
|
430867
430868
|
"@gearbox-protocol/sdk-gov": "2.37.0",
|
|
430868
430869
|
"@types/lodash-es": "^4.17.12",
|
|
430869
|
-
"@types/node": "^24.0.
|
|
430870
|
+
"@types/node": "^24.0.6",
|
|
430870
430871
|
"@types/react": "^19.1.8",
|
|
430871
430872
|
"@types/react-dom": "^19.1.6",
|
|
430872
430873
|
abitype: "^1.0.8",
|
|
430873
430874
|
chalk: "^5.4.1",
|
|
430874
430875
|
commander: "^14.0.0",
|
|
430875
430876
|
"date-fns": "^4.1.0",
|
|
430876
|
-
dotenv: "^16.
|
|
430877
|
+
dotenv: "^16.6.1",
|
|
430877
430878
|
esbuild: "^0.25.5",
|
|
430878
430879
|
"lodash-es": "^4.17.21",
|
|
430879
430880
|
"p-retry": "^6.2.1",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/deploy-tools",
|
|
3
3
|
"description": "Gearbox deploy tools",
|
|
4
|
-
"version": "5.36.
|
|
4
|
+
"version": "5.36.22",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
42
42
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
44
|
-
"@gearbox-protocol/sdk": "8.3.
|
|
44
|
+
"@gearbox-protocol/sdk": "8.3.1",
|
|
45
45
|
"@gearbox-protocol/sdk-gov": "2.37.0",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
|
-
"@types/node": "^24.0.
|
|
47
|
+
"@types/node": "^24.0.6",
|
|
48
48
|
"@types/react": "^19.1.8",
|
|
49
49
|
"@types/react-dom": "^19.1.6",
|
|
50
50
|
"abitype": "^1.0.8",
|
|
51
51
|
"chalk": "^5.4.1",
|
|
52
52
|
"commander": "^14.0.0",
|
|
53
53
|
"date-fns": "^4.1.0",
|
|
54
|
-
"dotenv": "^16.
|
|
54
|
+
"dotenv": "^16.6.1",
|
|
55
55
|
"esbuild": "^0.25.5",
|
|
56
56
|
"lodash-es": "^4.17.21",
|
|
57
57
|
"p-retry": "^6.2.1",
|