File tree 2 files changed +4
-4
lines changed
pages/stack/interop/tutorials
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
"message-passing" : " Interop message passing" ,
3
3
"transfer-superchainERC20" : " Transferring a SuperchainERC20" ,
4
4
"deploy-superchain-erc20" : " Issuing new assets with SuperchainERC20" ,
5
- "custom-superchain-erc20" : " Creating custom SuperchainERC20 tokens" ,
5
+ "custom-superchain-erc20" : " Custom SuperchainERC20 tokens" ,
6
6
"bridge-crosschain-eth" : " Bridging native cross-chain ETH transfers" ,
7
7
"relay-messages-cast" : " Relaying interop messages using `cast`" ,
8
8
"relay-messages-viem" : " Relaying interop messages using `viem`" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { Steps } from 'nextra/components'
12
12
Please note that the OP Stack interoperability upgrade, required for crosschain messaging, is currently still in active development.
13
13
</Callout >
14
14
15
- # Creating custom SuperchainERC20 tokens
15
+ # Custom SuperchainERC20 tokens
16
16
17
17
## Overview
18
18
@@ -72,13 +72,13 @@ The tutorial uses these primary tools:
72
72
The easiest way to do this is to copy and modify the ` L2NativeSuperchainERC20.sol ` contract.
73
73
Use this code, for example, as ` packages/contracts/src/CustomSuperchainToken.sol ` .
74
74
75
- ``` typescript file=<rootDir>/public/tutorials/CustomSuperchainToken.sol hash=4ad95b9203ce523351eba0501f8b972d
75
+ ``` solidity file=<rootDir>/public/tutorials/CustomSuperchainToken.sol hash=4ad95b9203ce523351eba0501f8b972d
76
76
```
77
77
78
78
<details >
79
79
<summary >Explanation</summary >
80
80
81
- ``` typescript file=<rootDir>/public/tutorials/CustomSuperchainToken.sol#L36-L38 hash=4e402ea88c9cd796500425172a6de16d
81
+ ``` solidity file=<rootDir>/public/tutorials/CustomSuperchainToken.sol#L36-L38 hash=4e402ea88c9cd796500425172a6de16d
82
82
```
83
83
84
84
This function lets users get tokens for themselves.
You can’t perform that action at this time.
0 commit comments