Skip to content

Error: contract runner does not support sending transactions (operation="sendTransaction", code=UNSUPPORTED_OPERATION, version=6.10.0) #6446

Answered by SimSimButDifferent
MTD26 asked this question in Q&A
Discussion options

You must be logged in to vote

One thing to note is that ethers was on version 5 in the tutorial... Version 6 has seen quite a few syntax changes, so if you are working with ethers V6, which it looks like you are using ethers 6.10.0. You should check the page below.
https://docs.ethers.org/v6/migrating/
I have found this guide very useful.

If you want the code to run the same as in the tutorial run:

yarn remove ethers

then

yarn add --dev ethers@^5.5.3

If the problem still persists, you can send me a link to your repo and I can have a closer look.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@MTD26
Comment options

@MTD26
Comment options

@SimSimButDifferent
Comment options

Answer selected by MTD26
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants