-
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.
Merge pull request #236 from EpicsDAO/update
Update Solana Version for Testnet v2.0.3
- Loading branch information
Showing
3 changed files
with
52 additions
and
11 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,46 @@ | ||
--- | ||
'@epics-dao/solv': patch | ||
--- | ||
|
||
Update Solana Version for Testnet v2.0.3 | ||
|
||
If you are using solv MEV mode, ignore this step, It will be automatically updated. | ||
|
||
If you are NOT using solv MEV mode, you need to update the Agave CLI with the following command: | ||
|
||
```bash | ||
$ solv update && solv update -b | ||
``` | ||
|
||
## How to use solv mev mode? | ||
|
||
Run the following command: | ||
|
||
```bash | ||
$ solv mev | ||
? Do you want to enable solv MEV 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 MEV 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 mev mode? | ||
Run the following command: | ||
```bash | ||
$ solv mev | ||
? Do you want to enable solv MEV 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