Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Mar 25, 2024
1 parent 806c0fd commit aea9fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(private)/components/revealForgingResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const RevealForgingResult = ({
</div>
<Link
target='_blank'
href={`${getConfig().SEEKHYPE_V2_DRAGON_COLLECTION_ENDPOINT}/${prize.tokenId}`}
href={`${getConfig().AURASCAN_ENDPOINT}/tokens/token-nft/${prize.contractAddress}/${prize.tokenId}`}
className='text-xs mt-2'>
ID: <span>{prize.tokenId}</span>
</Link>
Expand Down

0 comments on commit aea9fa9

Please sign in to comment.