Skip to content

Commit

Permalink
add LEDGER_PATH in solv.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Feb 22, 2024
1 parent 0bc5d92 commit 813b50b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 24 deletions.
22 changes: 0 additions & 22 deletions .changeset/neat-melons-marry.md

This file was deleted.

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

## 3.3.1

### Patch Changes

- [#79](https://github.com/EpicsDAO/solv/pull/79) [`ce54a8f`](https://github.com/EpicsDAO/solv/commit/ce54a8fa3c06bf7e53b760b94665194de3fa4bef) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - ## added LEDGER_PATH in solv.config.json

Update solv version

```bash
pnpm add -g @epics-dao/solv
```

To set custom ledger path, add LEDGER_PATH in solv.config.json

```~/solv.config.json
{
"LEDGER_PATH": "path/to/ledger",
..
}
```

Default ledger path is `/mnt/ledger`

## 3.3.0

### Minor 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.0",
"version": "3.3.1",
"description": "Solana Validator CLI SOLV",
"main": "dist/index.js",
"repository": "https://github.com/EpicsDAO/solv",
Expand Down
2 changes: 1 addition & 1 deletion packages/solv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"files": ["package.json"],
"include": ["src/**/*", "../../lib/runDiscordChangeLog.ts"],
"include": ["src/**/*"],
"exclude": ["dist", "node_modules", "release/**/*"],
"compileOnSave": false
}

0 comments on commit 813b50b

Please sign in to comment.