Skip to content

Commit

Permalink
Fix formating of teztnet page for evm
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Jun 1, 2023
1 parent 03c15ab commit 9bf28ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/teztnet_page.md.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ octez-node run --rpc-addr 127.0.0.1:8732

| | |
|-------|---------------------|
| Octez Rollup RPC URL | `[{{ v["rollup_urls"][0] }}]({{ v["rollup_urls"][0] }})` |
| EVM Proxy URL | `[{{ v["evm_proxy_urls"][0] }}]({{ v["evm_proxy_urls"][0] }})` |
| Octez Rollup RPC URL | [`{{ v["rollup_urls"][0] }}`]({{ v["rollup_urls"][0] }}) |
| EVM Proxy URL | [`{{ v["evm_proxy_urls"][0] }}`]({{ v["evm_proxy_urls"][0] }}) |

{% endif %}

Expand Down

0 comments on commit 9bf28ee

Please sign in to comment.