diff --git a/docs/protocol/evmos-cli/configuration.mdx b/docs/protocol/evmos-cli/configuration.mdx index 6590d1a..6bb6b8e 100644 --- a/docs/protocol/evmos-cli/configuration.mdx +++ b/docs/protocol/evmos-cli/configuration.mdx @@ -134,7 +134,7 @@ broadcast-mode = "sync" import Highlighter from '../../../src/components/Highlighter'; -After the necessary changes are made in the `client.toml`, then save. For example, if we directly change the chain-id from to `evmostest_9000-1`, and output to number, it would change instantly as shown below. +After the necessary changes are made in the `client.toml`, then save. For example, if we directly change the chain-id from to `evmostest_9000-4`, and output to number, it would change instantly as shown below. ```bash evmosd config @@ -242,4 +242,4 @@ The WebSocket Server can be enabled from the `app.toml` ```toml # Address defines the EVM WebSocket server address to bind to. ws-address = "0.0.0.0:8546" -``` \ No newline at end of file +```