From 91d1cde7d6c998f50510171bb5d4c8f828fd0a78 Mon Sep 17 00:00:00 2001 From: ArunBala-Bitgo Date: Wed, 24 Dec 2025 17:00:57 +0530 Subject: [PATCH] feat: add testnet ip ofc token Ticket: WIN-8435 --- modules/statics/src/coins/ofcErc20Coins.ts | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index 240e6c3b20..5ac6d88821 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -1,4 +1,4 @@ -import { ofcerc20, tofcerc20 } from '../ofc'; +import { OfcCoin, ofcerc20, tofcerc20 } from '../ofc'; import { CoinFeature, UnderlyingAsset } from '../base'; import { AccountCoin } from '../account'; @@ -4804,11 +4804,11 @@ export const tOfcErc20Coins = [ ofcerc20( '1458bca6-e0d3-455e-81c7-55862dc5af52', 'ofcmon:usdc', - 'USDC:MON', + 'MON:USDC', 6, underlyingAssetForSymbol('mon:usdc'), undefined, - undefined, + [...OfcCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN], '', undefined, undefined, @@ -4838,7 +4838,7 @@ export const tOfcErc20Coins = [ 6, underlyingAssetForSymbol('xdc:usdc'), undefined, - undefined, + [...OfcCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN], '', undefined, undefined, @@ -4917,6 +4917,20 @@ export const tOfcErc20Coins = [ true, 'ip' ), + tofcerc20( + '94eb6074-b01f-43b4-81ed-d53fb5c2566d', + 'ofctip:tmt', + 'TMT', + 6, + underlyingAssetForSymbol('tip:tmt'), + undefined, + undefined, + '', + undefined, + undefined, + true, + 'tip' + ), ]; function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {