Skip to content

Commit 88d2979

Browse files
authored
Merge pull request #8691 from BitGo/revert-8690-SC-6608-add-bulk-staking-flag-to-eth
Revert "feat(statics): add BULK_STAKING_TRANSACTION feature to eth and hteth"
2 parents 3fcbec9 + 3a857d1 commit 88d2979

2 files changed

Lines changed: 0 additions & 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/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)