We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e00e0 commit 7f25ba6Copy full SHA for 7f25ba6
scripts/upgrade-pin-zksync.ts
@@ -17,7 +17,6 @@ async function main() {
17
});
18
19
console.log(`Upgrading ${contractName} on zkSync...`);
20
- console.log(`Tx hash: ${guildPin.deploymentTransaction()?.hash}`);
21
22
await guildPin.waitForDeployment();
23
scripts/upgrade-pin.ts
@@ -13,7 +13,6 @@ async function main() {
13
14
const network = await ethers.provider.getNetwork();
15
console.log(`Upgrading ${contractName} on ${network.name !== "unknown" ? network.name : network.chainId}...`);
16
0 commit comments