Sergio
Sergio
Multicall doesn't return result with same type like BigNumber from "ether" when using singlecall !!!
> You can use BigNumber.From to parse it on the response in your code. right now in the lib it just returns the nine class version.. would be nicer if...
Multicall doesn't return result with same type like BigNumber from "ether" when using singlecall !!!
I have seen that the issue is on the Utils.deepClone when building returnObjectResult pushing to callsReturnContext array in the following lines: https://github.com/joshstevens19/ethereum-multicall/blob/80ae156f2672fe154c79fc09183790282134dfb5/src/multicall.ts#L165 https://github.com/joshstevens19/ethereum-multicall/blob/80ae156f2672fe154c79fc09183790282134dfb5/src/multicall.ts#L209 https://github.com/joshstevens19/ethereum-multicall/blob/80ae156f2672fe154c79fc09183790282134dfb5/src/multicall.ts#L237 We could release a new minor...