From c90d7b25ce1e4b475252a374ad4f5b70d3c7640b Mon Sep 17 00:00:00 2001 From: Doddanna17 Date: Thu, 5 Mar 2026 13:00:05 +0530 Subject: [PATCH] feat(statics): add CoinFeature.STAKING to txdc coin features Enable staking feature for txdc (testnet XDC) so WalletPlatform and bitgo-ui can identify XDC testnet as staking-capable. The mainnet xdc coin is intentionally left unchanged pending full go-live. Ticket: SC-5664 --- modules/statics/src/allCoinsAndTokens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index 99bb4505c3..3e209454b9 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -1538,7 +1538,7 @@ export const allCoinsAndTokens = [ 18, UnderlyingAsset.XDC, BaseUnit.ETH, - XDC_FEATURES + [...XDC_FEATURES, CoinFeature.STAKING] ), account( '297edf01-b166-45fb-be6f-da6680635f72',