Skip to content

Commit d8803ce

Browse files
committed
feat: enable staking feature on somnia testnet
Ticket: SC-2390
1 parent 2782706 commit d8803ce

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
@@ -1772,7 +1772,7 @@ export const allCoinsAndTokens = [
17721772
18,
17731773
UnderlyingAsset.STT,
17741774
BaseUnit.ETH,
1775-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
1775+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.STAKING]
17761776
),
17771777
account(
17781778
'aaa25f54-24f8-41d9-ba4e-83465d7cc2ec',

0 commit comments

Comments
 (0)