Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/docs/endpoints.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,31 +37,31 @@ Connect to Shardeum networks using the following endpoints. You can add these ne
</div>

<div>
<h3>Shardeum Unstablenet (Smart Contract Testnet)</h3>
<ConnectToShardeum network="unstablenet"/>
<h3>Shardeum EVM Testnet</h3>
<ConnectToShardeum network="testnet"/>
<table className="table-auto w-full">
<tbody>
<tr>
<td>Network Name:</td>
<td>Shardeum Unstablenet</td>
<td>Shardeum EVM Testnet</td>
</tr>
<tr>
<td>New RPC URL:</td>
<td>https://api-unstable.shardeum.org</td>
<td>https://api-mezame.shardeum.org</td>
</tr>
<tr>
<td>Chain ID:</td>
<td>8080</td>
<td>8119</td>
</tr>
<tr>
<td>Block Explorer URL:</td>
<td>https://explorer-unstable.shardeum.org/</td>
<td>https://explorer-mezame.shardeum.org</td>
</tr>
</tbody>
</table>
</div>

<div>
<!--<div>
<h3>Shardeum Testnet (General Purpose Testnet)</h3>
<ConnectToShardeum network="testnet"/>
<table className="table-auto w-full">
Expand All @@ -85,7 +85,7 @@ Connect to Shardeum networks using the following endpoints. You can add these ne
</tbody>
</table>
</div>
</div>
</div>-->

## Shardeum Explorer

Expand Down