Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 12 additions & 1 deletion pages/builders/tools/op-tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,15 @@ import { Card, Cards } from 'nextra/components'

This section provides information on .

<Cards />
<Cards>
<Card title="OP Mainnet explorer" href="https://optimistic.etherscan.io/" />

<Card title="Superchain bridges" href="https://app.optimism.io/bridge" />

<Card title="Superchain faucet" href="https://console.optimism.io/faucet?utm_source=docs" />

<Card title="Superchain dev console" href="https://console.optimism.io/?utm_source=docs" />

<Card title="Gas tracker" href="https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8?orgId=1&refresh=5m" />

</Cards>
5 changes: 0 additions & 5 deletions pages/builders/tools/op-tools/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
"href": "https://app.optimism.io/bridge",
"newWindow": true
},
"sdk": {
"title": "Optimism SDK",
"href": "https://sdk.optimism.io/",
"newWindow": true
},
"faucet": {
"title": "Superchain faucet",
"type": "page",
Expand Down