Skip to content

Commit

Permalink
bump testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhicks committed Dec 26, 2024
1 parent 485f3c2 commit bbc5fc3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @gabrielhicks/solv

## 4.8.15

### Patch Changes
Bump solana versions, and new installer

## 4.8.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gabrielhicks/solv",
"version": "4.8.14",
"version": "4.8.15",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/solv/src/config/versionConfig.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const VERSION_TESTNET = '2.1.5'
export const VERSION_TESTNET = '2.1.6'
export const VERSION_MAINNET = '2.0.19'
export const VERSION_JITO_TESTNET = '2.1.5'
export const VERSION_JITO_TESTNET = '2.1.6'
export const VERSION_JITO_MAINNET = '2.0.19'
export const VERSION_JITO_RPC = '2.1.5'
export const VERSION_SOLANA_RPC = '2.1.5'
export const VERSION_JITO_RPC = '2.1.6'
export const VERSION_SOLANA_RPC = '2.1.6'
export const DELINQUENT_STAKE_TESTNET = 5
export const DELINQUENT_STAKE_MAINNET = 5
export const COMMISSION = 5
Expand Down
2 changes: 1 addition & 1 deletion pivot
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ setup_pivot_files() {
"VALIDATOR_TYPE": "jito",
"RPC_TYPE": "none",
"MNT_DISK_TYPE": "triple",
"TESTNET_SOLANA_VERSION": "2.1.5",
"TESTNET_SOLANA_VERSION": "2.1.6",
"MAINNET_SOLANA_VERSION": "2.0.18",
"NODE_VERSION": "20.17.0",
"TESTNET_DELINQUENT_STAKE": 5,
Expand Down
2 changes: 1 addition & 1 deletion pivotonly
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ setup_pivot_files() {
"VALIDATOR_TYPE": "jito",
"RPC_TYPE": "none",
"MNT_DISK_TYPE": "triple",
"TESTNET_SOLANA_VERSION": "2.1.5",
"TESTNET_SOLANA_VERSION": "2.1.6",
"MAINNET_SOLANA_VERSION": "2.0.18",
"NODE_VERSION": "20.17.0",
"TESTNET_DELINQUENT_STAKE": 5,
Expand Down

0 comments on commit bbc5fc3

Please sign in to comment.