@gearbox-protocol/deploy-tools 5.10.9 → 5.10.10
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
|
@@ -414033,7 +414033,7 @@ function openAccounts() {
|
|
|
414033
414033
|
);
|
|
414034
414034
|
for (let i = 0; i < results.length; i++) {
|
|
414035
414035
|
const r = results[i];
|
|
414036
|
-
if (
|
|
414036
|
+
if (!r.account) {
|
|
414037
414037
|
await runCast(r, i + 1, {
|
|
414038
414038
|
anvilUrl,
|
|
414039
414039
|
destDir,
|
|
@@ -414123,7 +414123,7 @@ function getRenderer(opts) {
|
|
|
414123
414123
|
var package_default = {
|
|
414124
414124
|
name: "@gearbox-protocol/deploy-tools",
|
|
414125
414125
|
description: "Gearbox deploy tools",
|
|
414126
|
-
version: "5.10.
|
|
414126
|
+
version: "5.10.10",
|
|
414127
414127
|
homepage: "https://gearbox.fi",
|
|
414128
414128
|
keywords: [
|
|
414129
414129
|
"gearbox"
|