-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Lava RPC endpoints to Filecoin documentation #2347
Adding Lava RPC endpoints to Filecoin documentation #2347
Conversation
@eshon @trruckerfling Any thoughts? |
networks/mainnet/rpcs.md
Outdated
@@ -21,6 +21,7 @@ In order to check the current benchmarked performance of each of the below endpo | |||
| [Chainup Cloud](https://cloud.chainup.com/) | `https://filecoin.chainup.net/rpc/v1` | `wss://filecoin.chainup.net/rpc/v1` | [Chainup Cloud Docs - Filecoin](https://docs.chainupcloud.com/blockchain-api/filecoin/public-apis) | | | |||
| [NOWNodes](https://nownodes.io/) | `https://fil.nownodes.io` (Free for 1 month with signup) | | [NOWNodes - Docs](https://documenter.getpostman.com/view/13630829/TVmFkLwy) | | | |||
| [GetBlock](https://getblock.io/nodes/fil) | `https://filecoin.getblock.io` (Free with signup) | | [GetBlock - Docs](https://getblock.io/docs/getblock-explorer/get-started/) | | | |||
| [Lava](https://docs.lavanet.xyz/filecoin-dev) | `https://filecoin.lava.build` | | [Docs](https://docs.lavanet.xyz/filecoin-dev) | JSON RPC | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Lava - Docs]
for consistency!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small word change then good to go!
changes where updated, thanks for reviewing! |
Merging with broken linkChecker as I have fixed the issue in #2350. |
This pull request adds new Lava RPC endpoints to the Filecoin documentation. Specifically:
These changes aim to provide developers and users with additional RPC options for interacting with Filecoin mainnet and testnet.
Please review and let me know if any adjustments are needed.