Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix governance:build-proposal bigNumber bug (#8028)
Looks like this was related to ethers-io/ethers.js#228, but we just need to force the bignumber string to not be in scientific notation when transforming the value, and then this works as expected. Note that the outputted value in the outputted transaction will **not** be in scientific notation. Closes #7466
- Loading branch information