diff --git a/src/build_logic/setstone_utils.js b/src/build_logic/setstone_utils.js index 5602f851..2ebf7248 100644 --- a/src/build_logic/setstone_utils.js +++ b/src/build_logic/setstone_utils.js @@ -46,6 +46,8 @@ export function generateSetStonePages(shows, outputDir) { console.log(`Creating ${fakeTicketStubCount} fake ticket stubs for show ${showId} (tokens ${startTokenId}-${startTokenId + fakeTicketStubCount - 1})`); show.ticketStubs = []; show.ticketStubCount = fakeTicketStubCount; // Update count for consistency + show.firstTokenId = startTokenId; + show.lastTokenId = startTokenId + fakeTicketStubCount - 1; for (let i = 0; i < fakeTicketStubCount; i++) { show.ticketStubs.push({ tokenId: startTokenId + i, diff --git a/src/sites/cryptograss.live/templates/pages/claim-ticket-stub.njk b/src/sites/cryptograss.live/templates/pages/claim-ticket-stub.njk index 0c07e21f..fbb2954d 100644 --- a/src/sites/cryptograss.live/templates/pages/claim-ticket-stub.njk +++ b/src/sites/cryptograss.live/templates/pages/claim-ticket-stub.njk @@ -7,7 +7,7 @@
Block Height: {{ show.blockheight.toLocaleString() }}
{% if show.poster %}{{ error }}
-Your ticket stub has been claimed successfully!
-Transaction hash: {{ transactionHash }}
You can view your NFT on Arbiscan
-- You're about to claim ticket stub #{{ tokenId }} using the secret from your physical ticket. -
- - {% if secret %} -- Secret detected from URL: {{ secret | truncate(8) }}... -
- {% endif %} - - -+ You're about to claim ticket stub #{{ tokenId }} using the secret from your physical ticket. +
+ +Commemorate your experience with a unique set stone NFT. Select three colors from the original NES palette.
- -You need a secret "rabbit", distributed at the show, to buy a set stone. Each rabbit is valid to purchase one stone.
- - - -Commemorate your experience with a unique set stone NFT. Select three colors from the original NES palette.
+ +You need a secret "rabbit", distributed at the show, to buy a set stone. Each rabbit is valid to purchase one stone.
+ + + +