Skip to content

Commit 951030c

Browse files
authored
Merge pull request #43 from aws-samples/bump-solana-version
Bump required version of Solana
2 parents bb13e64 + 9f6ec2b commit 951030c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.16" # Current required version of Solana
12+
SOLANA_VERSION="1.17.20" # Current required version of Solana
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

0 commit comments

Comments
 (0)