Skip to content

Instantly share code, notes, and snippets.

@gavindoughtie
Created February 6, 2022 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavindoughtie/099ebc672dd64963d45e844b83032d0f to your computer and use it in GitHub Desktop.
Save gavindoughtie/099ebc672dd64963d45e844b83032d0f to your computer and use it in GitHub Desktop.
chain:
bech32_prefix: juno
modules:
- wasm
node:
type: remote
config:
rpc:
client_name: juno
address: http://localhost:26657
max_connections: 20
grpc:
insecure: true
address: localhost:9090
parsing:
fast_sync: false
workers: 1
listen_new_blocks: true
parse_old_blocks: true
parse_genesis: true
start_height: 1
database:
name: wasmx_experiments
host: localhost
port: 5432
user: gavin
password:
schema: public
max_open_connections: 10
max_idle_connections: 10
logging:
level: debug
format: text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment