Skip to content

Commit

Permalink
fix: icon and chain name for Kaia
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 committed Sep 5, 2024
1 parent e1d7ad1 commit a2c60f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 4 additions & 0 deletions src/assets/icons/chains/kaia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions src/assets/icons/chains/klay.svg

This file was deleted.

4 changes: 2 additions & 2 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export enum ChainKey {
TAI = 'tai',
GRA = 'gra',
IMX = 'imx',
KLAY = 'klay',
KAI = 'KAI',

// None-EVM
SOL = 'sol',
Expand Down Expand Up @@ -87,7 +87,7 @@ export enum ChainId {
TAI = 167000,
GRA = 1625,
IMX = 13371,
KLAY = 8217,
KAI = 8217,

// None-EVM (IDs are made up by the LI.FI team)
SOL = 1151111081099710,
Expand Down

0 comments on commit a2c60f5

Please sign in to comment.