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

14 lines
234 B
TOML
Raw 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
2022-05-17 04:29:23 +00:00
trail = 10
[ethereum]
chainConfig = "./chain.json"