-
Whenever I make a change to a solidity contract, the types are not regenerated properly after running This is my
Any idea why this is happening ? |
Beta Was this translation helpful? Give feedback.
Answered by
klugjo
Jul 13, 2023
Replies: 1 comment
-
Ho well, I found my answer the moment I posted this: https://github.com/dethcrypto/TypeChain/tree/master/packages/hardhat I needed to add
to my |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
klugjo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ho well, I found my answer the moment I posted this:
https://github.com/dethcrypto/TypeChain/tree/master/packages/hardhat
I needed to add
to my
hardhat.config.ts
file then runhardhat clean
and finallyhardhat compile
did what I expected it to