From 3b66bc3c48c54943d44405d2650a66f1a249168f Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Mon, 10 Jun 2024 11:11:20 -0700 Subject: [PATCH] Update custom-gas-token.mdx --- pages/builders/chain-operators/management/custom-gas-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/chain-operators/management/custom-gas-token.mdx b/pages/builders/chain-operators/management/custom-gas-token.mdx index af8ff7f56..4a96d832e 100644 --- a/pages/builders/chain-operators/management/custom-gas-token.mdx +++ b/pages/builders/chain-operators/management/custom-gas-token.mdx @@ -18,7 +18,7 @@ An OP Stack chain that uses the custom gas token feature enables an end user to ### Deploying Your Contracts - * Checkout the [`v2.0.0-beta.1` of the contracts](https://github.com/ethereum-optimism/optimism/tree/op-contracts/v2.0.0-beta.1) and use the commit to deploy. + * 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. Be sure to check out this tag or you will not deploy a chain that uses custom gas token!