Gas fees on BNB Smart Chain (BSC) were recently reduced by 10x and as part of this change, all validators now accept 0.1 gwei as the minimum gas price.

What does this mean for you?

If you run an RPC service or a node on BSC, you need to take action:

🔸 Using Geth?

Update your config.toml settings:

[Eth.TxPool]

PriceLimit = 100000000

[Eth.Miner]

GasPrice = 100000000

Then restart your client.

🔸 Using Erigon?

Upgrade to version v1.3.7 or later:

🔗 https://t.co/Cj3xLLoi5F

This ensures your node stays compatible with the latest validator rules.