Skip to content

Commit 5ca1210

Browse files
Merge pull request #6951 from BitGo/WIN-7115
chore: update flow,tflow to have EVM_COMPATIBLE_WP feature
2 parents 4178807 + efb1c55 commit 5ca1210

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1977,8 +1977,7 @@ export const allCoinsAndTokens = [
19771977
CoinFeature.SHARED_EVM_SDK,
19781978
CoinFeature.EVM_COMPATIBLE_IMS,
19791979
CoinFeature.EVM_COMPATIBLE_UI,
1980-
CoinFeature.EVM_NON_BITGO_RECOVERY,
1981-
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
1980+
CoinFeature.EVM_COMPATIBLE_WP,
19821981
]
19831982
),
19841983
account(
@@ -2012,8 +2011,7 @@ export const allCoinsAndTokens = [
20122011
CoinFeature.SHARED_EVM_SDK,
20132012
CoinFeature.EVM_COMPATIBLE_IMS,
20142013
CoinFeature.EVM_COMPATIBLE_UI,
2015-
CoinFeature.EVM_NON_BITGO_RECOVERY,
2016-
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
2014+
CoinFeature.EVM_COMPATIBLE_WP,
20172015
]
20182016
),
20192017
account(

0 commit comments

Comments
 (0)