@@ -1194,7 +1194,7 @@ export const coins = CoinMap.fromCoins([
1194
1194
18 ,
1195
1195
UnderlyingAsset . MON ,
1196
1196
BaseUnit . ETH ,
1197
- EVM_FEATURES
1197
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1198
1198
) ,
1199
1199
account (
1200
1200
'5c5ebe50-fa27-4312-ae3d-7032520aedb5' ,
@@ -1204,7 +1204,7 @@ export const coins = CoinMap.fromCoins([
1204
1204
18 ,
1205
1205
UnderlyingAsset . MON ,
1206
1206
BaseUnit . ETH ,
1207
- EVM_FEATURES
1207
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1208
1208
) ,
1209
1209
account (
1210
1210
'd4f8e4f5-7060-44e3-aca1-e3ac11597ecb' ,
@@ -1214,7 +1214,7 @@ export const coins = CoinMap.fromCoins([
1214
1214
18 ,
1215
1215
UnderlyingAsset . WORLD ,
1216
1216
BaseUnit . ETH ,
1217
- EVM_FEATURES
1217
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1218
1218
) ,
1219
1219
account (
1220
1220
'1cd29730-f70b-4c7d-a19c-eb3345f01acb' ,
@@ -1224,7 +1224,7 @@ export const coins = CoinMap.fromCoins([
1224
1224
18 ,
1225
1225
UnderlyingAsset . WORLD ,
1226
1226
BaseUnit . ETH ,
1227
- EVM_FEATURES
1227
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1228
1228
) ,
1229
1229
account (
1230
1230
'251b78df-90c5-4ff5-b07a-8cc23f27c5ff' ,
@@ -1234,7 +1234,7 @@ export const coins = CoinMap.fromCoins([
1234
1234
18 ,
1235
1235
UnderlyingAsset . SONEIUM ,
1236
1236
BaseUnit . ETH ,
1237
- EVM_FEATURES
1237
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1238
1238
) ,
1239
1239
account (
1240
1240
'a4587ed1-a4a6-4bbe-b965-3119b52e76cf' ,
@@ -1244,7 +1244,7 @@ export const coins = CoinMap.fromCoins([
1244
1244
18 ,
1245
1245
UnderlyingAsset . SONEIUM ,
1246
1246
BaseUnit . ETH ,
1247
- EVM_FEATURES
1247
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1248
1248
) ,
1249
1249
account (
1250
1250
'87c104ca-6b49-479e-87fb-9253b095158c' ,
@@ -1254,7 +1254,7 @@ export const coins = CoinMap.fromCoins([
1254
1254
18 ,
1255
1255
UnderlyingAsset . STT ,
1256
1256
BaseUnit . ETH ,
1257
- EVM_FEATURES
1257
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1258
1258
) ,
1259
1259
account (
1260
1260
'1bf486a9-47ed-4bea-8e9a-a23a074cdc9a' ,
@@ -1264,7 +1264,7 @@ export const coins = CoinMap.fromCoins([
1264
1264
18 ,
1265
1265
UnderlyingAsset . STT ,
1266
1266
BaseUnit . ETH ,
1267
- EVM_FEATURES
1267
+ [ ... EVM_FEATURES , CoinFeature . SHARED_EVM_SIGNING ]
1268
1268
) ,
1269
1269
account (
1270
1270
'202caf8f-4d43-4208-b206-8231f555c518' ,
0 commit comments