diff --git a/docs/getting-started/croeseid-testnet.md b/docs/getting-started/croeseid-testnet.md index ff8e1d9c..531840ff 100644 --- a/docs/getting-started/croeseid-testnet.md +++ b/docs/getting-started/croeseid-testnet.md @@ -66,6 +66,12 @@ Before kick-starting your node, we will have to configure your node so that it c OK! ``` +- For Cosmos configuration, in `~/.chain-maind/config/app.toml`, update minimum gas price to avoid [transaction spamming](https://github.com/cosmos/cosmos-sdk/issues/4527) + + ```bash + $ sed -i.bak -E 's#^(minimum-gas-prices[[:space:]]+=[[:space:]]+)""$#\1"0.025basetcro"#' ~/.chain-maind/config/app.toml + ``` + - For network configuration, in `~/.chain-maind/config/config.toml`, please modify the configurations of `seeds` and `create_empty_blocks_interval` by: ```bash