We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e0924 commit 579c2b3Copy full SHA for 579c2b3
lib/solana/sample-configs/.env-sample-extendedrpc
@@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
9
## Common configuration parameters ##
10
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
11
SOLANA_NODE_CONFIGURATION="extendedrpc" # All options: "consensus", "baserpc", "extendedrpc"
12
-SOLANA_VERSION="1.17.20" # Current required version of Solana
+SOLANA_VERSION="1.17.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
13
14
SOLANA_INSTANCE_TYPE="x2idn.16xlarge"
15
SOLANA_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used
0 commit comments