-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtemplate.toml
26 lines (24 loc) · 1.07 KB
/
template.toml
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
[graph_stack]
graph_node_status_endpoint = 'http://localhost:8030/graphql'
indexer_address = '0xgossipssssssssssssssssssssssssssssssssss'
registry_subgraph = 'https://gateway-arbitrum.network.thegraph.com/api/{api-key}/subgraphs/id/9bnkkKmSqX3FpoxnBVNFcQfmdSJt2Zc8PrsY1ek64jPr'
network_subgraph = 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3xQHhMudr1oh69ut36G2mbzpYmYxwqCeU6wwqyCDCnqV'
private_key = 'abcdefghabcdefghabcdefghabcdefghabcdefghabcdefghabcdefghabcdefgh'
indexer_management_server_endpoint = 'http://127.0.0.1:18000'
[waku]
boot_node_addresses = []
[radio_setup]
graphcast_network = 'Testnet'
topics = ['QmacQnSgia4iDPWHpeY6aWxesRFdb8o5DKZUx96zZqEWrB']
gossip_topic_coverage = 'Comprehensive'
auto_upgrade_coverage = 'Comprehensive'
collect_message_duration = 10
metrics_host = '0.0.0.0'
server_host = '0.0.0.0'
server_port = 7700
persistence_file_path = 'wooooooow.json'
radio_name = 'subgraph-radio'
id_validation = 'ValidAddress'
topic_update_interval = 600
log_level = 'warn,hyper=off,graphcast_sdk=debug,subgraph_radio=debug'
log_format = 'Pretty'