diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a418fda56..ca237094b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/pages/stack/interop/superchain-erc20.mdx b/pages/stack/interop/superchain-erc20.mdx index be8c618e3..51bc1e98b 100644 --- a/pages/stack/interop/superchain-erc20.mdx +++ b/pages/stack/interop/superchain-erc20.mdx @@ -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). 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. @@ -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. - -*/} diff --git a/public/_redirects b/public/_redirects index 443488511..b76cea90b 100644 --- a/public/_redirects +++ b/public/_redirects @@ -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