Force decimals to be integers.

This commit is contained in:
Will O'Beirne 2018-03-04 17:24:07 -05:00
parent c89d0c69b9
commit ef3e14f5bc
No known key found for this signature in database
GPG Key ID: 44C190DB5DEAF9F6
2 changed files with 490 additions and 490 deletions

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@ async function run() {
const tokens = tokensJson.map(t => ({
address: t.address,
symbol: t.symbol,
decimal: t.decimals
decimal: parseInt(t.decimals, 10)
}));
// Write to the file