ethers displays all numbers with n at the end, like 110n, and because of this when I open redux devtool it shows me an error "TypeError: Do not know how to serialize a BigInt"
Is there any way to configure ethers.js not to put the n letter at the end?
toString() ? ethers 6 by default use BigInt and not BigNumber anymore
Обсуждают сегодня