Skip to content

Commit

Permalink
fix: downloadUrls
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Jul 12, 2023
1 parent a62a587 commit c522e91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ export const safeheronWallet = ({
iconUrl: async () => (await import('./safeheronWallet.svg')).default,
iconBackground: '#fff',
downloadUrls: {
browserExtension:
chrome:
'https://chrome.google.com/webstore/detail/safeheron/aiaghdjafpiofpainifbgfgjfpclngoh',
browserExtension: 'https://www.safeheron.com/',
},
createConnector: () => ({
connector: new InjectedConnector({
Expand Down

0 comments on commit c522e91

Please sign in to comment.