Skip to content

Commit 88f576e

Browse files
authored
Merge pull request #6616 from BitGo/WIN-6540-add-evm-wp-flag-to-statics
feat: add evm compatible wp feature flag
2 parents fc2a43d + 758a523 commit 88f576e

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

439444
/**

0 commit comments

Comments
 (0)