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 ccf857e commit 8a62a6cCopy full SHA for 8a62a6c
lib/solana/sample-configs/.env-sample-baserpc
@@ -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="baserpc" # 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="r6a.8xlarge"
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