Problem using trust wallet
See original GitHub issueHello everyone, I have a problem sending a single transaction using Trust wallet
I preconfigure web3-react with WalletConnect and ethers.js, this is the error :
invalid hash ( arg= "hash" ...
This is my code, when I send the transaction:
const { library } = context
const signer = library.getSigner()
const txHash = await signer.sendTransaction({
to: ethers.constants.AddressZero,
value: ethers.utils.bigNumberify('0'),
})
console.log(`Transaction hash ${txHash.hash}`)
I’m just wondering if I’m missing something here ?, Thanks in advance, great tool!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Latest Troubleshooting topics - Trust Wallet Community
Topic Replies Views Activity
Fix It Yourself 0 42493 November 22, 2019
Read this before sending Wrapped/Pegged Tokens 0 21915 November 22, 2021
What to Do...
Read more >8 Trust Wallet Issues: Every Issue In 2022 Solved
Poor internet connection; High volatility with the tokens; Trust Wallet's price database is being updated; Wrong smart contract address added by you. Once...
Read more >Is Trust Wallet Not Working? | Trust Wallet Issues - Wealth Quint
Trust Wallet is notorious for having issues with BNB because of its high demand in the exchange. Whenever you try to buy the...
Read more >[Updated] Trust Wallet - Cryptocurrency app not working / wont ...
Try Hard reboot in your Android mobile. Press and hold down the "Home" and "Power" buttons at the same time for upto 10...
Read more >Trust Wallet Down? Trust Wallet status and issues - SaaSHub
Trust Wallet is UP and reachable by us. Automated status checks. Last Check: about 15 hours ago.
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
No results found
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
Ok. If something comes up, please feel free to update this ticket.
Thanks! 😃
I will close this, I think the problem is not related to ethers.js, Thanks