From 8396a640183666bda69c32ee10b02b7fe5391acd Mon Sep 17 00:00:00 2001 From: Mohammed Ryaan Date: Mon, 24 Nov 2025 19:30:46 +0530 Subject: [PATCH] chore: rename okb token to eth:okb TICKET: COIN-6593 --- modules/statics/src/base.ts | 2 +- modules/statics/src/coins/erc20Coins.ts | 6 +++--- modules/statics/src/coins/ofcErc20Coins.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 8e245ea76e..d0bade98e0 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -1437,7 +1437,6 @@ export enum UnderlyingAsset { OCTAV = 'octav', OGN = 'ogn', OGV = 'ogv', - OKB = 'okb', OKBBEAR = 'okbbear', OKBBULL = 'okbbull', OKBDOOM = 'okbdoom', @@ -2039,6 +2038,7 @@ export enum UnderlyingAsset { 'ZRO-0xE5C' = 'zro-0xe5c', ZRX = 'zrx', ZUSD = 'zusd', + 'eth:okb' = 'eth:okb', 'eth:usdg' = 'eth:usdg', 'eth:spxux' = 'eth:spxux', 'eth:aleo' = 'eth:aleo', diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 554228b94a..dc06a00bed 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -4445,11 +4445,11 @@ export const erc20Coins = [ ), erc20( '987fa929-39ff-40a2-9249-d7b3be9dc76d', - 'okb', - 'OKB', + 'eth:okb', + 'OKB ETH Token', 18, '0x75231f58b43240c9718dd58b4967c5114342a86c', - UnderlyingAsset.OKB + UnderlyingAsset['eth:okb'] ), erc20( '68a5e76f-cb79-4016-a35e-f88b5a391d95', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 73f8dbf6ba..d0001a6bc4 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -197,7 +197,7 @@ export const ofcErc20Coins = [ CoinFeature.STABLECOIN, ]), ofcerc20('dec90842-ca08-417e-9cb0-89723cc50b77', 'ofcwbtc', 'Wrapped Bitcoin', 8, UnderlyingAsset.WBTC), - ofcerc20('8f01bcec-f576-49f8-b925-274566954017', 'ofcokb', 'OKB', 18, UnderlyingAsset.OKB), + ofcerc20('8f01bcec-f576-49f8-b925-274566954017', 'ofceth:okb', 'OKB ETH Token', 18, UnderlyingAsset['eth:okb']), ofcerc20('37e7d659-c3a4-4761-8f42-76fb7bc5032c', 'ofcmnt', 'Mantle', 18, UnderlyingAsset.MNT), ofcerc20('688725ff-e582-44bc-b42e-0de600426594', 'ofcstrk', 'StarkNet Token', 18, UnderlyingAsset.STRK), ofcerc20('d6d6ee90-05c1-4fdd-8621-bfaefaa703ae', 'ofctkx', 'Tokenize', 8, UnderlyingAsset.TKX),