import React from 'react'; import { IRevealDomainRequest } from 'libs/ens'; import ENSTime from './components/ENSTime'; import { UnitDisplay, NewTabLink } from 'components/ui'; import { Wei } from 'libs/units'; import { ensV3Url } from 'utils/formatters'; export const NameReveal: React.SFC = props => (

It's time to reveal the bids for {props.name}.eth
The current highest bid is{' '}

Did you bid on {props.name}.eth? You must reveal your bid now.{' '} You can do that on MyCrypto v3 by clicking here!

);