Skip to content

Commit ccf857e

Browse files
committed
Solana version bump
1 parent 951030c commit ccf857e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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

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