Skip to content

Commit 5bbb9a4

Browse files
authored
Merge pull request #895 from ethereum-optimism/ss/op-contracts-v1.6.0
contracts: update standard version to v1.6.0, CGT to v2.0.0-beta.3
2 parents 10325b8 + ff196f8 commit 5bbb9a4

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

pages/builders/chain-operators/deploy/smart-contracts.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,13 @@ single contract.
8383
Production users should deploy their L1 contracts from a contracts release.
8484
All contracts releases are on git tags with the following format:
8585
`op-contracts/vX.Y.Z`. If you're deploying a new standard chain, you should
86-
deploy the [Multi-Chain Prep (MCP) L1 release](https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv1.3.0).
87-
We're working on writing more documentation to prepare OP Stack chain operators
88-
to run a fault proof chain effectively.
86+
deploy the [Fault Proof Fixes release](https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv1.6.0) with the permissioned game type
87+
enabled.
88+
Starting with permissioned fault proofs gives chain operators time to get comfortable
89+
running the additional infrastructure requirements: [op-challenger](https://github.com/ethereum-optimism/optimism/tree/develop/op-challenger) and
90+
[monitoring](https://github.com/ethereum-optimism/monitorism/tree/main). There are also
91+
additional changes to the economics of operating a permissionless fault proof that chain
92+
operators should have a firm understanding of.
8993

9094
## Next Steps
9195

pages/builders/chain-operators/features/custom-gas-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An OP Stack chain that uses the custom gas token feature enables an end user to
1818
<Steps>
1919
### Deploying Your Contracts
2020

21-
* Checkout the [`v2.0.0-beta.2` of the contracts](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.2) and use the commit to deploy.
21+
* Checkout the [`v2.0.0-beta.3` of the contracts](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.3) and use the commit to deploy.
2222

2323
<Callout type="error">
2424
Be sure to check out this tag or you will not deploy a chain that uses custom gas token!
@@ -47,7 +47,7 @@ An OP Stack chain that uses the custom gas token feature enables an end user to
4747
You will NOT be able to change the address of the custom gas token after it is set during deployment.
4848
</Callout>
4949

50-
* The [`v2.0.0-beta.2` release](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.2)
50+
* The [`v2.0.0-beta.3` release](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.3)
5151
enables fee withdrawals to L1 and L2. For more details on these values, see the [Withdrawal Network](/builders/chain-operators/configuration/rollup.mdx#withdrawal-network)
5252
section of the docs.
5353

pages/stack/smart-contracts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Contract releases have a component name of `op-contracts` and therefore are tagg
3737

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

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

0 commit comments

Comments
 (0)