Skip to content

Commit

Permalink
feat: reset reinitializer to initializer after new information
Browse files Browse the repository at this point in the history
  • Loading branch information
maurelian committed Jan 16, 2025
1 parent 4bb59e4 commit 5649f6a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ contract AnchorStateRegistry is Initializable, ISemver {
OutputRoot memory _startingAnchorRoot
)
external
// TODO: fix storage layout then use an upgrade() function instead
reinitializer(2)
initializer
{
superchainConfig = _superchainConfig;
disputeGameFactory = _disputeGameFactory;
Expand Down

0 comments on commit 5649f6a

Please sign in to comment.