We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f27087c + cbab9fb commit 5ffd16bCopy full SHA for 5ffd16b
modules/statics/src/coins.ts
@@ -1224,7 +1224,7 @@ export const coins = CoinMap.fromCoins([
1224
18,
1225
UnderlyingAsset.FLR,
1226
BaseUnit.ETH,
1227
- EVM_FEATURES
+ [...EVM_FEATURES, CoinFeature.SHARED_EVM_SIGNING]
1228
),
1229
account(
1230
'321a3168-4669-4ed0-a767-8f35111bb576',
@@ -1244,7 +1244,7 @@ export const coins = CoinMap.fromCoins([
1244
1245
UnderlyingAsset.SGB,
1246
1247
1248
1249
gasTankAccount(
1250
'75a71e9c-e3a0-4852-8e4b-9613ffed2a4c',
0 commit comments