-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gasPrice issue on xDAI #410
Comments
It sometimes works, but after a couple of transactions, the above issue happens again. |
I'm having the same issue on Polygon and Polygon Mumbai. It seems to be consistent for me. For reference I'm using Torus-embed through Onboard.js (although we're using an Onboard fork that uses the latest version of Torus-embed). Version we're on: |
I also tried forcing the dependency for "@toruslabs/torus.js" to "^4.2.6" without any luck. |
Oddly this issue only happens on Mumbai Polygon (80001) and not on Polygon Mainnet (137) |
I had the issue on Kovan and xDai as well. |
The only different I see between Polygon 137 and Testnet 80001 is the failure to fetch gas values. Torus calls this API for Polygon successfully: However for Testnet, the API gets a 404 error when calling to: Then the Torus-embed library raises the error:
|
Also FUJI TESTNET for AVALANCHE is giving similar error: |
Describe the bug
Transactions are not sent on xDAI network. It happens occasionally and on failure, this message appears as an error in the console related to gasPrice
The confirmation window is shown in Torus and I confirm, but the app stays in a pending state and the transaction is not created.
To Reproduce
It happens sometimes, but you can test it on our application https://staging.giv.giveth.io
Expected behavior
Screenshots
Desktop (please complete the following information):
Additional context
We pass an empty object or nothing as transaction options to contract calls using ethers contract.
The text was updated successfully, but these errors were encountered: