Skip to content

Commit c7aa0c0

Browse files
committed
chore(statics): add coin feature for new common EVM sdk module
TICKET: WIN-5746
1 parent 147178e commit c7aa0c0

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
@@ -371,6 +371,11 @@ export enum CoinFeature {
371371
*/
372372
SHARED_EVM_SIGNING = 'shared-evm-signing',
373373

374+
/**
375+
* This coin is an EVM compatible coin and should use common EVM SDK module
376+
*/
377+
SHARED_EVM_SDK = 'shared-evm-sdk',
378+
374379
/**
375380
* This coin is EVM based coin
376381
*/

0 commit comments

Comments
 (0)