From 5ff81e16371983cbb3591476e6595d27946ff124 Mon Sep 17 00:00:00 2001 From: Christian Borst Date: Thu, 9 Feb 2023 14:20:37 -0500 Subject: [PATCH] Update native token denom in config --- config/chain_defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/chain_defaults.go b/config/chain_defaults.go index 95cf228d..d655cfec 100644 --- a/config/chain_defaults.go +++ b/config/chain_defaults.go @@ -3,7 +3,7 @@ package config const ( // NativeToken is the native staking token used by the chain and MUST MATCH the mint module's MintDenom parameter // This value is used by the lockup module to set the default locked token denom - NativeToken = "ualtg" + NativeToken = "ualthea" // Chain ID configuration // 7357 = TEST, 417834 = ALTHEA mainnet