Skip to content

Commit bce8fc9

Browse files
committed
feat(statics): enable MPC features for FLRP
Add TSS, TSS_COLD, and MPCV2 CoinFeatures to FLRP DEFAULT_FEATURES to enable MPC wallet creation alongside existing multisig support. TICKET: CECHO-985
1 parent c2c9aca commit bce8fc9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

modules/statics/src/flrp.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ export class FLRPCoin extends BaseCoin {
2525
CoinFeature.MULTISIG_COLD,
2626
CoinFeature.MULTISIG,
2727
CoinFeature.STAKING,
28+
CoinFeature.TSS,
29+
CoinFeature.TSS_COLD,
30+
CoinFeature.MPCV2,
2831
];
2932

3033
/**

modules/statics/test/unit/fixtures/expectedColdFeatures.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export const expectedColdFeatures = {
1313
'tsoneium',
1414
'flr',
1515
'tflr',
16+
'flrp',
17+
'tflrp',
1618
'trx',
1719
'ttrx',
1820
'hyperliquid',
@@ -33,7 +35,6 @@ export const expectedColdFeatures = {
3335
'doge',
3436
'eos',
3537
'etc',
36-
'flrp',
3738
'hbar',
3839
'ltc',
3940
'rbtc',
@@ -54,7 +55,6 @@ export const expectedColdFeatures = {
5455
'tdoge',
5556
'teos',
5657
'tetc',
57-
'tflrp',
5858
'thbar',
5959
'tltc',
6060
'trbtc',

0 commit comments

Comments
 (0)