Skip to content

Commit 31ec546

Browse files
authored
Merge pull request #6924 from BitGo/SC-3048
fix(statics): remove staking feature from ADA tokens
2 parents da4c448 + 0922b86 commit 31ec546

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)