Skip to content

Commit 2990854

Browse files
fix: remove suffix param
Ticket: WIN-6000 TICKET: WIN-6000
1 parent ed0b391 commit 2990854

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,10 +1714,7 @@ export const coins = CoinMap.fromCoins([
17141714
18,
17151715
UnderlyingAsset.STT,
17161716
BaseUnit.ETH,
1717-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING],
1718-
KeyCurve.Secp256k1,
1719-
'',
1720-
'Somi'
1717+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
17211718
),
17221719
account(
17231720
'1bf486a9-47ed-4bea-8e9a-a23a074cdc9a',

0 commit comments

Comments
 (0)