Skip to content

Commit

Permalink
contracts: fixes around recommended v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Sep 12, 2024
1 parent 3770dd4 commit ca3cbe5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions pages/builders/chain-operators/deploy/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ single contract.
Production users should deploy their L1 contracts from a contracts release.
All contracts releases are on git tags with the following format:
`op-contracts/vX.Y.Z`. If you're deploying a new standard chain, you should
deploy the [Fault Proof Fixes release](https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv1.6.0).
We're working on writing more documentation to prepare OP Stack chain operators
to run a fault proof chain effectively.
deploy the [Fault Proof Fixes release](https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv1.6.0) with the permissioned game type
enabled.
Starting with permissioned fault proofs gives chain operators time to get comfortable
running the additional infrastructure requirements: [op-challenger](https://github.com/ethereum-optimism/optimism/tree/develop/op-challenger) and
[monitoring](https://github.com/ethereum-optimism/monitorism/tree/main). There are also
additional changes to the economics of operating a permissionless fault proof that chain
operators should have a firm understanding of.

## Next Steps

Expand Down
2 changes: 1 addition & 1 deletion pages/stack/smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Contract releases have a component name of `op-contracts` and therefore are tagg

<Callout type="info">
Note: While these are a governance approved contract release, the recommended
release for new production chains is `op-contracts/v1.3.0`.
release for new production chains is `op-contracts/v1.6.0`.
</Callout>

The Safe Extensions protocol upgrade is intended to increase the security and
Expand Down

0 comments on commit ca3cbe5

Please sign in to comment.