Skip to content

Commit 5527e1f

Browse files
authored
Merge pull request #7402 from BitGo/SC-3783-update
feat(statics): enable staking feature for sei-evm testnet
2 parents 9430870 + 49b66fd commit 5527e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ export const allCoinsAndTokens = [
813813
6,
814814
UnderlyingAsset.SEI,
815815
BaseUnit.SEI,
816-
[...SEI_FEATURES, CoinFeature.STAKING]
816+
SEI_FEATURES
817817
),
818818
account(
819819
'e902894a-a4e5-4bb4-86a6-c7171b68c8b6',
@@ -895,6 +895,7 @@ export const allCoinsAndTokens = [
895895
CoinFeature.EVM_COMPATIBLE_UI,
896896
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
897897
CoinFeature.EVM_NON_BITGO_RECOVERY,
898+
CoinFeature.STAKING,
898899
]
899900
),
900901
account(

0 commit comments

Comments
 (0)