From 02e69ffc1114efe493cb4684dfe5419eb58c812f Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:09:06 -0500 Subject: [PATCH] fix: remove flag that is not used --- docs/deploy.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 4f0c7a10..5e775a8e 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -59,7 +59,6 @@ Now, we can deploy the Blobstream contract to a new EVM chain: ```sh blobstream deploy \ --evm.chain-id 4 \ - --evm.contract-address 0x27a1F8CE94187E4b043f4D57548EF2348Ed556c7 \ --core.grpc localhost:9090 \ --core.rpc localhost:26657 \ --starting-nonce latest \