Skip to content

Commit

Permalink
Merge branch 'master' into glossary-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman authored Aug 31, 2023
2 parents b47ebd5 + 43282da commit 337d15c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions arbitrum-docs/node-running/node-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This section provides an overview of the available public RPC endpoints for diff
| Arbitrum Sepolia (Testnet) | https://sepolia-rollup.arbitrum.io/rpc | 421614 | https://sepolia-explorer.arbitrum.io/ | Sepolia | Nitro (Rollup) | wss://sepolia-rollup.arbitrum.io/feed | https://sepolia-rollup-sequencer.arbitrum.io/rpc |
| Stylus Testnet | https://stylus-testnet.arbitrum.io/rpc | 23011913 | https://stylus-testnet-explorer.arbitrum.io/ | Arbitrum Sepolia | Nitro (Rollup) | wss://stylus-sepolia.arbitrum.io/feed | https://stylus-testnet-sequencer.arbitrum.io/rpc |

⚠️ Unlike `https://arb1.arbitrum.io/rpc`, the Sequencer endpoint only supports `eth_sendRawTransaction` and `eth_sendRawTransactionConditional` calls.
⚠️ Unlike the RPC Urls, the Sequencer endpoints only support `eth_sendRawTransaction` and `eth_sendRawTransactionConditional` calls.

⚠️ Important note: Ethereum Goerli was deprecated in Q1 2023 but will be supported until Q4 2023. Once Arbitrum Sepolia becomes publicly available, we will phase out the usage of Arbitrum Goerli. Support for Arbitrum Goerli will cease prior to the conclusion of Ethereum Goerli.

Expand All @@ -42,25 +42,25 @@ More Arbitrum chain RPC endpoints can be found in Chain Connect: [Arbitrum One](

Alternatively, to interact with public Arbitrum chains, you can rely on many of the same popular node providers that you are already using on Ethereum:

| Provider | Arb One? | Arb Nova? | Arb Goerli? |
| --------------------------------------------------------------------------- | -------- | --------- | ----------- |
| [1RPC](https://docs.ata.network/1rpc/introduction/#supported-networks) || | |
| [Alchemy](https://docs.alchemy.com/reference/arbitrum-api-quickstart) || ||
| [Allnodes](https://arbitrum.publicnode.com) ||||
| [Ankr](https://www.ankr.com/docs/build-blockchain/chains/v1/arb-api) || | |
| [Blast](https://blastapi.io/public-api/arbitrum) ||||
| [BlockPi](https://docs.blockpi.io/) ||||
| [BlockVision](https://dashboard.blockvision.org/connect) || ||
| [Chainbase](https://docs.chainbase.online/r/welcome-to-chainbase/readme) || | |
| [Chainnodes](https://www.chainnodes.org/) || | |
| [Chainstack](https://chainstack.com/build-better-with-arbitrum/) || ||
| [DataHub](https://datahub.figment.io/) || | |
| [DRPC](https://drpc.org) ||| |
| [GetBlock](https://getblock.io/docs/) || ||
| [Infura](https://docs.infura.io/infura/networks/arbitrum) || ||
| [Lava](https://docs.lavanet.xyz/gateway-access) ||| |
| [Moralis](https://docs.moralis.io/reference/introduction) || | |
| [NodeReal](https://nodereal.io/meganode/api-marketplace/arbitrum-nitro-rpc) ||| |
| [NOWNodes](https://nownodes.io/nodes/arbitrum) || | |
| [Pocket Network](https://www.pokt.network/arbitrum-rpc-service) || | |
| [Quicknode](https://www.quicknode.com/chains/arb) ||||
| Provider | Arb One? | Arb Nova? | Arb Goerli? | Arb Sepolia? |
| --------------------------------------------------------------------------- | -------- | --------- | ----------- | ------------ |
| [1RPC](https://docs.ata.network/1rpc/introduction/#supported-networks) || | | |
| [Alchemy](https://docs.alchemy.com/reference/arbitrum-api-quickstart) || || |
| [Allnodes](https://arbitrum.publicnode.com) |||| |
| [Ankr](https://www.ankr.com/docs/build-blockchain/chains/v1/arb-api) || | | |
| [Blast](https://blastapi.io/public-api/arbitrum) |||| |
| [BlockPi](https://docs.blockpi.io/) |||| |
| [BlockVision](https://dashboard.blockvision.org/connect) || || |
| [Chainbase](https://docs.chainbase.online/r/welcome-to-chainbase/readme) || | | |
| [Chainnodes](https://www.chainnodes.org/) || | | |
| [Chainstack](https://chainstack.com/build-better-with-arbitrum/) || || |
| [DataHub](https://datahub.figment.io/) || | | |
| [DRPC](https://drpc.org) ||| | |
| [GetBlock](https://getblock.io/docs/) || || |
| [Infura](https://docs.infura.io/infura/networks/arbitrum) || || |
| [Lava](https://docs.lavanet.xyz/gateway-access) ||| | |
| [Moralis](https://docs.moralis.io/reference/introduction) || | | |
| [NodeReal](https://nodereal.io/meganode/api-marketplace/arbitrum-nitro-rpc) ||| | |
| [NOWNodes](https://nownodes.io/nodes/arbitrum) || | | |
| [Pocket Network](https://www.pokt.network/arbitrum-rpc-service) || | | |
| [Quicknode](https://www.quicknode.com/chains/arb) |||||
2 changes: 1 addition & 1 deletion arbitrum-docs/stylus/reference/testnet-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This table provides an overview of the available public RPC endpoints for the St

:::caution

Unlike `https://arb1.arbitrum.io/rpc`, the Sequencer endpoint only supports `eth_sendRawTransaction` and `eth_sendRawTransactionConditional` calls.
Unlike the RPC Url, the Sequencer endpoint only supports `eth_sendRawTransaction` and `eth_sendRawTransactionConditional` calls.

:::

Expand Down

0 comments on commit 337d15c

Please sign in to comment.