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
It is proposed to combine all the current predeployed contracts into one repository (only .sol sources and probably versions). The purpose of this repository will only be contract updates.
Pros:
Simplifies the update procedure, since it will be possible to update all the predeployed contracts on the chain at once. In the future, the number of chains may increase significantly and updating each individual contract on each individual chain may cause difficulties.
Saves us from having to copy paste almost the same code for updating into all predeployed contracts.
Cons:
Increases the chance that the update procedure will be unsuccessful, since we will try to update all contracts in one transaction.
The text was updated successfully, but these errors were encountered:
It is proposed to combine all the current predeployed contracts into one repository (only .sol sources and probably versions). The purpose of this repository will only be contract updates.
Pros:
Cons:
The text was updated successfully, but these errors were encountered: