-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Solana Testnet Version v2.0.14
- Loading branch information
1 parent
1a45195
commit bd9c764
Showing
3 changed files
with
58 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
'@epics-dao/solv': patch | ||
--- | ||
|
||
Update Solana Testnet Version 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. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
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 = '2.0.10' | ||
export const VERSION_JITO_TESTNET = '2.0.14' | ||
export const VERSION_JITO_MAINNET = '1.18.25' | ||
export const VERSION_JITO_RPC = '2.0.10' | ||
export const VERSION_SOLANA_RPC = '2.0.13' | ||
export const DELINQUENT_STAKE_TESTNET = 5 | ||
export const VERSION_SOLANA_RPC = '2.0.14' | ||
export const DELINQUENT_STAKE_TESTNET = 15 | ||
export const DELINQUENT_STAKE_MAINNET = 5 | ||
export const COMMISSION = 5 | ||
export const VERSION_NODE = '20.17.0' | ||
export const VERSION_FIREDANCER_MAINNET = '0.114.20013' | ||
export const VERSION_FIREDANCER = '0.114.20013' |