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

Refactor command name #2227

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Refactor command name #2227

merged 1 commit into from
Sep 27, 2024

Conversation

moisses89
Copy link
Member

Additional changes

  • Add MultiSend contract to enable for trusted delegate call

@moisses89 moisses89 requested a review from a team as a code owner September 26, 2024 09:24
@@ -28,7 +28,7 @@ def generate_safe_contract_display_name(contract_name: str, version: str) -> str


class Command(BaseCommand):
help = "Update or create Safe contracts with provided logo"
help = "Create or update the Safe contracts with default data. A different logo can be provided"
Copy link
Member

Choose a reason for hiding this comment

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

It's doing more than updating the logo, please add the information

@@ -50,7 +50,7 @@ def add_arguments(self, parser):

def handle(self, *args, **options):
"""
Command to create or update Safe contracts with provided logo.
Command to create or update Safe contracts with default data. A different contract logo can be provided.
Copy link
Member

Choose a reason for hiding this comment

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

Same

Add MultiSend contract to enable for trusted delegate call
@moisses89 moisses89 merged commit 01870d9 into main Sep 27, 2024
6 checks passed
@moisses89 moisses89 deleted the refactor_update_contracts_logo branch September 27, 2024 11:20
@github-actions github-actions bot locked and limited conversation to collaborators Sep 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants