Skip to content

Commit d8c0039

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 1 addition & 1 deletion
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',

0 commit comments

Comments
 (0)