-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathconfig.json
38 lines (37 loc) · 922 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"port": 80,
"db": {
"path": "~/.faucet.db"
},
"blockchain": {
"rpc_endpoint": "https://rpc.sentry-02.theta-testnet.polypore.xyz"
},
"sender": {
"mnemonic": "surround miss nominee dream gap cross assault thank captain prosper drop duty group candy wealth weather scale put",
"option": {
"hdPaths": ["m/44'/118'/0'/0/0"],
"prefix": "cosmos"
}
},
"tx": {
"amount": {
"denom": "uatom",
"amount": "10000"
},
"fee": {
"amount": [
{
"amount": "1000",
"denom": "uatom"
}
],
"gas": "200000"
},
"frequency_in_24h": "1"
},
"client": {
"testnet": "Ping Testnet",
"logo": "https://ping.pub/logo.svg",
"deployer": "heelo"
}
}