Skip to content

Commit 21f0c60

Browse files
update readme
1 parent 499a7e6 commit 21f0c60

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For every network where we run a validator on mainnet, we run 3 nodes (Validator
2525

2626
We have 2 strong opinions about the node configuration:
2727

28-
1. Each network will have its custom port prefix. This is to prevent port collision if you run multiple nodes on the same server (we do so for Backup Node and Relayer Node). For example, Juno's custom port prefix is 26 and that of Osmosis is 25. Since it is rather arbitrary, we are going to force the same convention on you unless you fork the code.
28+
1. Each network will have its custom port prefix. This is to prevent port collision if you run multiple nodes on the same server (we do so for Backup Node and Relayer Node). For example, Juno's custom port prefix is 126 and that of Osmosis is 125. Since it is rather arbitrary, we are going to force the same convention on you unless you fork the code.
2929
1. Each type of node will have its setting based on Polkachu's "best practice". For example, the main node (Validator) has null indexer, and 100/0/<prime number> pruning, and Relayer node has kv indexer and 40000/2000/<prime number> pruning. We will force these setting on you unless you fork the code.
3030

3131
#### Host Variables
@@ -78,8 +78,6 @@ ansible-playbook main.yml -e "target=HOST_NAME"
7878
| `support_state_sync.yml ` | Install state-sync script |
7979
| `support_seed.yml ` | Install seed node with Tenderseed. You need a node_key.json.j2 file so the node_id is consistent |
8080
| `system_update.yml ` | Update a server and restart if needed |
81-
| `relayer_juno.yml ` | Set up Polkachu's Hermes config for Juno Hub |
82-
| `relayer_osmosis.yml ` | Set up Polkachu's Hermes config for Osmosis Hub |
8381

8482
### Playbook Usage Example
8583

0 commit comments

Comments
 (0)