Skip to content

Commit ee11449

Browse files
committed
remove PREVIOUS_CONTRACT_VERSION
1 parent 54f9934 commit ee11449

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/contracts/LineaRollup.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ contract LineaRollup is
2424
{
2525
using Utils for *;
2626

27-
/// @dev These are the ABI versions and not the reinitialize version.
28-
string public constant PREVIOUS_CONTRACT_VERSION = "5.0";
27+
/// @dev This is the ABI version and not the reinitialize version.
2928
string public constant CONTRACT_VERSION = "6.0";
3029

3130
bytes32 public constant VERIFIER_SETTER_ROLE = keccak256("VERIFIER_SETTER_ROLE");

0 commit comments

Comments
 (0)