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