Skip to content

Commit be66552

Browse files
authored
Merge pull request #6475 from BitGo/COIN-3246-etc
feat(statics): added pending txn tab on wallet overview
2 parents 80a75bb + 26a2a45 commit be66552

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export const ETC_FEATURES = [
3737
CoinFeature.CUSTODY_BITGO_NEW_YORK,
3838
CoinFeature.MULTISIG_COLD,
3939
CoinFeature.MULTISIG,
40+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
41+
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
4042
];
4143
export const EVM_FEATURES = [
4244
...ETH_FEATURES,

0 commit comments

Comments
 (0)