You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataTokenTemplate.sol needs decimals to be able to support AMMs like Balancer and Uniswap. Balancer is currently the leading contender to make marketplace non-custodial and to support marketplace incentives. I encountered this issue first hand this week while doing Balancer experiments (I did a workaround in my branch by fudging the file to 18 decimals). Details of why are in this V3 slide.
I recommend 18 decimals because that's what ETH and OCEAN have (as most other tokens). It allows library conversion commands fromWei() and toWei().
The text was updated successfully, but these errors were encountered:
DataTokenTemplate.sol needs decimals to be able to support AMMs like Balancer and Uniswap. Balancer is currently the leading contender to make marketplace non-custodial and to support marketplace incentives. I encountered this issue first hand this week while doing Balancer experiments (I did a workaround in my branch by fudging the file to 18 decimals). Details of why are in this V3 slide.
I recommend 18 decimals because that's what ETH and OCEAN have (as most other tokens). It allows library conversion commands fromWei() and toWei().
The text was updated successfully, but these errors were encountered: