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 issue between ethers version 6 and nestjs-ethers version 2.1.0 #157

Open
jung410 opened this issue Dec 21, 2023 · 0 comments

Comments

@jung410
Copy link

jung410 commented Dec 21, 2023


[ ] Regression 
[�x] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Current npm module and version in use
"nestjs-ethers": "^2.0.3"
"ethers": "^6.2.1"

In version 2.1.0 of nestjs-ethers, @0xsequence/multicall was added to the dependencies, and the multicall @0xsequence/utils was added to the dependencies.
However, we found that @0xsequence/utils is not compatible with ethers 6 version.
There is no problem when downgrading ethers to version 5.

The error that occurs is as follows.

Expected behavior

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


Nest version: ^9.0.0
Nest Ethers version: ^2.0.3

 
For Tooling issues:
- Node version: v18.16.1  
- Platform:  mac 
- Server:  fastify 

Others:

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

1 participant