Skip to content

Commit

Permalink
Merge pull request #23 from ronin-chain/fix-vrf-key
Browse files Browse the repository at this point in the history
fix: update version
  • Loading branch information
phuctd95 authored Jun 26, 2024
2 parents e8d5380 + c3947e8 commit 285286d
Showing 1 changed file with 3 additions and 3 deletions.
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
```
```

0 comments on commit 285286d

Please sign in to comment.