You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***`commission-rate`**: Validator's commission rate. The minimum is set to `0.05`.
81
81
***`commission-max-rate`**: Validator's maximum commission rate, expressed as a number with up to two decimal points. The value for this cannot be changed later.
82
82
***`commission-max-change-rate`**: Maximum rate of change of a validator's commission rate per day, expressed as a number with up to two decimal points. The value for this cannot be changed later.
83
83
***`chain-id`**: Unique identifier for the chain.
84
84
* For cheqd's current mainnet, this is `cheqd-mainnet-1`
85
-
* For cheqd's current testnet, this is `cheqd-testnet-4`
85
+
* For cheqd's current testnet, this is `cheqd-testnet-6`
86
86
***`gas`**: Maximum gas to use for *this specific* transaction. Using `auto` uses Cosmos's auto-calculation mechanism, but can also be specified manually as an integer value.
87
-
***gas-adjustment** (optional): If you're using `auto` gas calculation, this parameter multiplies the auto-calculated amount by the specified factor, e.g., `1.2`. This is recommended so that it leaves enough margin of error to add a bit more gas to the transaction and ensure it successfully goes through.
88
-
***`gas-prices`**: Maximum gas price set by the validator
87
+
***gas-adjustment** (optional): If you're using `auto` gas calculation, this parameter multiplies the auto-calculated amount by the specified factor, e.g., `1.3`. This is recommended so that it leaves enough margin of error to add a bit more gas to the transaction and ensure it successfully goes through.
88
+
***`gas-prices`**: Maximum gas price set by the validator. Default value is `50ncheq`.
89
89
90
90
Please note the parameters below are just an “**example**”.
91
91
@@ -94,7 +94,7 @@ When setting parameters such as the commission rate, a good benchmark is to cons
94
94
You will see the commission they set, the max rate they set, and the rate of change. Please use this as a guide when thinking of your own commission configurations. This is important to get right, because the `commission-max-rate` and `commission-max-change-rate` cannot be changed after they are initially set.
0 commit comments