2021-03-29 21:30:06 +02:00
|
|
|
// TODO: Rename to reflect that this function is used for more cases than ETH, and update all uses.
|
|
|
|
export function formatETHFee(ethFee, currencySymbol = 'ETH') {
|
|
|
|
return `${ethFee} ${currencySymbol}`;
|
2018-09-13 10:47:05 +02:00
|
|
|
}
|