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.