Skip to content

Commit b29a854

Browse files
committed
reworded title
1 parent 22686eb commit b29a854

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

pages/app-developers/tutorials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you're a bit more familiar with the OP Stack and Ethereum, you can try walkin
4343

4444
## Interop
4545
<Cards>
46-
<Card title="Issuing new assets with SuperchainERC20" href="/app-developers/tutorials/interop/deploy-superchain-erc20" icon={<img src="/img/icons/shapes.svg" />} />
46+
<Card title="Deploying a SuperchainERC20" href="/app-developers/tutorials/interop/deploy-superchain-erc20" icon={<img src="/img/icons/shapes.svg" />} />
4747
<Card title="Transferring a SuperchainERC20" href="/app-developers/tutorials/interop/transfer-superchainERC20" icon={<img src="/img/icons/shapes.svg" />} />
4848
<Card title="Bridging native cross-chain ETH transfers" href="/app-developers/tutorials/interop/bridge-crosschain-eth" icon={<img src="/img/icons/shapes.svg" />} />
4949
<Card title="Relaying interop messages using `cast`" href="/app-developers/tutorials/interop/relay-messages-cast" icon={<img src="/img/icons/shapes.svg" />} />

pages/app-developers/tutorials/interop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Card, Cards } from 'nextra/components'
1111
This is a collection of app developer tutorials focused on interop.
1212

1313
<Cards>
14-
<Card title="Issuing new assets with SuperchainERC20" href="/app-developers/tutorials/interop/deploy-superchain-erc20" icon={<img src="/img/icons/shapes.svg" />} />
14+
<Card title="Deploying a SuperchainERC20" href="/app-developers/tutorials/interop/deploy-superchain-erc20" icon={<img src="/img/icons/shapes.svg" />} />
1515
<Card title="Transferring a SuperchainERC20" href="/app-developers/tutorials/interop/transfer-superchainERC20" icon={<img src="/img/icons/shapes.svg" />} />
1616
<Card title="Bridging native cross-chain ETH transfers" href="/app-developers/tutorials/interop/bridge-crosschain-eth" icon={<img src="/img/icons/shapes.svg" />} />
1717
<Card title="Relaying interop messages using `cast`" href="/app-developers/tutorials/interop/relay-messages-cast" icon={<img src="/img/icons/shapes.svg" />} />

pages/app-developers/tutorials/interop/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"transfer-superchainERC20": "Transferring a SuperchainERC20",
3-
"deploy-superchain-erc20": "Issuing new assets with SuperchainERC20",
3+
"deploy-superchain-erc20": "Deploying a SuperchainERC20",
44
"bridge-crosschain-eth": "Bridging native cross-chain ETH transfers",
55
"relay-messages-cast": "Relaying interop messages using `cast`",
66
"relay-messages-viem": "Relaying interop messages using `viem`",

pages/app-developers/tutorials/interop/deploy-superchain-erc20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Issuing new assets with SuperchainERC20
2+
title: Deploying a SuperchainERC20
33
lang: en-US
44
description: >-
55
Learn how to issue assets on SuperchainERC20.

pages/stack/interop/tutorials.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Documentation covering Interop related tutorials.
1313
<Cards>
1414
<Card title="Interop message passing tutorial" href="/stack/interop/tutorials/message-passing" icon={<img src="/img/icons/shapes.svg" />} />
1515

16-
<Card title="Issuing new assets with SuperchainERC20" href="/stack/interop/tutorials/deploy-superchain-erc20" icon={<img src="/img/icons/shapes.svg" />} />
16+
<Card title="Deploying a SuperchainERC20" href="/stack/interop/tutorials/deploy-superchain-erc20" icon={<img src="/img/icons/shapes.svg" />} />
1717

1818
<Card title="Transferring a SuperchainERC20" href="/stack/interop/tutorials/transfer-superchainERC20" icon={<img src="/img/icons/shapes.svg" />} />
1919

pages/stack/interop/tutorials/_meta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"message-passing": "Interop message passing",
3-
"deploy-superchain-erc20": "Issuing new assets with SuperchainERC20",
3+
"deploy-superchain-erc20": "Deploying a SuperchainERC20",
44
"transfer-superchainERC20": "Transferring a SuperchainERC20",
5-
"deploy-superchain-erc20": "Issuing new assets with SuperchainERC20",
65
"custom-superchain-erc20": "Custom SuperchainERC20 tokens",
76
"bridge-crosschain-eth": "Bridging native cross-chain ETH transfers",
87
"relay-messages-cast": "Relaying interop messages using `cast`",

pages/stack/interop/tutorials/deploy-superchain-erc20.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Issuing new assets with SuperchainERC20
2+
title: Deploying a SuperchainERC20
33
lang: en-US
44
description: Learn about the basic details of deploying assets on SuperchainERC20
55
---
@@ -12,7 +12,7 @@ import { Steps } from 'nextra/components'
1212
However, the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
1313
</Callout>
1414

15-
# Issuing new assets with SuperchainERC20
15+
# Deploying a SuperchainERC20
1616

1717
## Overview
1818

0 commit comments

Comments
 (0)