Skip to content

Commit

Permalink
feat: chain images
Browse files Browse the repository at this point in the history
  • Loading branch information
rhlsthrm committed Dec 20, 2024
1 parent 2c1f8a8 commit 3f8da8c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions packages/ui/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,14 @@ createAppKit({
[mode.id]: 'https://icons.llamao.fi/icons/chains/rsz_mode.jpg',
[bob.id]: 'https://icons.llamao.fi/icons/chains/rsz_bob.jpg',
[fraxtal.id]: 'https://icons.llamao.fi/icons/chains/rsz_fraxtal.jpg',
[superseed.id]: '/logo/img/SUPERSEED.png',
[swellchain.id]: '/logo/img/SWELL.png',
[ink.id]: '/logo/img/INK.png'
[lisk.id]: 'https://icons.llamao.fi/icons/chains/rsz_lisk.jpg',
[superseed.id]:
'https://github.com/superseed-xyz/brand-kit/blob/main/logos-wordmarks/logos/large.png?raw=true',
[swellchain.id]:
'https://cdn.prod.website-files.com/63dc9bdf46999ffb2c2f407a/66cc343b8a5fd72920c56ae1_SWELL%20L2.svg',
[ink.id]: 'https://icons.llamao.fi/icons/chains/rsz_ink.jpg',
[worldchain.id]:
'https://worldscan.org/assets/world/images/svg/logos/token-secondary-light.svg?v=24.12.2.0'
}
});

Expand Down

0 comments on commit 3f8da8c

Please sign in to comment.