From b9d93af753c97690deee7bb5e557a7f0723a0dba Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 2 Jul 2019 16:06:31 -0400 Subject: [PATCH] feat: update for 1.1 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b10b422..83a07a3d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ go install -tags "ledger" ./cmd/kvd ./cmd/kvcli #### Create a Wallet ``` -kvd init --chain-id=kava-testnet-1 +kvd init --chain-id=kava-testnet-1.1 kvcli keys add ``` @@ -47,15 +47,15 @@ kvcli keys add #### Create a Genesis Transaction ``` -kvd add-genesis-account $(kvcli keys show -a) 1000000kva -kvd gentx --name --amount 1000000kva --ip +kvd add-genesis-account $(kvcli keys show -a) 1000000000000ukva +kvd gentx --name --amount 1000000000000ukva --ip ``` A genesis transaction should be written to `$HOME/.kvd/config/gentx/gentx-.json` #### Submit Genesis Transaction -To be included in the genesis file for testnet one, fork this repo and copy your genesis transaction to the `testnet-1/gentx` directory. Submit your fork including your genesis transaction as a PR on this repo [here](https://github.com/Kava-Labs/kava/pulls) +To be included in the genesis file for testnet one, fork this repo and copy your genesis transaction to the `testnet-1.1/gentx` directory. Submit your fork including your genesis transaction as a PR on this repo [here](https://github.com/Kava-Labs/kava/pulls) ## License