Skip to content

Commit

Permalink
Merge pull request #25 from nabla-studio/DavideSegulo/fix-keplr_assets
Browse files Browse the repository at this point in the history
chore(wallets): 🔧 update keplr registry
  • Loading branch information
DavideSegullo authored Nov 24, 2023
2 parents 9f7651d + d8681de commit ffd4feb
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://assets-global.website-files.com/63eb7ddf41cf5b1c8fdfbc74/63fc1c71300f0c3e3aad38f1_Keplr_logo_ver.1.3_2%20White.svg',
svg: 'https://drive.google.com/u/1/uc?id=1m79yCFaupIAYAjQfFMW-3G_Jk71r3ww5&export=download',
},
dark: {
svg: 'https://assets-global.website-files.com/63eb7ddf41cf5b1c8fdfbc74/63fc1c71f8657194dc1f6f00_Keplr_logo_ver.1.3_2%20Dark.svg',
svg: 'https://drive.google.com/u/1/uc?id=1m79yCFaupIAYAjQfFMW-3G_Jk71r3ww5&export=download',
},
},
events: {
Expand Down

0 comments on commit ffd4feb

Please sign in to comment.