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
To get the same gateway address we need to deploy it from when it was deployed for previous network node/v20.0.2 then upgrade to the newest version and set the admin address, etc...
To make the process automatized and more secure, we should have a fully automated script as we have right now.
The solution will require to keep in the current codebase a version of the source code of the contract from node/v20.0.2. So the deployment script:
Deploy the proxy and implementation for the contract from this branch version to get the same address
Deploy the implementation contract with the newest version
Upgrade to this new implementation
Set the correct admin addresses. etc..
The text was updated successfully, but these errors were encountered:
To get the same gateway address we need to deploy it from when it was deployed for previous network
node/v20.0.2
then upgrade to the newest version and set the admin address, etc...To make the process automatized and more secure, we should have a fully automated script as we have right now.
The solution will require to keep in the current codebase a version of the source code of the contract from
node/v20.0.2
. So the deployment script:The text was updated successfully, but these errors were encountered: