From bf258b9966fa5d9c448aa6e26092fb82a8bcb348 Mon Sep 17 00:00:00 2001 From: OlehSyzonov Date: Fri, 21 Jun 2024 16:28:23 +0200 Subject: [PATCH] Revert "Update neon-api.mdx Extra space removed" This reverts commit abc8fc446bdc5f245cd8eabfeefb473723b03d1f. --- 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 43ebcf5c..0119ece4 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.