scaffold-eth / scaffold-eth-2

Open source forkable Ethereum dev stack
https://scaffoldeth.io
MIT License
1.41k stars 887 forks source link

fix: inputs parsing numbers instead of address #894

Closed technophile-04 closed 4 months ago

technophile-04 commented 4 months ago

Description :

Actually this was caused due to #893.

When people try to enter address is converted to BigInt.

https://github.com/user-attachments/assets/5cda53c3-8e16-4cdf-b5e1-c23cf70f1e03

technophile-04 commented 4 months ago

Thanks merging this for now as a patch, maybe we could find a more robust soultuion in future