Skip to content

Commit e4c4d09

Browse files
chore: rename okb token to eth:okb
TICKET: COIN-6593
1 parent 62202a0 commit e4c4d09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/statics/src/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,6 @@ export enum UnderlyingAsset {
14371437
OCTAV = 'octav',
14381438
OGN = 'ogn',
14391439
OGV = 'ogv',
1440-
OKB = 'okb',
14411440
OKBBEAR = 'okbbear',
14421441
OKBBULL = 'okbbull',
14431442
OKBDOOM = 'okbdoom',
@@ -2039,6 +2038,7 @@ export enum UnderlyingAsset {
20392038
'ZRO-0xE5C' = 'zro-0xe5c',
20402039
ZRX = 'zrx',
20412040
ZUSD = 'zusd',
2041+
'eth:okb' = 'eth:okb',
20422042
'eth:usdg' = 'eth:usdg',
20432043
'eth:spxux' = 'eth:spxux',
20442044
'eth:aleo' = 'eth:aleo',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4445,11 +4445,11 @@ export const erc20Coins = [
44454445
),
44464446
erc20(
44474447
'987fa929-39ff-40a2-9249-d7b3be9dc76d',
4448-
'okb',
4449-
'OKB',
4448+
'eth:okb',
4449+
'OKB ETH Token',
44504450
18,
44514451
'0x75231f58b43240c9718dd58b4967c5114342a86c',
4452-
UnderlyingAsset.OKB
4452+
UnderlyingAsset['eth:okb']
44534453
),
44544454
erc20(
44554455
'68a5e76f-cb79-4016-a35e-f88b5a391d95',

0 commit comments

Comments
 (0)