Skip to content

Commit 12f1fef

Browse files
authored
Merge pull request #7229 from BitGo/COIN-6043
feat: ofc tokens for ton
2 parents b896d54 + a4d7bc7 commit 12f1fef

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

@@ -3502,4 +3504,12 @@ export const ofcCoins = [
35023504
6,
35033505
UnderlyingAsset['thash:ylds']
35043506
),
3507+
ofcTonToken('c0e7396b-d21a-4b5a-b547-fdfe001cf3ba', 'ofcton:usdt', 'Ton USDT', 6, UnderlyingAsset['ton:usdt']),
3508+
tofcTonToken(
3509+
'e7d516c1-b975-4905-b5d0-8460f6ea7eb9',
3510+
'ofctton:ukwny-us',
3511+
'Test Unknown TokenY-US',
3512+
9,
3513+
UnderlyingAsset['tton:ukwny-us']
3514+
),
35053515
];

0 commit comments

Comments
 (0)