Skip to content

Commit

Permalink
chore: update rpc endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
devpavan04 committed Jan 11, 2024
1 parent 5407cf5 commit 822e9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const navigation = {
ecosystem: [
{
name: "Tangle",
href: "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-archive.tangle.tools#/explorer",
href: "https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer",
},
{ name: "DKG Statistics", href: "https://stats.tangle.tools" },
{
Expand Down
2 changes: 1 addition & 1 deletion components/NetworkConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const NetworkInfo = () => {
{ name: "BlockScout", url: "https://explorer.tangle.tools" },
{
name: "PolkadotJS",
url: "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet-rpc.tangle.tools#/explorer",
url: "https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer",
},
],
fundingInfo: {
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 @@ -34,7 +34,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/) |
| PolkadotJS | Substrate | [link](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet-rpc.tangle.tools#/explorer) |
| PolkadotJS | Substrate | [link](https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer) |

## Funding Your Accounts

Expand Down

0 comments on commit 822e9d1

Please sign in to comment.