Skip to content

Commit

Permalink
update known-validators and version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dubalda committed Mar 18, 2022
1 parent 7792728 commit 59e285c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ That's it, you are all set!
### How to update validator

````shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mfactory-lab/sv-manager/latest/install/update_test_validator_version.sh)" --version 1.9.9
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mfactory-lab/sv-manager/latest/install/update_test_validator_version.sh)" --version 1.10.3
````

### how to update monitoring
Expand Down
5 changes: 3 additions & 2 deletions inventory_example/group_vars/testnet_validators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ entrypoints:
- entrypoint3.testnet.solana.com:8001
known_validators:
- 5D1fNXzvv5NjV1ysLjirC4WY92RNsVH18vjmcszZd8on
- 7XSY3MrYnK8vq693Rju17bbPkCN3Z7KvvfvJx4kdrsSY
- dDzy5SR3AXdYWVqbDEkVFdvSPCtS9ihF5kJkHCtXoFs
- Ft5fbkqNa76vnsjYNwjDZUXoTWpP7VYm3mtsaQckQADN
- eoKpUABi59aT4rR9HGS3LcMecfut9x7zJyodWWP43YQ
- 9QxCLckBiJc783jnMvXZubK4wH86Eqqvashtrwvcsgkv
solana_metrics_url: 'https://metrics.solana.com:8086,db=tds,u=testnet_write,p=c4fa841aa918bf8274e3e2a44d77568d9861b3ea'
expected_genesis_hash: '4uhcVJyU9pJkvQyS88uRDiswHXSCkY3zQawwpjk2NsNY'
limit_ledger_size: 50000000
snapshot_interval_slots: 500
maximum_local_snapshot_age: 1000
solana_version: 1.9.9
solana_version: 1.10.3
extra_params:
- --full-rpc-api

0 comments on commit 59e285c

Please sign in to comment.