Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion contracts/contracts/LineaRollup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ contract LineaRollup is LineaRollupYieldExtension {
*/
bytes32 internal constant PROXY_ADMIN_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;

// TODO - Add access control to proxy admin only
/**
* @notice Sets the roles for a list of addresses, the PauseManager pauseType:role mappings and sets the YieldManager address.
* @dev This function is a reinitializer and can only be called once per version. Should be called using an upgradeAndCall transaction to the ProxyAdmin.
Expand Down
Loading