Skip to content

Commit

Permalink
helper: change newHexToStringAlgoHeight height for mumbai
Browse files Browse the repository at this point in the history
  • Loading branch information
Raneet10 committed Jul 26, 2023
1 parent 329efab commit da1ad9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func InitHeimdallConfigWith(homeDir string, heimdallConfigFileFromFLag string) {
case MumbaiChain:
newSelectionAlgoHeight = 282500
spanOverrideHeight = 10205000
newHexToStringAlgoHeight = 10630672
newHexToStringAlgoHeight = 12048023
default:
newSelectionAlgoHeight = 0
spanOverrideHeight = 0
Expand Down

0 comments on commit da1ad9e

Please sign in to comment.