yarn rename broke the dapp #361
Unanswered
phantomjake
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After using yarn rename-contract (I wanted to rename prior to deploying on test net) my dapp is displaying numerous errors like this:
TS2345: Argument of type '{ value: ethers.BigNumber; }' is not assignable to parameter of type 'Overrides & { from?: string | Promise | undefined; }'.
Object literal may only specify known properties, and 'value' does not exist in type 'Overrides & { from?: string | Promise | undefined; }'.
Everything was working beautifully before the rename and I cant seem to find a way to undo it. Does anyone know how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions