Swapping via Quickswap (Polygon/MATIC) chain shows insufficient funds
See original GitHub issueReports of insufficient funds even though there are funds here: https://www.reddit.com/r/brave_browser/comments/qvo5px/does_swapping_via_quickswap_polygonmatic_chain/
Steps to reproduce
- Ensure Polygon is added as a network.
- Switch your network to Polygon, and make sure you have some MATIC in your account (ping @onyb if you need some).
- Go to Quickswap Exchange and connect your wallet.
- Perform a MATIC-USDC exchange, and confirm the transaction on the panel popup.
- Click on
View on Block Explorer
in this screenshot and wait for the transaction result in that page to be ready.
Expect Result
The transaction should be successful.
Actual Result
The transaction failed with this error
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Insufficient MATIC to swap MATIC on QuickSwap : r/0xPolygon
I was able to get some Matic in my Polygon Metamask wallet by using rubic.exchange. I've bought some MATIC on Binance and transferred...
Read more >How to fix "insufficient funds" error or greyed-out confirm button
You can remedy this by sending some of the necessary native token to that account in order to be able to make the...
Read more >Issue with MATIC transactions - Swaps - MetaMask community
I go to quickswap and it says “connect to matic” on the top right page. ... the MATIC to the Matic/Polygon network using...
Read more >Wallet <> Bridge FAQs - Polygon Wiki
Withdrawals and deposits on the Polygon network are cheap. What is to be understood is that the insufficient balance error can be cleared...
Read more >Matic Bridge explained. Deposit funds from Ethereum to ...
Boom! You made it! Read: Matic Wallet · How to swap tokens using Quickswap? My balance shows 0.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In
components/brave_wallet/renderer/brave_wallet_js_handler.cc
We use gas price emptiness to determine using legacy tx or eip1559 tx but gas price is optional And there is no eip1559 support in polygon (verified by @onyb )We should check the network with
EthJsonRpcController::GetIsEip1559
to decide use eip1559 or notVerification passed on
76e4c1bb2ab4671b8beba3444e61c0f17584b2fc-refs/branch-heads/4664@{#947}