Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update version #23

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/validators/setup/random-beacon.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ronin-random-beacon-chain-db:
3. In the docker directory, create an `.env` file and add the following content, replacing the `<...>` placeholder values with your information:

```
NODE_IMAGE=<NODE_IMAGE>
NODE_IMAGE=ghcr.io/ronin-chain/ronin-random-beacon:v0.0.1-2798dc6
DB_USER=<DB_USER>
DB_PASS=<DB_PASS>
DB_NAME=<DB_NAME>
Expand Down Expand Up @@ -178,7 +178,7 @@ This compose file defines the `ronin-random-beacon` service that pulls a Ronin r
3. In the docker directory, create an `.env` file and add the following content, replacing the `<...>` placeholder values with your information:

```
RONIN_RANDOM_BEACON_CHAIN_IMAGE=<RONIN_RANDOM_BEACON_CHAIN_IMAGE>
RONIN_RANDOM_BEACON_CHAIN_IMAGE=ghcr.io/ronin-chain/ronin-random-beacon:v0.0.1-2798dc6
RONIN_RANDOM_BEACON_DB_USER=<RONIN_RANDOM_BEACON_DB_USER>
RONIN_RANDOM_BEACON_DB_PASS=<RONIN_RANDOM_BEACON_DB_PASS>
RONIN_RANDOM_BEACON_DB_NAME=<RONIN_RANDOM_BEACON_DB_NAME>
Expand All @@ -202,4 +202,4 @@ cd ~/ronin && docker-compose up -d

```
docker logs ronin-random-beacon-chain -f –tail 100
```
```
Loading