diff --git a/utils/constants.go b/utils/constants.go index 23c65c0..6e1d0ca 100644 --- a/utils/constants.go +++ b/utils/constants.go @@ -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 )