You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story
As a developer, I want to add Optimism and Scroll to the production database so that these networks are available for use in the application.
Acceptance Criteria
GIVEN the production database, WHEN the update script is executed, THEN Optimism and Scroll networks should be added to the list of supported networks.
GIVEN the production database, WHEN queried, THEN the Optimism and Scroll networks should be retrievable along with their respective metadata.
Tech Details:
Add entries for Optimism and Scroll networks to the production database.
Ensure each entry includes necessary details such as:
Network name
Network ID
RPC URL
Explorer URL
Logo URL
Validate the data before insertion to avoid any inconsistencies.
Test the database update in a staging environment before applying to production.
Open Questions:
Are there any additional fields required for the network entries?
Are there any specific security or validation checks needed before updating the production database?
Notes/Assumptions:
Assume the existing database schema supports the addition of new networks.
Ensure the changes do not disrupt existing functionality.
Coordinate with the DevOps team to schedule a maintenance window for the database update if necessary.
Relevant log output:
(Include any relevant log output or error messages, if available)
Screenshots:
(Provide screenshots showing the data to be added, if available)
Additional Information:
Ensure proper backups are taken before making changes to the production database.
Document the changes and update any relevant documentation or configuration files.
The text was updated successfully, but these errors were encountered:
User Story
As a developer, I want to add Optimism and Scroll to the production database so that these networks are available for use in the application.
Acceptance Criteria
GIVEN the production database,
WHEN the update script is executed,
THEN Optimism and Scroll networks should be added to the list of supported networks.
GIVEN the production database,
WHEN queried,
THEN the Optimism and Scroll networks should be retrievable along with their respective metadata.
Tech Details:
Open Questions:
Notes/Assumptions:
Relevant log output:
(Include any relevant log output or error messages, if available)
Screenshots:
(Provide screenshots showing the data to be added, if available)
Additional Information:
The text was updated successfully, but these errors were encountered: