Skip to content

Commit

Permalink
fix: blockscout evm explorer testnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone authored Jan 16, 2024
1 parent 675c4ce commit 8533ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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://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 8533ba7

Please sign in to comment.