Skip to content

Commit

Permalink
rebases changes
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Mar 4, 2024
1 parent e26a4e8 commit fa6b49b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 626 deletions.
2 changes: 0 additions & 2 deletions contracts/v2/consensus/validium/PolygonValidiumEtrog.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import "../../lib/PolygonRollupBaseEtrog.sol";
import "../../interfaces/IDataAvailabilityProtocol.sol";
import "../../interfaces/IPolygonValidium.sol";

// MAKvalidum upgradable D: TTT
// Make a reiniitalize that's able to get teh previosu data commitee and set to 0 afterwarfs
/**
* Contract responsible for managing the states and the updates of L2 network.
* There will be a trusted sequencer, which is able to send transactions.
Expand Down
9 changes: 0 additions & 9 deletions contracts/v2/lib/PolygonRollupBaseEtrog.sol
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,6 @@ abstract contract PolygonRollupBaseEtrog is
// Native network of the token address of the gas tokena address. This variable it's just for read purposes
uint32 public gasTokenNetwork;

// Sequence number, usedas a safety measure for the sequencer, to avoid possible problems with reorgs
uint256 public sequenceNumber;

/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
*/
uint256[50] private _gap;

/**
* @dev This empty reserved space is put in place to allow future versions to add new
* variables without shifting down storage in the inheritance chain.
Expand Down
Loading

0 comments on commit fa6b49b

Please sign in to comment.