Skip to content

Commit

Permalink
chore: remove console log from verify
Browse files Browse the repository at this point in the history
  • Loading branch information
aimensahnoun committed Oct 22, 2024
1 parent a8648b8 commit 3c96183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/smart-contracts/scripts-create2/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export async function VerifyCreate2FromList(hre: HardhatRuntimeEnvironmentExtend
EvmChains.assertChainSupported(network);
const constructorArgs = getConstructorArgs(contract, network);
address = await computeCreate2DeploymentAddress({ contract, constructorArgs }, hre);
console.log(`Contract at ${network} : ${address}`);
await verifyOne(address, { contract, constructorArgs }, hre);
break;
}
Expand Down

0 comments on commit 3c96183

Please sign in to comment.