ipld-eth-db-validator/environments/example.toml
prathamesh0 6eeaa2c8bd
Make validation process perpetual (#8)
* Make validation process perpetual

* Get sleep interval from config

* Add license

* Gracefully shutdown validator on interrupt

* Change default trail and sleep values
2022-05-31 11:59:49 +05:30

15 lines
257 B
TOML

[database]
name = "vulcanize_public"
hostname = "localhost"
port = 5432
password = "password"
user = "vdbm"
[validate]
block-height = 1
trail = 16
sleepInterval = 10
[ethereum]
chainConfig = "./chain.json"