Skip to content

Commit c17a879

Browse files
feat: onboarding ofc coredao tokens
Ticket: WIN-6415
1 parent b973208 commit c17a879

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

modules/statics/src/coins/ofcCoins.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import {
2929
tofcnep141Token,
3030
ofcWorldErc20,
3131
tofcWorldErc20,
32+
ofcCoredaoErc20,
33+
tofcCoredaoErc20,
3234
} from '../ofc';
3335
import { UnderlyingAsset, CoinKind } from '../base';
3436

@@ -2832,4 +2834,18 @@ export const ofcCoins = [
28322834
6,
28332835
UnderlyingAsset['tworld:usdc']
28342836
),
2837+
ofcCoredaoErc20(
2838+
'5bca7dee-35e6-46bc-8bb3-b53edd67c817',
2839+
'ofccoredao:stcore',
2840+
'stCore Token',
2841+
18,
2842+
UnderlyingAsset['coredao:stcore']
2843+
),
2844+
tofcCoredaoErc20(
2845+
'db4127bd-7c90-47c5-a9d8-7ca0d7ee1d2c',
2846+
'tofccoredao:stcore',
2847+
'Testnet stCore token',
2848+
18,
2849+
UnderlyingAsset['tcoredao:stcore']
2850+
),
28352851
];

0 commit comments

Comments
 (0)