config.py 206 B

123456789
  1. # Running time measured in slots. Set to 0 to run for the whole vesting period.
  2. running_time = 1000
  3. # ERC20 DRK <-> native DRK exchange rate
  4. exchange_rate = 1
  5. # Path to data
  6. vesting_file = 'example.csv'