diff --git a/x/evmutil/keeper/bank_keeper.go b/x/evmutil/keeper/bank_keeper.go index e46b0b4b..97f03657 100644 --- a/x/evmutil/keeper/bank_keeper.go +++ b/x/evmutil/keeper/bank_keeper.go @@ -14,10 +14,10 @@ import ( const ( // EvmDenom is the gas denom used by the evm - EvmDenom = "aaura" + EvmDenom = "aeaura" // CosmosDenom is the gas denom used by the kava app - CosmosDenom = "uaura" + CosmosDenom = "ueaura" ) // ConversionMultiplier is the conversion multiplier between akava and ukava