Skip to content

Commit

Permalink
feat(cli): improve cli output (#1564)
Browse files Browse the repository at this point in the history
untested, wdyt of the change?

CAN-645
  • Loading branch information
mjlescano authored Jan 4, 2025
2 parents 84c4899 + 710fe78 commit d3c39f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export async function build({
if (stepsExecuted && !dryRun && !skipUpgradeRecord) {
for (let i = 0; i < 3; i++) {
try {
log(gray('Writing upgrade info...'));
log(gray(`Attesting that ${(await runtime.getDefaultSigner({})).address} deployed ${deployUrl} onchain...`));
await writeUpgradeFromInfo(runtime, packageReference, deployUrl);
break;
} catch (err) {
Expand Down

0 comments on commit d3c39f5

Please sign in to comment.