Skip to content

Commit

Permalink
Fix BTC Decimals (Temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
piavgh committed Mar 15, 2019
1 parent a6db8f3 commit 98dd093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const takeFees = {

const decimals = {
'TOMO': 18,
'BTC': 8,
'BTC': 18,
'ETH': 18,
'USDT': 18,
}
Expand Down

0 comments on commit 98dd093

Please sign in to comment.