Skip to content

Commit da49242

Browse files
feat: introduce EVM_COMPATIBLE_BGA coin feature
TICKET: WIN-5514
1 parent 71d93ce commit da49242

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/statics/src/base.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ 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',
367371
/**
368372
* This coin supports multisig wallets
369373
*/

0 commit comments

Comments
 (0)