Skip to content

Commit

Permalink
last fixes2
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Jun 30, 2023
1 parent 710f820 commit 57e0028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/mainnetUpgraded/PolygonZkEVMUpgraded.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import "../PolygonZkEVM.sol";
* This contract will NOT BE USED IN PRODUCTION, will be used only in testnet enviroment
*/
contract PolygonZkEVMUpgraded is PolygonZkEVM {
// Indicates the last version before upgrade
uint256 public immutable VERSION_BEFORE_UPGRADE;

// Indicates the current version
uint256 public version;

// Last batch verified before the last upgrade
uint256 public lastVerifiedBatchBeforeUpgrade;

// Indicates the last version before upgrade
uint256 public immutable VERSION_BEFORE_UPGRADE;

/**
* @param _globalExitRootManager Global exit root manager address
* @param _matic MATIC token address
Expand Down

0 comments on commit 57e0028

Please sign in to comment.