Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add world chain #301

Merged
merged 11 commits into from
Dec 9, 2024
4 changes: 4 additions & 0 deletions src/assets/icons/chains/world.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 @@ -39,6 +39,7 @@ export enum ChainKey {
KAI = 'kai',
XLY = 'xly',
OPB = 'opb',
WCC = 'wcc',

// None-EVM
SOL = 'sol',
Expand Down Expand Up @@ -92,6 +93,7 @@ export enum ChainId {
KAI = 8217,
XLY = 196,
OPB = 204,
WCC = 480,

// 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 @@ -24,6 +24,7 @@ export enum CoinKey {
IMX = 'IMX',
KLAY = 'KLAY',
OKB = 'OKB',
WLD = 'WLD', // World Coin Token

// Solana
SOL = 'SOL',
Expand Down