From 9ea9498dd2543de47e3f8d38b8ca067136100512 Mon Sep 17 00:00:00 2001 From: dzgoldman Date: Thu, 31 Aug 2023 16:03:02 -0400 Subject: [PATCH 1/2] fix arb one url in sequencer endpoint note --- arbitrum-docs/node-running/node-providers.mdx | 2 +- arbitrum-docs/stylus/reference/testnet-information.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arbitrum-docs/node-running/node-providers.mdx b/arbitrum-docs/node-running/node-providers.mdx index e026d0afa..9ba545768 100644 --- a/arbitrum-docs/node-running/node-providers.mdx +++ b/arbitrum-docs/node-running/node-providers.mdx @@ -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. diff --git a/arbitrum-docs/stylus/reference/testnet-information.md b/arbitrum-docs/stylus/reference/testnet-information.md index 1dc4d640d..95b614d93 100644 --- a/arbitrum-docs/stylus/reference/testnet-information.md +++ b/arbitrum-docs/stylus/reference/testnet-information.md @@ -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. ::: From efdd6dff68981d4f3d3a95148c88e23498e3632d Mon Sep 17 00:00:00 2001 From: Mahsa Moosavi Date: Thu, 31 Aug 2023 16:36:19 -0400 Subject: [PATCH 2/2] Add Arb Sepolia to the node providers table --- arbitrum-docs/node-running/node-providers.mdx | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/arbitrum-docs/node-running/node-providers.mdx b/arbitrum-docs/node-running/node-providers.mdx index e026d0afa..d55c3484e 100644 --- a/arbitrum-docs/node-running/node-providers.mdx +++ b/arbitrum-docs/node-running/node-providers.mdx @@ -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) | ✅ | ✅ | ✅ | ✅ |