Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Update Typechain now that it supports Web3 1.0 #431

Closed
slyfox42 opened this issue Sep 18, 2018 · 1 comment
Closed

Update Typechain now that it supports Web3 1.0 #431

slyfox42 opened this issue Sep 18, 2018 · 1 comment
Labels

Comments

@slyfox42
Copy link
Contributor

No description provided.

@slyfox42
Copy link
Contributor Author

Since Typechain's update for Web3 1.0 support, it no longer generates a Typescript wrapper for each contract, allowing us to instantiate the class and interact with the contract on our DApp, now typechain only generates pure typings on target library (d.ts files). Since we are not using TypeScript in our DApp and our API system was based around these generated wrappers we opted, rather than fixing our API for our new version of TypeChain, to migrate to 0xproject's Abi-gen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant