Skip to content

Commit 896b784

Browse files
authored
Merge pull request #6492 from BitGo/WIN-6306
fix(statics): updated evm flags for sonic
2 parents bcf4aed + f5b8ec2 commit 896b784

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
'd92cbc11-0135-4304-bc10-7cdf82543880',

0 commit comments

Comments
 (0)