Skip to content

Commit e2c4789

Browse files
Merge pull request #7983 from BitGo/WIN-8741
chore(statics): add hypeevm staking coin feature
2 parents 7719e86 + ec37181 commit e2c4789

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)