Open lightiv opened 2 years ago
@lightiv Can you please add a Pastebin link with your BDJuno config? Or add the config directly here
chain:
bech32_prefix: gravity
modules:
- modules
- messages
- auth
- bank
- consensus
- gov
- mint
- pricefeed
- slashing
- staking
- distribution
- history
- telemetry
node:
type: remote
config:
rpc:
client_name: juno
address: http://localhost:26657
max_connections: 20
grpc:
address: http://localhost:9090
insecure: true
parsing:
workers: 6
listen_new_blocks: true
parse_old_blocks: true
genesis_file_path: /home/$USER/.gravity/config/genesis.json
parse_genesis: true
start_height: 1
database:
name: juno
host: localhost
port: 5432
user: $USER
password: <my_password>
schema: public
max_open_connections: 5
max_idle_connections: 5
logging:
level: debug
format: text
telemetry:
port: 5000
pruning:
keep_recent: 100
keep_every: 500
interval: 10
pricefeed:
tokens:
- name: Cosmos Gravity Bridge
units:
- denom: ugraviton
exponent: 0
- denom: graviton
exponent: 6
distribution:
rewards_frequency: 100