Transactioncontext.jsx:129 An error occurred while sending transaction: Error: contract runner does not support sending transactions (operation="sendTransaction", code=UNSUPPORTED_OPERATION, version=6.12.1) #121
Unanswered
mukilan2815
asked this question in
Q&A
Replies: 1 comment
-
any update here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Transactioncontext.jsx:129 An error occurred while sending transaction: Error: contract runner does not support sending transactions (operation="sendTransaction", code=UNSUPPORTED_OPERATION, version=6.12.1)
what is this error
const sendTransaction = async () => {
try {
if (!ethereum) {
alert("Please install MetaMask.");
return;
}
};
Beta Was this translation helpful? Give feedback.
All reactions