Skip to content

Commit

Permalink
added contract version to output
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Nov 16, 2023
1 parent 5e86d42 commit fb28ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/protocol-deployments/test/UpgradesTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ contract UpgradesTest is ForkDeploymentConfig, Test {
console2.log("upgrade calldata:");
console.logBytes(upgradeCalldata);
console2.log("upgrade to address:", targetImpl);
console2.log("upgrade to version:", ZoraCreator1155FactoryImpl(targetImpl).contractVersion());
console2.log("=====================\n");
}
}
Expand Down

0 comments on commit fb28ee3

Please sign in to comment.