From a0de1304e649a4f5f28ab27980b07e37519cffa7 Mon Sep 17 00:00:00 2001 From: metaversena <10896084+metaversena@user.noreply.gitee.com> Date: Thu, 31 Oct 2024 21:40:44 +0800 Subject: [PATCH] update okx explorer name update okx explorer name --- docs/Build/DeveloperResources/BlockExplorers.md | 2 +- docs/Build/GettingStarted/QuickStart.md | 2 +- docs/Build/TrackPack/BoostTools.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Build/DeveloperResources/BlockExplorers.md b/docs/Build/DeveloperResources/BlockExplorers.md index 2e5734fc..b4ee698f 100644 --- a/docs/Build/DeveloperResources/BlockExplorers.md +++ b/docs/Build/DeveloperResources/BlockExplorers.md @@ -10,7 +10,7 @@ Explore transactions, blocks, and addresses on the Bitlayer network using the pr Access the Bitlayer mainnet block explorer here: - [BTRScan](https://www.btrscan.com) -- [OKX Bitlayer Explorer](https://www.okx.com/zh-hans/web3/explorer/bitlayer) +- [OKX Explorer](https://www.okx.com/zh-hans/web3/explorer/bitlayer) diff --git a/docs/Build/GettingStarted/QuickStart.md b/docs/Build/GettingStarted/QuickStart.md index 6a770b77..de74605f 100644 --- a/docs/Build/GettingStarted/QuickStart.md +++ b/docs/Build/GettingStarted/QuickStart.md @@ -22,7 +22,7 @@ We currently support Solidity up to version v0.8.23. Updates for newer versions | Network Name | `Bitlayer Mainnet` | | Chain ID | `200901` | | Currency Symbol | BTC | -| Explorer | [https://www.btrscan.com](https://www.btrscan.com), [OKX Bitlayer Explorer](https://www.okx.com/zh-hans/web3/explorer/bitlayer) | +| Explorer | [https://www.btrscan.com](https://www.btrscan.com), [OKX Explorer](https://www.okx.com/zh-hans/web3/explorer/bitlayer) | | Public RPC URLs | [https://rpc.bitlayer.org](https://rpc.bitlayer.org), [https://rpc.bitlayer-rpc.com](https://rpc.bitlayer-rpc.com), [https://rpc.ankr.com/bitlayer](https://rpc.ankr.com/bitlayer) | | WebSocket |
wss://ws.bitlayer.org
wss://ws.bitlayer-rpc.com
| | Contract Addresses | Refer to the [Contract Addresses page](../../DeveloperResources/Contracts) | diff --git a/docs/Build/TrackPack/BoostTools.md b/docs/Build/TrackPack/BoostTools.md index 0c16a4b1..2c9e3aba 100644 --- a/docs/Build/TrackPack/BoostTools.md +++ b/docs/Build/TrackPack/BoostTools.md @@ -12,7 +12,7 @@ Leverage the suite of tools within the Bitlayer ecosystem to maximize your poten |Infra | [Faucet](https://www.bitlayer.org/faucet) | Obtain your Bitlayer Testnet tokens every 24 hours for development here | |Infra| [Mainnet Bridge](https://www.bitlayer.org/bridge) | Bitlayer Mainnet Bridge | |Infra| [Testnet Bridge](https://www.bitlayer.org/bridge/testnet) | Bitlayer Testnet Bridge | -|Infra|[Mainnet Scan](https://www.btrscan.com/),
[OKX Bitlayer Explorer](https://www.okx.com/zh-hans/web3/explorer/bitlayer) | A essential tool for exploring and analyzing blockchain data on Bitlayer Mainnet. | +|Infra|[Mainnet Scan](https://www.btrscan.com/),
[OKX Explorer](https://www.okx.com/zh-hans/web3/explorer/bitlayer) | A essential tool for exploring and analyzing blockchain data on Bitlayer Mainnet. | |Infra| [Testnet Scan](https://testnet.btrscan.com/) | A essential tool for exploring and analyzing blockchain data on Bitlayer Testnet. | |Infra| [The Graph](https://docs.bitlayer.org/docs/Build/DeveloperResources/TheGraph) |The Graph, Index and search your data on Bitlayer | |Infra| [Subgraph](https://docs.bitlayer.org/docs/Build/DeveloperResources/Subgraph) | Subgraph is a customized, open-source solution for indexing and accessing real-time blockchain data through the GraphQL API.|