Skip to content

Commit 4b938b0

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 4b938b0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
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',

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12386,10 +12386,10 @@ handle-thing@^2.0.0:
1238612386
resolved "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz"
1238712387
integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==
1238812388

12389-
handlebars@^4.7.7:
12390-
version "4.7.8"
12391-
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz"
12392-
integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
12389+
handlebars@4.7.9, handlebars@^4.7.7:
12390+
version "4.7.9"
12391+
resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
12392+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
1239312393
dependencies:
1239412394
minimist "^1.2.5"
1239512395
neo-async "^2.6.2"
@@ -16730,15 +16730,15 @@ path-scurry@^2.0.0:
1673016730
lru-cache "^11.0.0"
1673116731
minipass "^7.1.2"
1673216732

16733-
path-to-regexp@0.1.12:
16734-
version "0.1.12"
16735-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz"
16736-
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
16733+
path-to-regexp@0.1.12, path-to-regexp@0.1.13:
16734+
version "0.1.13"
16735+
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.13.tgz#9b22ec16bc3ab88d05a0c7e369869421401ab17d"
16736+
integrity sha512-A/AGNMFN3c8bOlvV9RreMdrv7jsmF9XIfDeCd87+I8RNg6s78BhJxMu69NEMHBSJFxKidViTEdruRwEk/WIKqA==
1673716737

16738-
path-to-regexp@8.0.0, path-to-regexp@^1.7.0, path-to-regexp@^6.2.1:
16739-
version "8.0.0"
16740-
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.0.0.tgz#92076ec6b2eaf08be7c3233484142c05e8866cf5"
16741-
integrity sha512-GAWaqWlTjYK/7SVpIUA6CTxmcg65SP30sbjdCvyYReosRkk7Z/LyHWwkK3Vu0FcIi0FNTADUs4eh1AsU5s10cg==
16738+
path-to-regexp@8.4.0, path-to-regexp@^1.7.0, path-to-regexp@^6.2.1:
16739+
version "8.4.0"
16740+
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz#8e98fcd94826aff01a90c544ef74ffbaca3a78ed"
16741+
integrity sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==
1674216742

1674316743
path-type@^3.0.0:
1674416744
version "3.0.0"

0 commit comments

Comments
 (0)