Lesson 13: Error VM Exception while processing transaction: reverted with reason string '12' #6059
Replies: 6 comments 29 replies
-
Please format your question https://www.youtube.com/watch?t=19846&v=gyMwXuJrbJQ&feature=youtu.be |
Beta Was this translation helpful? Give feedback.
-
code async function main() {
try {
} catch (error) { } main(); error |
Beta Was this translation helpful? Give feedback.
-
Hello @Jayasatwik123 You are facing this issue probably because either:
Consider using 0.8.19 for other chains. Or...
|
Beta Was this translation helpful? Give feedback.
-
Hello @Jayasatwik123 |
Beta Was this translation helpful? Give feedback.
-
@alfaqi @Neftyr |
Beta Was this translation helpful? Give feedback.
-
Hello, I am having same issue. I already downgraded solc version to 0.8.9
strangely it does create transaction on Ganache but any code after this line does not get executed because of error. my package.json I am stuck here for few days. |
Beta Was this translation helpful? Give feedback.
-
Error: could not coalesce error (error={ "code": -32000, "data": { "hash": "0x37a0de1fa00171a28b8f8152f214911
getting this error
Beta Was this translation helpful? Give feedback.
All reactions