Skip to content

Commit

Permalink
Fix Ankr Goerli endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Oct 16, 2023
1 parent 1d3419e commit 5ec5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Since fRPC works with existing centralized or self-hosted RPC providers, you wan

* Infura: https://goerli.infura.io/v3/\<your key>/
* Alchemy: https://eth-goerli.g.alchemy.com/v2/\<your key>/
* Ankr: https://rpc.ankr.com/polygon_mumbai/\<your key>
* Ankr: https://rpc.ankr.com/eth_goerli/\<your key>

Each of the listed providers has a free account option and supports the API key in the url style, rather than the header, which is the current gateway implementation choice; a choice you should feel free to override and customize to your needs.

Expand Down

0 comments on commit 5ec5c33

Please sign in to comment.