Skip to content

Commit

Permalink
fix noble image url
Browse files Browse the repository at this point in the history
  • Loading branch information
charymalloju committed Sep 23, 2024
1 parent a3e1e7e commit a01de84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/utils/chainsInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1721,9 +1721,9 @@ export const networks: Network[] = [
},
showAirdrop: false,
logos: {
menu: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
menu: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
toolbar:
'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
},
supportedWallets: ['KEPLR'],
keplrExperimental: true,
Expand Down

0 comments on commit a01de84

Please sign in to comment.