diff --git a/pages/builders/chain-operators/management/custom-gas-token.mdx b/pages/builders/chain-operators/management/custom-gas-token.mdx index 92d80bde9..af8ff7f56 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. + * 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: ```bash