We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b554601 commit 098c096Copy full SHA for 098c096
apps/arkmarket/src/app/token/[contractAddress]/[tokenId]/components/token-actions-accept-best-offer.tsx
@@ -147,7 +147,7 @@ export default function TokenActionsAcceptBestOffer({
147
orientation="vertical"
148
className={cn("h-5", small ? "mx-1" : "mx-2")}
149
/>
150
- {formatEther(BigInt(tokenMarketData.top_offer.amount))} ETH
+ {formatEther(BigInt(tokenMarketData.top_offer.amount))} LORDS
151
</Button>
152
</AcceptOfferDialog>
153
);
0 commit comments