Skip to content

Commit a228a93

Browse files
authored
Merge pull request #6333 from BitGo/SC-2211
feat(statics): enable TRX staking feature
2 parents f6dca17 + 642d62d commit a228a93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

modules/statics/src/coinFeatures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export const TRX_FEATURES = [
344344
CoinFeature.CUSTODY_BITGO_SINGAPORE,
345345
CoinFeature.MULTISIG_COLD,
346346
CoinFeature.MULTISIG,
347+
CoinFeature.STAKING,
347348
];
348349
export const COSMOS_SIDECHAIN_FEATURES = [
349350
...ACCOUNT_COIN_DEFAULT_FEATURES,

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ export const coins = CoinMap.fromCoins([
456456
6,
457457
UnderlyingAsset.TRX,
458458
BaseUnit.TRX,
459-
[...TRX_FEATURES, CoinFeature.STAKING]
459+
TRX_FEATURES
460460
),
461461
account(
462462
'a4578c23-8e01-4d13-bc17-7bf8b529fbef',

0 commit comments

Comments
 (0)