From a01de845c89b915b7b1c7e7efe55ea9dee169559 Mon Sep 17 00:00:00 2001 From: charymalloju Date: Mon, 23 Sep 2024 15:16:25 +0530 Subject: [PATCH] fix noble image url --- frontend/src/utils/chainsInfo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/utils/chainsInfo.ts b/frontend/src/utils/chainsInfo.ts index 476c113d4..e8c58e0d1 100644 --- a/frontend/src/utils/chainsInfo.ts +++ b/frontend/src/utils/chainsInfo.ts @@ -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,