Skip to content

Commit cd4cbb0

Browse files
Merge pull request #6010 from BitGo/WIN-5260
feat: Introduce SHARED_EVM_SIGNING coin feature
2 parents 7fa29d4 + 93d28af commit cd4cbb0

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
@@ -354,6 +354,11 @@ export enum CoinFeature {
354354
* This coin is gated for TSS Support
355355
*/
356356
TSS_SUPPORT_GATED = 'tss-support-gated',
357+
358+
/**
359+
* This coins is an EVM compatible coin and should use common EVM functionality
360+
*/
361+
SHARED_EVM_SIGNING = 'shared-evm-signing',
357362
}
358363

359364
/**

0 commit comments

Comments
 (0)