From a4d7bc7f9ecc47179eb18a779840a71c0cff2b04 Mon Sep 17 00:00:00 2001 From: Prabhsharan Singh Date: Tue, 14 Oct 2025 14:59:50 +0530 Subject: [PATCH] feat: ofc tokens for ton Ticket: [COIN-6043] --- modules/statics/src/coins/ofcCoins.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/statics/src/coins/ofcCoins.ts b/modules/statics/src/coins/ofcCoins.ts index 9fcfa3f892..29ad9cf108 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -36,6 +36,8 @@ import { ofcHashToken, tofcHashToken, tofcaptToken, + ofcTonToken, + tofcTonToken, } from '../ofc'; import { UnderlyingAsset, CoinKind, CoinFeature } from '../base'; @@ -3459,4 +3461,12 @@ export const ofcCoins = [ 6, UnderlyingAsset['thash:ylds'] ), + ofcTonToken('c0e7396b-d21a-4b5a-b547-fdfe001cf3ba', 'ofcton:usdt', 'Ton USDT', 6, UnderlyingAsset['ton:usdt']), + tofcTonToken( + 'e7d516c1-b975-4905-b5d0-8460f6ea7eb9', + 'ofctton:ukwny-us', + 'Test Unknown TokenY-US', + 9, + UnderlyingAsset['tton:ukwny-us'] + ), ];