feat: import ethermint without forking (#378)

* cmd: cleanup

* update gh action

* lint

* more cleanup

* update config

* register denom
This commit is contained in:
Federico Kunze Küllmer
2021-07-28 05:47:29 -04:00
committed by GitHub
parent bc2a2eb8f3
commit 09746c6a51
21 changed files with 166 additions and 138 deletions
-5
View File
@@ -104,11 +104,6 @@ import (
)
func init() {
// set the address prefixes
config := sdk.GetConfig()
ethermint.SetBech32Prefixes(config)
ethermint.SetBip44CoinType(config)
userHomeDir, err := os.UserHomeDir()
if err != nil {
panic(err)