Skip to content

Commit

Permalink
Skip check
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Jul 26, 2024
1 parent f3d27a8 commit 3abc7b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ func createAggregator(ctx context.Context, c config.Config, runMigrations bool)

c.Aggregator.ChainID = l2ChainID

checkAggregatorMigrations(c.Aggregator.DB)
// TODO: fix check aggregator migrations
// checkAggregatorMigrations(c.Aggregator.DB)

// Populate Network config
c.Aggregator.Synchronizer.Etherman.Contracts.GlobalExitRootManagerAddr = c.NetworkConfig.L1Config.GlobalExitRootManagerAddr
Expand Down

0 comments on commit 3abc7b8

Please sign in to comment.