Skip to content

Commit

Permalink
Update Solana Testnet v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 24, 2024
1 parent d2ef982 commit e153c6d
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
44 changes: 44 additions & 0 deletions .changeset/lovely-jeans-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
'@epics-dao/solv': patch
---

Update Solana Testnet v2.0.14

- For users who are not using solv Auto Operation Mode: Please follow the instructions below.

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

## How to use solv Auto Operation Mode?

Run the following command:

```bash
$ solv auto
? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N)
? Do you want to enable AUTO UPDATE? (Recommended) (y/N)
? Do you want to enable AUTO RESTART? (Recommended) (y/N)
※ Please turn off if you are using no-downtime migration.
? Enter your Discord Webhook URL (https://discord.com/api/webhooks/1234)
```
1. Enable solv Auto Operation Mode.
2. Enable AUTO UPDATE.
3. Enable AUTO RESTART.
※ Please turn off if you are using no-downtime migration.
※ No-downtime migration requires spare server and manual restart.
4. Enter your Discord Webhook URL.
※ You can receive notifications about the Solana/solv version update.
5. Enter RPC URL (Mainnet Only)
6. Enter Harvest Account (Mainnet Only)
## How to disable solv Auto Operation Mode?
Run the following command:
```bash
$ solv auto
? Do you want to enable solv Auto Operation Mode?(You can change it again) (y/N) n
✅ Cron Job successfully removed.
```
4 changes: 2 additions & 2 deletions packages/solv/src/config/versionConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const VERSION_TESTNET = '1.18.26'
export const VERSION_TESTNET = '2.0.14'
export const VERSION_MAINNET = '1.18.25'
export const VERSION_JITO_TESTNET = '1.18.26'
export const VERSION_JITO_TESTNET = '2.0.14'
export const VERSION_JITO_MAINNET = '1.18.26'
export const VERSION_JITO_RPC = '2.0.14'
export const VERSION_SOLANA_RPC = '1.18.26'
Expand Down

0 comments on commit e153c6d

Please sign in to comment.