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.

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