@gearbox-protocol/deploy-tools 4.22.1 → 4.22.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.
- package/dist/index.mjs +2 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -356538,7 +356538,6 @@ var ProviderBase = class {
|
|
|
356538
356538
|
if (!(url.includes("localhost") || url.includes("127.0.0.1") || url.includes("host.docker.internal"))) {
|
|
356539
356539
|
url = new URL(url).host;
|
|
356540
356540
|
}
|
|
356541
|
-
this.logger.debug(`initializing with rpc url ${url}`);
|
|
356542
356541
|
this.#network = await (0, import_sdk_gov2.detectNetwork)(this.#provider);
|
|
356543
356542
|
this.#chainId = import_sdk_gov2.CHAINS[this.#network];
|
|
356544
356543
|
this.#service = new import_api_kit.default.default({
|
|
@@ -356586,7 +356585,7 @@ var ProviderBase = class {
|
|
|
356586
356585
|
}
|
|
356587
356586
|
}
|
|
356588
356587
|
this.#initialized = true;
|
|
356589
|
-
this.logger.info(`initialized with network ${this.#network} and chain id ${this.#chainId}`);
|
|
356588
|
+
this.logger.info(`initialized with rpc ${url}, network ${this.#network} and chain id ${this.#chainId}`);
|
|
356590
356589
|
if (this.#overrides) {
|
|
356591
356590
|
const overridesStr = Object.entries(this.#overrides).map(([k, v]) => `${k}=${v}`).join(", ");
|
|
356592
356591
|
this.logger.info(`overrides: ${overridesStr}`);
|
|
@@ -366140,7 +366139,7 @@ function getRenderer(opts) {
|
|
|
366140
366139
|
}
|
|
366141
366140
|
|
|
366142
366141
|
// package.json
|
|
366143
|
-
var version3 = "4.22.
|
|
366142
|
+
var version3 = "4.22.2";
|
|
366144
366143
|
|
|
366145
366144
|
// src/version.ts
|
|
366146
366145
|
var version_default = version3;
|