Skip to content

Commit

Permalink
updated link for testnet sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisom2912 committed Aug 28, 2024
1 parent 86c0df8 commit c0f6c7a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ function getRequestMetadata(
Minimum relayer fees based on network is given below -
<RelayerAPIData
relayerApiData={[
{ apiUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/crosschain/params', networkType: 'Testnet' }
{ apiUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/crosschain/params', networkType: 'Testnet' }
]}
/>
<p style={{ marginBottom: '30px' }}></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Lets say if you want to deploy your contract on Polygon Mumbai and Avalanche Fuj

<APIData
apiData={[
{ contractConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
networkType: 'Testnet', contractType: 'GATEWAY' }
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Once compiled, you should see a green tick mark over the **Solidity compiler** i

<APIData
apiData={[
{ contractConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
networkType: 'Testnet', contractType: 'GATEWAY' }
]}
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/networks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
8 changes: 4 additions & 4 deletions docs/networks/supported-chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address**
#### Gateway Contracts
<APIData
apiData={[
{ contractConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
networkType: 'Testnet', contractType: 'GATEWAY' }
]}
/>
Expand All @@ -56,8 +56,8 @@ Please make sure that you pass the **Chain ID** and **Gateway Contract Address**
#### Nitro Contracts
<APIData
apiData={[
{ contractConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
networkType: 'Testnet', contractType: 'VOYAGER' }
]}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ Once compiled, you should see a green tick mark over the **Solidity compiler** i

<APIData
apiData={[
{ contractConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.testnet.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
{ contractConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/contract_config',
chainConfigUrl: 'https://lcd.sentry.routerchain.dev/router-protocol/router-chain/multichain/chain_config',
networkType: 'Testnet' }
]}
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/router-core/guides/your-first-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down

0 comments on commit c0f6c7a

Please sign in to comment.