Skip to content

Commit

Permalink
Merge pull request #11 from webb-tools/PS/update-rpc-endpoints
Browse files Browse the repository at this point in the history
Update Tangle RPC endpoints
  • Loading branch information
salman01zp authored Jan 15, 2024
2 parents 5407cf5 + 18c87ea commit 681116e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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
8 changes: 4 additions & 4 deletions pages/docs/network-information-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ To find the latest types for Tangle Network, [visit the lookup.tsx file in our G

We will offer two types of block explorers to accommodate the Ethereum API and Substrate API. Transactions based on the Ethereum Virtual Machine (EVM) can be accessed through the Ethereum API. Conversely, the Substrate API is your go-to for native Substrate operations such as governance and staking. While the Substrate API does provide some details about EVM-based transactions, the information it presents is somewhat limited.

| 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) |
| Block Explorer | Type | URL |
| -------------- | --------- | ---------------------------------------------------------------------------------- |
| BlockScout | EVM | [link](https://https://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 681116e

Please sign in to comment.