From de97a1f2e2e22a5992cf949cb24dfe9a3b622f07 Mon Sep 17 00:00:00 2001 From: MalteHerrmann Date: Fri, 5 Jan 2024 12:06:37 +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..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 = 10 + DeltaHeight = 20 // denom is the denomination used for the local node. denom = evmosutils.BaseDenom )