Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	utils/constants.go
  • Loading branch information
MalteHerrmann committed Apr 11, 2024
2 parents 1a769b7 + de97a1f commit c9738c7
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 = 15
DeltaHeight = 20
// denom is the denomination used for the local node.
denom = evmosutils.BaseDenom
)

0 comments on commit c9738c7

Please sign in to comment.