Skip to content

Commit

Permalink
Add EVM versions to network page (#166)
Browse files Browse the repository at this point in the history
* Add EVM and Solidity versions to network page

* Remove Solidity version
  • Loading branch information
timothymcmackin authored Sep 10, 2024
1 parent 2062bc1 commit 437211e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/get-started/network-information.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ processes currently set to 12.
<td>Network Name</td>
<td><code>Etherlink Mainnet</code></td>
</tr>
<tr>
<td>EVM version</td>
<td><code>Shanghai</code></td>
</tr>
<tr>
<td>RPC Endpoint</td>
<td><InlineCopy code="https://node.mainnet.etherlink.com" /></td>
Expand Down Expand Up @@ -77,6 +81,10 @@ processes currently set to 12.
<td>Network Name</td>
<td><code>Etherlink Testnet</code></td>
</tr>
<tr>
<td>EVM version</td>
<td><code>Shanghai</code></td>
</tr>
<tr>
<td>RPC Endpoint</td>
<td><InlineCopy code="https://node.ghostnet.etherlink.com" /></td>
Expand Down

0 comments on commit 437211e

Please sign in to comment.