Upgrade chainsyncer

This commit is contained in:
nolash 2021-04-15 18:40:43 +02:00
parent 8b549ebea2
commit 3cdf1bf6d9
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,3 @@
chainsyncer~=0.0.2a1 chainsyncer~=0.0.2a2
chainlib~=0.0.2a6 chainlib~=0.0.2a15
jsonrpc_std~=0.0.1a2 jsonrpc_std~=0.0.1a2

View File

@ -1,10 +1,10 @@
[metadata] [metadata]
name = eth-stat-syncer name = eth-stat-syncer
version = 0.0.1a1 version = 0.0.1a2
description = Cache live EVM blockchain stats description = Cache live EVM blockchain stats
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no
url = https://gitlab.com/nolash/giftable-erc-token url = https://gitlab.com/nolash/eth-stat-syncer
keywords = keywords =
ethereum ethereum
classifiers = classifiers =
@ -29,4 +29,4 @@ packages =
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
eth-stat-syncerd = eth_stat_tracker.runnable.syncer:main eth-stat-trackerd = eth_stat_tracker.runnable.tracker:main