kleros / escrow

Decentralized Escrow - Ethereum Project
https://escrow.kleros.io
MIT License
17 stars 9 forks source link

Cannot use decimal with tokens - value must be an integer, hex string, BN or BigNumber instance. #62

Closed marsrobertson closed 4 years ago

marsrobertson commented 4 years ago

Error: [number-to-bn] while converting number "0.01" to BN.js instance, error: invalid number value. Value must be an integer, hex string, BN or BigNumber instance. Note, decimals are not supported. Given value: "0.01"

image