Skip to content

Commit

Permalink
feat: add lisk chain (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 authored Dec 19, 2024
1 parent 446250d commit 4014e61
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/icons/chains/lisk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export enum ChainKey {
XLY = 'xly',
OPB = 'opb',
WCC = 'wcc',
LSK = 'lsk',

// None-EVM
SOL = 'sol',
Expand Down Expand Up @@ -94,6 +95,7 @@ export enum ChainId {
XLY = 196,
OPB = 204,
WCC = 480,
LSK = 1135,

// None-EVM (IDs are made up by the LI.FI team)
SOL = 1151111081099710,
Expand Down
1 change: 1 addition & 0 deletions src/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export enum CoinKey {
KLAY = 'KLAY',
OKB = 'OKB',
WLD = 'WLD', // World Coin Token
LSK = 'LSK', // Lisk Token

// Solana
SOL = 'SOL',
Expand Down

0 comments on commit 4014e61

Please sign in to comment.