Skip to content

Commit

Permalink
Merge pull request #1771 from OffchainLabs/aep-and-fast-withdrwawal-s…
Browse files Browse the repository at this point in the history
…idebars-fix

Aep and fast withdrawal sidebars fix
  • Loading branch information
anegg0 authored Oct 24, 2024
2 parents e209c39 + 01c134f commit a807ce2
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Enable fast withdrawals on your Orbit chain'
sidebar_label: 'Enable fast withdrawals.'
sidebar_label: 'Enable fast withdrawals'
description: 'Learn to deploy Fast Withdrawals'
author: coopermidroni, tucksondev
sme: tucksondev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ To configure the script, you need to specify the following [environment variable
- `ORBIT_CHAIN_ID`: `chainId` of the Orbit chain
- `ORBIT_CHAIN_RPC`: RPC of the Orbit chain
- `PARENT_CHAIN_ID`: `chainId` of the parent chain, which can neither be an Arbitrum chain nor Ethereum.
- `PARENT_CHAIN_TARGET_ADDRESS`: address on the parent chain where 10% of the revenue will be sent to. You can find the potential target addresses in the [Canonical contracts](https://www.notion.so/AEP-Fee-Router-DOCS-4fe72e869dbf47338a1b2d0c084cdfbd?pvs=21) section of this document. If the parent chain your chain settles to is not on that list, contact the Arbitrum Foundation to obtain a specific target address for your chain.
- `PARENT_CHAIN_TARGET_ADDRESS`: address on the parent chain where 10% of the revenue will be sent to. You can find the potential target addresses in the [canonical contracts](#canonical-contracts) section of this document. If the parent chain your chain settles to is not on that list, contact the Arbitrum Foundation to obtain a specific target address for your chain.

Finally, follow these steps to execute the script (from the `examples/setup-aep-fee-router` folder):

Expand Down
32 changes: 22 additions & 10 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,18 +314,30 @@ const sidebars = {
},
{
type: 'doc',
id: 'launch-orbit-chain/aep-fee-router-introduction',
label: `AEP fee router overview`,
id: 'launch-orbit-chain/how-tos/fast-withdrawals',
label: `Enable fast withdrawals`,
},
{
type: 'doc',
id: 'launch-orbit-chain/how-tos/set-up-aep-fee-router',
label: `Set up AEP fee router`,
},
{
type: 'doc',
id: 'launch-orbit-chain/how-tos/calculate-aep-fees',
label: `Calculate AEP license fees`,
type: 'category',
label: 'AEP fee router',
collapsed: true,
items: [
{
type: 'doc',
id: 'launch-orbit-chain/aep-fee-router-introduction',
label: `AEP fee router overview`,
},
{
type: 'doc',
id: 'launch-orbit-chain/how-tos/set-up-aep-fee-router',
label: `Set up AEP fee router`,
},
{
type: 'doc',
id: 'launch-orbit-chain/how-tos/calculate-aep-fees',
label: `Calculate AEP license fees`,
},
],
},
],
},
Expand Down

0 comments on commit a807ce2

Please sign in to comment.