Replies: 1 comment 2 replies
-
Well, everything seems to still work correctly after watching ahead and updating the number. Just interesting I get a different result in my terminal vs the video. I assume that is related to me using ethers v6, but if someone knows the reason why my terminal was different, I would love to know the reason. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am following along with the tutorial, and at 7:29:04, when I am trying to view currentFavoriteNumber, I don't see
Instead I am getting
I am not sure if it's because I am using ethers v6 or something else, but here is my code with deploy. ts/js (I have tried compiling as both js and ts with the same result)

And here is my SimpleStorage.sol

These are the specific lines from my .abi after prettier formatting.

And this is what I am seeing in my terminal

Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions