We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9430870 + 49b66fd commit 5527e1fCopy full SHA for 5527e1f
modules/statics/src/allCoinsAndTokens.ts
@@ -813,7 +813,7 @@ export const allCoinsAndTokens = [
813
6,
814
UnderlyingAsset.SEI,
815
BaseUnit.SEI,
816
- [...SEI_FEATURES, CoinFeature.STAKING]
+ SEI_FEATURES
817
),
818
account(
819
'e902894a-a4e5-4bb4-86a6-c7171b68c8b6',
@@ -895,6 +895,7 @@ export const allCoinsAndTokens = [
895
CoinFeature.EVM_COMPATIBLE_UI,
896
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
897
CoinFeature.EVM_NON_BITGO_RECOVERY,
898
+ CoinFeature.STAKING,
899
]
900
901
0 commit comments