diff --git a/README.md b/README.md index f9bce2e..d9930a1 100644 --- a/README.md +++ b/README.md @@ -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.8.12 +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mfactory-lab/sv-manager/latest/install/update_test_validator_version.sh)" --version 1.9.9 ```` ### how to update monitoring diff --git a/inventory_example/group_vars/testnet_validators.yaml b/inventory_example/group_vars/testnet_validators.yaml index f26a6eb..0bf6352 100644 --- a/inventory_example/group_vars/testnet_validators.yaml +++ b/inventory_example/group_vars/testnet_validators.yaml @@ -17,6 +17,6 @@ expected_genesis_hash: '4uhcVJyU9pJkvQyS88uRDiswHXSCkY3zQawwpjk2NsNY' limit_ledger_size: 50000000 snapshot_interval_slots: 500 maximum_local_snapshot_age: 1000 -solana_version: 1.9.6 +solana_version: 1.9.9 extra_params: - --full-rpc-api