You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using web3-onboard for injected browser login, before updating the extension version, I can transfer USDT (BSC) from wallet A to wallet B normally using the transfer method. The code is simple:
But after the update, I got the error. This only happen with Trust Extension, the transfer is work normally using metamask or other wallet
After some debugging of the background script of the extension, I found some eth_estimateGas with value is my transfer BUSD amount ( expect it should be 0 BNB). So I think there may be some bug in the extension
The text was updated successfully, but these errors were encountered:
Facing the same issue. When sending ERC20, it checks if the native currency balance is higher or equal to the token amount I'm sending (i.e. I must have 80 ETH to send 80 USDT), which makes no sense and makes the extension pretty unusable. I'm using web3 lib, and setting value: 0 on the .send() call did not solve the problem. MetaMask works well with the same calls.
I'm using web3-onboard for injected browser login, before updating the extension version, I can transfer USDT (BSC) from wallet A to wallet B normally using the transfer method. The code is simple:
But after the update, I got the error. This only happen with Trust Extension, the transfer is work normally using metamask or other wallet
After some debugging of the background script of the extension, I found some eth_estimateGas with value is my transfer BUSD amount ( expect it should be 0 BNB). So I think there may be some bug in the extension
The text was updated successfully, but these errors were encountered: