Skip to content

Commit ae95124

Browse files
authored
Merge pull request #113 from aws-samples/solana
Solana. Changes the sample configs to use version 1.18.22
2 parents ec1be9d + 66905ce commit ae95124

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.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
12+
SOLANA_VERSION="1.18.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.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
12+
SOLANA_VERSION="1.18.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.22" # Latest required version of Solana. Check for latest Mainnet version https://github.com/solana-labs/solana/releases
12+
SOLANA_VERSION="1.18.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)