Skip to content

Commit 5a0e113

Browse files
committed
fix(statics): updated evm flags for seievm
TICKET: WIN-6308
1 parent d2bfc57 commit 5a0e113

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
@@ -729,7 +729,7 @@ export const coins = CoinMap.fromCoins([
729729
18,
730730
UnderlyingAsset.SEIEVM,
731731
BaseUnit.ETH,
732-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK]
732+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK, CoinFeature.EVM_COMPATIBLE_IMS]
733733
),
734734
account(
735735
'42cd26d1-706d-40f6-bcce-7cb125e6f617',
@@ -739,7 +739,7 @@ export const coins = CoinMap.fromCoins([
739739
18,
740740
UnderlyingAsset.SEIEVM,
741741
BaseUnit.ETH,
742-
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK]
742+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING, CoinFeature.SHARED_EVM_SDK, CoinFeature.EVM_COMPATIBLE_IMS]
743743
),
744744
account(
745745
'9fbfb875-fb80-4a37-b844-48b9e48dfcdd',

0 commit comments

Comments
 (0)