We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42a415a + 60c1977 commit a8907ecCopy full SHA for a8907ec
modules/statics/src/coinFeatures.ts
@@ -406,7 +406,6 @@ export const SUI_TOKEN_FEATURES = [
406
CoinFeature.TSS,
407
CoinFeature.TSS_COLD,
408
CoinFeature.BULK_TRANSACTION,
409
- CoinFeature.ALLOWS_NEGATIVE_FEE,
410
];
411
export const SUI_TOKEN_FEATURES_EXCLUDE_SINGAPORE = SUI_TOKEN_FEATURES.filter(
412
(feature) => feature !== CoinFeature.CUSTODY_BITGO_SINGAPORE
0 commit comments