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.

103 lines
3.0 KiB

  1. [Debug]
  2. APIAddress = "localhost:12345"
  3. [StateDB]
  4. Path = "/tmp/iden3-test/hermez/statedb"
  5. [PostgreSQL]
  6. Port = 5432
  7. Host = "localhost"
  8. User = "hermez"
  9. Password = "yourpasswordhere"
  10. Name = "hermez"
  11. [L2DB]
  12. SafetyPeriod = 10
  13. MaxTxs = 512
  14. TTL = "24h"
  15. [Web3]
  16. URL = "http://localhost:8545"
  17. [Synchronizer]
  18. SyncLoopInterval = "1s"
  19. [Synchronizer.StartBlockNum]
  20. Rollup = 1
  21. Auction = 1
  22. WDelayer = 1
  23. [SmartContracts]
  24. Rollup = "0x6F4e99522F4eB37e0B73D0C0373147893EF12fD5"
  25. Auction = "0x5E0816F0f8bC560cB2B9e9C87187BeCac8c2021F"
  26. WDelayer = "0x5D94e3e7aeC542aB0F9129B9a7BAdeb5B3Ca0f77"
  27. TokenHEZ = "0x2b7dEe2CF60484325716A1c6A193519c8c3b19F3"
  28. TokenHEZName = "Hermez Network Token"
  29. [EthClient]
  30. CallGasLimit = 300000
  31. DeployGasLimit = 1000000
  32. GasPriceDiv = 100
  33. ReceiptTimeout = "60s"
  34. IntervalReceiptLoop = "200ms"
  35. [Synchronizer.InitialVariables.Auction]
  36. DonationAddress = "0x0000000000000000000000000000000000000001"
  37. BootCoordinator = "0x0000000000000000000000000000000000000001"
  38. DefaultSlotSetBid = [
  39. "10000000000000000000",
  40. "10000000000000000000",
  41. "10000000000000000000",
  42. "10000000000000000000",
  43. "10000000000000000000",
  44. "10000000000000000000",
  45. ]
  46. ClosedAuctionSlots = 2
  47. OpenAuctionSlots = 4320
  48. AllocationRatio = [4000, 4000, 2000]
  49. Outbidding = 1000
  50. SlotDeadline = 20
  51. [Synchronizer.InitialVariables.WDelayer]
  52. # HermezRollupAddress =
  53. HermezGovernanceDAOAddress = "0x0000000000000000000000000000000000000001"
  54. WhiteHackGroupAddress = "0x0000000000000000000000000000000000000001"
  55. HermezKeeperAddress = "0x0000000000000000000000000000000000000001"
  56. WithdrawalDelay = 60
  57. EmergencyModeStartingTime = 0
  58. EmergencyMode = false
  59. [Synchronizer.InitialVariables.Rollup]
  60. FeeAddToken = "10"
  61. ForgeL1L2BatchTimeout = 10
  62. WithdrawalDelay = 1209600 # 60 * 60 * 24 * 7 * 2
  63. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  64. # CeilUSD = 0
  65. # BlockStamp = 0
  66. # Withdrawals = 0
  67. # BlockWithdrawalRate = 0
  68. # MaxWithdrawals = 0
  69. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  70. # CeilUSD = 0
  71. # BlockStamp = 0
  72. # Withdrawals = 0
  73. # BlockWithdrawalRate = 0
  74. # MaxWithdrawals = 0
  75. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  76. # CeilUSD = 0
  77. # BlockStamp = 0
  78. # Withdrawals = 0
  79. # BlockWithdrawalRate = 0
  80. # MaxWithdrawals = 0
  81. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  82. # CeilUSD = 0
  83. # BlockStamp = 0
  84. # Withdrawals = 0
  85. # BlockWithdrawalRate = 0
  86. # MaxWithdrawals = 0
  87. # [[Synchronizer.InitialVariables.Rollup.Buckets]]
  88. # CeilUSD = 0
  89. # BlockStamp = 0
  90. # Withdrawals = 0
  91. # BlockWithdrawalRate = 0
  92. # MaxWithdrawals = 0