diff --git a/docs/validators/state-sync.mdx b/docs/validators/state-sync.mdx index 0f0cf2c3..500d5ddb 100644 --- a/docs/validators/state-sync.mdx +++ b/docs/validators/state-sync.mdx @@ -31,7 +31,7 @@ You can find the available `zetacored` versions here: https://github.com/zeta-ch 1. Download the binary and give execution perms to the binary: ```bash -wget https://github.com/zeta-chain/node/releases/download/v10.1.0/zetacored_testnet-darwin-amd64 -O /usr/local/bin/zetacored +wget https://github.com/zeta-chain/node/releases/download/[BINARY_VERSION]/zetacored-darwin-amd64 -O /usr/local/bin/zetacored chmod a+x /usr/local/bin/zetacored ```