From 49aee5efddc52aada2d4926db3babfe23f59369f Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 12 Nov 2024 17:13:23 -0500 Subject: [PATCH] Update content/docs/nodes/chain-configs/subnet-evm.mdx Co-authored-by: Ceyhun Onur Signed-off-by: Owen --- content/docs/nodes/chain-configs/subnet-evm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/nodes/chain-configs/subnet-evm.mdx b/content/docs/nodes/chain-configs/subnet-evm.mdx index fe378f4c687..250674003c3 100644 --- a/content/docs/nodes/chain-configs/subnet-evm.mdx +++ b/content/docs/nodes/chain-configs/subnet-evm.mdx @@ -92,7 +92,7 @@ For the AvalancheGo node configuration options, see the [AvalancheGo Configurati | Option | Type | Description | Default | |----------------------------|-----------|--------------------------------------------------------------------|-----------------------------------------------------| | `tx-pool-price-limit` | `uint64` | Minimum gas price (in wei) for the transaction pool. | 1 | -| `tx-pool-price-bump` | `uint64` | Minimum price bump percentage to replace an existing transaction. | From `legacypool.DefaultConfig.PriceBump` | +| `tx-pool-price-bump` | `uint64` | Minimum price bump percentage to replace an existing transaction. | 10 | | `tx-pool-account-slots` | `uint64` | Max executable transaction slots per account. | 16 | | `tx-pool-global-slots` | `uint64` | Max executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalSlots` | | `tx-pool-account-queue` | `uint64` | Max non-executable transaction slots per account. | From `legacypool.DefaultConfig.AccountQueue` |