Skip to content

Commit

Permalink
Merge pull request #291 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
Add Geyser/Firedancer Setup Option
  • Loading branch information
POPPIN-FUMI authored Oct 3, 2024
2 parents 38273fe + 02065a8 commit 08d4e2f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/sharp-stingrays-live.md

This file was deleted.

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

## 4.6.0

### Minor Changes

- [#290](https://github.com/EpicsDAO/solv/pull/290) [`20728ed`](https://github.com/EpicsDAO/solv/commit/20728ed0b4f208fa2c2c70a4811840b10f1ddfd3) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Add Geyser/Firedancer Setup Option

## Setup Geyser Yellowstone

```
solv setup --geyser
```

## Setup Firedancer (Frankendancer)

```
solv setup --firedancer
```

## 4.5.9

### 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": "4.5.9",
"version": "4.6.0",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 08d4e2f

Please sign in to comment.