diff --git a/README.md b/README.md index 6cc812b..32e1872 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v1.0.0-rc0`: from block 3569000 to block 3712500 - `v1.0.0-rc1`: from block 3712500 to block 5559500 - `v2.0.2`: from block 5559500 to block 5695000 -- `v3.*.*`: from block 5695000 to the current chain tip +- `v3.*.*`: from block 5695000 to block 6853500 +- `v4.*.*`: from block 6853500 to the current chain tip #### Version ordering for Mezo Mainnet diff --git a/manual/README.md b/manual/README.md index 014a3b1..c41a316 100644 --- a/manual/README.md +++ b/manual/README.md @@ -139,7 +139,8 @@ The following setup assumes a Unix-like environment. ```shell # This example shows usage of a Mainnet Ethereum RPC for Mezo mainnet. # Use Ethereum Sepolia for Mezo testnet. - mezod ethereum-sidecar \ + yes $KEYRING_PASSWORD | mezod ethereum-sidecar \ + --home=$MEZOD_HOME \ --ethereum-sidecar.server.network=mainnet \ --ethereum-sidecar.server.ethereum-node-address=wss://eth-mainnet.g.alchemy.com/v2/ \ --ethereum-sidecar.server.assets-unlocked-endpoint=localhost:9090 \