From 03f3ec11fa1d60665adf159c58e849f2e99e5065 Mon Sep 17 00:00:00 2001 From: Clara van Staden Date: Tue, 22 Oct 2024 18:02:35 +0000 Subject: [PATCH] GITBOOK-93: change request with no subject merged in GitBook --- docs/operations/run-relayers.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/operations/run-relayers.md b/docs/operations/run-relayers.md index 293f2a0796..123046d9ed 100644 --- a/docs/operations/run-relayers.md +++ b/docs/operations/run-relayers.md @@ -83,6 +83,10 @@ Use the secret seed hash as the `snowbridge/asset-hub-ethereum-relay` secret. The `asset-hub-parachain-relay` is a private key for a funded account on Ethereum. +## Set Relayer Number + +Once you have set up all of the above, ask for a relayer ID and relayer count in Snowbridge Relayer Telegram group: [https://t.me/+I8Iel-Eaxcw3NjU0](https://t.me/+I8Iel-Eaxcw3NjU0). The ID and count should be updated in your [inventory file](https://github.com/Snowfork/snowbrige-relayers-infra/blob/main/inventory/message-relayers/group\_vars/all.yml#L28-L29). + ## Install Relayers Once you have added all the secrets, you can deploy your relayers: @@ -106,6 +110,10 @@ sudo journalctl -fu snowbridge-asset-hub-ethereum-relay --since today sudo journalctl -fu snowbridge-asset-hub-parachain-relay --since today ``` +### Increment Relayer count + +Once the relayer has started up successfully, all relaying parties should increment their [relayer count config](https://github.com/Snowfork/snowbrige-relayers-infra/blob/main/inventory/message-relayers/group\_vars/all.yml#L29) and redeploy their relayer config. This action will be prompted in the TG group. + ### Monitoring TODO