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 17, 2023
1 parent 30ebe4b commit 67bc234
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 67bc234

Please sign in to comment.