Skip to content

Commit 098c096

Browse files
lords
1 parent b554601 commit 098c096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-accept-best-offer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export default function TokenActionsAcceptBestOffer({
147147
orientation="vertical"
148148
className={cn("h-5", small ? "mx-1" : "mx-2")}
149149
/>
150-
{formatEther(BigInt(tokenMarketData.top_offer.amount))} ETH
150+
{formatEther(BigInt(tokenMarketData.top_offer.amount))} LORDS
151151
</Button>
152152
</AcceptOfferDialog>
153153
);

0 commit comments

Comments
 (0)