Skip to content

Commit

Permalink
chore: fix typos and link broken
Browse files Browse the repository at this point in the history
Signed-off-by: snoppy <michaleli@foxmail.com>
  • Loading branch information
xiaoxianBoy committed Apr 18, 2024
1 parent 787ddee commit aa4e957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs-src/src/priority_fees.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To specify priority fees on Metaboss transactions, use the `--priority/-p` flag.

The default value if no priority is specified is `None`.

The total amount spennt on priority fees per transaction is the microlamports multiplied by the compute units used. Metaboss simulates each tranasaction to determine the compute units required, and then uses that value or a default.
The total amount spennt on priority fees per transaction is the microlamports multiplied by the compute units used. Metaboss simulates each transaction to determine the compute units required, and then uses that value or a default.

Setting higher levels of priority fees are unlikely to make a significant difference in the getting transactions confirmed, so it's recommended to use "none" or "low" until Solana network performance improves. However, higher levels are included to give users options.

Expand Down
2 changes: 1 addition & 1 deletion docs-src/src/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Get snapshots of various blockchain states.

**Note**: Most of the snapshot commands rely on the [Digital Asset Standard (DAS) API](https://developers.metaplex.com/bubblegum#metaplex-das-api), which is a read layer for Metaplex NFTs that uses indexed data to serve up information without having to make onerous getProgramAccounts RPC calls to validators. To use these commands you will need to have a RPC URL set with a provider that supports the DAS API. The current official list from Metaplex is [here](https://developers.metaplex.com/bubblegum/rpcs).
**Note**: Most of the snapshot commands rely on the [Digital Asset Standard (DAS) API](https://developers.metaplex.com/bubblegum#metaplex-das-api), which is a read layer for Metaplex NFTs that uses indexed data to serve up information without having to make onerous getProgramAccounts RPC calls to validators. To use these commands you will need to have a RPC URL set with a provider that supports the DAS API. The current official list from Metaplex is [here](https://developers.metaplex.com/rpc-providers).

Metaboss recommends using [Helius](https://helius.dev) for DAS API calls as they are the only provider that fully supported the DAS API spec on both mainnet and devnet when these commands were tested. In addition, they have a very generous free tier that should be sufficient for most casual users.

Expand Down
2 changes: 1 addition & 1 deletion src/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ pub enum MintSubcommands {
#[structopt(long)]
sign: bool,

/// Track whether URIs are succesfully minted or not, and output to
/// Track whether URIs are successfully minted or not, and output to
/// `minted` file with URIs -> Mint Accounts or to `unminted` file
/// with list of unminted URIs for easy continuation of command
#[structopt(long)]
Expand Down

0 comments on commit aa4e957

Please sign in to comment.