Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ihoroleksiienko committed Nov 8, 2024
1 parent ba8c192 commit b6ba541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async function main() {

await proxy.waitForDeployment();

console.log("Proxy deployed to:", await proxy.getAddress());
console.log("Proxy deployed:", await proxy.getAddress());
}

main().then().catch(err => {
Expand Down

0 comments on commit b6ba541

Please sign in to comment.