Skip to content

Commit e5ea47c

Browse files
committed
adjust error message for set-mint-authority in the cli
1 parent de45ac5 commit e5ea47c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@ yargs(hideBin(process.argv))
11601160
// program deployed so fetch token and manager addresses from deployment
11611161
if (!token && !manager) {
11621162
if (!(chain in deployments.chains)) {
1163-
console.error(`Chain ${chain} not found in ${path}`);
1163+
console.error(`Either provide --token and --manager flags, or ensure ${path} contains a valid ${chain} configuration`);
11641164
process.exit(1);
11651165
}
11661166
const chainConfig = deployments.chains[chain]!;

0 commit comments

Comments
 (0)