We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f9934 commit ee11449Copy full SHA for ee11449
contracts/contracts/LineaRollup.sol
@@ -24,8 +24,7 @@ contract LineaRollup is
24
{
25
using Utils for *;
26
27
- /// @dev These are the ABI versions and not the reinitialize version.
28
- string public constant PREVIOUS_CONTRACT_VERSION = "5.0";
+ /// @dev This is the ABI version and not the reinitialize version.
29
string public constant CONTRACT_VERSION = "6.0";
30
31
bytes32 public constant VERIFIER_SETTER_ROLE = keccak256("VERIFIER_SETTER_ROLE");
0 commit comments