Skip to content

Commit 5003f60

Browse files
authored
Merge pull request #6840 from BitGo/SC-2390
feat: enable staking feature on somnia testnet
2 parents 13f874c + d8803ce commit 5003f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ export const allCoinsAndTokens = [
17761776
18,
17771777
UnderlyingAsset.STT,
17781778
BaseUnit.ETH,
1779-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
1779+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.STAKING]
17801780
),
17811781
account(
17821782
'aaa25f54-24f8-41d9-ba4e-83465d7cc2ec',

0 commit comments

Comments
 (0)