-
Notifications
You must be signed in to change notification settings - Fork 819
Refactor Chain docs to add performance and troubleshooting #2264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🟡 Heimdall Review Status
|
title: Network Information | ||
slug: /network-information | ||
description: Documentation about Base Mainnet and Base Testnet. This page covers network information for the Base network, including network names, descriptions, RPC endpoints, chain IDs, currency symbols, and block explorers. | ||
title: Connecting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The section header is "Network Information" so I'm using a different name to avoid
- Network Information
- Network Information
Open to better names
| Full | [Reth](https://github.com/base/node/tree/main/reth), [Geth](https://github.com/base/node/tree/main/geth) | | ||
| Archive | [Reth](https://github.com/base/node/tree/main/reth) | | ||
|
||
## Geth LevelDB Tuning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@0x00101010 do you think this belongs in a the new Node Performance
docs page? I think some teams don't use base/node repo so this will help them.
author: hndvx | ||
--- | ||
|
||
# Troubleshooting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wbnns do you have common troubleshooting steps listed somewhere?
What changed? Why?
Refactors the layout of the Chain docs for the following changes:
Node Operators
Troubleshooting
andNode Performance
Snapshots
to it's own mdx. Makes theRun a Base Node
doc import the Snapshots info for consistencyNetwork Information
are broken, e.g.node partners
).New Collapsed layout:

Expanded layout:

Notes to reviewers
Draft still
How has it been tested?
Local testing
Have you tested the following pages?
BaseWeb
BaseDocs