Skip to content

Commit f52d5ae

Browse files
Merge pull request #6301 from BitGo/WIN-5746-2
chore(statics): add coin feature for new common EVM sdk module
2 parents 147178e + c7aa0c0 commit f52d5ae

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)