ipld-eth-db-validator/environments/example.toml

15 lines
257 B
TOML
Raw Permalink Normal View History

2022-01-17 12:30:53 +00:00
[database]
name = "vulcanize_public"
hostname = "localhost"
port = 5432
password = "password"
user = "vdbm"
[validate]
block-height = 1
trail = 16
sleepInterval = 10
2022-05-17 04:29:23 +00:00
[ethereum]
chainConfig = "./chain.json"