From 1a769b7c91e98b83b65f0fea6566b90da4c84487 Mon Sep 17 00:00:00 2001 From: MalteHerrmann Date: Wed, 3 Jan 2024 18:01:01 +0100 Subject: [PATCH] increase delta height for upgrade --- utils/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/constants.go b/utils/constants.go index bd66bbc..23c65c0 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 = 10 + DeltaHeight = 15 // denom is the denomination used for the local node. denom = evmosutils.BaseDenom )