Skip to content

Commit 68c475d

Browse files
committed
chore: add evm compatible wp flag to zero g
TICKET: WIN-6479
1 parent 27b8039 commit 68c475d

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)