From 16936d3315bf9a6524ac1867f59c2bcd1a8c226d Mon Sep 17 00:00:00 2001 From: Sai Kumar Date: Wed, 6 Jul 2022 18:49:27 +0530 Subject: [PATCH] chore: update docs for testnet2 --- testnet/genesis-validators.md | 6 +++--- testnet/validator_node.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testnet/genesis-validators.md b/testnet/genesis-validators.md index 41a74dc5..e134e818 100644 --- a/testnet/genesis-validators.md +++ b/testnet/genesis-validators.md @@ -116,7 +116,7 @@ NOTE: Save `mnemonic` and related account details (public key). You will need to recover accounts at a later point in time. ## 7) Add Genesis Account -**Note: don't add more than 12,000 CHK , if you add more than that, your gentx will be ignored.** +**Note: don't add more than 12,900 CHK , if you add more than that, your gentx will be ignored.** ``` chibaclonkd add-genesis-account 12900000000000000000000achk --keyring-backend os ``` @@ -159,7 +159,7 @@ To submit the gentx file, follow the below process: **Execute below instructions only after publishing of final genesis file** -genesis file will be published to [testnets/chibaclonk_9000-1]() +genesis file will be published to [testnets/chibaclonk_81337-2]() # B) Starting the validator @@ -179,7 +179,7 @@ After=network-online.target [Service] User=$USER -ExecStart=$(which chibaclonkd) start +ExecStart=$(which chibaclonkd) start --mode validator --gql-playground --gql-server Restart=always RestartSec=3 LimitNOFILE=65535 diff --git a/testnet/validator_node.md b/testnet/validator_node.md index d13cb691..5905bb34 100644 --- a/testnet/validator_node.md +++ b/testnet/validator_node.md @@ -6,7 +6,7 @@ ### 1.Run Full Node -- Check "[Run Full Node](full-node.md)" section to Run a Full Node +- Check "[Run Full Node](full_node.md)" section to Run a Full Node ### 2. Create Account & Get test tokens