Skip to content

Commit af48edd

Browse files
chore: ungate tss support for arb and op
2 parents 89282f3 + 282b0e4 commit af48edd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ export const ARBETH_FEATURES = [
342342
CoinFeature.CUSTODY_BITGO_FRANKFURT,
343343
CoinFeature.EIP1559,
344344
CoinFeature.WALLET_CONNECT_DEFI,
345-
CoinFeature.TSS_SUPPORT_GATED,
346345
];
347346
export const OPETH_FEATURES = [
348347
...ETH_FEATURES,
@@ -358,7 +357,6 @@ export const OPETH_FEATURES = [
358357
CoinFeature.WALLET_CONNECT_DEFI,
359358
CoinFeature.BULK_TRANSACTION,
360359
CoinFeature.ERC20_BULK_TRANSACTION,
361-
CoinFeature.TSS_SUPPORT_GATED,
362360
];
363361
export const ZKETH_FEATURES = [
364362
...ETH_FEATURES,

0 commit comments

Comments
 (0)