Skip to content

Commit

Permalink
fix: testnet explorer url
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Jan 18, 2024
1 parent f3be75d commit e90f82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/NetworkConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}\" "
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/network-information-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e90f82e

Please sign in to comment.