Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/assets/icons/chains/injective.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 @@ -82,6 +82,7 @@ export enum ChainKey {
SOM = 'som',
OUT = 'out',
ARC = 'arc',
INJ = 'inj',

// None-EVM
TER = 'ter',
Expand Down Expand Up @@ -196,6 +197,7 @@ export enum ChainId {
SOM = 5031,
OUT = 4663,
ARC = 5042,
INJ = 1776,

// None-EVM (IDs are made up by the LI.FI team)
TER = 1161011141099710,
Expand Down
2 changes: 2 additions & 0 deletions src/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export enum CoinKey {
WPROS = 'WPROS', // Wrapped Pharos
SOMI = 'SOMI', // Somnia native
WSOMI = 'WSOMI', // Somnia Wrapped Native
INJ = 'INJ', // Injective native

// SVM
SOL = 'SOL',
Expand Down Expand Up @@ -149,4 +150,5 @@ export enum CoinKey {
WTLOS = 'WTLOS', // Telos Wrapped Native
W0G = 'W0G', // 0G Wrapped Native
cirBTC = 'cirBTC', // Arc Circulating BTC
WINJ = 'WINJ', // Injective Wrapped Native
}
Loading