From 13c981eda6c4be457d9bbf53715c9ea7f01bdf32 Mon Sep 17 00:00:00 2001 From: Pavan Soratur Date: Thu, 11 Jan 2024 15:54:15 -0800 Subject: [PATCH] Update Tangle RPC endpoints (#157) --- components/Footer.tsx | 2 +- components/UseCasesTangle.tsx | 6 +++--- .../network-information-configuration.mdx | 18 +++++++++--------- .../governance/how-to-vote-on-tangle.mdx | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index acc811f1..1b95bd88 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -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" }, { diff --git a/components/UseCasesTangle.tsx b/components/UseCasesTangle.tsx index 49748c60..9f275660 100644 --- a/components/UseCasesTangle.tsx +++ b/components/UseCasesTangle.tsx @@ -56,7 +56,7 @@ export const ParticipateArea = () => { description: `Tangle Network runs independently without a relay chain.`, name: "Tangle Network (Testnet)", }} - href="https://polkadot.js.org/apps/?rpc=wss://rpc.tangle.tools#/explorer" + href="https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer" > { description: `Through governance, you can create proposals for updating cross-chain applications.`, name: "Participate in Governance ", }} - href="https://polkadot.js.org/apps/?rpc=wss://rpc.tangle.tools#/democracy" + href="https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/democracy" > { description: `Tangle Network runs independently without a relay chain.`, name: "Tangle Network (Testnet)", }} - href="https://polkadot.js.org/apps/?rpc=wss://rpc.tangle.tools#/explorer" + href="https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer" > ); diff --git a/pages/docs/tangle-network/build/network-information-configuration.mdx b/pages/docs/tangle-network/build/network-information-configuration.mdx index fc14eaa1..af0f6c4a 100644 --- a/pages/docs/tangle-network/build/network-information-configuration.mdx +++ b/pages/docs/tangle-network/build/network-information-configuration.mdx @@ -20,11 +20,11 @@ Before you dive into development, it's crucial to familiarize yourself with the Developer tools may require specific configurations for the Tangle Network. Use the following details: -| Variable | Value | -| --------------- | -------------------------- | -| Chain ID | 4006 | -| Public RPC URLs | `https://rpc.tangle.tools` | -| Public WSS URLs | `wss://rpc.tangle.tools` | +| Variable | Value | +| --------------- | ---------------------------------- | +| Chain ID | 4006 | +| Public RPC URLs | `https://testnet-rpc.tangle.tools` | +| Public WSS URLs | `wss://testnet-rpc.tangle.tools` | ## Types for Chain Integration @@ -34,10 +34,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%2Frpc.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) | ## Interfaces diff --git a/pages/docs/tangle-network/governance/how-to-vote-on-tangle.mdx b/pages/docs/tangle-network/governance/how-to-vote-on-tangle.mdx index ff62f518..bfb3e30f 100644 --- a/pages/docs/tangle-network/governance/how-to-vote-on-tangle.mdx +++ b/pages/docs/tangle-network/governance/how-to-vote-on-tangle.mdx @@ -5,7 +5,7 @@ Substrate-based blockchains often have built-in on-chain governance mechanisms, Note: This guide assumes you have already set up a Substrate-based wallet and have some tokens in your account. 1. **Access the Polkadot/Substrate User Interface (UI):** - Visit the [Substrate UI](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/explorer). This web interface is used to interact with the Tangle network and other Substrate chains, during our testnet phase you can use [Webb's alpha interface](https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc.tangle.tools#/explorer) + Visit the [Substrate UI](https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer). This web interface is used to interact with the Tangle network and other Substrate chains, during our testnet phase you can use [Webb's alpha interface](https://polkadot.js.org/apps/?rpc=wss://testnet-rpc.tangle.tools#/explorer) 2. **Connect to the correct network:** Ensure you're connected to the Tangle Network, if not, at the top-left of the page, you will see a drop-down menu. Here you can select the Tangle network.