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 d631b30 commit 6d41b7cCopy full SHA for 6d41b7c
src/components/ProtocolIcon/ProtocolIcon.js
@@ -27,6 +27,8 @@ import { ReactComponent as ZkSync } from './zkSync.svg';
27
import { ReactComponent as Tron } from './tron.svg';
28
import { ReactComponent as Sonic } from './sonic.svg';
29
import { ReactComponent as Celo } from './celo.svg';
30
+import { ReactComponent as Hyperliquid } from './hyperliquid.svg';
31
+import { ReactComponent as Klaytn } from './klaytn.svg';
32
33
const iconTypes = {
34
Aptos: <Aptos />,
@@ -56,6 +58,8 @@ const iconTypes = {
56
58
TRON: <Tron />,
57
59
Sonic: <Sonic />,
60
Celo: <Celo />,
61
+ Klaytn: <Klaytn />,
62
+ Hyperliquid: <Hyperliquid />,
63
};
64
65
const ProtocolIcon = ({ protocolName }) => {
src/components/ProtocolIcon/hyperliquid.svg
src/components/ProtocolIcon/klaytn.svg
0 commit comments