Skip to content

Commit

Permalink
dashboard: add neutron icon
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Dec 14, 2023
1 parent 40e028b commit b939466
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/src/images/neutron.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dashboard/src/utils/chainIdToName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const chainIdToNameMap: { [chainId: string]: string } = {
4000: 'cosmoshub',
4001: 'evmos',
4002: 'kujira',
4003: 'neutron',
4004: 'celestia',
};
const chainIdToName = (chainId: number) => chainIdToNameMap[chainId] || 'Unknown';
Expand Down
2 changes: 2 additions & 0 deletions dashboard/src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import kujiraIcon from '../images/kujira.svg';
import moonbeamIcon from '../images/moonbeam.svg';
import nearIcon from '../images/near.svg';
import neonIcon from '../images/neon.svg';
import neutronIcon from '../images/neutron.svg';
import oasisIcon from '../images/oasis-network-rose-logo.svg';
import optimismIcon from '../images/optimism.svg';
import osmosisIcon from '../images/osmosis.svg';
Expand Down Expand Up @@ -69,6 +70,7 @@ export const CHAIN_ICON_MAP: { [key: string]: string } = {
4000: cosmoshubIcon,
4001: evmosIcon,
4002: kujiraIcon,
4003: neutronIcon,
4004: celestiaIcon,
10002: ethIcon,
};
Expand Down

0 comments on commit b939466

Please sign in to comment.