export function formatETHFee (ethFee) {
  return ethFee + ' DXN'
}