@gearbox-protocol/deploy-tools 5.1.2 → 5.1.3
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 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -385836,7 +385836,7 @@ function getRenderer(opts) {
|
|
|
385836
385836
|
var package_default = {
|
|
385837
385837
|
name: "@gearbox-protocol/deploy-tools",
|
|
385838
385838
|
description: "Gearbox deploy tools",
|
|
385839
|
-
version: "5.1.
|
|
385839
|
+
version: "5.1.3",
|
|
385840
385840
|
homepage: "https://gearbox.fi",
|
|
385841
385841
|
keywords: [
|
|
385842
385842
|
"gearbox"
|
|
@@ -386045,7 +386045,7 @@ function sdkExample() {
|
|
|
386045
386045
|
);
|
|
386046
386046
|
log_default.info("attached sdk");
|
|
386047
386047
|
await writeFile5(
|
|
386048
|
-
path9.resolve(sharedDir, "stateAfter.human.json"),
|
|
386048
|
+
path9.resolve(sharedDir, "deploy-state", "stateAfter.human.json"),
|
|
386049
386049
|
json_stringify(sdk.stateHuman()),
|
|
386050
386050
|
"utf-8"
|
|
386051
386051
|
);
|