Skip to content

Commit

Permalink
Clean PolygonRollupManagerNotUpgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasirv committed Nov 5, 2024
1 parent 1b569f5 commit 99a473b
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@ contract PolygonRollupManagerNotUpgraded is PolygonRollupManager {
uint64 /*zkEVMForkID*/,
uint64 /*zkEVMChainID*/
) external reinitializer(2) {
//pendingStateTimeout = _pendingStateTimeout;
//trustedAggregatorTimeout = _trustedAggregatorTimeout;

// Constant deployment variables
_batchFee = 0.1 ether; // 0.1 Matic
//verifyBatchTimeTarget = 30 minutes;
//multiplierBatchFee = 1002;

// Initialize OZ contracts
__AccessControl_init();
Expand Down

0 comments on commit 99a473b

Please sign in to comment.