diff --git a/docs/docs/develop/solana-avs-mainnet.md b/docs/docs/develop/solana-avs-mainnet.md index 04ca5fbec4..34b0b627c4 100644 --- a/docs/docs/develop/solana-avs-mainnet.md +++ b/docs/docs/develop/solana-avs-mainnet.md @@ -36,8 +36,9 @@ If you have previously installed the binary, use the `--force` flag. 2. Check if the validator CLI is installed using the following command. The current version should be returned as a value indicating successful installation. ``` validator --version -> 0.0.5 +> 0.0.6 ``` + 3. Set up the rpc url with your validator keypair using the command below (note that the program ID is already added). Use a custom rpc since the Solana public rpc is not good enough to send transactions and will usually be dropped frequently. Keypair path is the path to your keypair json file. [For Example](https://github.com/ComposableFi/emulated-light-client/blob/2313bbd4c1f838ce36b894e781ede5eb63b7c698/solana/solana-ibc/keypair.json) @@ -61,8 +62,9 @@ The token address can be any one of the whitelisted tokens under the restaking l - mSOL: `mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So` ``` -Validator stake -a 25000000000 -t --rpc-url --ws-url --program-id --keypair-path -—priority-fees 10000 +Validator stake -a 25000000000 -t --rpc-url --ws-url --program-id --keypair-path -—priority-fees ``` +For priority fees, 10000 is the suggested amount. 5. Once the config file is set, run the validator: