From eb7f7ba82c0899bd2d04b7693e897762145297e2 Mon Sep 17 00:00:00 2001 From: Josh Stein <46639943+jcstein@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:29:04 -0500 Subject: [PATCH] chore: match changes in docs 1332 --- docs/relayer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/relayer.md b/docs/relayer.md index aaeac28d..f71df695 100644 --- a/docs/relayer.md +++ b/docs/relayer.md @@ -118,6 +118,6 @@ To start the relayer using the default home directory, run the following: /bin/blobstream relayer start --evm.account=0x35a1F8CE94187E4b043f4D57548EF2348Ed556c8 ``` -> **_NOTE:_** The above command assumes that the necessary configuration is specified in the `/config/config.toml` file. +> **_NOTE:_** The above command assumes that the necessary configuration is specified in the `/config/config.toml` file. Then, you will be prompted to enter your EVM key passphrase for the EVM address passed using the `--evm.account` flag, so that the relayer can use it to send transactions to the target Blobstream smart contract. Make sure that it's funded.