Skip to content

Commit 426939c

Browse files
authored
Merge pull request #6474 from BitGo/COIN-4862
feat(statics): add coin feature for new shared Cosmos sdk module
2 parents b421ad3 + 781e8c5 commit 426939c

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
@@ -381,6 +381,11 @@ export enum CoinFeature {
381381
*/
382382
SHARED_EVM_SDK = 'shared-evm-sdk',
383383

384+
/**
385+
* This coin is a Cosmos coin and should use shared Cosmos SDK module
386+
*/
387+
SHARED_COSMOS_SDK = 'shared-cosmos-sdk',
388+
384389
/**
385390
* This coin is EVM based coin
386391
*/

0 commit comments

Comments
 (0)