Skip to content

Commit

Permalink
fix: Fix readonly provider icon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Jan 5, 2022
1 parent 73d5369 commit af911b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-solana/src/providers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const DEFAULT_WALLET_PROVIDERS: WalletProviderMap<
[DefaultWalletType.ReadOnly]: {
name: "Debug",
url: "https://github.com/saber-hq/saber-common",
icon: "https://commons.wikimedia.org/wiki/File:Magnifying_glass_icon.svg",
icon: "https://upload.wikimedia.org/wikipedia/commons/5/55/Magnifying_glass_icon.svg",
makeAdapter: () => new ReadonlyAdapter(),
isInstalled: () =>
!!process.env.LOCAL_PUBKEY || !!process.env.REACT_APP_PUBKEY,
Expand Down

0 comments on commit af911b3

Please sign in to comment.