Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <[email protected]>
  • Loading branch information
fab-10 committed Apr 9, 2024
1 parent 03dc8f5 commit cc76175
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,21 @@ default boolean isConsensusMigration() {
* @return the merge net split block number
*/
OptionalLong getMergeNetSplitBlockNumber();

/**
* Gets Linea block number.
*
* @return the Linea block number
*/
OptionalLong getLineaBlockNumber();

/**
* Gets Linea with Opcodes change block number.
*
* @return the Linea block number with opcodes
*/
OptionalLong getLineaOpcodesBlockNumber();

/**
* Gets shanghai time.
*
Expand Down

0 comments on commit cc76175

Please sign in to comment.