From 80b2dacbc273868f3ac55129345c1860762e7961 Mon Sep 17 00:00:00 2001 From: 0g-wh Date: Fri, 27 Sep 2024 07:54:20 +0000 Subject: [PATCH] fix evm denom --- x/precisebank/types/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/precisebank/types/constants.go b/x/precisebank/types/constants.go index b8d6c054..2f7bf7a3 100644 --- a/x/precisebank/types/constants.go +++ b/x/precisebank/types/constants.go @@ -8,4 +8,4 @@ const IntegerCoinDenom = "ua0gi" // ExtendedCoinDenom is the denomination for the extended IntegerCoinDenom. This // not only represents the fractional balance, but the total balance of // integer + fractional balances. -const ExtendedCoinDenom = "aa0gi" +const ExtendedCoinDenom = "neuron"