Skip to content

Commit 6d41b7c

Browse files
committed
Add HL and Klaytn logo
Add HL and Klaytn logo
1 parent d631b30 commit 6d41b7c

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

src/components/ProtocolIcon/ProtocolIcon.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ import { ReactComponent as ZkSync } from './zkSync.svg';
2727
import { ReactComponent as Tron } from './tron.svg';
2828
import { ReactComponent as Sonic } from './sonic.svg';
2929
import { ReactComponent as Celo } from './celo.svg';
30+
import { ReactComponent as Hyperliquid } from './hyperliquid.svg';
31+
import { ReactComponent as Klaytn } from './klaytn.svg';
3032

3133
const iconTypes = {
3234
Aptos: <Aptos />,
@@ -56,6 +58,8 @@ const iconTypes = {
5658
TRON: <Tron />,
5759
Sonic: <Sonic />,
5860
Celo: <Celo />,
61+
Klaytn: <Klaytn />,
62+
Hyperliquid: <Hyperliquid />,
5963
};
6064

6165
const ProtocolIcon = ({ protocolName }) => {
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)