Skip to content

Commit 7f25ba6

Browse files
committed
Remove tx hash from upgrade scripts
1 parent 35e00e0 commit 7f25ba6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/upgrade-pin-zksync.ts

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ async function main() {
1717
});
1818

1919
console.log(`Upgrading ${contractName} on zkSync...`);
20-
console.log(`Tx hash: ${guildPin.deploymentTransaction()?.hash}`);
2120

2221
await guildPin.waitForDeployment();
2322

scripts/upgrade-pin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ async function main() {
1313

1414
const network = await ethers.provider.getNetwork();
1515
console.log(`Upgrading ${contractName} on ${network.name !== "unknown" ? network.name : network.chainId}...`);
16-
console.log(`Tx hash: ${guildPin.deploymentTransaction()?.hash}`);
1716

1817
await guildPin.waitForDeployment();
1918

0 commit comments

Comments
 (0)