From c4dca8049f9b7e40dae034cc86abb382e2509584 Mon Sep 17 00:00:00 2001 From: Michael Pretorius Date: Sat, 19 Oct 2024 11:55:41 +0400 Subject: [PATCH] chore(upgrade): change name of v4 upgrade to Dominia --- app/upgrades/v4/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/upgrades/v4/constants.go b/app/upgrades/v4/constants.go index ce73fd8e..8a6f2301 100755 --- a/app/upgrades/v4/constants.go +++ b/app/upgrades/v4/constants.go @@ -15,7 +15,7 @@ import ( // UpgradeName defines the on-chain upgrade name for the Ixo v4 upgrade. const ( - UpgradeName = "v4" + UpgradeName = "Dominia" // BlockMaxBytes is the max bytes for a block, 10mb (current 22020096) BlockMaxBytes = int64(10000000)