From 357825b2f475b17ee7fcbfbe371f77c5658807f0 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 24 Oct 2022 15:23:46 +0100 Subject: [PATCH] add link to eth api docs to ns_eth --- src/pages/docs/interacting-with-geth/rpc/ns-eth.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/interacting-with-geth/rpc/ns-eth.md b/src/pages/docs/interacting-with-geth/rpc/ns-eth.md index 75446346f0..e10aa1279a 100644 --- a/src/pages/docs/interacting-with-geth/rpc/ns-eth.md +++ b/src/pages/docs/interacting-with-geth/rpc/ns-eth.md @@ -3,7 +3,8 @@ title: eth Namespace description: Documentation for the JSON-RPC API "eth" namespace --- -Geth provides several extensions to the standard "eth" JSON-RPC namespace. + +Documentation for the API methods in the `eth` namespace can be found on [ethereum.org](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_protocolversion). Geth provides several extensions to the standard "eth" JSON-RPC namespace that are defined below. ### eth_subscribe, eth_unsubscribe