diff --git a/testnet/full_node.md b/testnet/full_node.md index f9e75536..6b444fd8 100644 --- a/testnet/full_node.md +++ b/testnet/full_node.md @@ -88,7 +88,7 @@ server_name: chibaclonkd **Not required if you have already initialized before** ``` -chibaclonkd init --chain-id chibaclonk_81337-1 +chibaclonkd init --chain-id chibaclonk_81337-2 ``` On running the above command, node will be initialized with default configuration. (config files will be saved in node's diff --git a/testnet/genesis-validators.md b/testnet/genesis-validators.md index c0760788..41a74dc5 100644 --- a/testnet/genesis-validators.md +++ b/testnet/genesis-validators.md @@ -1,4 +1,4 @@ -# Setting up a Genesis Validator for Vulcanize chibaclonk Testnet (chibaclonk_81337-1) +# Setting up a Genesis Validator for Vulcanize chibaclonk Testnet (chibaclonk_81337-2) Hardware --- @@ -88,7 +88,7 @@ server_name: chibaclonkd **Not required if you have already initialized before** ``` -chibaclonkd init --chain-id chibaclonk_81337-1 +chibaclonkd init --chain-id chibaclonk_81337-2 ``` On running the above command, node will be initialized with default configuration. (config files will be saved in node's @@ -118,15 +118,15 @@ 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.** ``` -chibaclonkd add-genesis-account 12000000000000000000000achk --keyring-backend os +chibaclonkd add-genesis-account 12900000000000000000000achk --keyring-backend os ``` ## 8) Create Your `gentx` ``` -chibaclonkd gentx 12000000000000000000000achk \ +chibaclonkd gentx 12900000000000000000000achk \ --pubkey=$(chibaclonkd tendermint show-validator) \ - --chain-id="chibaclonk_81337-1" \ + --chain-id="chibaclonk_81337-2" \ --moniker="YOUR_MONIKER_NAME" \ --website="https://yourweb.site" \ --details="description of my validator" \ @@ -152,7 +152,7 @@ NOTE: (Do NOT use space in the file name) To submit the gentx file, follow the below process: - Fork the [testnets]() repository -- Upload your gentx file in `chibaclonk_81337-1/config/gentxs` folder +- Upload your gentx file in `chibaclonk_81337-2/config/gentxs` folder - Submit Pull Request to [testnets]() with name `ADD gentx` --- diff --git a/testnet/validator_node.md b/testnet/validator_node.md index b831a5d2..d13cb691 100644 --- a/testnet/validator_node.md +++ b/testnet/validator_node.md @@ -42,7 +42,7 @@ chibaclonkd tx staking create-validator \ --moniker="my-moniker" \ --website="https://myweb.site" \ --details="description of your validator" \ - --chain-id="chibaclonk_81337-1" \ + --chain-id="chibaclonk_81337-2" \ --commission-rate="0.10" \ --commission-max-rate="0.20" \ --commission-max-change-rate="0.01" \