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
Copy file name to clipboardExpand all lines: pages/builders/chain-operators/deploy/smart-contracts.mdx
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,13 @@ single contract.
83
83
Production users should deploy their L1 contracts from a contracts release.
84
84
All contracts releases are on git tags with the following format:
85
85
`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
Copy file name to clipboardExpand all lines: pages/builders/chain-operators/features/custom-gas-token.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ An OP Stack chain that uses the custom gas token feature enables an end user to
18
18
<Steps>
19
19
### Deploying Your Contracts
20
20
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.
22
22
23
23
<Callouttype="error">
24
24
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
47
47
You will NOT be able to change the address of the custom gas token after it is set during deployment.
48
48
</Callout>
49
49
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)
51
51
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)
0 commit comments