forked from tedim52/celestia-da-node-package
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathargs.json
32 lines (32 loc) · 938 Bytes
/
args.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
{
"da_image": "ghcr.io/celestiaorg/celestia-node:v0.13.6",
"core_grpc_port": "9090",
"core_ip": "full.consensus.mocha-4.celestia-mocha.com",
"core_rpc_port": "26657",
"gateway": false,
"gateway_addr": "localhost",
"gateway_port": "26659",
"headers_trusted_hash": "8932B706216780C2660A9343A7F2B40A549BFA141D6B1CCA1E676306C35B25EA",
"headers_trusted_peers": "",
"daser_sample_from": 1264456,
"keyring_accname": "",
"keyring_backend": "test",
"log_level": "INFO",
"log_level_module": "",
"metrics": false,
"metrics_endpoint": "localhost:4318",
"metrics_tls": true,
"node_config": "",
"p2p_metrics": false,
"p2p_mutual": "",
"p2p_network": "mocha",
"pprof": false,
"pyroscope": false,
"pyroscope_endpoint": "http://localhost:4040",
"pyroscope_tracing": false,
"rpc_addr": "0.0.0.0",
"rpc_port": "26658",
"tracing": false,
"tracing_endpoint": "localhost:4318",
"tracing_tls": true
}