mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 11:41:06 +00:00
Merge pull request #136 from ethereum/master
Backported hotfix from master back into dev
This commit is contained in:
commit
cf559225d8
@ -1,8 +1,7 @@
|
||||
from typing import Dict, NamedTuple
|
||||
import pkg_resources
|
||||
|
||||
|
||||
DEPOSIT_CLI_VERSION = pkg_resources.require("eth2deposit")[0].version
|
||||
DEPOSIT_CLI_VERSION = "0.4.1"
|
||||
|
||||
|
||||
class BaseChainSetting(NamedTuple):
|
||||
|
Loading…
Reference in New Issue
Block a user