Skip to content

Commit 96364d1

Browse files
committed
add section calling out withdrawal network must be 1
1 parent dcf82d5 commit 96364d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/builders/chain-operators/management/custom-gas-token.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ An OP Stack chain that uses the custom gas token feature enables an end user to
4747
You will NOT be able to change the address of the custom gas token after it is set during deployment.
4848
</Callout>
4949

50+
* 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.
51+
5052
* Deploy the L1 contracts from `contracts-bedrock` using the following command:
5153

5254
```bash

0 commit comments

Comments
 (0)