dawsbot / essential-eth

🪶 An alternative to ethers & web3 that's 10x smaller
https://eeth.dev
MIT License
306 stars 34 forks source link

npm install dev independency issue #250

Closed jtfirek closed 1 year ago

jtfirek commented 1 year ago

Unable to run npm install in root repo for ee: ts-jest- ts-jest requires typescript version <5.0. @wagmi/chains - requires typescript version >=5.0.4

Imk what you think @dawsbot, but it seems like we need remove the @wagmi/chains to fix the conflicting ts dependencies

Should I just hard code the chain ids? this is the only file that wagmi/chains is used: https://github.com/dawsbot/essential-eth/blob/532243968b89cf27df1c997f49fb6c8bfed92394/scripts/fetch-chains-info.ts

This is low priory for now as all the work I am doing is in docs currently so npm install in the main project folder is not needed