|
@ -41,6 +41,7 @@ export const formatAPICurrencyXRP = (amount: BigNumber) => { |
|
|
const value = formatCurrencyUnit(rippleUnit, amount, { |
|
|
const value = formatCurrencyUnit(rippleUnit, amount, { |
|
|
showAllDigits: true, |
|
|
showAllDigits: true, |
|
|
disableRounding: true, |
|
|
disableRounding: true, |
|
|
|
|
|
useGrouping: false, |
|
|
}) |
|
|
}) |
|
|
return { currency: 'XRP', value } |
|
|
return { currency: 'XRP', value } |
|
|
} |
|
|
} |
|
|