Skip to content

Commit d2b84fc

Browse files
authored
Merge pull request #7609 from BitGo/COIN-6593
chore: rename okb token to eth:okb
2 parents c45885d + 8396a64 commit d2b84fc

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
@@ -1439,7 +1439,6 @@ export enum UnderlyingAsset {
14391439
OCTAV = 'octav',
14401440
OGN = 'ogn',
14411441
OGV = 'ogv',
1442-
OKB = 'okb',
14431442
OKBBEAR = 'okbbear',
14441443
OKBBULL = 'okbbull',
14451444
OKBDOOM = 'okbdoom',
@@ -2041,6 +2040,7 @@ export enum UnderlyingAsset {
20412040
'ZRO-0xE5C' = 'zro-0xe5c',
20422041
ZRX = 'zrx',
20432042
ZUSD = 'zusd',
2043+
'eth:okb' = 'eth:okb',
20442044
'eth:usdg' = 'eth:usdg',
20452045
'eth:spxux' = 'eth:spxux',
20462046
'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)