nestjs-ethers icon indicating copy to clipboard operation
nestjs-ethers copied to clipboard

Compatibility issue between ethers version 6 and nestjs-ethers version 2.1.0

Open jung410 opened this issue 6 months ago • 0 comments


[ ] 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:

jung410 avatar Dec 21 '23 09:12 jung410