xiaoyong931011
2023-01-05 a6b93ec378206ee1fcae098c48cf2005bfe67cba
1
2
3
4
5
6
7
8
9
package cc.mrbird.febs.mall.chain.constants;
 
public interface ChainConstants {
 
    String REDIS_KEY_POOL_ADDRESS = "TRC20_POOL";
    String REDIS_KEY_ADDRESS_LIST = "TRC20_ADDRESS_LIST";
 
    String REDIS_KEY_SYSTEM_ADDRESS = "ERC20_ADDRESS_LIST";
}