Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with ethers-v6 #10

Open
diego-G opened this issue Sep 28, 2023 · 1 comment
Open

Compatibility with ethers-v6 #10

diego-G opened this issue Sep 28, 2023 · 1 comment

Comments

@diego-G
Copy link

diego-G commented Sep 28, 2023

Library installs and works in a project that is using ethers-v6.

At the moment, installation gives the following error:

Exit code: 127
Command: typechain --target ethers-v5 './src/abis/*.json'
Arguments: 
@jkirkpatrick
Copy link

@diego-G I forked this repository and made many fixes for ethers-v6. It will get past the error you are encountering, but I highly doubt using it is safe - tests don't run much less pass. There is just too much code in this repo to fix which depends on ethers-v5 (tx.wait(), Bignumber.from(...), ContractReceipt, etc.) for me to fix right now. But I will probably get the parts I need working before the LINK team does.

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

No branches or pull requests

2 participants