Skip to content

Commit 01d3c69

Browse files
authored
Merge pull request #47 from aws-samples/update-solana-mainnet-version
Add note to check for latest Solana version
2 parents 644ef0e + 579c2b3 commit 01d3c69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/solana/sample-configs/.env-sample-baserpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
99
## Common configuration parameters ##
1010
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
1111
SOLANA_NODE_CONFIGURATION="baserpc" # All options: "consensus", "baserpc", "extendedrpc"
12-
SOLANA_VERSION="1.17.20" # Current required version of Solana
12+
SOLANA_VERSION="1.17.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
1313

1414
SOLANA_INSTANCE_TYPE="r6a.8xlarge"
1515
SOLANA_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used

lib/solana/sample-configs/.env-sample-consensus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
99
## Common configuration parameters ##
1010
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
1111
SOLANA_NODE_CONFIGURATION="consensus" # All options: "consensus", "baserpc", "extendedrpc"
12-
SOLANA_VERSION="1.17.20" # Current required version of Solana
12+
SOLANA_VERSION="1.17.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
1313

1414
SOLANA_INSTANCE_TYPE="r6a.8xlarge"
1515
SOLANA_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used

lib/solana/sample-configs/.env-sample-extendedrpc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
99
## Common configuration parameters ##
1010
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
1111
SOLANA_NODE_CONFIGURATION="extendedrpc" # All options: "consensus", "baserpc", "extendedrpc"
12-
SOLANA_VERSION="1.17.20" # Current required version of Solana
12+
SOLANA_VERSION="1.17.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
1313

1414
SOLANA_INSTANCE_TYPE="x2idn.16xlarge"
1515
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

Comments
 (0)