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.

100 lines
3.0 KiB

  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 = "0x6F4e99522F4eB37e0B73D0C0373147893EF12fD5"
  23. Auction = "0x5E0816F0f8bC560cB2B9e9C87187BeCac8c2021F"
  24. WDelayer = "0x5D94e3e7aeC542aB0F9129B9a7BAdeb5B3Ca0f77"
  25. TokenHEZ = "0x2b7dEe2CF60484325716A1c6A193519c8c3b19F3"
  26. TokenHEZName = "Hermez Network Token"
  27. [EthClient]
  28. CallGasLimit = 300000
  29. DeployGasLimit = 1000000
  30. GasPriceDiv = 100
  31. ReceiptTimeout = "60s"
  32. IntervalReceiptLoop = "200ms"
  33. [Synchronizer.InitialVariables.Auction]
  34. DonationAddress = "0x0000000000000000000000000000000000000001"
  35. BootCoordinator = "0x0000000000000000000000000000000000000001"
  36. DefaultSlotSetBid = [
  37. "10000000000000000000",
  38. "10000000000000000000",
  39. "10000000000000000000",
  40. "10000000000000000000",
  41. "10000000000000000000",
  42. "10000000000000000000",
  43. ]
  44. ClosedAuctionSlots = 2
  45. OpenAuctionSlots = 4320
  46. AllocationRatio = [4000, 4000, 2000]
  47. Outbidding = 1000
  48. SlotDeadline = 20
  49. [Synchronizer.InitialVariables.WDelayer]
  50. # HermezRollupAddress =
  51. HermezGovernanceDAOAddress = "0x0000000000000000000000000000000000000001"
  52. WhiteHackGroupAddress = "0x0000000000000000000000000000000000000001"
  53. HermezKeeperAddress = "0x0000000000000000000000000000000000000001"
  54. WithdrawalDelay = 60
  55. EmergencyModeStartingTime = 0
  56. EmergencyMode = false
  57. [Synchronizer.InitialVariables.Rollup]
  58. FeeAddToken = "10"
  59. ForgeL1L2BatchTimeout = 10
  60. WithdrawalDelay = 1209600 # 60 * 60 * 24 * 7 * 2
  61. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  62. # CeilUSD = 0
  63. # BlockStamp = 0
  64. # Withdrawals = 0
  65. # BlockWithdrawalRate = 0
  66. # MaxWithdrawals = 0
  67. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  68. # CeilUSD = 0
  69. # BlockStamp = 0
  70. # Withdrawals = 0
  71. # BlockWithdrawalRate = 0
  72. # MaxWithdrawals = 0
  73. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  74. # CeilUSD = 0
  75. # BlockStamp = 0
  76. # Withdrawals = 0
  77. # BlockWithdrawalRate = 0
  78. # MaxWithdrawals = 0
  79. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  80. # CeilUSD = 0
  81. # BlockStamp = 0
  82. # Withdrawals = 0
  83. # BlockWithdrawalRate = 0
  84. # MaxWithdrawals = 0
  85. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  86. # CeilUSD = 0
  87. # BlockStamp = 0
  88. # Withdrawals = 0
  89. # BlockWithdrawalRate = 0
  90. # MaxWithdrawals = 0