diff --git a/modules/statics/src/flrp.ts b/modules/statics/src/flrp.ts index a8f7f666c8..96b61f2fbf 100644 --- a/modules/statics/src/flrp.ts +++ b/modules/statics/src/flrp.ts @@ -22,8 +22,6 @@ export class FLRPCoin extends BaseCoin { CoinFeature.CUSTODY_BITGO_CUSTODY_MENA_FZE, CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT, - CoinFeature.MULTISIG_COLD, - CoinFeature.MULTISIG, CoinFeature.STAKING, CoinFeature.TSS, CoinFeature.TSS_COLD, diff --git a/modules/statics/test/unit/fixtures/expectedColdFeatures.ts b/modules/statics/test/unit/fixtures/expectedColdFeatures.ts index e816708db3..384e636434 100644 --- a/modules/statics/test/unit/fixtures/expectedColdFeatures.ts +++ b/modules/statics/test/unit/fixtures/expectedColdFeatures.ts @@ -13,8 +13,6 @@ export const expectedColdFeatures = { 'tsoneium', 'flr', 'tflr', - 'flrp', - 'tflrp', 'trx', 'ttrx', 'hyperliquid', @@ -95,6 +93,7 @@ export const expectedColdFeatures = { 'dydxcosmos', 'xtzevm', 'fetchai', + 'flrp', 'flow', 'fluenteth', 'gasevm', @@ -179,6 +178,7 @@ export const expectedColdFeatures = { 'tdydxcosmos', 'txtzevm', 'tfetchai', + 'tflrp', 'tflow', 'tfluenteth', 'tgasevm',