(amount: BigNumberish, places = SQT_DECIMAL, symbol = 'SQT')
| 160 | } |
| 161 | |
| 162 | export function formatSQT(amount: BigNumberish, places = SQT_DECIMAL, symbol = 'SQT'): string { |
| 163 | return `${formatUnits(amount, places).slice(0, 10)} ${symbol}`; |
| 164 | } |
no outgoing calls
no test coverage detected