Skip to content

Commit

Permalink
change euphoria denom
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvc authored Aug 7, 2024
1 parent 52d16c2 commit d3e717e
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 = "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
Expand Down

0 comments on commit d3e717e

Please sign in to comment.