diff --git a/app/config.go b/app/config.go index 76e4de5..02e6299 100644 --- a/app/config.go +++ b/app/config.go @@ -3,14 +3,13 @@ package app type EVMOptionsFn func(uint64) error const ( - AccountAddressPrefix = "ethm" - Bip44CoinType = 60 - Name = "cbdc" - // BaseDenom defines to the default denomination used in EVM - BaseDenom = "acbdc" - Denom = "CBDC" - DenomDescription = "CBDC is the digital central bank currency." - DenomName = "CBDC" - DenomSymbol = "CBDC" + AccountAddressPrefix = "hnl" + Bip44CoinType = 60 + Name = "hnl" + BaseDenom = "ahnl" + Denom = "HNL" + DenomDescription = "TODO: add description" + DenomName = "HNL" + DenomSymbol = "HNL" NativeErc20ContractAddress = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" )