thehubbleproject / hubble-contracts

Hubble optimistic rollup
https://thehubbleproject.github.io/docs/
MIT License
133 stars 28 forks source link

Dependency not found for ethers-contracts #694

Closed wdcs-amitkumar closed 2 years ago

wdcs-amitkumar commented 2 years ago

Hello Team !

I tried to run the testcasse for BLStest but found that some dependency is missing types/ethers-contracts

refernce : https://github.com/thehubbleproject/hubble-contracts/blob/f1c13fe4e1a0dc9ab1f150895de7c0e654ee46b0/test/fast/bls.test.ts#L1

jacque006 commented 2 years ago

Hey @amitcz ,

You likely need to call npm run generate to generate typechain types.

From a fresh repo clone:

npm i
npm run generate
npm test -- ./test/fast/bls.test.ts