Skip to content
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

Archive data provided by DIN. #1925

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion services/reference/arbitrum/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
# Arbitrum

:::note Failover protection

Arbitrum [failover support](../../concepts/failover-protection.md) is available for customers on the Growth or Custom plans.
Arbitrum failover support is available on Mainnet only.
Calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).
:::

:::note Archive data support
All calls that require access to archive data (older than 128 blocks) are handled by the
[DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service. These archive calls
are routed to [partner infrastructure providers](#partners-and-privacy-policies).
:::

Arbitrum is an Ethereum scaling solution that provides high throughput and low-cost smart contract execution. Arbitrum's design
Expand Down Expand Up @@ -54,4 +58,17 @@

No personal information is sent as part of partner requests, only information necessary to fulfill your API request. This means that Infura's partner service provider can service your request, but not store the content of your request.

### Failover support partner

Liquify ([Privacy Policy](https://www.liquify.com/Liquify_RPC_PP.pdf)) is Infura's failover-protection partner and currently offers failover support for all Infura's Arbitrum methods.

### Archive data partners

The following partners provide access to archive data for the various Arbitrum networks:

- **Mainnet**:
- [Nodefleet](https://nodefleet.org/)

Check failure on line 70 in services/reference/arbitrum/index.md

View workflow job for this annotation

GitHub Actions / Lint / Spelling (.md)

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Nodefleet'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Nodefleet'?", "location": {"path": "services/reference/arbitrum/index.md", "range": {"start": {"line": 70, "column": 8}}}, "severity": "ERROR"}
- BlockPi ([Terms of Service](https://chainstack.com/tos/), [Privacy Policy](https://blockpi.io/privacy-policy))
- Chainstack ([Terms of Service](https://blockpi.io/terms-of-use), [Privacy Policy](https://chainstack.com/privacy/))
- **Sepolia**:
- [Nodefleet](https://nodefleet.org/)

Check failure on line 74 in services/reference/arbitrum/index.md

View workflow job for this annotation

GitHub Actions / Lint / Spelling (.md)

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'Nodefleet'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'Nodefleet'?", "location": {"path": "services/reference/arbitrum/index.md", "range": {"start": {"line": 74, "column": 8}}}, "severity": "ERROR"}
Loading