Skip to content

Commit 93d28af

Browse files
feat(statics): introduce SHARED_EVM_SIGNING coin feature
Ticket: WIN-5260
1 parent 40e80ea commit 93d28af

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
@@ -351,6 +351,11 @@ export enum CoinFeature {
351351
* This coin is gated for TSS Support
352352
*/
353353
TSS_SUPPORT_GATED = 'tss-support-gated',
354+
355+
/**
356+
* This coins is an EVM compatible coin and should use common EVM functionality
357+
*/
358+
SHARED_EVM_SIGNING = 'shared-evm-signing',
354359
}
355360

356361
/**

0 commit comments

Comments
 (0)