Skip to content

Commit 4178807

Browse files
authored
Merge pull request #6950 from BitGo/WIN-7102
chore: add EVM_COMPATIBLE_WP feature to plume
2 parents 8160db6 + 5bbbf9f commit 4178807

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
@@ -1995,6 +1995,7 @@ export const allCoinsAndTokens = [
19951995
CoinFeature.SHARED_EVM_SDK,
19961996
CoinFeature.EVM_COMPATIBLE_IMS,
19971997
CoinFeature.EVM_COMPATIBLE_UI,
1998+
CoinFeature.EVM_COMPATIBLE_WP,
19981999
]
19992000
),
20002001
account(
@@ -2029,6 +2030,7 @@ export const allCoinsAndTokens = [
20292030
CoinFeature.SHARED_EVM_SDK,
20302031
CoinFeature.EVM_COMPATIBLE_IMS,
20312032
CoinFeature.EVM_COMPATIBLE_UI,
2033+
CoinFeature.EVM_COMPATIBLE_WP,
20322034
]
20332035
),
20342036
account(

0 commit comments

Comments
 (0)