Skip to content

Commit

Permalink
update to refer to QuickNode dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nazreen committed Dec 16, 2024
1 parent d45ac08 commit 7ef0530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/oft-solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ This section only applies if you are unable to land your deployment transaction
sh -c "$(curl -sSfL https://release.solana.com/v1.18.26/install)"
```

You can run `npx hardhat lz:solana:get-priority-fees --eid <SOLANA_EID> --address <PROGRAM_ID>` and use the `averageFeeExcludingZeros` value.
You can run refer QuickNode's [Solana Priority Fee Tracker](https://www.quicknode.com/gas-tracker/solana) to know what value you'd need to pass into the `--with-compute-unit-price` flag.

:information_source: The average is calculated from getting the prioritization fees across recent blocks, but some blocks may have `0` as the prioritization fee. `averageFeeExcludingZeros` ignores blocks with `0` prioritization fees.

Expand Down

0 comments on commit 7ef0530

Please sign in to comment.