Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Callout>

* 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
Expand Down