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

Feat(Safe Apps): make chains a model with chain_id and name #1233

Closed
wants to merge 6 commits into from

Conversation

katspaugh
Copy link
Member

What it solves

Resolves #984

  • Add a new model Chain with chain_id and name
  • Display it in the admin as a mutliselect
Screenshot 2024-09-19 at 11 08 12

Migrations:

  • Pre-populate the Chains table with the chains we support so far
  • Migrate the existing data from the chain_ids field to chains
  • Remove the chain_ids field
Screenshot 2024-09-19 at 11 07 54

@katspaugh katspaugh requested a review from a team as a code owner September 19, 2024 09:22
Copy link

github-actions bot commented Sep 19, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@katspaugh
Copy link
Member Author

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Sep 19, 2024
@katspaugh katspaugh marked this pull request as draft September 19, 2024 10:15
@katspaugh katspaugh closed this Sep 19, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Sep 19, 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.

Chain ids in Safe Apps
1 participant