Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter to generate vanity addresses #493

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Uxio0
Copy link
Member

@Uxio0 Uxio0 commented Jan 24, 2025

@Uxio0 Uxio0 requested a review from a team as a code owner January 24, 2025 13:40
@Uxio0 Uxio0 marked this pull request as draft January 24, 2025 13:40
@coveralls
Copy link

coveralls commented Jan 24, 2025

Coverage Status

coverage: 88.518% (-0.09%) from 88.612%
when pulling 2b4bb09 on vanity-addresses
into 255e7d0 on main.

@Uxio0 Uxio0 self-assigned this Jan 29, 2025
@Uxio0 Uxio0 marked this pull request as ready for review January 29, 2025 09:56
@Uxio0 Uxio0 changed the title Generate vanity addresses Add parameter to generate vanity addresses Jan 29, 2025
Example:
safe-creator https://sepolia.drpc.org 0000000000000000000000000000000000000000000000000000000000000000
"""


def setup_argument_parser():
parser = argparse.ArgumentParser(usage=get_usage_msg())
parser = argparse.ArgumentParser(description=get_epilog_msg())
# parser = argparse.ArgumentParser(usage=get_usage_msg())
Copy link
Member

@moisses89 moisses89 Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why don't remove this line?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot 😂

sys.exit(1)

if yes_or_no(
f"Safe will be deployed on {expected_safe_address}, looks good?"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
f"Safe will be deployed on {expected_safe_address}, looks good?"
f"Safe will be deployed on {expected_safe_address}. Would you like to proceed?"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been here forever, but looks good 😉

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants