Skip to content

Commit

Permalink
chore: added getHashOfCurrentCode to sol interface
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez committed Jan 23, 2024
1 parent e0427ba commit 37d4099
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ interface UpgradeRuntimeController {
function addMemberToTechnicalCommittee(address member) external; // onlyOwner
function removeMemberFromTechnicalCommittee(address member) external; // onlyOwner
function getHashOfProposedCode() external view returns (bytes32);
function getHashOfCurrentCode() external view returns (bytes32);
}

0 comments on commit 37d4099

Please sign in to comment.