Skip to content

Commit

Permalink
Document: how to make relayer releases (paritytech#2860)
Browse files Browse the repository at this point in the history
* RELEASE.md

* updated running-relayer.md
  • Loading branch information
svyatonik authored and serban300 committed Apr 8, 2024
1 parent 2666248 commit dba912b
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions bridges/docs/running-relayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,15 +247,14 @@ need to set value of the `bridgedChainId` to `bhks`.

### Starting your Rococo <> Westend Relayer

We are using the following docker image to run our own Rococo <> Westend relayer:

[paritytech/bridges-common-relay:v2024-02-16-rococo-westend-relayer](https://hub.docker.com/layers/paritytech/bridges-common-relay/v2024-02-16-rococo-westend-relayer/images/sha256-5ba4260d6bc2ac9e97c2e05d875f6dc44ee9265011311f268b66b8a5a672ada3?context=explore)

You can grab the sources and build it manually:

[v2024-02-16-rococo-westend-relayer](https://github.com/paritytech/parity-bridges-common/releases/tag/v2024-02-16-rococo-westend-relayer)

Once you have the docker, update variables and run the following script:
You may find the relayer image reference in the
[Releases](https://github.com/paritytech/parity-bridges-common/releases)
of this repository. Make sure to check supported (bundled) versions
of release there. For Rococo <> Westend bridge, normally you may use the
latest published release. The release notes always contain the docker
image reference and source files, required to build relayer manually.

Once you have the docker image, update variables and run the following script:
```sh
export DOCKER_IMAGE=<image-of-substrate-relay>

Expand Down

0 comments on commit dba912b

Please sign in to comment.