-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(wallet): disable EIP-1559 on Polygon and Avalanche
Our current EIP-1559 gas oracle queries the Etherscan API, which only supports Ethereum mainnet. As a result, priority fee estimations on custom networks use results for Ethereum mainnet, which can either result in transactions being stuck in the mempool forever, or in over-payment of gas fees. This commit will be reverted in brave/brave-browser#20469.
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters