Skip to content

Commit 3f0b5fb

Browse files
feat: Introduce EVM_COMPATIBLE_BGA coin feature
Ticket: WIN-5514 TICKET: WIN-5514
1 parent 71d93ce commit 3f0b5fb

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
@@ -364,6 +364,11 @@ export enum CoinFeature {
364364
*/
365365
SHARED_EVM_SIGNING = 'shared-evm-signing',
366366

367+
/**
368+
* This coins is an EVM compatible coin and should use common EVM functionality
369+
*/
370+
EVM_COMPATIBLE_BGA = 'evm-compatible-bga',
371+
367372
/**
368373
* This coin supports multisig wallets
369374
*/

0 commit comments

Comments
 (0)