Skip to content

Commit acc070c

Browse files
committed
feat(statics): add staking feature to trx in testnet
SC-2211 TICKET: SC-2211
1 parent a8a9102 commit acc070c

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)