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 have encountered a problem.
After updating the OKX wallet plugin in my browser, I used the code 'ethers' to initiate a transaction. I checked in Explorer and found that the transaction was successful, but the code did not return' tx hash ' The code is as follows:
const tx = await tokenContract.transfer(recipientAddress, amountTotal)
Ethers Version
6.13.5
Search Terms
transfer,sepolia-test
Describe the Problem
I have encountered a problem.
After updating the OKX wallet plugin in my browser, I used the code 'ethers' to initiate a transaction. I checked in Explorer and found that the transaction was successful, but the code did not return' tx hash ' The code is as follows:
const tx = await tokenContract.transfer(recipientAddress, amountTotal)
Code Snippet
Contract ABI
Errors
Environment
No response
Environment (Other)
No response
The text was updated successfully, but these errors were encountered: