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