-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dev.env.bar
More file actions
16 lines (13 loc) · 1.03 KB
/
.dev.env.bar
File metadata and controls
16 lines (13 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# test --------------------------------------------------------
## hardhat 本地启的 rpcUrl
CPBOX_RPC_URL = http://127.0.0.1:8545/
## 网络 id
CPBOX_CHAIN_ID = 5
## 发布的一个测试的 erc20Token
CPBOX_TOKEN_ADDRESS =
## 测试的 private 列表
CPBOX_PRIVATE_KEY_LIST = `
[
"0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00000","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00001","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00002","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00003","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00004","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00005","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00006","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00007","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00008","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00009","0x0123456789abcdef0000000123456789abcdef000000123456789abcdef00010"
]
`