Skip to content

Commit f1ddb70

Browse files
committed
feat: add coin feature for fluent eth
TICKET: COIN-6451
1 parent 747b3be commit f1ddb70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,6 +2177,7 @@ export const allCoinsAndTokens = [
21772177
CoinFeature.SHARED_EVM_SIGNING,
21782178
CoinFeature.EVM_COMPATIBLE_IMS,
21792179
CoinFeature.EVM_COMPATIBLE_UI,
2180+
CoinFeature.EVM_COMPATIBLE_WP,
21802181
],
21812182
KeyCurve.Secp256k1,
21822183
'',
@@ -2196,6 +2197,7 @@ export const allCoinsAndTokens = [
21962197
CoinFeature.SHARED_EVM_SIGNING,
21972198
CoinFeature.EVM_COMPATIBLE_IMS,
21982199
CoinFeature.EVM_COMPATIBLE_UI,
2200+
CoinFeature.EVM_COMPATIBLE_WP,
21992201
],
22002202
KeyCurve.Secp256k1,
22012203
'',

0 commit comments

Comments
 (0)