Skip to content

Commit 494b904

Browse files
nghaninnnghaninn
andauthored
chore: fix console error (#59)
Co-authored-by: nghaninn <Ng Han Inn 43451336+nghaninn@users.noreply.github.com>
1 parent ceda341 commit 494b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/deploy-token-impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ task(TASK_DEPLOY_TOKEN_IMPL)
3434
});
3535
}
3636

37-
console.log(`[Status] ✅ Completed deploying token implementation at ${registryImplContract.address}`);
37+
console.log(`[Status] ✅ Completed deploying token implementation at ${registryImplContract.target}`);
3838
} catch (err: any) {
3939
console.log("[Status] ❌ An error occurred while deploying token implementation");
4040
console.error(err.error?.message ?? err.message);

0 commit comments

Comments
 (0)