Skip to content

Commit

Permalink
Merge pull request #336 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
add dynamicComputeUnitLimit/prioritizationFeeLamports/dynamicSlippage
  • Loading branch information
POPPIN-FUMI authored Nov 6, 2024
2 parents 6cb926c + 9c6912e commit 1f772f6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/smart-toes-reply.md

This file was deleted.

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

## 4.7.2

### Patch Changes

- [#335](https://github.com/EpicsDAO/solv/pull/335) [`6438adc`](https://github.com/EpicsDAO/solv/commit/6438adc3ccd0b298a8a7250f99e770ba3d684883) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - update solv swap

Added new default options to the `solv swap` command.

The new options are as follows:

```
dynamicComputeUnitLimit: true,
prioritizationFeeLamports: 'auto'
dynamicSlippage: { 'maxBps': 300 }
```

Jupiter Swap API v6
https://station.jup.ag/docs/apis/swap-api#setting-priority-fee-for-your-transaction

## 4.7.1

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

0 comments on commit 1f772f6

Please sign in to comment.