File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/solana/sample-configs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
9
9
## Common configuration parameters ##
10
10
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
11
11
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
13
13
14
14
SOLANA_INSTANCE_TYPE="r6a.8xlarge"
15
15
SOLANA_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
9
9
## Common configuration parameters ##
10
10
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
11
11
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
13
13
14
14
SOLANA_INSTANCE_TYPE="r6a.8xlarge"
15
15
SOLANA_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AWS_REGION="us-east-2"
9
9
## Common configuration parameters ##
10
10
SOLANA_CLUSTER="mainnet-beta" # All options: "mainnet-beta", "testnet", "devnet"
11
11
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
13
13
14
14
SOLANA_INSTANCE_TYPE="x2idn.16xlarge"
15
15
SOLANA_CPU_TYPE="x86_64" # All options: "x86_64", "ARM_64". IMPORTANT: Make sure the CPU type matches the instance type used
You can’t perform that action at this time.
0 commit comments