Skip to content

Commit f1b0949

Browse files
authored
Update message.md
1 parent 64c9c41 commit f1b0949

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tools/matic-js/zkevm/message.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This document shows you how to customize wrapped tokens using adapter contracts, transfer tokens between Ethereum and Polygon zkEVM networks, and how to use Matic.js to bridge assets from Ethereum to Polygon zkEVM and vice versa.
22

3+
We refer to Ethereum as the _root_ chain and zkEVM as the _child_ chain.
4+
35
## Bridging customized ERC20 token
46

57
The existing zkEVM bridge uses the ERC-20 standard contract for creating wrapped tokens depending on the token's native network.
@@ -192,11 +194,8 @@ Make sure you are using `matic.js version > 3.6.4`.
192194
193195
## Basic functions for error passing
194196
195-
We refer to Ethereum as the _root_ chain and zkEVM as the _child_ chain.
196-
197197
Below we provide the two basic functions used for _error passing_ in each of the two directions: L1 --> L2 and L2 --> L1.
198198
199-
200199
- From root to child (L1 --> L2)
201200
202201
```jsx

0 commit comments

Comments
 (0)