Skip to content

Commit 814a10b

Browse files
gfletcher-cllaelmanaa
authored andcommitted
Update ChainHero.tsx
1 parent 7ed6cfe commit 814a10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CCIP/ChainHero/ChainHero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function ChainHero({ chains, tokens, network, token, environment, lanes }: Chain
135135
{network?.name || token?.id}
136136
<span className="ccip-chain-hero__token-logo__symbol">{token?.name}</span>
137137

138-
{network?.name === "Abstract" && (
138+
{network?.name === "Hyperliquid" && (
139139
<InteractiveTooltip
140140
tip={
141141
<>

0 commit comments

Comments
 (0)