From f4410f11ec40c936e04f3f7c571db06df850c622 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:33:38 -0400 Subject: [PATCH] Update docs/deploy.md Co-authored-by: CHAMI Rachid --- docs/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy.md b/docs/deploy.md index 5c007633..066b3ec9 100644 --- a/docs/deploy.md +++ b/docs/deploy.md @@ -70,6 +70,6 @@ The `latest` can be replaced by the following: - `latest`: to deploy the Blobstream contract starting from the latest validator set. - `earliest`: to deploy the Blobstream contract starting from genesis. -- `nonce`: you can provide a custom nonce on where you want the Blobstream to start. If the provided nonce is not a `Valset` attestation, then the one before it will be used to deploy the Blobstream smart contract. +- `nonce`: you can provide a custom nonce on where you want Blobstream to start. If the provided nonce is not a `Valset` attestation, then the one before it will be used to deploy the Blobstream smart contract. And, now you will see the Blobstream smart contract address in the logs along with the transaction hash.