Skip to content

Commit d84b3e0

Browse files
authored
Merge pull request #6120 from BitGo/SC-1824
revert: implement staking feature for tpolyx
2 parents 2e661d1 + 31a75c5 commit d84b3e0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,7 @@ export const TAO_FEATURES = [
447447
CoinFeature.STAKING,
448448
];
449449

450-
export const POLYX_FEATURES = [
451-
...AccountCoin.DEFAULT_FEATURES,
452-
CoinFeature.TSS,
453-
CoinFeature.TSS_COLD,
454-
CoinFeature.STAKING,
455-
];
450+
export const POLYX_FEATURES = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.TSS, CoinFeature.TSS_COLD];
456451

457452
export const ETH_FEATURES_WITH_FRANKFURT = [...ETH_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT];
458453
export const ETH_FEATURES_WITH_GERMANY = [...ETH_FEATURES, CoinFeature.CUSTODY_BITGO_GERMANY];

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ export const coins = CoinMap.fromCoins([
13951395
6,
13961396
UnderlyingAsset.POLYX,
13971397
BaseUnit.POLYX,
1398-
POLYX_FEATURES,
1398+
[...POLYX_FEATURES, CoinFeature.STAKING],
13991399
KeyCurve.Ed25519
14001400
),
14011401
account(

0 commit comments

Comments
 (0)