diff --git a/README.md b/README.md index 18849a5..03bf6d6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/staking_deposit/key_handling/key_derivation/mnemonic.py b/staking_deposit/key_handling/key_derivation/mnemonic.py index 844d4b7..c93c37f 100644 --- a/staking_deposit/key_handling/key_derivation/mnemonic.py +++ b/staking_deposit/key_handling/key_derivation/mnemonic.py @@ -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, ) diff --git a/staking_deposit/utils/intl.py b/staking_deposit/utils/intl.py index 34ab034..ca8b63f 100644 --- a/staking_deposit/utils/intl.py +++ b/staking_deposit/utils/intl.py @@ -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: