Skip to content

Commit

Permalink
add rococo
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 19, 2024
1 parent 4c0679a commit 71b7491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added src/assets/networks/rococo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/Elements/Selectors/ChainSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Image from 'next/image';

import CoretimeIcon from '@/assets/networks/coretime.png';
import KusamaIcon from '@/assets/networks/kusama.png';
import RococoIcon from '@/assets/networks/rococo.png';
import RegionXIcon from '@/assets/networks/regionx.png';

interface ChainSelectorProps {
Expand All @@ -20,7 +21,7 @@ interface ChainSelectorProps {
export const ChainSelector = ({ chain, setChain }: ChainSelectorProps) => {
const menuItems = [
{
icon: KusamaIcon,
icon: RococoIcon,
label: 'Relay Chain',
value: 'RelayChain',
},
Expand Down

0 comments on commit 71b7491

Please sign in to comment.