Skip to content

Commit

Permalink
7.11.9 (#935)
Browse files Browse the repository at this point in the history
* Update cutoff

* Bump version 7.11.8

* Update cutoff

* Bump version to 7.11.9
  • Loading branch information
pgebheim authored Apr 4, 2020
1 parent 3bddf07 commit 1c7375d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "augur-node",
"version": "7.11.7",
"version": "7.11.9",
"description": "Augur Node",
"author": "The Augur Developers <team@augur.net>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const NETWORK_NAMES: NetworkNames = {
42: "Kovan",
};

export const V2_CUTOFF_TIMESTAMP = 1581984000;
export const V2_CUTOFF_TIMESTAMP = 1589544000;

export const WEEK_IN_SECONDS = 60 * 60 * 24 * 7;

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by genversion
export const version = '7.11.7';
export const version = '7.11.9';

0 comments on commit 1c7375d

Please sign in to comment.