We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e729d02 + c17a879 commit 75047bbCopy full SHA for 75047bb
modules/statics/src/coins/ofcCoins.ts
@@ -29,6 +29,8 @@ import {
29
tofcnep141Token,
30
ofcWorldErc20,
31
tofcWorldErc20,
32
+ ofcCoredaoErc20,
33
+ tofcCoredaoErc20,
34
} from '../ofc';
35
import { UnderlyingAsset, CoinKind } from '../base';
36
@@ -2832,4 +2834,18 @@ export const ofcCoins = [
2832
2834
6,
2833
2835
UnderlyingAsset['tworld:usdc']
2836
),
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
2849
+ UnderlyingAsset['tcoredao:stcore']
2850
2851
];
0 commit comments