diff --git a/modules/statics/src/coins/ofcCoins.ts b/modules/statics/src/coins/ofcCoins.ts index 83a071ef45..c50ffd68dd 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -842,8 +842,8 @@ export const ofcCoins = [ CoinKind.CRYPTO ), tofc( - '12dc5b36-de2b-4cd4-9282-e7325407db0a', - 'ofctsepeth', + '74d6f141-31c0-4562-bb64-1564bd7b5792', + 'ofcsepeth', 'Test Sepolia Ether', 18, UnderlyingAsset.SEPETH, diff --git a/modules/statics/test/unit/ofcTokenNaming.ts b/modules/statics/test/unit/ofcTokenNaming.ts index dcd34e34a1..c05722d818 100644 --- a/modules/statics/test/unit/ofcTokenNaming.ts +++ b/modules/statics/test/unit/ofcTokenNaming.ts @@ -5,7 +5,7 @@ import { NetworkType } from '../../src/networks'; describe('OFC Token Naming Convention Tests', function () { it('should have all testnet tokens on test network and mainnet tokens on main network', function () { // Known exceptions for testnet tokens that don't follow the typical naming pattern - const testnetExceptions = ['ofcgteth', 'ofchteth', 'ofchooditeth']; + const testnetExceptions = ['ofcgteth', 'ofchteth', 'ofchooditeth', 'ofcsepeth']; ofcCoins.forEach((token) => { if (token.network.type === NetworkType.TESTNET) {