Skip to content

Commit

Permalink
feat!: remove OKT chain support (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Apr 18, 2024
1 parent 8077333 commit c6f8834
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
Binary file removed src/assets/icons/chains/okx.png
Binary file not shown.
8 changes: 0 additions & 8 deletions src/assets/icons/chains/okx.svg

This file was deleted.

2 changes: 0 additions & 2 deletions src/chains/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export enum ChainKey {
POL = 'pol',
BSC = 'bsc',
DAI = 'dai',
OKT = 'okt',
FTM = 'ftm',
AVA = 'ava',
ARB = 'arb',
Expand Down Expand Up @@ -78,7 +77,6 @@ export enum ChainId {
POL = 137,
BSC = 56,
DAI = 100,
OKT = 66,
FTM = 250,
AVA = 43114,
ARB = 42161,
Expand Down
1 change: 0 additions & 1 deletion src/tokens/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export enum CoinKey {
BNB = 'BNB',
DAI = 'DAI',
FTM = 'FTM',
OKT = 'OKT',
AVAX = 'AVAX',
HT = 'HT',
ONE = 'ONE',
Expand Down

0 comments on commit c6f8834

Please sign in to comment.