Skip to content

Commit 0922b86

Browse files
committed
fix(statics): remove staking feature from ADA tokens
SC-3048 TICKET: SC-3048
1 parent 8531273 commit 0922b86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export const ADA_TOKEN_FEATURES = [
175175
CoinFeature.BULK_TRANSACTION,
176176
CoinFeature.TSS,
177177
CoinFeature.TSS_COLD,
178-
CoinFeature.STAKING,
179178
];
180179
export const DOT_FEATURES = [
181180
...ACCOUNT_COIN_DEFAULT_FEATURES,

0 commit comments

Comments
 (0)