Skip to content

Commit d853b1d

Browse files
authored
Merge pull request #8247 from BitGo/SC-5664-xdc-staking-coinfeature
feat(statics): add CoinFeature.STAKING to txdc coin features
2 parents 2a1d677 + c90d7b2 commit d853b1d

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
@@ -1570,7 +1570,7 @@ export const allCoinsAndTokens = [
15701570
18,
15711571
UnderlyingAsset.XDC,
15721572
BaseUnit.ETH,
1573-
XDC_FEATURES
1573+
[...XDC_FEATURES, CoinFeature.STAKING]
15741574
),
15751575
account(
15761576
'297edf01-b166-45fb-be6f-da6680635f72',

0 commit comments

Comments
 (0)