From 81c587fbde246bcd2a04a243049efc52fb95c2cb Mon Sep 17 00:00:00 2001 From: David Date: Wed, 5 Jun 2024 13:14:43 +0700 Subject: [PATCH] chore(mainnet): update a comment (#288) --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index 2fbfad1..d894f58 100644 --- a/.env.sample +++ b/.env.sample @@ -79,7 +79,7 @@ BLOB_ALLOWED=true BLOCK_BUILDER_TIP= # Comma-delimited local tx pool addresses you want to prioritize, useful to set your proposer to only propose blocks with your prover's transactions. TXPOOL_LOCALS= -# Minimum Gas Tip for a transaction to be included +# Minimum Gas Tip for a transaction to accept for mempool (in wei). TAIKO_MIN_TIP= # Transaction Manager Flags (Leave blank if using default values.) These only affect Prover and Proposer.