dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20221117 挂机极差,以自己的等级为基准
xiaoyong931011
2022-11-24
7cd5e4d9e5450aaf5617a1e69c14ceefb55c011b
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
chain
/
ChainConstants.java
1
2
3
4
5
6
7
package cc.mrbird.febs.dapp.chain;
public interface ChainConstants {
public static final String REDIS_KEY_POOL_ADDRESS = "TRC20_POOL";
String REDIS_KEY_ADDRESS_LIST = "TRC20_ADDRESS_LIST";
}