You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
778 B

  1. [StateDB]
  2. Path = "/tmp/iden3-test/hermez/statedb"
  3. [PostgreSQL]
  4. Port = 5432
  5. Host = "localhost"
  6. User = "hermez"
  7. Password = "yourpasswordhere"
  8. Name = "hermez"
  9. [L2DB]
  10. SafetyPeriod = 10
  11. MaxTxs = 512
  12. TTL = "24h"
  13. [Web3]
  14. URL = "http://localhost:8545"
  15. [Synchronizer]
  16. SyncLoopInterval = "1s"
  17. [Synchronizer.StartBlockNum]
  18. Rollup = 1
  19. Auction = 1
  20. WDelayer = 1
  21. [SmartContracts]
  22. Rollup = "0xD6C850aeBFDC46D7F4c207e445cC0d6B0919BDBe"
  23. Auction = "0x038B86d9d8FAFdd0a02ebd1A476432877b0107C8"
  24. TokenHEZ = "0xf4e77E5Da47AC3125140c470c71cBca77B5c638c"
  25. TokenHEZName = "Hermez Network Token"
  26. [EthClient]
  27. CallGasLimit = 300000
  28. DeployGasLimit = 1000000
  29. GasPriceDiv = 100
  30. ReceiptTimeout = "60s"
  31. IntervalReceiptLoop = "200ms"