Commit b573f1b
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.
- Add CoinFeature.STAKING to txdc via inline spread in allCoinsAndTokens.ts
- Add txdc to coinsWithExcludedFeatures in statics unit test
- Add STAKING feature assertion to sdk-coin-xdc test
Ticket: SC-56641 parent ca9bdb3 commit b573f1b
File tree
3 files changed
+6
-1
lines changed- modules
- sdk-coin-xdc/test/unit
- statics
- src
- test/unit
3 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1538 | 1538 | | |
1539 | 1539 | | |
1540 | 1540 | | |
1541 | | - | |
| 1541 | + | |
1542 | 1542 | | |
1543 | 1543 | | |
1544 | 1544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
725 | 725 | | |
726 | 726 | | |
727 | 727 | | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
728 | 731 | | |
729 | 732 | | |
730 | 733 | | |
| |||
0 commit comments