From e90f82e41b3964cd4caeea0d9e77cfed033130ef Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Thu, 18 Jan 2024 14:16:25 -0700 Subject: [PATCH] fix: testnet explorer url --- components/NetworkConfig.tsx | 2 +- package.json | 2 +- pages/docs/network-information-configuration.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/NetworkConfig.tsx b/components/NetworkConfig.tsx index 5c022715..53ee057e 100644 --- a/components/NetworkConfig.tsx +++ b/components/NetworkConfig.tsx @@ -95,7 +95,7 @@ const NetworkInfo = () => { rpcUrl: "https://testnet-rpc.tangle.tools", wssUrl: "wss://testnet-rpc.tangle.tools", explorerUrls: [ - { name: "BlockScout", url: "https://explorer.tangle.tools" }, + { name: "BlockScout", url: "https://testnet-explorer.tangle.tools" }, { name: "PolkadotJS", url: "https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer", diff --git a/package.json b/package.json index 5c77e962..d8e8d4f1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "start": "next start", "build": "next build", "export": "next export", - "lint": "next lint", + "lint": "next lint && yarn format", "schema": "turbo-gen ./public/schema.json", "format": "prettier --write \"{components,pages}/**/*.{mdx,ts,js,jsx,tsx,json}\" ", "format:check": "prettier --check \"{components,pages}/**/*.{mdx,ts,js,jsx,tsx,json}\" " diff --git a/pages/docs/network-information-configuration.mdx b/pages/docs/network-information-configuration.mdx index 5511ec82..7ec802a0 100644 --- a/pages/docs/network-information-configuration.mdx +++ b/pages/docs/network-information-configuration.mdx @@ -33,7 +33,7 @@ We will offer two types of block explorers to accommodate the Ethereum API and S | Block Explorer | Type | URL | | -------------- | --------- | ---------------------------------------------------------------------------------- | -| BlockScout | EVM | [link](https://https://explorer.tangle.tools/) | +| BlockScout | EVM | [link](https://testnet-explorer.tangle.tools/) | | PolkadotJS | Substrate | [link](https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer) | ## Funding Your Accounts