Skip to content

Commit

Permalink
Fix typo estimating-gas-and-tx-fees.mdx (#125)
Browse files Browse the repository at this point in the history
fix typo - c*ontracts* ---->*contracts*
  • Loading branch information
AnnabelDuska authored Nov 21, 2023
1 parent a2fbe8c commit d32c402
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ But it also exposes the `getL1Fee(bytes memory data)` function, which abstracts

First of all, let’s quickly go over the key folders inside our project structure.

It’s a standard Hardhat project, but most of our work is inside the c*ontracts* and _scripts_ folders.
It’s a standard Hardhat project, but most of our work is inside the *contracts* and _scripts_ folders.

<ClickToZoom src={txFeesProjectStructure} />

Expand Down

0 comments on commit d32c402

Please sign in to comment.