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
{{ message }}
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.
Following #1571 we need to add a try block in the deployment script where we call initialize_chain_id, so that existing deployment's chain_id can be updated
The text was updated successfully, but these errors were encountered:
My approach: I'd go through the PR you mentioned to see the changes made there, and then add the logic to update existing deployment's chain_id by adding a try block containing the initialize_chain_id function, which would be called if the script is uninitialized, in the appropriate place.
Following #1571 we need to add a
try
block in the deployment script where we callinitialize_chain_id
, so that existing deployment's chain_id can be updatedThe text was updated successfully, but these errors were encountered: