Skip to content

Commit

Permalink
Merge pull request #28 from devinoue/chore/fix_typo
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
KishiTheMechanic authored Feb 11, 2025
2 parents 1c0a123 + 649e8ee commit 2c3adbc
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
## The Toolkit for Solana Devs

SLV is a toolkit for Solana developers. It provides a set of tools to help
developers build, test, and deploy Solana Validatros and Solana-based
developers build, test, and deploy Solana Validators and Solana-based
applications.

In the newly revamped slv, you can complete all configurations from a remote
Expand Down Expand Up @@ -184,7 +184,7 @@ Please input your authority public key. This key is used to withdraw rewards
from the vote account.

```bash
? Please Enter Your Vote Account's Authrority Key › <your-authority-pubkey>
? Please Enter Your Vote Account's Authority Key › <your-authority-pubkey>
✔︎ Validator testnet config saved to ~/.slv/inventory.testnet.validators.yml
Now you can deploy with:
Expand Down Expand Up @@ -223,7 +223,7 @@ catch up with the Solana network.
Next, You need to change the identity key from the unstaked key to the
authorized identity key.
### If your firedancer deployment freezes during firedancer compile,
### If your firedancer deployment freezes during firedancer compile
If your Firedancer deployment stops responding during the compile process, it
may be due to a network issue. To resolve this, please try setting it up again
Expand Down Expand Up @@ -263,7 +263,7 @@ Then, the identity key will be changed to the authorized identity key. This
command will stop firedancer, change the identity key, and restart the
firedancer.

Nodowntime Migration is not available with Firedancer yet. We will updated as
No downtime Migration is not available with Firedancer yet. We will updated as
soon as it's available.

### Restart Firedancer
Expand Down Expand Up @@ -313,7 +313,7 @@ Commands:
restart - Restart validator
setup:firedancer - Setup Firedancer Validator
update:version - Update Validator Version
apply - Apply Ansiible Playbook
apply - Apply Ansible Playbook
codebot - CodeBot Validator Config
```

Expand Down
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
https://storage.slv.dev/SLVogp.jpg

slv is a toolkit for Solana developers. It provides a set of tools to help
developers build, test, and deploy Solana Validatros and Solana-based
developers build, test, and deploy Solana Validators and Solana-based
applications.

## Installation
Expand Down
2 changes: 1 addition & 1 deletion cli/src/validator/init/genVoteKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const genVoteKey = async (identityAccount: string): Promise<{

const authKey = await prompt([{
name: 'authKey',
message: "Please Enter Your Vote Account's Authrority Key",
message: "Please Enter Your Vote Account's Authority Key",
type: Input,
}])
const authAccount = authKey.authKey as string
Expand Down
6 changes: 3 additions & 3 deletions website/slv-dev/articles/doc/en/validator/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This command will prompt you to provide necessary information to deploy.
New SLV Deployment is always use `unstaked-keypair.json` for the identity key.
This is the best practice to avoid double voting, and etc.

So Please make sure to set the aurhorized identity key with `slv v set:identity`
So Please make sure to set the authorized identity key with `slv v set:identity`
after the deployment.

### Input Server's Default Username
Expand Down Expand Up @@ -129,7 +129,7 @@ Please input your authority public key. This key is used to withdraw rewards
from the vote account.

```bash
? Please Enter Your Vote Account's Authrority Key › <your-authority-pubkey>
? Please Enter Your Vote Account's Authority Key › <your-authority-pubkey>
✔︎ Validator testnet config saved to ~/.slv/inventory.testnet.validators.yml
Now you can deploy with:
Expand Down Expand Up @@ -182,7 +182,7 @@ Then, the identity key will be changed to the authorized identity key. This
command will stop firedancer, change the identity key, and restart the
firedancer.

Nodowntime Migration is not available with Firedancer yet. We will updated as
No downtime Migration is not available with Firedancer yet. We will updated as
soon as it's available.

### Restart Firedancer
Expand Down
6 changes: 3 additions & 3 deletions website/slv-dev/articles/doc/ja/validator/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ slv v init
投票アカウントキーを `~/.slv/keys/<your-vote-account>.json` に配置してください。
### 投票アカウントの Authrority キーを入力
### 投票アカウントの Authority キーを入力
投票アカウントから報酬を引き出すために使用する Aurhority の PublicKey を入力してください。
投票アカウントから報酬を引き出すために使用する Authority の PublicKey を入力してください。
```bash
? Please Enter Your Vote Account's Authrority Key › <your-authority-pubkey>
? Please Enter Your Vote Account's Authority Key › <your-authority-pubkey>
✔︎ Validator testnet config saved to ~/.slv/inventory.testnet.validators.yml

Now you can deploy with:
Expand Down
4 changes: 2 additions & 2 deletions website/slv-dev/src/assets/img.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import LiquidityPoolOrca from '@/assets/img/page/defi/LiquidityPoolOrca.png'

import ElsolProductImg from '@/assets/img/products/elSOL.jpg'
import SolvProductImg from '@/assets/img/products/solv.jpg'
import ValidatrosSolutionsProductImg from '@/assets/img/products/ValidatorsSolutions.jpg'
import ValidatorsSolutionsProductImg from '@/assets/img/products/ValidatorsSolutions.jpg'
import ERPCProductImg from '@/assets/img/products/ERPC.jpg'
import SkeetProductImg from '@/assets/img/products/Skeet.jpg'
import BuidlersCollectiveImg from '@/assets/img/products/BuidlersCollective.jpg'
Expand Down Expand Up @@ -306,7 +306,7 @@ export {
TokenSwapSanctum,
ValidatorsDAOLogoHorizontal,
ValidatorsDAOLogoInvertHorizontal,
ValidatrosSolutionsProductImg,
ValidatorsSolutionsProductImg,
VLDAirdropImg,
VLDAngledLeft,
VLDAngledRight,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { mainShardGradation } from '@/lib/decoration'
import { faDiscord } from '@fortawesome/free-brands-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import Image from 'next/image'
import { ValidatrosSolutionsProductImg } from '@/assets/img'
import { ValidatorsSolutionsProductImg } from '@/assets/img'

export default function ProductsValidatorsSolutionsRow() {
const t = useTranslations()
Expand All @@ -23,7 +23,7 @@ export default function ProductsValidatorsSolutionsRow() {
className="hover:opacity-80"
>
<Image
src={ValidatrosSolutionsProductImg}
src={ValidatorsSolutionsProductImg}
alt="Validators Solutions"
className="w-full rounded-lg shadow-lg"
unoptimized
Expand Down
6 changes: 3 additions & 3 deletions website/slv-dev/src/constants/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export const MIRAISE_LINK = 'https://miraise.vc/'

export const SOLANA_VALIDATOR_LINK =
'https://docs.solanalabs.com/operations/requirements'
export const JITO_VAILDATOR_LINK = 'https://www.jito.wtf/validators/'
export const AGAVE_VAILDATOR_LINK = 'https://www.anza.xyz/'
export const FIREDANCER_VAILDATOR_LINK = 'https://jumpcrypto.com/firedancer/'
export const JITO_VALIDATOR_LINK = 'https://www.jito.wtf/validators/'
export const AGAVE_VALIDATOR_LINK = 'https://www.anza.xyz/'
export const FIREDANCER_VALIDATOR_LINK = 'https://jumpcrypto.com/firedancer/'

export const BUIDLERS_COLLECTIVE_WEB_LINK = 'https://buidlers.epics.dev/'
export const EPICS_DAO_WEB_LINK = 'https://epics.dev/'
Expand Down

0 comments on commit 2c3adbc

Please sign in to comment.