diff --git a/scripts/deployProxy.ts b/scripts/deployProxy.ts index 79d67b8..789d38a 100644 --- a/scripts/deployProxy.ts +++ b/scripts/deployProxy.ts @@ -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 => {