Skip to content

Commit

Permalink
Merge pull request #292 from EpicsDAO/update
Browse files Browse the repository at this point in the history
Update Solana Version v2.0.13 for Testnet Validator
  • Loading branch information
POPPIN-FUMI authored Oct 3, 2024
2 parents 08d4e2f + 22ec57d commit 5af96da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/dull-months-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@epics-dao/solv': patch
---

Update Solana Version v2.0.13 for Testnet Validator
4 changes: 2 additions & 2 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.0.10'
export const VERSION_TESTNET = '2.0.13'
export const VERSION_MAINNET = '1.18.23'
export const VERSION_JITO_TESTNET = '2.0.10'
export const VERSION_JITO_MAINNET = '1.18.23'
export const VERSION_JITO_RPC = '2.0.10'
export const VERSION_SOLANA_RPC = '2.0.10'
export const VERSION_SOLANA_RPC = '2.0.13'
export const DELINQUENT_STAKE_TESTNET = 5
export const DELINQUENT_STAKE_MAINNET = 5
export const COMMISSION = 5
Expand Down

0 comments on commit 5af96da

Please sign in to comment.