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
+2 -2
View File
@@ -9,7 +9,7 @@ order: 1
Clone and build Ethermint using `git`:
```bash
git clone https://github.com/ChainSafe/ethermint.git
git clone https://github.com/cosmos/ethermint.git
cd ethermint
make install
```
@@ -43,7 +43,7 @@ ethermintcli -h
Ethermint is under VERY ACTIVE DEVELOPMENT and should be treated as pre-alpha software. This means it is not meant to be run in production, its APIs are subject to change without warning and should not be relied upon, and it should not be used to hold any value. We will remove this warning when we have a release that is stable, secure, and properly tested.
:::
You can also download a specific release available on the [Ethermint repository](https://github.com/ChainSafe/ethermint/releases)
You can also download a specific release available on the [Ethermint repository](https://github.com/cosmos/ethermint/releases)
## Next {hide}
+1 -1
View File
@@ -22,7 +22,7 @@ make install
If you have issues at this step, please check that you have the latest stable version of GO installed.
:::
You will need to ensure that the version installed matches the one needed for th testnet. Check the Ethermint [release page](https://github.com/ChainSafe/ethermint/releases) for details on each release.
You will need to ensure that the version installed matches the one needed for th testnet. Check the Ethermint [release page](https://github.com/cosmos/ethermint/releases) for details on each release.
## Upgrade Genesis File