Skip to content

Commit

Permalink
Update native token denom in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Feb 9, 2023
1 parent 7cd4aa5 commit 5ff81e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/chain_defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ff81e1

Please sign in to comment.