diff --git a/README.md b/README.md index 5e11da7..2261a6d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The SP1 Tendermint template is a simple example of a ZK Tendermint light client forge install - TENDERMINT_VKEY_HASH= TRUSTED_HEADER_HASH= TRUSTED_HEIGHT= forge script script/SP1Tendermint.s.sol --rpc-url https://ethereum-sepolia.publicnode.com/ --private-key --broadcast + TENDERMINT_VKEY_HASH= TRUSTED_HEADER_HASH= TRUSTED_HEIGHT= forge script script/SP1Tendermint.s.sol --rpc-url https://ethereum-sepolia.publicnode.com/ --private-key --broadcast ``` If you see the following error, add `--legacy` to the command.