diff --git a/src/components/ConnectWalletModal/images/huobiIcon.svg b/src/components/ConnectWalletModal/images/huobiIcon.svg new file mode 100644 index 000000000..c0fb63b62 --- /dev/null +++ b/src/components/ConnectWalletModal/images/huobiIcon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/src/components/ConnectWalletModal/images/index.ts b/src/components/ConnectWalletModal/images/index.ts index a6eedc62e..a3cd20c45 100644 --- a/src/components/ConnectWalletModal/images/index.ts +++ b/src/components/ConnectWalletModal/images/index.ts @@ -8,6 +8,7 @@ import MEWIcon from './MEWIcon.svg'; import torusIcon from './torusIcon.svg'; import walletConnectIcon from './walletConnectIcon.svg'; import portisIcon from './portisIcon.svg'; +import huobiIcon from './huobiIcon.svg'; export { authereumIcon, @@ -20,4 +21,5 @@ export { torusIcon, walletConnectIcon, portisIcon, + huobiIcon }; diff --git a/src/components/ConnectWalletModal/index.tsx b/src/components/ConnectWalletModal/index.tsx index 778c55e6c..5c3f406a2 100644 --- a/src/components/ConnectWalletModal/index.tsx +++ b/src/components/ConnectWalletModal/index.tsx @@ -132,6 +132,11 @@ export default function ConnectWalletModal({ notSupported: isImToken || preferredChainId === ChainId.polygon || preferredChainId === ChainId.avalanche, }, + { + title: 'Huobi', + providerName: 'browser', + icon: icons.huobiIcon, + }, ]; return (