Skip to content

Commit bb9b980

Browse files
Merge pull request #9115 from BitGo/cecho-1449-remove-multisig-flrp
fix(statics): remove MultiSig feature for FLRP
2 parents afb1226 + ec9b447 commit bb9b980

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

modules/statics/src/flrp.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ export class FLRPCoin extends BaseCoin {
2222
CoinFeature.CUSTODY_BITGO_CUSTODY_MENA_FZE,
2323
CoinFeature.CUSTODY_BITGO_GERMANY,
2424
CoinFeature.CUSTODY_BITGO_FRANKFURT,
25-
CoinFeature.MULTISIG_COLD,
26-
CoinFeature.MULTISIG,
2725
CoinFeature.STAKING,
2826
CoinFeature.TSS,
2927
CoinFeature.TSS_COLD,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ export const expectedColdFeatures = {
1313
'tsoneium',
1414
'flr',
1515
'tflr',
16-
'flrp',
17-
'tflrp',
1816
'trx',
1917
'ttrx',
2018
'hyperliquid',
@@ -95,6 +93,7 @@ export const expectedColdFeatures = {
9593
'dydxcosmos',
9694
'xtzevm',
9795
'fetchai',
96+
'flrp',
9897
'flow',
9998
'fluenteth',
10099
'gasevm',
@@ -179,6 +178,7 @@ export const expectedColdFeatures = {
179178
'tdydxcosmos',
180179
'txtzevm',
181180
'tfetchai',
181+
'tflrp',
182182
'tflow',
183183
'tfluenteth',
184184
'tgasevm',

0 commit comments

Comments
 (0)