mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-22 19:50:34 +00:00
adds missing files from previous committ
This commit is contained in:
parent
885af40d7b
commit
5c5c298746
@ -73,7 +73,7 @@
|
||||
|
||||
Please read [Launchpad Validator FAQs](https://launchpad.ethereum.org/faq#keys) before generating the keys.
|
||||
|
||||
You can find the audit report by Trail of Bits [here](https://github.com/trailofbits/publications/blob/master/reviews/ETH2DepositCLI.pdf).
|
||||
You can find the audit report by Trail of Bits [here](https://github.com/trailofbits/publications/blob/master/reviews/staking_depositCLI.pdf).
|
||||
|
||||
## Tutorial for users
|
||||
|
||||
|
@ -13,7 +13,7 @@ from staking_deposit.utils.crypto import (
|
||||
SHA256,
|
||||
PBKDF2,
|
||||
)
|
||||
from eth2deposit.utils.file_handling import (
|
||||
from staking_deposit.utils.file_handling import (
|
||||
resource_path,
|
||||
)
|
||||
|
||||
|
@ -19,7 +19,7 @@ from staking_deposit.utils.constants import (
|
||||
from staking_deposit.utils.file_handling import (
|
||||
resource_path,
|
||||
)
|
||||
from eth2deposit.exceptions import ValidationError
|
||||
from staking_deposit.exceptions import ValidationError
|
||||
|
||||
|
||||
def _get_from_dict(dataDict: Dict[str, Any], mapList: Iterable[str]) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user