daifoundation / maker-otc

The OasisDEX protocol - Simple on-chain market for ERC20 tokens
GNU Affero General Public License v3.0
99 stars 39 forks source link

Variable precision / DGD support #130

Closed jorisbontje closed 8 years ago

jorisbontje commented 8 years ago

Required for supporting the DGD token, which has 9 decimals instead of the 18 decimals as used by ETH, DAI and MKR.

nmushegian commented 8 years ago

If you can bear reading the token standard thread, there's some discussion about "precision" / "decimals" and how to handle that metadata

https://github.com/ethereum/EIPs/issues/20