Skip to content

Commit

Permalink
Merge pull request #215 from EpicsDAO/changeset-release/main
Browse files Browse the repository at this point in the history
solv new release
  • Loading branch information
POPPIN-FUMI authored Jul 1, 2024
2 parents 513a088 + 59b4fda commit 3e1f7c8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/thirty-news-hammer.md

This file was deleted.

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

## 4.2.3

### Patch Changes

- [#214](https://github.com/EpicsDAO/solv/pull/214) [`5c2b014`](https://github.com/EpicsDAO/solv/commit/5c2b014423303e41d3ae93581482156c3cecc9c3) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Add - solv MEV Mode

This will enable solv MEV Mode on your validator instance.
MEV Mode will allow you to harvest your rewards to your authority account every right before the epoch ends.
Then convert SOL to elSOL (LST) and send it to your desired account.

```bash
$ solv mev
? Do you want to enable solv MEV Mode? (y/N) y
? Enter your RPC URL (https://api.mainnet-beta.solana.com)
? Enter your Harvest Address (your solana address)
? Enter your Discord Webhook URL (https://discord.com/api/webhooks/11111111/xxxxxxxx)
```

This strategy keeps the balance of SOL in your validator node low, enhancing security by mitigating the risk of large-scale SOL withdrawals. By immediately converting earned rewards to LST, it ensures high yield maintenance.

## 4.2.2

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

0 comments on commit 3e1f7c8

Please sign in to comment.