Internal JSON-RPC error #5013
Replies: 3 comments 11 replies
-
window.ethereum.enable() is deprecated. You should use: ethereum.request({ method: 'eth_requestAccounts' }) |
Beta Was this translation helpful? Give feedback.
-
Can you please downgrade the ethers.js and try again? Run this in your terminal to downgrade the ethers.js |
Beta Was this translation helpful? Give feedback.
-
Please clear the metamask activity and nonce data. Then try again. |
Beta Was this translation helpful? Give feedback.
-
I am not able to withdraw eth from the contract using withdraw button:
I get this error:
My index.js script is as follows:
and here is the contract:
Beta Was this translation helpful? Give feedback.
All reactions