mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
Use pkg_resources
to update DEPOSIT_CLI_VERSION
Co-authored-by: Carl Beekhuizen <carl@ethereum.org>
This commit is contained in:
parent
ed01530a82
commit
9d9dfd261a
@ -1,7 +1,8 @@
|
||||
from typing import Dict, NamedTuple
|
||||
import pkg_resources
|
||||
|
||||
|
||||
DEPOSIT_CLI_VERSION = "0.4.0"
|
||||
DEPOSIT_CLI_VERSION = pkg_resources.require("eth2deposit")[0].version
|
||||
|
||||
|
||||
class BaseChainSetting(NamedTuple):
|
||||
|
Loading…
Reference in New Issue
Block a user