From 85bac46a0cf1cb755789b73d9e911f407542bf81 Mon Sep 17 00:00:00 2001 From: srinjoyc Date: Thu, 21 Nov 2024 14:52:47 -0800 Subject: [PATCH] updated blockscout links on tools page and added links to chain info page --- .../06-monitoring-tools-block-explorers.mdx | 16 ++++++++-------- ..._reference-arbitrum-rpc-endpoints-partial.mdx | 10 +++++----- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/arbitrum-docs/build-decentralized-apps/reference/06-monitoring-tools-block-explorers.mdx b/arbitrum-docs/build-decentralized-apps/reference/06-monitoring-tools-block-explorers.mdx index e9cbe1d4c..965f2af47 100644 --- a/arbitrum-docs/build-decentralized-apps/reference/06-monitoring-tools-block-explorers.mdx +++ b/arbitrum-docs/build-decentralized-apps/reference/06-monitoring-tools-block-explorers.mdx @@ -11,11 +11,11 @@ import KnowMoreToolsBox from '../../for-devs/partials/_know-more-tools-box-parti Here, we offer a compilation of tools and blockchain explorers that enable you to examine and oversee transactions, smart contracts, and overall blockchain activity related to decentralized applications (dApps) on different Arbitrum chains. -| Tool | Use-cases | Relevant links | -| ---------- | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Arbiscan | Track/trace transactions and examine addresses on Arbitrum networks | | -| Blockscout | Track/trace transactions and examine addresses on Arbitrum networks | | -| Chainbase | Index, transform, and use on-chain data at scale | [Chainbase](https://chainbase.com/) | -| DexGuru | Track/trace transactions and examine addresses on Arbitrum networks | | -| Dune | Visualize and analyze Arbitrum network data | | -| OKLINK | Track/trace transactions and examine addresses on Arbitrum One network | | +| Tool | Use-cases | Relevant links | +| ---------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Arbiscan | Track/trace transactions and examine addresses on Arbitrum networks | | +| Blockscout | Track/trace transactions and examine addresses on Arbitrum networks | | +| Chainbase | Index, transform, and use on-chain data at scale | [Chainbase](https://chainbase.com/) | +| DexGuru | Track/trace transactions and examine addresses on Arbitrum networks | | +| Dune | Visualize and analyze Arbitrum network data | | +| OKLINK | Track/trace transactions and examine addresses on Arbitrum One network | | diff --git a/arbitrum-docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx b/arbitrum-docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx index e69ee4817..6e518b08d 100644 --- a/arbitrum-docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx +++ b/arbitrum-docs/partials/_reference-arbitrum-rpc-endpoints-partial.mdx @@ -10,11 +10,11 @@ This section provides an overview of the available public RPC endpoints for different Arbitrum chains and necessary details to interact with them. -| Name | RPC Url(s) | Chain ID | Block explorer | Underlying chain | Tech stack | Sequencer feed URL | Sequencer endpoint⚠️ | -| -------------------------- | -------------------------------------- | -------- | --------------------------- | ---------------- | ---------------- | ------------------------------------- | ------------------------------------------------ | -| Arbitrum One | https://arb1.arbitrum.io/rpc | 42161 | https://arbiscan.io/ | Ethereum | Nitro (Rollup) | wss://arb1.arbitrum.io/feed | https://arb1-sequencer.arbitrum.io/rpc | -| Arbitrum Nova | https://nova.arbitrum.io/rpc | 42170 | https://nova.arbiscan.io/ | Ethereum | Nitro (AnyTrust) | wss://nova.arbitrum.io/feed | https://nova-sequencer.arbitrum.io/rpc | -| Arbitrum Sepolia (Testnet) | https://sepolia-rollup.arbitrum.io/rpc | 421614 | https://sepolia.arbiscan.io | Sepolia | Nitro (Rollup) | wss://sepolia-rollup.arbitrum.io/feed | https://sepolia-rollup-sequencer.arbitrum.io/rpc | +| Name | RPC Url(s) | Chain ID | Block explorer | Underlying chain | Tech stack | Sequencer feed URL | Sequencer endpoint⚠️ | +| -------------------------- | -------------------------------------- | -------- | ------------------------------------------------------------------------------------------------ | ---------------- | ---------------- | ------------------------------------- | ------------------------------------------------ | +| Arbitrum One | https://arb1.arbitrum.io/rpc | 42161 | [Arbiscan](https://arbiscan.io/), [Blockscout](https://arbitrum.blockscout.com/) | Ethereum | Nitro (Rollup) | wss://arb1.arbitrum.io/feed | https://arb1-sequencer.arbitrum.io/rpc | +| Arbitrum Nova | https://nova.arbitrum.io/rpc | 42170 | [Arbiscan](https://nova.arbiscan.io/), [Blockscout](https://arbitrum-nova.blockscout.com/) | Ethereum | Nitro (AnyTrust) | wss://nova.arbitrum.io/feed | https://nova-sequencer.arbitrum.io/rpc | +| Arbitrum Sepolia (Testnet) | https://sepolia-rollup.arbitrum.io/rpc | 421614 | [Arbiscan](https://sepolia.arbiscan.io/), [Blockscout](https://arbitrum-sepolia.blockscout.com/) | Sepolia | Nitro (Rollup) | wss://sepolia-rollup.arbitrum.io/feed | https://sepolia-rollup-sequencer.arbitrum.io/rpc | :::info More RPC endpoints