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
14 changes: 7 additions & 7 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ export function Footer() {
<section>
<h3>Tools</h3>
<ul>
<li><Link href="https://console.optimism.io/faucet?utm_source=docs">Superchain Faucet</Link></li>
<li><Link href="https://console.optimism.io/faucet?utm_source=op-docs&utm_medium=docs">Superchain Faucet</Link></li>
<li><Link href="https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8">Gas Tracker</Link></li>
<li><Link href="https://status.optimism.io/">Service Status</Link></li>
<li><Link href="https://status.optimism.io/?utm_source=op-docs&utm_medium=docs">Service Status</Link></li>
<li><Link href="https://github.com/ethereum-optimism/optimism/releases">Changelog</Link></li>
<li><Link href="https://devnets.optimism.io">Devnets</Link></li>
<li><Link href="https://devnets.optimism.io/?utm_source=op-docs&utm_medium=docs">Devnets</Link></li>
</ul>
</section>

Expand All @@ -44,7 +44,7 @@ export function Footer() {
<li><Link href="https://share.hsforms.com/1yENj8CV9TzGYBASD0JC8_gqoshb">Get Launch Support</Link></li>
<li><Link href="/connect/resources/glossary">Glossary</Link></li>
<li><Link href="/connect/contribute/stack-contribute">Contribute to the OP Stack</Link></li>
<li><Link href="https://specs.optimism.io/">Protocol Specs</Link></li>
<li><Link href="https://specs.optimism.io/?utm_source=op-docs&utm_medium=docs">Protocol Specs</Link></li>
</ul>
</section>

Expand Down Expand Up @@ -85,9 +85,9 @@ export function Footer() {

<div className="footer-bottom">
<div className="policy-links">
<Link href="https://optimism.io/community-agreement">Community Agreement</Link>
<Link href="https://optimism.io/terms">Terms of Service</Link>
<Link href="https://optimism.io/data-privacy-policy">Privacy Policy</Link>
<Link href="https://optimism.io/community-agreement?utm_source=op-docs&utm_medium=docs">Community Agreement</Link>
<Link href="https://optimism.io/terms?utm_source=op-docs&utm_medium=docs">Terms of Service</Link>
<Link href="https://optimism.io/data-privacy-policy?utm_source=op-docs&utm_medium=docs">Privacy Policy</Link>
<Link href="https://github.com/ethereum-optimism/docs?tab=coc-ov-file#readme">Code of Conduct</Link>
</div>
<div className="copyright">© {new Date().getFullYear()} <Link href="/">Optimism Foundation. All rights reserved.</Link></div>
Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/bridging/custom-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Consider directly extending or modifying the [`StandardBridge`](https://github.c
Doing so will provide you with an audited foundation upon which you can add extra logic.

If you choose not to extend the `StandardBridge` contract, you may still want to follow the interface that the `StandardBridge` provides.
Bridges that extend this interface will be compatible with the [Superchain Bridges UI](https://app.optimism.io/bridge).
Bridges that extend this interface will be compatible with the [Superchain Bridges UI](https://app.optimism.io/bridge?utm_source=op-docs&utm_medium=docs).
You can read more about the design of the Standard Bridge in the guide on [Using the Standard Bridge](./standard-bridge).

## The Superchain Token List
Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/bridging/standard-bridge.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ The [Superchain Token List](/superchain/tokenlist) exists to help users discover
Consider checking this list to make sure that you're not using the wrong bridged representation of a token when bridging a native token.

Developers who are creating their own bridged tokens should consider [adding their token](https://github.com/ethereum-optimism/ethereum-optimism.github.io#adding-a-token-to-the-list) to the Superchain Token List.
Tokens on the Superchain Token List will automatically appear on certain tools like the [Superchain Bridges UI](https://app.optimism.io/bridge).
Tokens on the Superchain Token List will automatically appear on certain tools like the [Superchain Bridges UI](https://app.optimism.io/bridge?utm_source=op-docs&utm_medium=docs).

### Searching the Token List

Expand Down
4 changes: 2 additions & 2 deletions pages/app-developers/building-apps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To access any Ethereum type network you need an endpoint. [These providers](/app

For development purposes we recommend you use either a local development network or [OP Sepolia](https://sepolia-optimism.etherscan.io).
That way you don't need to spend real money.
If you need ETH on OP Sepolia for testing purposes, [you can use this faucet](https://console.optimism.io/faucet?utm_source=docs).
If you need ETH on OP Sepolia for testing purposes, [you can use this faucet](https://console.optimism.io/faucet?utm_source=op-docs&utm_medium=docs).

## Interacting with contracts on OP Stack chains

Expand Down Expand Up @@ -72,4 +72,4 @@ You don't have to upload your source code to [block explorers](/app-developers/t
On the test network, it lets you issue queries and transactions from the explorer's user interface.
On the production network, it lets users know exactly what your contract does, which is conducive to trust.

Just remember, if you use [the Etherscan API](https://explorer.optimism.io/apis), you need one API key for OP Stack chains and a separate one for OP Sepolia.
Just remember, if you use [the Etherscan API](https://explorer.optimism.io/apis?utm_source=op-docs&utm_medium=docs), you need one API key for OP Stack chains and a separate one for OP Sepolia.
18 changes: 9 additions & 9 deletions pages/app-developers/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Cards, Card, Callout } from 'nextra/components'
Reimagine your app with Superchain Interop to deliver the unified UX your users expect. Hack on net-new, bold use cases on Interop devnet.

<Callout type="info">
Explore the [Superchain Dev Console](https://console.optimism.io/) to build, launch, and grow your app on the Superchain.
Explore the [Superchain Dev Console](https://console.optimism.io/?utm_source=op-docs&utm_medium=docs) to build, launch, and grow your app on the Superchain.
</Callout>

## Connect to Superchain Interop
Expand All @@ -44,14 +44,14 @@ The SuperchainERC20 Starter Kit allows you to focus on what to deploy, not how t

## Tools & resources for building interoperable apps

| Tool | Description |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Superchain Faucet](https://console.optimism.io/faucet?utm_source=docs) | One stop shop to grab testnet ETH for any Superchain network. |
| [Supersim](tools/supersim) | Local multi-chain testing environment for smart contracts. |
| [Super CLI](https://github.com/ethereum-optimism/super-cli) | Command-line tool for seamless multichain app deployment and testing. |
| [Superchain Relayer](https://github.com/ethereum-optimism/superchain-relayer) | UI for monitoring and managing cross-chain transactions. |
| [Interop Docs](/stack/interop) | Comprehensive Interop information in the Optimism Docs. |
| [Superchain Dev Console](https://console.optimism.io/) | Comprensive tool to build, launch, and grow your app on the Superchain. |
| Tool | Description |
| ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [Superchain Faucet](https://console.optimism.io/faucet?utm_source=op-docs\&utm_medium=docs) | One stop shop to grab testnet ETH for any Superchain network. |
| [Supersim](tools/supersim) | Local multi-chain testing environment for smart contracts. |
| [Super CLI](https://github.com/ethereum-optimism/super-cli) | Command-line tool for seamless multichain app deployment and testing. |
| [Superchain Relayer](https://github.com/ethereum-optimism/superchain-relayer) | UI for monitoring and managing cross-chain transactions. |
| [Interop Docs](/stack/interop) | Comprehensive Interop information in the Optimism Docs. |
| [Superchain Dev Console](https://console.optimism.io/?utm_source=op-docs\&utm_medium=docs) | Comprensive tool to build, launch, and grow your app on the Superchain. |

## Handy step-by-step guides

Expand Down
6 changes: 3 additions & 3 deletions pages/app-developers/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ If you are already familiar with [building on the OP Stack](/stack/getting-start

<Card title="Account Abstraction" href="/app-developers/tools/build/account-abstraction" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Superchain Bridges" href="https://app.optimism.io/bridge" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Superchain Bridges" href="https://app.optimism.io/bridge?utm_source=op-docs&utm_medium=docs" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Viem" href="https://viem.sh/op-stack/" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Superchain Faucet" href="https://console.optimism.io/faucet?utm_source=docs" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Superchain Faucet" href="https://console.optimism.io/faucet?utm_source=op-docs&utm_medium=docs" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Superchain Dev Console" href="https://console.optimism.io/?utm_source=docs" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Superchain Dev Console" href="https://console.optimism.io/?utm_source=op-docs&utm_medium=docs" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Analytics Tools" href="/app-developers/tools/build/analytics-tools" icon={<img src="/img/icons/shapes.svg" />} />

Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/tools/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"console": {
"title": "Superchain Dev Console",
"href": "https://console.optimism.io/?utm_source=docs",
"href": "https://console.optimism.io/?utm_source=op-docs&utm_medium=docs",
"newWindow": true
},
"supersim": "Supersim Multichain Dev Env",
Expand Down
4 changes: 2 additions & 2 deletions pages/app-developers/tools/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This section provides information on account abstraction, block explorers, testn

<Card title="Testnet faucets" href="/app-developers/tools/build/faucets" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Superchain dev console" href="https://console.optimism.io/?utm_source=docs" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Superchain dev console" href="https://console.optimism.io/?utm_source=op-docs&utm_medium=docs" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Supersim" href="/app-developers/tools/supersim" icon={<img src="/img/icons/shapes.svg" />} />

Expand All @@ -35,7 +35,7 @@ This section provides information on account abstraction, block explorers, testn

<Card title="Analytics tools" href="/app-developers/tools/build/analytics-tools" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Superchain bridges" href="https://app.optimism.io/bridge" icon={<img src="/img/icons/shapes.svg" />} />
<Card title="Superchain bridges" href="https://app.optimism.io/bridge?utm_source=op-docs&utm_medium=docs" icon={<img src="/img/icons/shapes.svg" />} />

<Card title="Gas tracker" href="https://optimistic.grafana.net/public-dashboards/c84a5a9924fe4e14b270a42a8651ceb8?orgId=1&refresh=5m" icon={<img src="/img/icons/shapes.svg" />} />

Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/tools/build/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"analytics-tools": "Analytics Tools",
"bridge": {
"title": "Superchain bridges",
"href": "https://app.optimism.io/bridge",
"href": "https://app.optimism.io/bridge/?utm_source=op-docs&utm_medium=docs",
"newWindow": true
},
"gas": {
Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/tools/build/account-abstraction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ Developer teams who want to feature products/tools on this page must meet the fo
2. **established user base** and OP ecosystem engagement such as governance participation, homegrown TG or Discord participation, etc.; and
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).
For teams that are supporting but still establishing a user base, we encourage you to share your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/?utm_source=op-docs&utm_medium=docs).
4 changes: 2 additions & 2 deletions pages/app-developers/tools/build/block-explorers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Tenderly Developer Explorer lets you:

## Access to pre-regenesis history

Because of our final regenesis on 11 November 2021, older transactions are not part of the current blockchain and do not appear on [Etherscan](https://explorer.optimism.io/).
Because of our final regenesis on 11 November 2021, older transactions are not part of the current blockchain and do not appear on [Etherscan](https://explorer.optimism.io/?utm_source=op-docs&utm_medium=docs).
However, you **can** access transaction history between 23 June 2021 and the final regenesis using a number of different tools. For detailed instructions, see [Regenesis History](/operators/node-operators/management/regenesis-history).

## Inclusion criteria
Expand All @@ -106,7 +106,7 @@ Developer teams who want to feature products/tools on this page must meet the fo
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community block explorers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/block-explorers.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/?utm_source=op-docs&utm_medium=docs).

## Next Steps

Expand Down
6 changes: 3 additions & 3 deletions pages/app-developers/tools/build/faucets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Faucets can occasionally also run out of ETH, so if you're having trouble gettin

## Superchain faucet

The [Superchain Faucet](https://console.optimism.io/faucet?utm_source=docs) is a developer tool hosted by Optimism that allows developers to get free testnet ETH to test apps on testnet OP Chains like Base Sepolia, OP Sepolia, PGN Sepolia, Zora Sepolia, and other OP Chains in the Superchain.
The [Superchain Faucet](https://console.optimism.io/faucet?utm_source=op-docs&utm_medium=docs) is a developer tool hosted by Optimism that allows developers to get free testnet ETH to test apps on testnet OP Chains like Base Sepolia, OP Sepolia, PGN Sepolia, Zora Sepolia, and other OP Chains in the Superchain.
The Superchain Faucet is a great place to start if you're looking for testnet ETH.

## Additional faucets
Expand All @@ -57,7 +57,7 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET

## Bridge from Sepolia

If you have testnet ETH on Sepolia, you can bridge it to OP Sepolia (and vice versa) using the [Superchain Bridges UI](https://app.optimism.io/bridge) or this collection of [Superchain Testnet Tools](https://www.superchain.tools/).
If you have testnet ETH on Sepolia, you can bridge it to OP Sepolia (and vice versa) using the [Superchain Bridges UI](https://app.optimism.io/bridge/?utm_source=op-docs&utm_medium=docs) or this collection of [Superchain Testnet Tools](https://www.superchain.tools/).

## Inclusion criteria

Expand All @@ -68,7 +68,7 @@ Developer teams who want to feature products/tools on this page must meet the fo
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community faucets page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/faucets.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/?utm_source=op-docs&utm_medium=docs).

## Next steps

Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/tools/build/oracles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Developer teams who want to feature products/tools on this page must meet the fo
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community oracles page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/oracles.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/?utm_source=op-docs&utm_medium=docs).

## Next steps

Expand Down
2 changes: 1 addition & 1 deletion pages/app-developers/tools/connect/rpc-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Developer teams who want to feature products/tools on this page must meet the fo
3. **actively maintained developer tool** that aligns with OP's commitment to a magical developer experience (e.g., easy-to-use, easy-to-integrate, great DevX, highly-rated by community, etc.)

For teams that are supporting but still establishing a user base, we encourage you to share your tool on the [community node providers page](https://github.com/ethereum-optimism/developers/blob/main/community/tools/node-providers.md).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/).
You can also promote your tool in the [developer forum](https://github.com/ethereum-optimism/developers/discussions/categories/show-and-tell) and signup to share your tool at the next [demo day](https://community.optimism.io/docs/contribute/demo-day/?utm_source=op-docs&utm_medium=docs).

## Next steps

Expand Down
Loading