Skip to content

Commit

Permalink
Update Solana Version for testnet/mainnet/jito-mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Mar 19, 2024
1 parent e5bc125 commit bbd6b47
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .changeset/six-gifts-pay.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/solv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @epics-dao/solv

## 3.3.6

### Patch Changes

- [`b1997c1`](https://github.com/EpicsDAO/solv/commit/b1997c135ab28460934b1c3f66e67e2206d73f4a) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Update Solana Version for testnet/mainnet/jito-mainnet

- Solana Testnet: 1.18.7
- Solana Mainnet: 1.17.27
- Solana Jito Mainnet: 1.17.27-jito

## Update solv

```bash
$ solv update
$ solv -V
3.3.6
```

## Update Solana Validator

```bash
$ solv update -b
```

## 3.3.5

### 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": "@epics-dao/solv",
"version": "3.3.5",
"version": "3.3.6",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit bbd6b47

Please sign in to comment.