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 9e4464a commit adab04cCopy full SHA for adab04c
src/contexts/RainbowProvider/walletConnectors/binanceWallet/binanceWallet.ts
@@ -12,7 +12,7 @@ export type BinanceWalletOptions = DefaultWalletOptions
12
export const BinanceWallet = ({ projectId, walletConnectParameters }: BinanceWalletOptions): Wallet => ({
13
id: "binance",
14
name: "Binance Wallet",
15
- iconUrl: async () => (await import("./binanceWallet.svg")).default,
+ iconUrl: "/imgs/logo/binance.svg",
16
iconBackground: "#000000",
17
downloadUrls: {
18
android: "https://play.google.com/store/apps/details?id=com.binance.dev",
0 commit comments