mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Support smaller decimals in currency-display
This commit is contained in:
parent
4f0b4eef50
commit
2eddb7b652
@ -50,7 +50,7 @@ CurrencyDisplay.prototype.getValueToRender = function () {
|
|||||||
fromNumericBase: 'hex',
|
fromNumericBase: 'hex',
|
||||||
toNumericBase: 'dec',
|
toNumericBase: 'dec',
|
||||||
fromDenomination: 'WEI',
|
fromDenomination: 'WEI',
|
||||||
numberOfDecimals: 6,
|
numberOfDecimals: 9,
|
||||||
conversionRate,
|
conversionRate,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user