Skip to content

Commit

Permalink
Fixed markup in the validator setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ihordiachenko committed Jan 10, 2024
1 parent 2820b1c commit 28563aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Minor markup fix in Proof of Humanity tech reference;
- Minor markup fix in "Setting up validator" guide;

## [1.6.0] - 28-11-2023

Expand Down
10 changes: 5 additions & 5 deletions docs/how-to-guides/validator-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ To set up EVM identity saver service, follow these steps:

1. Download (EVM Identity Saver service binary)[https://storage.googleapis.com/rarimo-mainnet/1.0.4/evm-identity-saver-svc]

2. The following configuration `config.yaml` file should be provided to launch your oracle:
1. The following configuration `config.yaml` file should be provided to launch your oracle:

```yaml
log:
Expand Down Expand Up @@ -202,16 +202,16 @@ To set up EVM identity saver service, follow these steps:
disable_filtration: true
```
3. Some environment variables will be needed to run
1. Add the path to your config file to the environment variables:
```yaml
- name: KV_VIPER_FILE
value: /config/config.yaml # the path to your config file
- name: KV_VIPER_FILE
value: /config/config.yaml # the path to your config file
```
Oracle service requires the staking of some RMO tokens in the Rarimo chain.
4. To start the service (in vote mode), use the following command:
1. To start the service (in vote mode), use the following command:
```bash
evm-identity-saver-svc run state-update-voter
Expand Down

0 comments on commit 28563aa

Please sign in to comment.