Skip to content
Xeron
Go back

Fixing the Web3 "Replacement Transaction Underpriced" Error

Published:
Suggest Changes

Binance Web3 Wallet throws replacement transaction underpriced.

Ethereum lets you replace a pending transaction with a new one using the same nonce, but the new gas price must be at least 10% higher — otherwise nodes reject it outright. So this error almost always means one thing: you didn’t bump gas enough to override the previous tx.

Options:


Suggest Changes
Share this post on:

Previous Post
Fixing IME on Wayland
Next Post
Removing __pycache__ from Git