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