Skip to content

Commit c25b1be

Browse files
authored
Merge pull request #756 from ethereum-optimism/relocate-custom-gas-tokens
relocate-custom-gas-tokens
2 parents 1da67dc + 3a9f797 commit c25b1be

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"preinstalls": "Preinstalls"
2+
"preinstalls": "Preinstalls",
3+
"custom-gas-token": "Run a Custom Gas Token Chain"
34
}
File renamed without changes.

pages/builders/chain-operators/management/_meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"blobs": "Using Blobs",
33
"snap-sync": "Using Snap Sync",
4-
"custom-gas-token": "Run a Custom Gas Token Chain",
54
"operations": "Node Operations",
65
"key-management": "Key Management",
76
"troubleshooting": "Troubleshooting",

pages/stack/protocol/features/custom-gas-token.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The custom token being used must adhere to the following constraints to be able
6868

6969
## Next Steps
7070

71-
* Ready to get started? Read our guide on how to [deploy your custom gas token chain](/builders/chain-operators/management/custom-gas-token).
71+
* Ready to get started? Read our guide on how to [deploy your custom gas token chain](/builders/chain-operators/features/custom-gas-token).
7272
* For more info about how the custom gas token feature works under the hood, [check out the specs](https://specs.optimism.io/protocol/granite/custom-gas-token.html).
7373

7474
## FAQs

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@
7878
/builders/notices/ecotone-changes /stack/transactions/fees#ecotone
7979
/stack/protocol/fault-proofs/overview /stack/protocol/fault-proofs/explainer
8080
/builders/chain-operators/management/configuration /builders/chain-operators/configuration/overview
81+
/builders/chain-operators/management/custom-gas-token /builders/chain-operators/features/custom-gas-token

0 commit comments

Comments
 (0)