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.

40 lines
794 B

  1. ForgerAddress = "0x6BB84Cc84D4A34467aD12a2039A312f7029e2071"
  2. ConfirmBlocks = 10
  3. L1BatchTimeoutPerc = 0.6
  4. ProofServerPollInterval = "1s"
  5. SyncRetryInterval = "1s"
  6. [L2DB]
  7. SafetyPeriod = 10
  8. MaxTxs = 512
  9. TTL = "24h"
  10. PurgeBatchDelay = 10
  11. InvalidateBatchDelay = 20
  12. PurgeBlockDelay = 10
  13. InvalidateBlockDelay = 20
  14. [TxSelector]
  15. Path = "/tmp/iden3-test/hermez/txselector"
  16. [BatchBuilder]
  17. Path = "/tmp/iden3-test/hermez/batchbuilder"
  18. [[ServerProofs]]
  19. URL = "http://localhost:3000"
  20. [EthClient]
  21. CallGasLimit = 300000
  22. DeployGasLimit = 1000000
  23. GasPriceDiv = 100
  24. ReceiptTimeout = "60s"
  25. ReceiptLoopInterval = "500ms"
  26. CheckLoopInterval = "500ms"
  27. Attempts = 8
  28. AttemptsDelay = "200ms"
  29. [API]
  30. Coordinator = true
  31. [Debug]
  32. BatchPath = "/tmp/iden3-test/hermez/batchesdebug"