Skip to content

Commit 5ffd16b

Browse files
Merge pull request #6054 from BitGo/WIN-5342
feat(statics): adding SHARED_EVM_SIGNING feature to tflr & tsgb
2 parents f27087c + cbab9fb commit 5ffd16b

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
@@ -1224,7 +1224,7 @@ export const coins = CoinMap.fromCoins([
12241224
18,
12251225
UnderlyingAsset.FLR,
12261226
BaseUnit.ETH,
1227-
EVM_FEATURES
1227+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12281228
),
12291229
account(
12301230
'321a3168-4669-4ed0-a767-8f35111bb576',
@@ -1244,7 +1244,7 @@ export const coins = CoinMap.fromCoins([
12441244
18,
12451245
UnderlyingAsset.SGB,
12461246
BaseUnit.ETH,
1247-
EVM_FEATURES
1247+
[...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
12481248
),
12491249
gasTankAccount(
12501250
'75a71e9c-e3a0-4852-8e4b-9613ffed2a4c',

0 commit comments

Comments
 (0)