Skip to content

Commit

Permalink
update snapshot file, milestone start index, and global snapshot time
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Sep 17, 2018
1 parent d195cc7 commit 333e355
Show file tree
Hide file tree
Showing 2 changed files with 36,728 additions and 17,185 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/iota/iri/conf/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ public class Configuration {

public static final String PREVIOUS_EPOCHS_SPENT_ADDRESSES_TXT = "/previousEpochsSpentAddresses.txt";
public static final String PREVIOUS_EPOCH_SPENT_ADDRESSES_SIG = "/previousEpochsSpentAddresses.sig";
public static final String MAINNET_MILESTONE_START_INDEX = "590000";
public static final String MAINNET_MILESTONE_START_INDEX = "774805";
public static final String TESTNET_MILESTONE_START_INDEX = "434525";
public static final String MAINNET_NUM_KEYS_IN_MILESTONE = "20";
public static final String TESTNET_NUM_KEYS_IN_MILESTONE = "22";
public static final String GLOBAL_SNAPSHOT_TIME = "1531148400";
public static final String GLOBAL_SNAPSHOT_TIME = "1537203600";
public static final String TESTNET_GLOBAL_SNAPSHOT_TIME = "1522306500";


Expand Down
Loading

0 comments on commit 333e355

Please sign in to comment.