Skip to content

Commit

Permalink
Move to constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Aug 29, 2024
1 parent cc7db67 commit 86f3c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/v2/PolygonRollupManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ contract PolygonRollupManager is
bytes32 internal constant _EMERGENCY_COUNCIL_ADMIN =
keccak256("EMERGENCY_COUNCIL_ADMIN");

// Current rollup manager version
string public constant ROLLUP_MANAGER_VERSION = "pessimistic";

// Global Exit Root address
IPolygonZkEVMGlobalExitRootV2 public immutable globalExitRootManager;

Expand Down Expand Up @@ -270,9 +273,6 @@ contract PolygonRollupManager is
// Last timestamp when an aggregation happen
uint64 public lastAggregationTimestamp;

// Current rollup manager version
string public constant ROLLUP_MANAGER_VERSION = "pessimistic";

// Trusted aggregator timeout, if a sequence is not verified in this time frame,
// everyone can verify that sequence
/// @custom:oz-renamed-from trustedAggregatorTimeout
Expand Down

0 comments on commit 86f3c01

Please sign in to comment.