diff --git a/src/utils/wallet.tsx b/src/utils/wallet.tsx index a73d61659..6c52a3542 100644 --- a/src/utils/wallet.tsx +++ b/src/utils/wallet.tsx @@ -51,6 +51,11 @@ export const WALLET_PROVIDERS = [ icon: `${ASSET_URL}/mathwallet.svg`, adapter: MathWalletAdapter, }, + { + name: 'Zelcore', + url: 'https://link.zelcore.io', + icon: `${ASSET_URL}/zelcore.svg`, + }, ]; const WalletContext = React.createContext(null);