Skip to content

Commit

Permalink
fix(hyperchain:configure): path was outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri committed Jun 4, 2024
1 parent 3e22241 commit bf3b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hyperchains/configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if (!rootPath) {
process.exit(1);
}

const envsDirectory = pathJoin(rootPath, "/etc/env");
const envsDirectory = pathJoin(rootPath, "/etc/env/target");
const tokensDirectory = pathJoin(rootPath, "/etc/tokens");

const configureHyperchainInfo = async () => {
Expand Down

0 comments on commit bf3b665

Please sign in to comment.