Skip to content

Commit

Permalink
chore: fetch only runtime bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Sep 24, 2024
1 parent 0560d16 commit e72e984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ task('verify-deployment', 'Verifies the deployed contract bytecode').setAction(
if (!deployment.linkedData.isProxy) {
localBytecode = await (
await hre.artifacts.readArtifact(deployment.linkedData.factory)
).bytecode;
).deployedBytecode;
} else continue;

console.log('--- Comparing bytecodes...');
Expand Down

0 comments on commit e72e984

Please sign in to comment.