Skip to content

Commit 8ca382a

Browse files
authored
Merge pull request #6650 from BitGo/WIN-6540
chore: add evm compatible wp flag
2 parents 46fd5c6 + 7d48b78 commit 8ca382a

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
@@ -425,6 +425,11 @@ export enum CoinFeature {
425425
*/
426426
EVM_COMPATIBLE_UI = 'evm-compatible-ui',
427427

428+
/**
429+
* This coin is an EVM compatible coin and should use common EVM logic in WP
430+
*/
431+
EVM_COMPATIBLE_WP = 'evm-compatible-wp',
432+
428433
/**
429434
* This coin is an EVM compatible coin which supports unsigned sweep recovery
430435
*/

0 commit comments

Comments
 (0)