Skip to content

Commit e3bfebf

Browse files
feat: introduce EVM_COMPATIBLE_BGA coin feature
Ticket: WIN-5921 TICKET: WIN-5921
1 parent 5f8e582 commit e3bfebf

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
@@ -386,6 +386,11 @@ export enum CoinFeature {
386386
*/
387387
MULTISIG = 'multisig',
388388

389+
/**
390+
* This coin is an EVM compatible coin and should use common EVM functionality in BGA
391+
*/
392+
EVM_COMPATIBLE_BGA = 'evm-compatible-bga',
393+
389394
/**
390395
* This coin is a rebase token and should use the rebase token functionality
391396
*/

0 commit comments

Comments
 (0)