Skip to content

Commit

Permalink
Update contracts/OjoProxy.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wozniak <[email protected]>
  • Loading branch information
rbajollari and adamewozniak authored Jan 27, 2024
1 parent 0fc90f1 commit 3b0bdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/OjoProxy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ contract OjoProxy is InitProxy {
override
returns (bytes32)
{
return keccak256('ojo');
return keccak256('ojo-v1');
}
}

0 comments on commit 3b0bdac

Please sign in to comment.