Skip to content

Commit f7bf2c6

Browse files
committed
Removed every occurence of the tutorial
1 parent dd2f372 commit f7bf2c6

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

pages/app-developers/overview.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ They'll help you get a head start when building your first Optimistic project.
5959
| [Bridging your Standard ERC-20 token using the Standard Bridge](tutorials/standard-bridge-standard-token) | Learn how to bridge your standard ERC-20 token to layer 2 using the standard bridge. | 🟡 Medium |
6060
| [Bridging your Custom ERC-20 token using the Standard Bridge](tutorials/standard-bridge-custom-token) | Learn how to bridge your custom ERC-20 token to layer 2 using the standard bridge. | 🟡 Medium |
6161
| [Tracing Deposits and Withdrawals with viem](tutorials/sdk-trace-txns) | Learn how to use viem to trace deposits and withdrawals. | 🟢 Easy |
62-
| [Viewing Deposits and Withdrawals by address with viem](tutorials/sdk-view-txns) | Learn how to use viem to view deposits and withdrawals by address. | 🟢 Easy |
6362
| [Estimating Transaction Costs With the viem](tutorials/sdk-view-txns) | Learn how to use viem to estimate the cost of a transaction on OP Mainnet. | 🟢 Easy |
6463
| [Sending OP Mainnet Transactions from Ethereum](tutorials/send-tx-from-eth) | Learn how to send transactions to OP Mainnet from Ethereum. | 🟢 Easy |
6564

pages/app-developers/tutorials.mdx

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ import { Card, Cards } from 'nextra/components'
88

99
# Tutorials
1010

11-
This section provides information on bridging erc 20 tokens to op mainnet with viem, bridging eth to op mainnet with viem, communicating between op mainnet and ethereum in solidity, deploying your first contract on op mainnet, estimating transaction costs on op mainnet, tracing deposits and withdrawals, viewing deposits and withdrawals by address, triggering op mainnet transactions from ethereum, bridging your custom erc 20 token using the standard bridge and bridging your standard erc 20 token using the standard bridge. You'll find tutorial to help you understand and work with these topics.
11+
This section provides information on bridging erc 20 tokens to op mainnet with viem, bridging eth to op mainnet with viem, communicating between op mainnet and ethereum in solidity, deploying your first contract on op mainnet, estimating transaction costs on op mainnet, tracing deposits and withdrawals, triggering op mainnet transactions from ethereum, bridging your custom erc 20 token using the standard bridge and bridging your standard erc 20 token using the standard bridge. You'll find tutorial to help you understand and work with these topics.
1212

1313
<Cards>
1414
<Card title="Bridging ERC-20 tokens with the Optimism SDK" href="/app-developers/tutorials/cross-dom-bridge-erc20" />
1515
<Card title="Bridging ETH with Viem" href="/app-developers/tutorials/cross-dom-bridge-eth" />
1616
<Card title="Communicating between OP Stack and Ethereum in Solidity" href="/app-developers/tutorials/cross-dom-solidity" />
1717
<Card title="Estimating transaction costs on OP Stack" href="/app-developers/tutorials/sdk-estimate-costs" />
1818
<Card title="Tracing deposits and withdrawals" href="/app-developers/tutorials/sdk-trace-txns" />
19-
<Card title="Viewing deposits and withdrawals by address" href="/app-developers/tutorials/sdk-view-txns" />
2019
<Card title="Triggering OP Stack transactions from Ethereum" href="/app-developers/tutorials/send-tx-from-eth" />
2120
<Card title="Bridging your custom ERC-20 token using the Standard Bridge" href="/app-developers/tutorials/standard-bridge-custom-token" />
2221
<Card title="Bridging your standard ERC-20 token using the Standard Bridge" href="/app-developers/tutorials/standard-bridge-standard-token" />

pages/app-developers/tutorials/_meta.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"cross-dom-bridge-erc20": "Bridging ERC-20 tokens with viem",
55
"standard-bridge-custom-token": "Bridging your custom ERC-20 token to OP Mainnet",
66
"standard-bridge-standard-token": "Bridging your standard ERC-20 token to OP Mainnet",
7-
"sdk-view-txns": "Viewing deposits and withdrawals by address",
87
"sdk-trace-txns": "Tracing deposits and withdrawals",
98
"sdk-estimate-costs": "Estimating transaction costs",
109
"send-tx-from-eth": "Triggering OP Mainnet transactions from Ethereum"

pages/app-developers/tutorials/sdk-trace-txns.mdx

-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,3 @@ You can use viem's functions to trace a withdrawal.
159159
## Next steps
160160

161161
* Check out the tutorial on [bridging ERC-20 tokens with the Optimism SDK](./cross-dom-bridge-erc20) to learn how to create deposits and withdrawals.
162-
* You can also check out the tutorial on [viewing deposits and withdrawals by address](./sdk-view-txns) to find deposits and withdrawals to trace.

0 commit comments

Comments
 (0)