Skip to content

Commit 2c39f61

Browse files
authored
docs(edits): Update solana-avs-mainnet.md (#4498)
2 parents 10af4a6 + 0611cbc commit 2c39f61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/docs/develop/solana-avs-mainnet.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ If you have previously installed the binary, use the `--force` flag.
3636
2. Check if the validator CLI is installed using the following command. The current version should be returned as a value indicating successful installation.
3737
```
3838
validator --version
39-
> 0.0.5
39+
> 0.0.6
4040
```
41+
4142
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
4243
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)
4344

@@ -61,8 +62,9 @@ The token address can be any one of the whitelisted tokens under the restaking l
6162
- mSOL: `mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So`
6263

6364
```
64-
Validator stake -a 25000000000 -t <token-address> --rpc-url <RPC_URL> --ws-url <WS_URL> --program-id <PROGRAM_ID> --keypair-path <KEYPAIR_PATH> -—priority-fees 10000
65+
Validator stake -a 25000000000 -t <token-address> --rpc-url <RPC_URL> --ws-url <WS_URL> --program-id <PROGRAM_ID> --keypair-path <KEYPAIR_PATH> -—priority-fees <insert priority fees>
6566
```
67+
For priority fees, 10000 is the suggested amount.
6668

6769
5. Once the config file is set, run the validator:
6870

0 commit comments

Comments
 (0)