scaffold-eth / se-2-challenges

SpeedRunEthereum challenges (Powered by Scaffold-ETH 2)
https://speedrunethereum.com
MIT License
72 stars 143 forks source link

challenge 6: Add toast notification when sending transactions #114

Closed technophile-04 closed 8 months ago

technophile-04 commented 9 months ago

Description :

Since we are currently doing write transaction using contract instance and not using useTransactor we should show some UI toast / notfication while doing transaction similar to how we get when we use useScaffoldContractWrite

Maybe tweak useTransactor to incorporate contract instances write? (We might also solve this at SE-2 main repo level)