Skip to content

Commit

Permalink
added Jonas feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoweb3 committed Oct 4, 2023
1 parent ee3402b commit ad26254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion docs/learn/learn-auction.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +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
- The ending period of auction 9 starts at
[`block 9362014`](https://kusama.subscan.io/extrinsic/0x7b67d653c9522b623a97e20a967b83a8517fe3821370475ddb6611cd37c29a03?event=9335014-26).

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

0 comments on commit ad26254

Please sign in to comment.