Skip to content

Commit 9dd73be

Browse files
authored
Merge pull request #6693 from BitGo/WIN-6479-add-evm-compatible-wp-flag
chore: add evm compatible wp flag to zero g
2 parents fde3c88 + 68c475d commit 9dd73be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ export const coins = CoinMap.fromCoins([
747747
CoinFeature.SHARED_EVM_SDK,
748748
CoinFeature.EVM_COMPATIBLE_IMS,
749749
CoinFeature.EVM_COMPATIBLE_UI,
750+
CoinFeature.EVM_COMPATIBLE_WP,
750751
],
751752
KeyCurve.Secp256k1,
752753
'',
@@ -766,6 +767,7 @@ export const coins = CoinMap.fromCoins([
766767
CoinFeature.SHARED_EVM_SDK,
767768
CoinFeature.EVM_COMPATIBLE_IMS,
768769
CoinFeature.EVM_COMPATIBLE_UI,
770+
CoinFeature.EVM_COMPATIBLE_WP,
769771
],
770772
KeyCurve.Secp256k1,
771773
'',

0 commit comments

Comments
 (0)