Skip to content

Commit

Permalink
Edits Auction Schedule (w3f#5250)
Browse files Browse the repository at this point in the history
* added Jonas feedback

* added Jonas feedback
  • Loading branch information
filippoweb3 authored Oct 5, 2023
1 parent 13c768d commit ca567e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/Auction-Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ function Render(explorerUrl, auctions, setAuctions, index) {
Block #{auctions[index].startBlock.height}
</a>
<hr />
<b>Bidding Starts:</b>
<b>Ending Period Starts:</b>
<br />
{`${biddingStartsDate} - `}
<a href={`${explorerUrl}${auctions[index].biddingStartBlock.height}`}>
Block #{auctions[index].biddingStartBlock.height}
</a>
<hr />
<b>Bidding Ends:</b>
<b>Auction Ends:</b>
<br />
{`${biddingEndsDate} - `}
<a href={`${explorerUrl}${auctions[index].biddingEndsBlock.height}`}>
Expand Down
3 changes: 1 addition & 2 deletions docs/learn/learn-auction.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ auction on Kusama. Keep in mind that the candle phase has a uniform termination
equal probability of ending at any given block, and the termination block cannot be predicted before
or during the auction.

- Auction 9 starts at
[`block 9362014`](https://kusama.subscan.io/extrinsic/0x7b67d653c9522b623a97e20a967b83a8517fe3821370475ddb6611cd37c29a03?event=9335014-26).
- The ending period of auction 9 starts at [`block 9362014`](https://kusama.subscan.io/auction/9).

:::note The auction has a full duration equal to `block 9362014` + `72000`

Expand Down

0 comments on commit ca567e9

Please sign in to comment.