Skip to content

Commit

Permalink
change mainnet denom
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvc authored Aug 13, 2024
1 parent 4a33274 commit ae45a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/evmutil/keeper/bank_keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (

const (
// EvmDenom is the gas denom used by the evm
EvmDenom = "aeaura"
EvmDenom = "aaura"

// CosmosDenom is the gas denom used by the kava app
CosmosDenom = "ueaura"
CosmosDenom = "uaura"
)

// ConversionMultiplier is the conversion multiplier between akava and ukava
Expand Down

0 comments on commit ae45a4e

Please sign in to comment.