Skip to content

Commit 96b1dc8

Browse files
committed
feat(cosmos): add new coin feature for bga support
TICKET: COIN-6204
1 parent d7cbd89 commit 96b1dc8

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
@@ -425,6 +425,11 @@ export enum CoinFeature {
425425
*/
426426
SHARED_COSMOS_WP = 'shared-cosmos-wp',
427427

428+
/**
429+
* This coin is an Cosmos coin and should use common Cosmos logic in BGA
430+
*/
431+
COSMOS_COMMON_BGA = 'cosmos-common-bga',
432+
428433
/**
429434
* This coin is EVM based coin
430435
*/

0 commit comments

Comments
 (0)