dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改监听链上及归集逻辑
Helius
2023-01-04
adf9145657843833baeb35d84e3833d8126b5b9d
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
mall
/
chain
/
constants
/
ChainConstants.java
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 = "SYSTEM_ADDRESS_LIST";
}