Skip to content

Commit f6dca17

Browse files
authored
Merge pull request #6331 from BitGo/SC-2211
feat(statics): add staking feature to trx in testnet
2 parents 56d30d0 + acc070c commit f6dca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
459+
[...TRX_FEATURES, CoinFeature.STAKING]
460460
),
461461
account(
462462
'a4578c23-8e01-4d13-bc17-7bf8b529fbef',

0 commit comments

Comments
 (0)