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.
2 parents 660e629 + 721205d commit 899f969Copy full SHA for 899f969
.changelog/1797.trivial.md
@@ -0,0 +1 @@
1
+Don't resolve contract name on token dashboard title
src/app/pages/TokenDashboardPage/TokenTitleCard.tsx
@@ -33,6 +33,7 @@ export const TokenTitleCard: FC<{ scope: SearchScope; address: string; searchTer
33
<AccountLink
34
scope={token}
35
address={token.eth_contract_addr || token.contract_addr}
36
+ showOnlyAddress
37
alwaysTrim
38
/>
39
<CopyToClipboard value={token.eth_contract_addr || token.contract_addr} />
0 commit comments