Skip to content

Commit 7fea544

Browse files
authored
Revert "feat(statics): add BULK_STAKING_TRANSACTION feature to eth and hteth"
1 parent 3fcbec9 commit 7fea544

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ export const allCoinsAndTokens = [
319319
CoinFeature.CUSTODY_BITGO_SINGAPORE,
320320
CoinFeature.CUSTODY_BITGO_KOREA,
321321
CoinFeature.BULK_TRANSACTION,
322-
CoinFeature.BULK_STAKING_TRANSACTION,
323322
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
324323
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
325324
CoinFeature.EIP1559,
@@ -382,7 +381,6 @@ export const allCoinsAndTokens = [
382381
CoinFeature.CUSTODY_BITGO_SINGAPORE,
383382
CoinFeature.CUSTODY_BITGO_KOREA,
384383
CoinFeature.BULK_TRANSACTION,
385-
CoinFeature.BULK_STAKING_TRANSACTION,
386384
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_ONCHAIN,
387385
CoinFeature.STUCK_TRANSACTION_MANAGEMENT_TSS,
388386
CoinFeature.EIP1559,

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ export const APT_FEATURES = [
629629
CoinFeature.TSS,
630630
CoinFeature.TSS_COLD,
631631
CoinFeature.BULK_TRANSACTION,
632+
CoinFeature.BULK_STAKING_TRANSACTION,
632633
CoinFeature.SUPPORTS_TOKENS,
633634
CoinFeature.ENTERPRISE_PAYS_FEES,
634635
CoinFeature.TSS_ENTERPRISE_PAYS_FEES,

modules/statics/test/unit/coins.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
119119
CoinFeature.CUSTODY_BITGO_FRANKFURT,
120120
CoinFeature.CUSTODY_BITGO_SINGAPORE,
121121
CoinFeature.CUSTODY_BITGO_KOREA,
122-
CoinFeature.BULK_STAKING_TRANSACTION,
123122
],
124123
},
125124
etc: {
@@ -517,7 +516,6 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
517516
CoinFeature.CUSTODY_BITGO_SINGAPORE,
518517
CoinFeature.CUSTODY_BITGO_KOREA,
519518
CoinFeature.BULK_TRANSACTION,
520-
CoinFeature.BULK_STAKING_TRANSACTION,
521519
],
522520
},
523521
tetc: {

0 commit comments

Comments
 (0)