dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221227 ε εΌε½ι
xiaoyong931011
2022-12-28
9ba6a1c6cd6bf4d04591a9214abdb5c8c6cbff78
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
chain
/
constants
/
ChainConstants.java
1
2
3
4
5
6
7
package cc.mrbird.febs.mall.chain.constants;
public interface ChainConstants {
public static final String REDIS_KEY_POOL_ADDRESS = "TRC20_POOL";
String REDIS_KEY_ADDRESS_LIST = "TRC20_ADDRESS_LIST";
}