Skip to content

Commit

Permalink
docs: adds infura to the docs (#169)
Browse files Browse the repository at this point in the history
Hey all, Infura asked if we could add them to RPC providers. LMK if this
is an issue.

<!--

Thank you for contributing to the ZKsync Docs!

Before submitting the PR, please make sure you do the following:

- Update your PR title to follow [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/)
- Read the [Contributing
Guide](https://github.com/matter-labs/zksync-docs/blob/main/CONTRIBUTING.md).
- Understand our [Code of
Conduct](https://github.com/matter-labs/zksync-docs/blob/main/CODE_OF_CONDUCT.md)
- Please delete any unused parts of the template when submitting your PR

-->

# Description

<!-- Please describe what are the changes and what they are solving for
in this PR. -->

## Linked Issues

<!-- If you have any issues this PR is related to, link them here. -->
<!--
Check out
https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
on how to automate linking a GitHub Issue to a PR.
-->

## Additional context

---------

Co-authored-by: Sabrina <[email protected]>
  • Loading branch information
cooganb and itsacoyote authored Aug 6, 2024
1 parent 55b070f commit 4a17f8b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions content/30.ecosystem/90.node-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,20 @@ access to all providers, as well as other additional features.
project. With GetBlock you don’t need to know how to run ZKsync nodes as they are already are
available for mainnet and testnets.

## Infura

ZKsync Era is supported through the
[DIN](https://www.infura.io/solutions/decentralized-infrastructure-service)
service, meaning calls to the network are routed to
[partner infrastructure providers.](https://docs.infura.io/api/networks/zksync#partners-and-privacy-policies)

Infura provides Open Beta access to ZKsync Era. During this period, there might be feature
limitations. Performance issues are not expected, but they are possible as we optimize
and stabilize the service.
[Read more about ZKsync API acccess through Infura.](https://docs.infura.io/api/networks/zksync)

[Sign up for a free Infura account here.](https://docs.infura.io/dashboard)

### NOWNodes

[NOWNodes](https://nownodes.io/nodes) provides Full Node for ZKsync with is a high-quality standart and 24/7 support. Free Plan is available.
Expand Down

0 comments on commit 4a17f8b

Please sign in to comment.