Skip to content

Commit 8396a64

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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',

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const ofcErc20Coins = [
197197
CoinFeature.STABLECOIN,
198198
]),
199199
ofcerc20('dec90842-ca08-417e-9cb0-89723cc50b77', 'ofcwbtc', 'Wrapped Bitcoin', 8, UnderlyingAsset.WBTC),
200-
ofcerc20('8f01bcec-f576-49f8-b925-274566954017', 'ofcokb', 'OKB', 18, UnderlyingAsset.OKB),
200+
ofcerc20('8f01bcec-f576-49f8-b925-274566954017', 'ofceth:okb', 'OKB ETH Token', 18, UnderlyingAsset['eth:okb']),
201201
ofcerc20('37e7d659-c3a4-4761-8f42-76fb7bc5032c', 'ofcmnt', 'Mantle', 18, UnderlyingAsset.MNT),
202202
ofcerc20('688725ff-e582-44bc-b42e-0de600426594', 'ofcstrk', 'StarkNet Token', 18, UnderlyingAsset.STRK),
203203
ofcerc20('d6d6ee90-05c1-4fdd-8621-bfaefaa703ae', 'ofctkx', 'Tokenize', 8, UnderlyingAsset.TKX),

0 commit comments

Comments
 (0)