From 2d23926f444a7981f9da66060093e86f1abdb945 Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Mon, 18 Mar 2024 17:35:20 +0000 Subject: [PATCH] comment --- rust/chains/hyperlane-sealevel/src/mailbox.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/chains/hyperlane-sealevel/src/mailbox.rs b/rust/chains/hyperlane-sealevel/src/mailbox.rs index db65d383fc..eccb201c9e 100644 --- a/rust/chains/hyperlane-sealevel/src/mailbox.rs +++ b/rust/chains/hyperlane-sealevel/src/mailbox.rs @@ -68,6 +68,8 @@ const PROCESS_COMPUTE_UNITS: u32 = 700_000; /// 0.0005 SOL, in lamports. /// A typical tx fee without a prioritization fee is 0.000005 SOL, or /// 5000 lamports. (Example: https://explorer.solana.com/tx/fNd3xVeBzFHeuzr8dXQxLGiHMzTeYpykSV25xWzNRaHtzzjvY9A3MzXh1ZsK2JncRHkwtuWrGEwGXVhFaUCYhtx) +/// See average priority fees here https://solanacompass.com/statistics/fees +/// to inform what to spend here. const PROCESS_DESIRED_PRIORITIZATION_FEE_LAMPORTS_PER_TX: u64 = 500000; /// In micro-lamports. Multiply this by the compute units to figure out