Skip to content

Commit a75999a

Browse files
Merge pull request #6797 from BitGo/WIN-6929-add-evm-compatible-wp
chore: add evm compatible wp to 0g
2 parents 88a577a + fed9d33 commit a75999a

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
@@ -753,6 +753,7 @@ export const allCoinsAndTokens = [
753753
CoinFeature.EVM_COMPATIBLE_UI,
754754
CoinFeature.EVM_NON_BITGO_RECOVERY,
755755
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
756+
CoinFeature.EVM_COMPATIBLE_WP,
756757
],
757758
KeyCurve.Secp256k1,
758759
'',
@@ -774,6 +775,7 @@ export const allCoinsAndTokens = [
774775
CoinFeature.EVM_COMPATIBLE_UI,
775776
CoinFeature.EVM_NON_BITGO_RECOVERY,
776777
CoinFeature.EVM_UNSIGNED_SWEEP_RECOVERY,
778+
CoinFeature.EVM_COMPATIBLE_WP,
777779
],
778780
KeyCurve.Secp256k1,
779781
'',

0 commit comments

Comments
 (0)