Skip to content

Commit ec37181

Browse files
committed
chore(statics): add hypeevm staking coin feature
Ticket: WIN-8741 TICKET: WIN-8741
1 parent 7719e86 commit ec37181

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,6 +1709,7 @@ export const allCoinsAndTokens = [
17091709
CoinFeature.EVM_NON_BITGO_RECOVERY,
17101710
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
17111711
CoinFeature.SUPPORTS_ERC20,
1712+
CoinFeature.STAKING,
17121713
]
17131714
),
17141715
account(
@@ -1727,6 +1728,7 @@ export const allCoinsAndTokens = [
17271728
CoinFeature.EVM_COMPATIBLE_UI,
17281729
CoinFeature.EVM_NON_BITGO_RECOVERY,
17291730
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
1731+
CoinFeature.STAKING,
17301732
]
17311733
),
17321734
account(

0 commit comments

Comments
 (0)