Skip to content

Commit

Permalink
Update content/docs/nodes/chain-configs/subnet-evm.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org>
Signed-off-by: Owen <owenwahlgren@gmail.com>
  • Loading branch information
owenwahlgren and ceyonur authored Nov 12, 2024
1 parent ddd6f5d commit a65e3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/nodes/chain-configs/subnet-evm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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. | From `legacypool.DefaultConfig.PriceLimit` |
| `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-account-slots` | `uint64` | Max executable transaction slots per account. | From `legacypool.DefaultConfig.AccountSlots` |
| `tx-pool-global-slots` | `uint64` | Max executable transaction slots for all accounts. | From `legacypool.DefaultConfig.GlobalSlots` |
Expand Down

0 comments on commit a65e3af

Please sign in to comment.