@gearbox-protocol/deploy-tools 4.5.0 → 4.6.0-next.1
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 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -326861,6 +326861,7 @@ var UpdateParser = class extends ProviderBase {
|
|
|
326861
326861
|
#output = {
|
|
326862
326862
|
status: "success",
|
|
326863
326863
|
version: "dev",
|
|
326864
|
+
chainId: 0,
|
|
326864
326865
|
addresses: {},
|
|
326865
326866
|
batches: []
|
|
326866
326867
|
};
|
|
@@ -326878,6 +326879,7 @@ var UpdateParser = class extends ProviderBase {
|
|
|
326878
326879
|
network: this.network,
|
|
326879
326880
|
sandboxDir: path6.dirname(this.#sandboxDir)
|
|
326880
326881
|
});
|
|
326882
|
+
this.#output.chainId = this.chainId;
|
|
326881
326883
|
}
|
|
326882
326884
|
async parse(opts) {
|
|
326883
326885
|
await this.init();
|