Skip to content

Commit 9428e27

Browse files
Merge pull request #6090 from BitGo/WIN-5413-hsm-support-mon-stt-soneium-world
feat: add hsm feature flag for mon,stt,soneium,world
2 parents 944857b + 833c4be commit 9428e27

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/statics/src/coins.ts

+8-8
Original file line numberDiff line numberDiff line change
@@ -1194,7 +1194,7 @@ export const coins = CoinMap.fromCoins([
11941194
18,
11951195
UnderlyingAsset.MON,
11961196
BaseUnit.ETH,
1197-
EVM_FEATURES
1197+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
11981198
),
11991199
account(
12001200
'5c5ebe50-fa27-4312-ae3d-7032520aedb5',
@@ -1204,7 +1204,7 @@ export const coins = CoinMap.fromCoins([
12041204
18,
12051205
UnderlyingAsset.MON,
12061206
BaseUnit.ETH,
1207-
EVM_FEATURES
1207+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12081208
),
12091209
account(
12101210
'd4f8e4f5-7060-44e3-aca1-e3ac11597ecb',
@@ -1214,7 +1214,7 @@ export const coins = CoinMap.fromCoins([
12141214
18,
12151215
UnderlyingAsset.WORLD,
12161216
BaseUnit.ETH,
1217-
EVM_FEATURES
1217+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12181218
),
12191219
account(
12201220
'1cd29730-f70b-4c7d-a19c-eb3345f01acb',
@@ -1224,7 +1224,7 @@ export const coins = CoinMap.fromCoins([
12241224
18,
12251225
UnderlyingAsset.WORLD,
12261226
BaseUnit.ETH,
1227-
EVM_FEATURES
1227+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12281228
),
12291229
account(
12301230
'251b78df-90c5-4ff5-b07a-8cc23f27c5ff',
@@ -1234,7 +1234,7 @@ export const coins = CoinMap.fromCoins([
12341234
18,
12351235
UnderlyingAsset.SONEIUM,
12361236
BaseUnit.ETH,
1237-
EVM_FEATURES
1237+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12381238
),
12391239
account(
12401240
'a4587ed1-a4a6-4bbe-b965-3119b52e76cf',
@@ -1244,7 +1244,7 @@ export const coins = CoinMap.fromCoins([
12441244
18,
12451245
UnderlyingAsset.SONEIUM,
12461246
BaseUnit.ETH,
1247-
EVM_FEATURES
1247+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12481248
),
12491249
account(
12501250
'87c104ca-6b49-479e-87fb-9253b095158c',
@@ -1254,7 +1254,7 @@ export const coins = CoinMap.fromCoins([
12541254
18,
12551255
UnderlyingAsset.STT,
12561256
BaseUnit.ETH,
1257-
EVM_FEATURES
1257+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12581258
),
12591259
account(
12601260
'1bf486a9-47ed-4bea-8e9a-a23a074cdc9a',
@@ -1264,7 +1264,7 @@ export const coins = CoinMap.fromCoins([
12641264
18,
12651265
UnderlyingAsset.STT,
12661266
BaseUnit.ETH,
1267-
EVM_FEATURES
1267+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12681268
),
12691269
account(
12701270
'202caf8f-4d43-4208-b206-8231f555c518',

0 commit comments

Comments
 (0)