Skip to content

Commit a4d7bc7

Browse files
committed
feat: ofc tokens for ton
Ticket: [COIN-6043]
1 parent e736792 commit a4d7bc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ import {
3636
ofcHashToken,
3737
tofcHashToken,
3838
tofcaptToken,
39+
ofcTonToken,
40+
tofcTonToken,
3941
} from '../ofc';
4042
import { UnderlyingAsset, CoinKind, CoinFeature } from '../base';
4143

@@ -3459,4 +3461,12 @@ export const ofcCoins = [
34593461
6,
34603462
UnderlyingAsset['thash:ylds']
34613463
),
3464+
ofcTonToken('c0e7396b-d21a-4b5a-b547-fdfe001cf3ba', 'ofcton:usdt', 'Ton USDT', 6, UnderlyingAsset['ton:usdt']),
3465+
tofcTonToken(
3466+
'e7d516c1-b975-4905-b5d0-8460f6ea7eb9',
3467+
'ofctton:ukwny-us',
3468+
'Test Unknown TokenY-US',
3469+
9,
3470+
UnderlyingAsset['tton:ukwny-us']
3471+
),
34623472
];

0 commit comments

Comments
 (0)