File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ Asterisk (*) denotes the latest minor/patch version.
102102- ` v1.0.0-rc0 ` : from block 3569000 to block 3712500
103103- ` v1.0.0-rc1 ` : from block 3712500 to block 5559500
104104- ` v2.0.2 ` : from block 5559500 to block 5695000
105- - ` v3.*.* ` : from block 5695000 to the current chain tip
105+ - ` v3.*.* ` : from block 5695000 to block 6853500
106+ - ` v4.*.* ` : from block 6853500 to the current chain tip
106107
107108#### Version ordering for Mezo Mainnet
108109
Original file line number Diff line number Diff line change @@ -139,7 +139,8 @@ The following setup assumes a Unix-like environment.
139139 ` ` ` shell
140140 # This example shows usage of a Mainnet Ethereum RPC for Mezo mainnet.
141141 # Use Ethereum Sepolia for Mezo testnet.
142- mezod ethereum-sidecar \
142+ yes $KEYRING_PASSWORD | mezod ethereum-sidecar \
143+ --home=$MEZOD_HOME \
143144 --ethereum-sidecar.server.network=mainnet \
144145 --ethereum-sidecar.server.ethereum-node-address=wss://eth-mainnet.g.alchemy.com/v2/< redacted> \
145146 --ethereum-sidecar.server.assets-unlocked-endpoint=localhost:9090 \
You can’t perform that action at this time.
0 commit comments