Skip to content

Commit 07ae91a

Browse files
committed
fix: add EVM_COMPATIBLE_UI feature to coin configurations
TICKET: WIN-6334
1 parent 9941476 commit 07ae91a

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,13 @@ export const coins = CoinMap.fromCoins([
15661566
18,
15671567
UnderlyingAsset.SONIC,
15681568
BaseUnit.ETH,
1569-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK, CoinFeature.EVM_COMPATIBLE_IMS]
1569+
[
1570+
...EVM_FEATURES,
1571+
CoinFeature.SHARED_EVM_SIGNING,
1572+
CoinFeature.SHARED_EVM_SDK,
1573+
CoinFeature.EVM_COMPATIBLE_IMS,
1574+
CoinFeature.EVM_COMPATIBLE_UI,
1575+
]
15701576
),
15711577
account(
15721578
'b150906d-f3e0-4e81-859d-c33d92c73afb',
@@ -1576,7 +1582,13 @@ export const coins = CoinMap.fromCoins([
15761582
18,
15771583
UnderlyingAsset.SONIC,
15781584
BaseUnit.ETH,
1579-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK, CoinFeature.EVM_COMPATIBLE_IMS]
1585+
[
1586+
...EVM_FEATURES,
1587+
CoinFeature.SHARED_EVM_SIGNING,
1588+
CoinFeature.SHARED_EVM_SDK,
1589+
CoinFeature.EVM_COMPATIBLE_IMS,
1590+
CoinFeature.EVM_COMPATIBLE_UI,
1591+
]
15801592
),
15811593
account(
15821594
'd92cbc11-0135-4304-bc10-7cdf82543880',

0 commit comments

Comments
 (0)