Skip to content

Commit c769809

Browse files
committed
chore: add new feature flag for is_erc20_token
WIN-6598 TICKET: WIN-6598
1 parent ed0b391 commit c769809

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
@@ -397,6 +397,11 @@ export enum CoinFeature {
397397
*/
398398
SHARED_EVM_SDK = 'shared-evm-sdk',
399399

400+
/**
401+
* This coin supports erc20 tokens
402+
*/
403+
IS_ERC20_TOKEN = 'is-erc20-token',
404+
400405
/**
401406
* This coin is a Cosmos coin and should use shared Cosmos SDK module
402407
*/

0 commit comments

Comments
 (0)