Skip to content

Commit 7d48b78

Browse files
committed
chore: add evm compatible wp flag
TICKET: WIN-6540
1 parent 5583e86 commit 7d48b78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/statics/src/base.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,11 @@ export enum CoinFeature {
419419
*/
420420
EVM_COMPATIBLE_UI = 'evm-compatible-ui',
421421

422+
/**
423+
* This coin is an EVM compatible coin and should use common EVM logic in WP
424+
*/
425+
EVM_COMPATIBLE_WP = 'evm-compatible-wp',
426+
422427
/**
423428
* This coin is an EVM compatible coin which supports unsigned sweep recovery
424429
*/

0 commit comments

Comments
 (0)