From 96364d1ccd848fc4735662db116d73b02980fab2 Mon Sep 17 00:00:00 2001 From: Kevin Ho Date: Wed, 29 May 2024 18:24:14 -0600 Subject: [PATCH 1/2] add section calling out withdrawal network must be 1 --- pages/builders/chain-operators/management/custom-gas-token.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/builders/chain-operators/management/custom-gas-token.mdx b/pages/builders/chain-operators/management/custom-gas-token.mdx index 92d80bde9..6ee4c725c 100644 --- a/pages/builders/chain-operators/management/custom-gas-token.mdx +++ b/pages/builders/chain-operators/management/custom-gas-token.mdx @@ -47,6 +47,8 @@ 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. + * Additonally ensure that you have set your `baseFeeVaultWithdrawalNetwork`, `l1FeeVaultWithdrawalNetwork`, and `sequencerFeeVaultWithdrawalNetwork` to `1` so that fees can be withdrawn to L2. Also, ensure your `baseFeeVaultRecipient`, `l1FeeVaultRecipient`, and `sequencerFeeVaultRecipient` are set to the L2 address that you wish to withdraw fees to. Fee withdrawals to L1 are not currently supported, but will be added soon. For more details on these values, see the [Withdrawal Network](./configuration#withdrawal-network) section of the docs. + * Deploy the L1 contracts from `contracts-bedrock` using the following command: ```bash From f6337be2644736ae7f78efce5b155a556b49e155 Mon Sep 17 00:00:00 2001 From: soyboy <85043086+sbvegan@users.noreply.github.com> Date: Wed, 29 May 2024 18:15:29 -0700 Subject: [PATCH 2/2] Update pages/builders/chain-operators/management/custom-gas-token.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- 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 6ee4c725c..af8ff7f56 100644 --- a/pages/builders/chain-operators/management/custom-gas-token.mdx +++ b/pages/builders/chain-operators/management/custom-gas-token.mdx @@ -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. - * Additonally ensure that you have set your `baseFeeVaultWithdrawalNetwork`, `l1FeeVaultWithdrawalNetwork`, and `sequencerFeeVaultWithdrawalNetwork` to `1` so that fees can be withdrawn to L2. Also, ensure your `baseFeeVaultRecipient`, `l1FeeVaultRecipient`, and `sequencerFeeVaultRecipient` are set to the L2 address that you wish to withdraw fees to. Fee withdrawals to L1 are not currently supported, but will be added soon. For more details on these values, see the [Withdrawal Network](./configuration#withdrawal-network) section of the docs. + * Additionally, ensure that your `baseFeeVaultWithdrawalNetwork`, `l1FeeVaultWithdrawalNetwork`, and `sequencerFeeVaultWithdrawalNetwork` are set to `1` to enable fee withdrawals to L2. Also, set your `baseFeeVaultRecipient`, `l1FeeVaultRecipient`, and `sequencerFeeVaultRecipient` to the L2 address to which you wish to withdraw fees. Note that fee withdrawals to L1 are not currently supported but will be implemented soon. For more details on these values, see the [Withdrawal Network](./configuration#withdrawal-network) section of the docs. * Deploy the L1 contracts from `contracts-bedrock` using the following command: