Skip to content

Commit 758a523

Browse files
committed
feat: add evm compatible wp feature flag
TICKET: WIN-6540
1 parent 5583e86 commit 758a523

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
@@ -433,6 +433,11 @@ export enum CoinFeature {
433433
* This coin is a rebase token and should use the rebase token functionality
434434
*/
435435
REBASE_TOKEN = 'rebase-token',
436+
437+
/**
438+
* This coin is an EVM compatible coin and should use common EVM logic in WP
439+
*/
440+
EVM_COMPATIBLE_WP = 'evm-compatible-wp',
436441
}
437442

438443
/**

0 commit comments

Comments
 (0)