Skip to content

Commit

Permalink
feat: add Mantle chain (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
myz1237 committed May 10, 2024
1 parent d20ef52 commit abb90f1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/assets/icons/chains/mantle.svg
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 {
BAS = 'bas',
SCL = 'scl',
MOD = 'mod',
MNT = 'mnt',

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

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

0 comments on commit abb90f1

Please sign in to comment.