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
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* @ethereum-optimism/docs-reviewers

# Giving Marine privileges to review RPC providers, account abstraction, oracles, alt-da, and block explorers
/pages/builders/tools/connect/rpc-providers.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/builders/tools/build/block-explorers.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/builders/tools/build/oracles.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/builders/chain-operators/features/alt-da-mode.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/builders/tools/build/account-abstraction.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/app-developers/tools/connect/rpc-providers.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/app-developers/tools/build/block-explorers.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/app-developers/tools/build/oracles.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/app-developers/chain-operators/features/alt-da-mode.mdx @ethereum-optimism/docs-reviewers @0xmariniere
/pages/app-developers/tools/build/account-abstraction.mdx @ethereum-optimism/docs-reviewers @0xmariniere
9 changes: 1 addition & 8 deletions pages/stack/interop/superchain-erc20.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Setting this up in advance ensures tokens will benefit from interop when it beco
*/}

* Deploy the ERC-20 contract at the same address on every chain in the Superchain.
This is easiest when using [`create2`](https://book.getfoundry.sh/tutorials/create2-tutorial).
This is easiest when using [`create2`](https://book.getfoundry.sh/guides/deterministic-deployments-using-create2).

<Callout type="warning">
To ensure security, you must either design the deployer to allow only a specific trusted ERC-20 contract, such as `SuperchainERC20`, to be deployed through it, or call `CREATE2` to deploy the contract directly from an EOA you control.
Expand Down Expand Up @@ -130,11 +130,4 @@ Once a `SuperchainERC20` contract is properly deployed on the destination chain,
* Watch the [ERC20 to SuperchainERC20 video walkthrough](https://www.youtube.com/watch?v=Gb8glkyBdBA) to learn how to modify an existing ERC20 contract to make it interoperable within the Superchain.
* Explore the [SuperchainERC20 specifications](https://specs.optimism.io/interop/token-bridging.html) for in-depth implementation details.
* Check out the [SuperchainERC20 starter kit](https://github.com/ethereum-optimism/superchainerc20-starter) to get started with implementation.

{/*

Add this back when the tutorial is written.

* Review the [Deploy SuperchainERC20 tutorial](/stack/interop/tutorials/deploy-superchain-erc20) to learn how to deploy a SuperchainERC20.

*/}
12 changes: 10 additions & 2 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,20 @@
/builders/tools/fee-calculator /operators/chain-operators/tools/fee-calculator
/builders/app-developers/tools/supersim /app-developers/tools/supersim
/builders/app-developers/tools/ecosystem-overview /app-developers/tools/ecosystem-overview
/chain/getting-started /builders/app-developers/getting-started
/chain/getting-started /app-developers/getting-started
/chain/networks /superchain/networks
/chain/addresses /superchain/addresses
/chain/tokenlist /superchain/tokenlist
/chain/testing/testing-apps /builders/app-developers/testing-apps
/chain/testing/testing-apps /app-developers/testing-apps
/chain/testing/dev-node /stack/dev-node
/chain/security/privileged-roles /superchain/privileged-roles
/chain/security/faq /stack/security/faq-sec-model
/chain/security/security-policy /stack/security/security-policy
/builders/chain-operators/tools/proxyd /operators/chain-operators/tools/proxyd
/builders/chain-operators/tools/chain-monitoring /operators/chain-operators/tools/chain-monitoring
/builders/chain-operators/tools/explorer /operators/chain-operators/tools/explorer
/builders/chain-operators/tools/op-challenger /operators/chain-operators/tools/op-challenger
/builders/chain-operators/tools/op-conductor /operators/chain-operators/tools/op-conductor
/builders/chain-operators/tools/op-deployer /operators/chain-operators/tools/op-deployer
/builders/chain-operators/tools/op-txproxy /operators/chain-operators/tools/op-txproxy
/builders/chain-operators/tools/fee-calculator /operators/chain-operators/tools/fee-calculator