dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
xiaoyong931011
2023-02-01
cdb4f45b507e52f67c235b6d4b7307ec194f02a1
[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 = "ERC20_ADDRESS_LIST";
}