Closed jtfirek closed 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
npm install
ts-jest
@wagmi/chains
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
wagmi/chains
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
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.4Imk what you think @dawsbot, but it seems like we need remove the
@wagmi/chains
to fix the conflicting ts dependenciesShould 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.tsThis 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