From a0790619e9203736dd66171ab50e41cc62a594a6 Mon Sep 17 00:00:00 2001 From: nolash Date: Sun, 2 May 2021 15:08:20 +0200 Subject: [PATCH] Upgrade chainlib, chainsyncer --- requirements.txt | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 28c2cfd..c22b305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -chainsyncer~=0.0.2a2 -chainlib~=0.0.2a15 +chainsyncer~=0.0.2a3 +chainlib~=0.0.3a1 jsonrpc_std~=0.0.1a2 diff --git a/setup.cfg b/setup.cfg index b707f80..54444b3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-stat-syncer -version = 0.0.1a2 +version = 0.0.1a3 description = Cache live EVM blockchain stats author = Louis Holbrook author_email = dev@holbrook.no