We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf4d63 commit d75e972Copy full SHA for d75e972
1 file changed
modules/statics/src/allCoinsAndTokens.ts
@@ -666,7 +666,7 @@ export const allCoinsAndTokens = [
666
2,
667
UnderlyingAsset.USD,
668
BaseUnit.USD,
669
- [CoinFeature.DEPRECATED]
+ [...AccountCoin.DEFAULT_FEATURES, CoinFeature.DEPRECATED]
670
),
671
account(
672
'e424034a-22e6-4bcf-bd04-c598507afe3d',
@@ -676,7 +676,7 @@ export const allCoinsAndTokens = [
676
677
678
679
680
681
682
'4a903d2c-6487-41fc-bede-77947b80efbb',
0 commit comments