scaffold-eth / scaffold-eth-2

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

lock typescript and abitype version #871

Closed technophile-04 closed 1 month ago

technophile-04 commented 1 month ago

Description:

Seems there is some problem in new typescript version, it not registering AddressType properly. So for now locked it's version.

Also locked the version of abitype (just to be future proof, since we have also locked viem and wagmi version).

Fixes #870

To test:

Run on main branch and it fails :

yarn vercel

Switch to this pr branch and run yarn vercel and it should work

carletex commented 1 month ago

Thanks Shiv!