feat: Add OnFinality as RPC provider - #874
Conversation
Pull Request ReviewThis PR adds OnFinality as a public BNB Smart Chain JSON-RPC endpoint and lists it among supported RPC providers. The changes are applied consistently across the primary documentation and the two consolidated LLM documentation files. Sensitive ContentNo sensitive content detected. Security IssuesNo serious security issues detected. Generated by Hashdit Bot. This tool can absolutely NOT replace manual audits. |
|
Thanks for adding OnFinality as an RPC provider and including the public endpoint. Before merging, please confirm / address these quick checks:
curl -sS -o /dev/null -w "%{http_code}\n" "https://bnb.api.onfinality.io/public"(Expect a successful HTTP status or a documented expected response; include the observed status in the PR description or commit message.) If you can confirm 1 and add the small verification note from 2, I'll approve this for merge. |
| @@ -57,6 +58,8 @@ You could find more endpoints from **[here](https://chainlist.org/chain/56)**. | |||
|
|
|||
| * **dRPC:** <https://drpc.org/chainlist/bsc> | |||
There was a problem hiding this comment.
0x14e58750ccd6c95becd1279d2a0373b507701c40
|
0x14e58750ccd6c95becd1279d2a0373b507701c40 |
|
@Faiqonli
I confirm that
I tested both from my local machine in Hong Kong and from a server in France. Both locations returned:
For production usage, an authenticated OnFinality endpoint with an API key is recommended over relying solely on the public endpoint. |


OnFinality provides public BNB Smart Chain RPC infrastructure and can be used as an additional endpoint option for developers and applications interacting with BNB Chain.
Changes
The endpoint has been tested and is publicly accessible.