Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
Co-authored-by: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com>
  • Loading branch information
gregorydemay and jessiemongeon1 authored Oct 23, 2024
1 parent 5f9d03a commit c34263b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ By default for Candid-RPC methods such as `eth_getTransactionReceipt`, the EVM R

## Authentication

Certain JSON-RPC endpoints require an API key to authenticate with the RPC provider. The EVM RPC canister is configured with the required API keys to that a developer does not need to deal with them. A developer can still choose to use custom providers (with or without API keys) to make the call instead if desired. API keys typically have a subscription fee associated with them, but developers who use the EVM RPC canister's pre-configured keys do not need to subscribe to the RPC services themselves.
Certain JSON-RPC endpoints require an API key to authenticate with the RPC provider. The EVM RPC canister is already configured with the required API keys, although a developer can still choose to use custom providers (with or without API keys) to make the call instead if desired. API keys typically have a subscription fee associated with them, but developers who use the EVM RPC canister's pre-configured keys do not need to subscribe to the RPC services themselves.

When not using API keys, developers should be mindful of:

Expand Down

0 comments on commit c34263b

Please sign in to comment.