-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
53 lines (53 loc) · 1.07 KB
/
config.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
actions:
port: 8000
chain:
bech32_prefix: bridge
modules:
- modules
- messages
- auth
- bank
- consensus
- feegrant
- gov
- mint
- slashing
- staking
- distribution
- actions
- upgrade
- nft
- accumulator
- bridge
database:
host: scan-pg
max_idle_connections: 10
max_open_connections: 20
name: scan
partition_batch: 1000
partition_size: 100000
password: scan
port: 5432
url: postgres://postgres:postgres@localhost:5432/juno?sslmode=disable
user: scan
logging:
format: text
level: debug
node:
config:
grpc:
address: http://localhost:9090
insecure: true
rpc:
address: http://localhost:26657
client_name: juno
max_connections: 10
type: remote
parsing:
average_block_time: 5s
genesis_file_path: genesis.json
listen_new_blocks: true
parse_genesis: false
parse_old_blocks: false
start_height: 1
workers: 1