Skip to content

Commit 5bbbf9f

Browse files
committed
chore: add EVM_COMPATIBLE_WP feature to plume
TICKET: WIN-7102
1 parent a2bbeaa commit 5bbbf9f

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
@@ -1993,6 +1993,7 @@ export const allCoinsAndTokens = [
19931993
CoinFeature.SHARED_EVM_SDK,
19941994
CoinFeature.EVM_COMPATIBLE_IMS,
19951995
CoinFeature.EVM_COMPATIBLE_UI,
1996+
CoinFeature.EVM_COMPATIBLE_WP,
19961997
]
19971998
),
19981999
account(
@@ -2027,6 +2028,7 @@ export const allCoinsAndTokens = [
20272028
CoinFeature.SHARED_EVM_SDK,
20282029
CoinFeature.EVM_COMPATIBLE_IMS,
20292030
CoinFeature.EVM_COMPATIBLE_UI,
2031+
CoinFeature.EVM_COMPATIBLE_WP,
20302032
]
20312033
),
20322034
account(

0 commit comments

Comments
 (0)