ChainSafe/ethermint -> cosmos/ethermint renaming (#569)

* ChainSafe/ethermint -> cosmos/ethermint renaming

* more renaming

* chainsafe
This commit is contained in:
Federico Kunze
2020-10-09 17:52:32 +02:00
committed by GitHub
parent 4e01da905a
commit d0456e546e
11 changed files with 180 additions and 106 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Ethermint defines its own custom `Account` type that uses Ethereum's ECDSA secp2
satisfies the [EIP84](https://github.com/ethereum/EIPs/issues/84) for full [BIP44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) paths.
The root HD path for Ethermint-based accounts is `m/44'/60'/0'/0`.
+++ https://github.com/ChainSafe/ethermint/blob/v0.1.0/types/account.go#L31-L36
+++ https://github.com/cosmos/ethermint/blob/v0.1.0/types/account.go#L31-L36
## Addresses and Public Keys