Skip to content

Commit

Permalink
Merge pull request #26 from nabla-studio/DavideSegullo/feat-keplr_logo
Browse files Browse the repository at this point in the history
fix(wallets): 🍱 update keplr logo
  • Loading branch information
DavideSegullo authored Nov 24, 2023
2 parents 812856e + 4fd7460 commit 68ed6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wallets/src/keplr/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ export const keplrExtensionOptions: WalletOptions = {
],
logoUrls: {
light: {
svg: 'https://drive.google.com/u/1/uc?id=1m79yCFaupIAYAjQfFMW-3G_Jk71r3ww5&export=download',
svg: 'https://explorer-api.walletconnect.com/v3/logo/lg/527324b0-3849-462b-9a1a-72b53bdfea00?projectId=2f05ae7f1116030fde2d36508f472bfb',
},
dark: {
svg: 'https://drive.google.com/u/1/uc?id=1m79yCFaupIAYAjQfFMW-3G_Jk71r3ww5&export=download',
svg: 'https://explorer-api.walletconnect.com/v3/logo/lg/527324b0-3849-462b-9a1a-72b53bdfea00?projectId=2f05ae7f1116030fde2d36508f472bfb',
},
},
events: {
Expand Down

0 comments on commit 68ed6ee

Please sign in to comment.