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
We don't want chains launching with the gov token set. On OP Mainnet, this is the OP token contract, but other chains can make their own tokens by deploying their own (normal) token contracts. That way, we can reserve that address to be the OP token contract on every chain -- an important assumption for interop. We don't want address overlaps across the Superchain!
I think the solution here is to add
[globalDeployOverrides]
enableGovernance = false
to the default intents file generated by op-deployer.
The text was updated successfully, but these errors were encountered:
We don't want chains launching with the gov token set. On OP Mainnet, this is the OP token contract, but other chains can make their own tokens by deploying their own (normal) token contracts. That way, we can reserve that address to be the OP token contract on every chain -- an important assumption for interop. We don't want address overlaps across the Superchain!
I think the solution here is to add
to the default intents file generated by op-deployer.
The text was updated successfully, but these errors were encountered: