We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71cb4b commit 51ab5fdCopy full SHA for 51ab5fd
container-manager/src/libs/state.js
@@ -418,12 +418,12 @@ function isContractDeployComplete(req) {
418
}
419
420
if ("zero" in req) {
421
- const zero = findENVInFile("ZERO", filepath); //check name
+ const zero = findENVInFile("ZERO_CONTRACT", filepath); //check name
422
if (zero.length == 0) return false;
423
424
425
if ("subswap" in req) {
426
- const subswap = findENVInFile("SUBSWAP", filepath); //check name
+ const subswap = findENVInFile("_APP", filepath); //check name
427
if (subswap.length == 0) return false;
428
429
0 commit comments