Skip to content

Commit f9ce4ec

Browse files
Merge pull request #9156 from BitGo/CECHO-1493
feat: remove multisig support for flr
2 parents 81dbe47 + 6724704 commit f9ce4ec

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

modules/statics/src/coinFeatures.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,6 @@ export const SGB_FEATURES = [...EVM_FEATURES, CoinFeature.ERC20_BULK_TRANSACTION
756756

757757
export const FLR_FEATURES = [
758758
...EVM_FEATURES,
759-
CoinFeature.MULTISIG,
760-
CoinFeature.MULTISIG_COLD,
761-
CoinFeature.MULTISIG_SUPPORT_GATED,
762759
CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA,
763760
CoinFeature.ERC20_BULK_TRANSACTION,
764761
];

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export const expectedColdFeatures = {
1111
'tarbeth',
1212
'soneium',
1313
'tsoneium',
14-
'flr',
15-
'tflr',
1614
'trx',
1715
'ttrx',
1816
'hyperliquid',
@@ -93,6 +91,7 @@ export const expectedColdFeatures = {
9391
'dydxcosmos',
9492
'xtzevm',
9593
'fetchai',
94+
'flr',
9695
'flrp',
9796
'flow',
9897
'fluenteth',
@@ -178,6 +177,7 @@ export const expectedColdFeatures = {
178177
'tdydxcosmos',
179178
'txtzevm',
180179
'tfetchai',
180+
'tflr',
181181
'tflrp',
182182
'tflow',
183183
'tfluenteth',

0 commit comments

Comments
 (0)