Skip to content

Commit 8cfa89f

Browse files
committed
feat(statics): enable CoinFeature.STAKING for mainnet xdc coin
The STAKING feature was previously added only to txdc (testnet) in PR #8247, with mainnet xdc intentionally left out pending go-live. Prod flipt flags are now enabled — this unblocks staking visibility in the production UI. Ticket: SI-237
1 parent 1d4f6e3 commit 8cfa89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ export const allCoinsAndTokens = [
15601560
18,
15611561
UnderlyingAsset.XDC,
15621562
BaseUnit.ETH,
1563-
XDC_FEATURES
1563+
[...XDC_FEATURES, CoinFeature.STAKING]
15641564
),
15651565
account(
15661566
'e6ecb22e-0ae8-463a-b2fb-61502fd54240',

0 commit comments

Comments
 (0)