Skip to content

Commit

Permalink
build: Add downloadUrl.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Sep 27, 2024
1 parent bc3b184 commit e813ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ethereum-wallets/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ export function setupEthereumWallets(
iconUrl: params.iconUrl ?? icon,
deprecated: params.deprecated ?? false,
available: true,
downloadUrl: "",
downloadUrl: "https://explorer.walletconnect.com",
},
init: (config) => {
return EthereumWallets({
Expand Down

0 comments on commit e813ad0

Please sign in to comment.