Skip to content

Commit a8907ec

Browse files
authored
Merge pull request #7710 from BitGo/WIN-7591-fix-token
fix(statics): disable negative fee for sui token
2 parents 42a415a + 60c1977 commit a8907ec

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)