ethers-io / ethers-ens

Deprecated; please see `@ethersproject/cli` instead
https://github.com/ethers-io/ethers.js/tree/ethers-v5-beta/packages/cli
48 stars 15 forks source link

unable to reveal bid after deadline #12

Closed mjmau closed 7 years ago

mjmau commented 7 years ago

If you forget to reveal a bid during the 48-hour reveal phase, and then try to reveal it, ethers-ens prints an error:

  Error: name already owned

However, it is still worthwhile to reveal the bid, as 0.5% of the bid can be claimed.

ricmoo commented 7 years ago

You are absolutely correct. I will add a --force flag today that will disable certain checks that make sense in edge cases.

For example, you may also wish to bid before an auction is started.

ricmoo commented 7 years ago

Updated. Please re-install ethers-ens via:

/Users/ethers> npm install -g ethers-ens

You should be able to reveal the bid of an expired auction to reclaim your 0.5%.