Skip to content

Commit

Permalink
add comment on validium etrog
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Feb 8, 2024
1 parent 4abf687 commit 48f67db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/v2/consensus/validium/PolygonValidiumEtrog.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import "../../interfaces/IPolygonValidium.sol";
* The sequenced state is deterministic and can be precalculated before it's actually verified by a zkProof.
* The aggregators will be able to verify the sequenced state with zkProofs and therefore make available the withdrawals from L2 network.
* To enter and exit of the L2 network will be used a PolygonZkEVMBridge smart contract that will be deployed in both networks.
* It is advised to use timelocks for the admin address in case of Validium since if can change the dataAvailabilityProtocol
*/
contract PolygonValidiumEtrog is PolygonRollupBaseEtrog, IPolygonValidium {
using SafeERC20Upgradeable for IERC20Upgradeable;
Expand Down

0 comments on commit 48f67db

Please sign in to comment.