Skip to content

Commit f5b8ec2

Browse files
committed
fix(statics): updated evm flags for sonic
Ticket: WIN-6306
1 parent aa3523d commit f5b8ec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ export const coins = CoinMap.fromCoins([
13871387
18,
13881388
UnderlyingAsset.SONIC,
13891389
BaseUnit.ETH,
1390-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK]
1390+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK, CoinFeature.EVM_COMPATIBLE_IMS]
13911391
),
13921392
account(
13931393
'b150906d-f3e0-4e81-859d-c33d92c73afb',
@@ -1397,7 +1397,7 @@ export const coins = CoinMap.fromCoins([
13971397
18,
13981398
UnderlyingAsset.SONIC,
13991399
BaseUnit.ETH,
1400-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK]
1400+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK, CoinFeature.EVM_COMPATIBLE_IMS]
14011401
),
14021402
account(
14031403
'251b78df-90c5-4ff5-b07a-8cc23f27c5ff',

0 commit comments

Comments
 (0)