diff --git a/pages/builders/chain-operators/architecture.mdx b/pages/builders/chain-operators/architecture.mdx index 2b8b5ef5e..70c1cf9d2 100644 --- a/pages/builders/chain-operators/architecture.mdx +++ b/pages/builders/chain-operators/architecture.mdx @@ -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. diff --git a/pages/builders/chain-operators/management/key-management.mdx b/pages/builders/chain-operators/management/key-management.mdx index 870b0f4e9..0fb1a031d 100644 --- a/pages/builders/chain-operators/management/key-management.mdx +++ b/pages/builders/chain-operators/management/key-management.mdx @@ -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'