Skip to content

Commit

Permalink
Merge pull request #1082 from ethereum-optimism/sb-remove-outdated-files
Browse files Browse the repository at this point in the history
removing out of date files
  • Loading branch information
sbvegan authored Nov 7, 2024
2 parents 7e4fc90 + 287ae3d commit 58394cf
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 587 deletions.
12 changes: 2 additions & 10 deletions pages/builders/app-developers/contracts.mdx
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
---
title: Contracts
lang: en-US
description: >-
Information on Solidity compatibility, contract optimization, and system
contracts for OP Stack.
description: Information on the Superchain ERC-20
---

import { Card, Cards } from 'nextra/components'

# Contracts

This section provides information on Solidity compatibility, contract optimization on OP Stack, and using OP Stack system contracts. You'll find guides and tutorials to help you understand and work with these topics.
This section provides information on the Superchain ERC-20.

<Cards>
<Card title="Solidity Compatibility" href="/builders/app-developers/contracts/compatibility" />

<Card title="Contract Optimization on OP Stack" href="/builders/app-developers/contracts/optimization" />

<Card title="Using OP Stack System Contracts" href="/builders/app-developers/contracts/system-contracts" />

<Card title="Superchain-erc20" href="/builders/app-developers/contracts/superchain-erc20" />
</Cards>
3 changes: 0 additions & 3 deletions pages/builders/app-developers/contracts/_meta.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"compatibility": "Solidity compatibility",
"system-contracts": "System contracts",
"optimization": "Cost optimization",
"superchain-erc20": "SuperchainERC20"
}
24 changes: 0 additions & 24 deletions pages/builders/app-developers/contracts/compatibility.mdx

This file was deleted.

79 changes: 0 additions & 79 deletions pages/builders/app-developers/contracts/optimization.mdx

This file was deleted.

100 changes: 0 additions & 100 deletions pages/builders/app-developers/contracts/system-contracts.mdx

This file was deleted.

2 changes: 0 additions & 2 deletions pages/builders/app-developers/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ This section provides information on bridging erc 20 tokens to op mainnet with t

<Card title="Communicating between op mainnet and ethereum in solidity" href="/builders/app-developers/tutorials/cross-dom-solidity" />

<Card title="Deploying your first contract on op mainnet" href="/builders/app-developers/tutorials/first-contract" />

<Card title="Estimating transaction costs on op mainnet" href="/builders/app-developers/tutorials/sdk-estimate-costs" />

<Card title="Tracing deposits and withdrawals" href="/builders/app-developers/tutorials/sdk-trace-txns" />
Expand Down
1 change: 0 additions & 1 deletion pages/builders/app-developers/tutorials/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"first-contract": "Deploying your first contract on OP Mainnet",
"cross-dom-solidity": "Communicating between chains in Solidity",
"cross-dom-bridge-eth": "Bridging ETH with Viem",
"cross-dom-bridge-erc20": "Bridging ERC-20 tokens with the Optimism SDK",
Expand Down
Loading

0 comments on commit 58394cf

Please sign in to comment.