Skip to content

Commit

Permalink
feat: add mode chain (#226)
Browse files Browse the repository at this point in the history
Co-authored-by: myz1237 <myz1237@myz1237deMacBook-Pro.local>
  • Loading branch information
myz1237 and myz1237 committed Apr 15, 2024
1 parent becb5d3 commit 8077333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added src/assets/icons/chains/mode.png
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 @@ -38,6 +38,7 @@ export enum ChainKey {
LNA = 'lna',
BAS = 'bas',
SCL = 'scl',
MOD = 'mod',

// None-EVM
SOL = 'sol',
Expand Down Expand Up @@ -111,6 +112,7 @@ export enum ChainId {
LNA = 59144,
BAS = 8453,
SCL = 534352,
MOD = 34443,

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

0 comments on commit 8077333

Please sign in to comment.