Skip to content

Commit

Permalink
fix the bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Dec 28, 2023
1 parent d6bccd1 commit 983609f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private HttpEntity getHttpEntityFromChain(String chainId) throws IOException {
// Define your GraphQL query
long currentTimeMillis = System.currentTimeMillis();
long time = currentTimeMillis / 1000 - 3600*24*90;
time = Math.max(time, 1703751864);
time = Math.max(time, 1703751860);
String creationTimeGtValue = String.valueOf(time);


Expand Down

0 comments on commit 983609f

Please sign in to comment.