Skip to content

Commit 60c1977

Browse files
committed
fix(statics): disable negative fee for sui token
JIRA: WIN-7591 TICKET: WIN-7591
1 parent 2fb3fe7 commit 60c1977

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
@@ -406,7 +406,6 @@ export const SUI_TOKEN_FEATURES = [
406406
CoinFeature.TSS,
407407
CoinFeature.TSS_COLD,
408408
CoinFeature.BULK_TRANSACTION,
409-
CoinFeature.ALLOWS_NEGATIVE_FEE,
410409
];
411410
export const SUI_TOKEN_FEATURES_EXCLUDE_SINGAPORE = SUI_TOKEN_FEATURES.filter(
412411
(feature) => feature !== CoinFeature.CUSTODY_BITGO_SINGAPORE

0 commit comments

Comments
 (0)