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
The contracts deployed did not use deterministicDeployment = true
So whatever depends on these contracts, i.e. the rollups contracts, are not going to be deterministic either.
✔️ Solution
Turn on the deterministicDeployment flag in the deploy scripts, and redeploy the contracts.
This will also trigger the redeployment of contracts that were already deployed on mainnet.
So this is a breaking change for projects that depend on this, like the pos-dlib project.
📈 Subtasks
turn deterministicDeployment flag on
redeploy contracts
The text was updated successfully, but these errors were encountered:
📚 Context
The contracts deployed did not use
deterministicDeployment = true
So whatever depends on these contracts, i.e. the rollups contracts, are not going to be deterministic either.
✔️ Solution
Turn on the
deterministicDeployment
flag in the deploy scripts, and redeploy the contracts.This will also trigger the redeployment of contracts that were already deployed on mainnet.
So this is a breaking change for projects that depend on this, like the
pos-dlib
project.📈 Subtasks
deterministicDeployment
flag onThe text was updated successfully, but these errors were encountered: