File tree Expand file tree Collapse file tree 2 files changed +63
-0
lines changed
Expand file tree Collapse file tree 2 files changed +63
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ go.work
2525* .yml
2626! config.sample.yml
2727! docker-compose.yml
28+ ! defaults.yml
2829
2930# env
3031.env *
Original file line number Diff line number Diff line change 1+ mongodb :
2+ uri : " "
3+ database : " "
4+ timeout_secs : 30
5+
6+ ethereum :
7+ start_block_number : 0
8+ confirmations : 32
9+ private_key : " "
10+ rpc_url : " "
11+ chain_id : " 5"
12+ rpc_timeout_secs : 30
13+ wrapped_pocket_address : " "
14+ mint_controller_address : " "
15+ validator_addresses :
16+
17+ pocket :
18+ start_height : 0
19+ confirmations : 3
20+ private_key : " "
21+ rpc_url : " "
22+ chain_id : " testnet"
23+ rpc_timeout_secs : 30
24+ tx_fee : 10000
25+ vault_address : " "
26+ multisig_public_keys :
27+
28+ mint_monitor :
29+ enabled : true
30+ interval_secs : 300
31+
32+ mint_signer :
33+ enabled : true
34+ interval_secs : 300
35+
36+ mint_executor :
37+ enabled : true
38+ interval_secs : 300
39+
40+ burn_monitor :
41+ enabled : true
42+ interval_secs : 300
43+
44+ burn_signer :
45+ enabled : true
46+ interval_secs : 300
47+
48+ burn_executor :
49+ enabled : true
50+ interval_secs : 300
51+
52+ health_check :
53+ interval_secs : 300
54+
55+ logger :
56+ level : " info"
57+
58+ google_secret_manager :
59+ enabled : false
60+ mongo_secret_name : " "
61+ pokt_secret_name : " "
62+ eth_secret_name : " "
You can’t perform that action at this time.
0 commit comments