From aa4e957ca8e6652c73ee1dc1996a664211f23617 Mon Sep 17 00:00:00 2001 From: snoppy Date: Thu, 18 Apr 2024 23:30:45 +0800 Subject: [PATCH] chore: fix typos and link broken Signed-off-by: snoppy --- docs-src/src/priority_fees.md | 2 +- docs-src/src/snapshot.md | 2 +- src/opt.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-src/src/priority_fees.md b/docs-src/src/priority_fees.md index c0d73b4..0389799 100644 --- a/docs-src/src/priority_fees.md +++ b/docs-src/src/priority_fees.md @@ -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. diff --git a/docs-src/src/snapshot.md b/docs-src/src/snapshot.md index 06107b8..3e8cdb1 100644 --- a/docs-src/src/snapshot.md +++ b/docs-src/src/snapshot.md @@ -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. diff --git a/src/opt.rs b/src/opt.rs index 2efa314..07f8264 100644 --- a/src/opt.rs +++ b/src/opt.rs @@ -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)]