Skip to content

Commit

Permalink
contracts: update CustomGasToken to v2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseguy committed Sep 12, 2024
1 parent ca3cbe5 commit ff196f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/builders/chain-operators/features/custom-gas-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ An OP Stack chain that uses the custom gas token feature enables an end user to
<Steps>
### Deploying Your Contracts

* 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.
* 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.

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

* The [`v2.0.0-beta.2` release](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.2)
* The [`v2.0.0-beta.3` release](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.3)
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)
section of the docs.

Expand Down

0 comments on commit ff196f8

Please sign in to comment.