@@ -73,7 +73,6 @@ import { vetTokens } from './coins/vetTokens';
7373import {
7474 ADA_FEATURES_WITH_FRANKFURT ,
7575 ALGO_FEATURES ,
76- APECHAIN_FEATURES ,
7776 APT_FEATURES ,
7877 ARBETH_FEATURES ,
7978 ATOM_FEATURES ,
@@ -1221,7 +1220,7 @@ export const coins = CoinMap.fromCoins([
12211220 18 ,
12221221 UnderlyingAsset . APECHAIN ,
12231222 BaseUnit . ETH ,
1224- APECHAIN_FEATURES
1223+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
12251224 ) ,
12261225 account (
12271226 'b3610694-f960-4ef4-a714-c3cb9e02f4b6' ,
@@ -1231,7 +1230,7 @@ export const coins = CoinMap.fromCoins([
12311230 18 ,
12321231 UnderlyingAsset . APECHAIN ,
12331232 BaseUnit . ETH ,
1234- APECHAIN_FEATURES
1233+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
12351234 ) ,
12361235 account (
12371236 '0cdd9089-9ca6-41ea-ab2b-20211da4ac06' ,
@@ -1327,7 +1326,7 @@ export const coins = CoinMap.fromCoins([
13271326 18 ,
13281327 UnderlyingAsset . PHRS ,
13291328 BaseUnit . ETH ,
1330- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
1329+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
13311330 ) ,
13321331 account (
13331332 '06b62cc0-1ab1-4473-8d14-c86f31e0b224' ,
@@ -1337,7 +1336,7 @@ export const coins = CoinMap.fromCoins([
13371336 18 ,
13381337 UnderlyingAsset . PHRS ,
13391338 BaseUnit . ETH ,
1340- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
1339+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
13411340 ) ,
13421341 account (
13431342 '7255f4f0-afd5-4521-9ae4-198e2e0c516c' ,
@@ -1347,7 +1346,7 @@ export const coins = CoinMap.fromCoins([
13471346 18 ,
13481347 UnderlyingAsset . CTC ,
13491348 BaseUnit . ETH ,
1350- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
1349+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
13511350 ) ,
13521351 account (
13531352 '25740604-3bcb-4171-8fbe-e4a20c2c98bb' ,
@@ -1357,7 +1356,7 @@ export const coins = CoinMap.fromCoins([
13571356 18 ,
13581357 UnderlyingAsset . CTC ,
13591358 BaseUnit . ETH ,
1360- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
1359+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
13611360 ) ,
13621361 account (
13631362 'e907fdbd-2c5d-45d6-b622-9da38937da73' ,
@@ -1367,7 +1366,7 @@ export const coins = CoinMap.fromCoins([
13671366 18 ,
13681367 UnderlyingAsset . HYPEEVM ,
13691368 BaseUnit . ETH ,
1370- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
1369+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
13711370 ) ,
13721371 account (
13731372 'e0500947-1105-404c-af52-765b1cb2a7c1' ,
@@ -1377,7 +1376,7 @@ export const coins = CoinMap.fromCoins([
13771376 18 ,
13781377 UnderlyingAsset . HYPEEVM ,
13791378 BaseUnit . ETH ,
1380- [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK ]
1379+ [ ...EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING , CoinFeature . SHARED_EVM_SDK , CoinFeature . EVM_COMPATIBLE_IMS ]
13811380 ) ,
13821381 account (
13831382 '23e7eca6-e862-4bc5-bf4f-65eeb8174171' ,
0 commit comments