You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and expecting to see something once Hardhat's network make new block (for instance - I calling contract's method than changes state or network from RemixIDE). But nothing.
Any idea what I should fix?
Using Ethers.js v6 as wrapper for ethereum provider.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on simple smart contract interaction integration. And trying to make client's browser catch events.
Contract looks like
On the browser's side I am doing following:
and expecting to see something once Hardhat's network make new block (for instance - I calling contract's method than changes state or network from RemixIDE). But nothing.
Any idea what I should fix?
Using Ethers.js v6 as wrapper for ethereum provider.
Beta Was this translation helpful? Give feedback.
All reactions