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 ceda341 commit 494b904Copy full SHA for 494b904
tasks/deploy-token-impl.ts
@@ -34,7 +34,7 @@ task(TASK_DEPLOY_TOKEN_IMPL)
34
});
35
}
36
37
- console.log(`[Status] ✅ Completed deploying token implementation at ${registryImplContract.address}`);
+ console.log(`[Status] ✅ Completed deploying token implementation at ${registryImplContract.target}`);
38
} catch (err: any) {
39
console.log("[Status] ❌ An error occurred while deploying token implementation");
40
console.error(err.error?.message ?? err.message);
0 commit comments