Replies: 1 comment
-
Hi @kotysky, |
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
-
If I execute "node deploy.js" in a hardhat node, I recive this answer:
but if execute "node deploy.js" in a sepolia node, I recive this annser:
Why?
As I could insvetigate the problem in sepolia is about the store() fuction is not executed, I dont know why.
In the etherscan spolia, the contract is constructed and the modification of the contract with "7" in the _favorite number is sent, but, I dont know why, the store function is not executed.
Instead of that, in a hardhat node it works fine.
The code is exactly like the simplestorage.sol in the github repository.
Thanks of all
Beta Was this translation helpful? Give feedback.
All reactions