Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion manual/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<redacted> \
--ethereum-sidecar.server.assets-unlocked-endpoint=localhost:9090 \
Expand Down