From abc8fc446bdc5f245cd8eabfeefb473723b03d1f Mon Sep 17 00:00:00 2001 From: OlehSyzonov <137310889+OlehSyzonov@users.noreply.github.com> Date: Fri, 21 Jun 2024 16:05:06 +0200 Subject: [PATCH] Update neon-api.mdx Extra space removed --- docs/api/neon-api.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/neon-api.mdx b/docs/api/neon-api.mdx index 0119ece4..43ebcf5c 100644 --- a/docs/api/neon-api.mdx +++ b/docs/api/neon-api.mdx @@ -114,7 +114,7 @@ The method [neon_gasPrice](#get-neon-gas-price) returns data on gas price. ### 4. Parameters -[neon_getEvmParams](#get-parameters--): returns parameters of the Neon EVM program deployed on Solana. +[neon_getEvmParams](#get-parameters): returns parameters of the Neon EVM program deployed on Solana. ## Get versions @@ -186,7 +186,7 @@ The [JSON](#get-neon-gas-price-response-as-json) for this response schema is ava ## Get transaction data -### Get transaction logs +### Get transaction logs The `neon_getLogs` method returns transaction log data. This is an extended variant of the [eth_getLogs](https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getlogs) API method.