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