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: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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