Skip to content
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

Fix typos #1201

Merged
merged 2 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pages/builders/chain-operators/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Sequencer. All other RPC requests can be forwarded to replica nodes.

### proxyd

This tool is a RPC request router and proxy. It does the following things:
This tool is an RPC request router and proxy. It does the following things:

1. Whitelists RPC methods.
2. Routes RPC methods to groups of backend services.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Key management
lang: en-US
description: A guide for chain operators on managing private keys on their chain, covering hot and cold wallets, and the use of a HSM.
description: A guide for chain operators on managing private keys on their chain, covering hot and cold wallets, and the use of an HSM.
---

import { Callout } from 'nextra/components'
Expand Down
Loading