Skip to content

Commit

Permalink
Fix reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
huyngopt1994 committed Oct 9, 2024
1 parent 14be0f7 commit 9476988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/validators/setup/mainnet/run-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ For more information, see [Generate keys](../generate-keys.md).
LISTENERS__RONIN__STATS__SECRET=WSyDMrhRBe111
```

5. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo (Prefer using Pebbledb):
5. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo, preferably using PebbleDB:

```bash
cd ~/ronin/chaindata/data/ronin/
Expand Down
2 changes: 1 addition & 1 deletion docs/validators/setup/mainnet/run-non-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Install Docker Engine and the Docker Compose plugin:
RONIN_PARAMS=--http.api eth,net,web3,consortium --txpool.pricelimit 20000000000 --txpool.nolocals --cache 4096 --discovery.dns enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com
```

4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo (Prefer using Pebbledb):
4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo, preferably using PebbleDB:

```bash
cd ~/ronin/chaindata/data/ronin/
Expand Down
2 changes: 1 addition & 1 deletion docs/validators/setup/mainnet/run-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Generate a private key for your validator node. For more information, see [Gener
RONIN_PARAMS=--http.api eth,net,web3,consortium --miner.gaslimit 100000000 --miner.gasreserve 10000000 --cache 4096 --discovery.dns enrtree://AIGOFYDZH6BGVVALVJLRPHSOYJ434MPFVVQFXJDXHW5ZYORPTGKUI@nodes.roninchain.com
```

4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo (Prefer using Pebbledb):
4. (Optional) Download the snapshot from the [ronin-snapshot](https://github.com/axieinfinity/ronin-snapshot) repo, preferably using PebbleDB:

```bash
cd ~/ronin/chaindata/data/ronin/
Expand Down

0 comments on commit 9476988

Please sign in to comment.