Skip to content

Commit 5072187

Browse files
committed
fix hash
1 parent beae074 commit 5072187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/app-developers/tutorials/bridging/cross-dom-bridge-erc20.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ You'll then receive the same number of tokens on L2 in return.
308308
This balance should be lower by the amount we bridged, as those tokens are now escrowed in the `L1StandardBridge` contract.
309309
This step helps confirm that the first part of the bridging process completed successfully:
310310

311-
```js file=<rootDir>/public/tutorials/cross-dom-bridge-erc20.js#L148-L154 hash=0286a14fc56fcef03c02c57219045c36
311+
```js file=<rootDir>/public/tutorials/cross-dom-bridge-erc20.js#L148-L154 hash=9985ca726c10c42d96ea508c247a878c
312312
```
313313

314314
{<h3>Check your token balance on L2</h3>}

0 commit comments

Comments
 (0)