Skip to content

Commit c90d7b2

Browse files
committed
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
1 parent ca9bdb3 commit c90d7b2

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
@@ -1538,7 +1538,7 @@ export const allCoinsAndTokens = [
15381538
18,
15391539
UnderlyingAsset.XDC,
15401540
BaseUnit.ETH,
1541-
XDC_FEATURES
1541+
[...XDC_FEATURES, CoinFeature.STAKING]
15421542
),
15431543
account(
15441544
'297edf01-b166-45fb-be6f-da6680635f72',

0 commit comments

Comments
 (0)