From 3dd5ef4aeeae67b5407c6cea8e20e919ff233845 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sun, 22 Dec 2024 19:17:56 +0000 Subject: [PATCH 1/2] typos architecture.mdx --- pages/builders/chain-operators/architecture.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From c59903a0765b3b30c58664b654acfdca594da1c5 Mon Sep 17 00:00:00 2001 From: Ocenka Date: Sun, 22 Dec 2024 19:18:27 +0000 Subject: [PATCH 2/2] typos key-management.mdx --- pages/builders/chain-operators/management/key-management.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'