Skip to content

Commit

Permalink
add JitoMEV setup
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Feb 5, 2024
1 parent 77791b2 commit dc6fe41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion articles/doc/en/quickstart/start-solv.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Now you can select the mainnet for Jito MEV 🎉
solv CLI is a tool for managing Solana Validators from your local machine.

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/v3.0.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/v3.2.0/install")"
```

Start solv CLI Dashboard - from your local machine
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/quickstart/update-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ solv s
Set your default Language for initial setup

```bash
Solv Version: v3.0.0
Solv Version: v3.2.0

? Select Language (Use arrow keys)
❯ en
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/en/tutorial/chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ With the following one-liner command, you can install:
- `solv CLI`

```bash
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/v3.0.0/install")"
sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/v3.2.0/install")"
```

## Running solv CLI
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/quickstart/start-solv.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Jito MEV のメインネットを選択できるようになりました 🎉
solv CLI は、ローカルコンピューターから Solana バリデーターを管理するためのツールです。

```bash
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/v3.0.0/install")"
$ sh -c "$(curl -sSfL "https://storage.googleapis.com/epics-bucket/resource/solv-cli/v3.2.0/install")"
```

solv CLI ダッシュボードを開く - ローカルコンピューター
Expand Down
2 changes: 1 addition & 1 deletion articles/doc/ja/quickstart/update-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ solv s
まずは初期設定のためにデフォルトの言語を設定します。

```bash
Solv Version: v3.0.0
Solv Version: v3.2.0

? Select Language (Use arrow keys)
en
Expand Down
2 changes: 1 addition & 1 deletion src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const siteConfig = {
instagramAccount: 'epics.dao',
githubAccount: 'EpicsDAO',
githubRepo: 'https://github.com/EpicsDAO/solv',
solvVersion: 'v3.0.0',
solvVersion: 'v3.2.0',
discordInvitationLink: 'https://discord.gg/GmHYfyRamx',
downloadPressKitsJA:
'https://storage.googleapis.com/elsoul-holdings/elsoul-labo/PressKits/2023-08-03/ELSOUL%20LABO%20B.V.%20%E3%83%95%E3%82%9A%E3%83%AC%E3%82%B9%E3%82%AD%E3%83%83%E3%83%88.zip',
Expand Down

0 comments on commit dc6fe41

Please sign in to comment.