From c0f6c7aaaafc54ce08d7a7761d933cda8a4e46a1 Mon Sep 17 00:00:00 2001 From: abhisom2912 Date: Wed, 28 Aug 2024 12:02:26 +0530 Subject: [PATCH] updated link for testnet sentry --- .../evm-guides/iDapp-functions/iSend.md | 2 +- .../deploying-your-nft-contract.md | 4 ++-- .../deploying-a-sample-application-contract.mdx | 4 ++-- docs/networks/README.md | 2 +- docs/networks/supported-chains.mdx | 8 ++++---- .../deploying-a-sample-application-contract.md | 4 ++-- docs/router-core/guides/your-first-contract.md | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/develop/message-transfer-via-crosstalk/evm-guides/iDapp-functions/iSend.md b/docs/develop/message-transfer-via-crosstalk/evm-guides/iDapp-functions/iSend.md index ea30534d..185205e0 100644 --- a/docs/develop/message-transfer-via-crosstalk/evm-guides/iDapp-functions/iSend.md +++ b/docs/develop/message-transfer-via-crosstalk/evm-guides/iDapp-functions/iSend.md @@ -148,7 +148,7 @@ function getRequestMetadata( Minimum relayer fees based on network is given below -

diff --git a/docs/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/deploying-your-nft-contract.md b/docs/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/deploying-your-nft-contract.md index 6aef1439..b4cf4f7a 100644 --- a/docs/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/deploying-your-nft-contract.md +++ b/docs/develop/message-transfer-via-crosstalk/evm-guides/your-first-crosschain-nft-contract/deploying-your-nft-contract.md @@ -101,8 +101,8 @@ Lets say if you want to deploy your contract on Polygon Mumbai and Avalanche Fuj diff --git a/docs/develop/message-transfer-via-crosstalk/stateful-bridging/your-first-omnichain-dapp/deploying-a-sample-application-contract.mdx b/docs/develop/message-transfer-via-crosstalk/stateful-bridging/your-first-omnichain-dapp/deploying-a-sample-application-contract.mdx index ec30175e..cd0a1501 100644 --- a/docs/develop/message-transfer-via-crosstalk/stateful-bridging/your-first-omnichain-dapp/deploying-a-sample-application-contract.mdx +++ b/docs/develop/message-transfer-via-crosstalk/stateful-bridging/your-first-omnichain-dapp/deploying-a-sample-application-contract.mdx @@ -110,8 +110,8 @@ Once compiled, you should see a green tick mark over the **Solidity compiler** i diff --git a/docs/networks/README.md b/docs/networks/README.md index 2bab66d7..ac3372a8 100644 --- a/docs/networks/README.md +++ b/docs/networks/README.md @@ -16,7 +16,7 @@ The following APIs are recommended for development purposes. | **RPC** | https://sentry.evm.rpc.routerprotocol.com | https://evm.rpc.testnet.routerchain.dev | | **gRPC-gateway** | https://sentry.grpcweb.routerprotocol.com | https://grpc.testnet.routerchain.dev | | **TM endpoint** | https://sentry.tm.rpc.routerprotocol.com | https://tm.rpc.testnet.routerchain.dev | -| **LCD endpoint** | https://sentry.lcd.routerprotocol.com | https://lcd.testnet.routerchain.dev | +| **LCD endpoint** | https://sentry.lcd.routerprotocol.com | https://lcd.sentry.routerchain.dev | | **Faucet UI** | - | https://faucet.routerprotocol.com | | **Explorer UI** | https://routerscan.io | https://testnet.routerscan.io | | **Explorer endpoint** | https://api.explorer.routerscan.io | https://explorer-api.testnet.routerchain.dev | diff --git a/docs/networks/supported-chains.mdx b/docs/networks/supported-chains.mdx index 18fee68e..fa3ac7f8 100644 --- a/docs/networks/supported-chains.mdx +++ b/docs/networks/supported-chains.mdx @@ -41,8 +41,8 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address** #### Gateway Contracts @@ -56,8 +56,8 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address** #### Nitro Contracts diff --git a/docs/omnichain-framework/guides/your-first-omnichain-dapp/deploying-a-sample-application-contract.md b/docs/omnichain-framework/guides/your-first-omnichain-dapp/deploying-a-sample-application-contract.md index 868f936a..9c245ce1 100644 --- a/docs/omnichain-framework/guides/your-first-omnichain-dapp/deploying-a-sample-application-contract.md +++ b/docs/omnichain-framework/guides/your-first-omnichain-dapp/deploying-a-sample-application-contract.md @@ -108,8 +108,8 @@ Once compiled, you should see a green tick mark over the **Solidity compiler** i diff --git a/docs/router-core/guides/your-first-contract.md b/docs/router-core/guides/your-first-contract.md index ac8714eb..0d886899 100644 --- a/docs/router-core/guides/your-first-contract.md +++ b/docs/router-core/guides/your-first-contract.md @@ -14,7 +14,7 @@ If you haven't already, kindly [install the required tools/technologies](../inst ## Step 2) Setting up an Account Before setting up an account to interact with the Router Chain, verify that the testnet is live and the following links are working for you: -- [RPC Endpoint](https://lcd.testnet.routerchain.dev) +- [RPC Endpoint](https://lcd.sentry.routerchain.dev) - [Faucet](https://faucet.routerprotocol.com/)