We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c9aca commit bce8fc9Copy full SHA for bce8fc9
2 files changed
modules/statics/src/flrp.ts
@@ -25,6 +25,9 @@ export class FLRPCoin extends BaseCoin {
25
CoinFeature.MULTISIG_COLD,
26
CoinFeature.MULTISIG,
27
CoinFeature.STAKING,
28
+ CoinFeature.TSS,
29
+ CoinFeature.TSS_COLD,
30
+ CoinFeature.MPCV2,
31
];
32
33
/**
modules/statics/test/unit/fixtures/expectedColdFeatures.ts
@@ -13,6 +13,8 @@ export const expectedColdFeatures = {
13
'tsoneium',
14
'flr',
15
'tflr',
16
+ 'flrp',
17
+ 'tflrp',
18
'trx',
19
'ttrx',
20
'hyperliquid',
@@ -33,7 +35,6 @@ export const expectedColdFeatures = {
35
'doge',
34
36
'eos',
37
'etc',
- 'flrp',
38
'hbar',
39
'ltc',
40
'rbtc',
@@ -54,7 +55,6 @@ export const expectedColdFeatures = {
54
55
'tdoge',
56
'teos',
57
'tetc',
- 'tflrp',
58
'thbar',
59
'tltc',
60
'trbtc',
0 commit comments