Skip to content

Commit

Permalink
increase delta height for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Jan 3, 2024
1 parent e74e057 commit 1a769b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// defaultFees is the amount of fees to be sent with a default transaction.
defaultFees int = 1e18 // 1 aevmos
// DeltaHeight is the amount of blocks in the future that the upgrade will be scheduled.
DeltaHeight = 10
DeltaHeight = 15
// denom is the denomination used for the local node.
denom = evmosutils.BaseDenom
)

0 comments on commit 1a769b7

Please sign in to comment.