Skip to content

Commit 3f74b8f

Browse files
committed
fixed one link and deleted unused doc
1 parent 4857edc commit 3f74b8f

File tree

2 files changed

+1
-203
lines changed

2 files changed

+1
-203
lines changed

docs/zkEVM/architecture/zkprover/zkprover-overview.md

Lines changed: 0 additions & 202 deletions
This file was deleted.

docs/zkEVM/how-to/verify-contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After successfully compiling a smart contract, follow the next steps to verify y
2828

2929
In order to flatten the contract code with Remix, one needs to only right-click on the contract name and select **Flatten** option from the drop-down menu that appears. See the below figure for reference.
3030

31-
![Selecting the flatten code option](../img/zkEVM/flatten-code-remix.png)
31+
![Selecting the flatten code option](../../img/zkEVM/flatten-code-remix.png)
3232

3333
After selecting **Flatten**, a new `.sol` file with the suffix `_flatten.sol` is automatically created. Copy the contents of the new `<Original-Name>_flatten.sol` file and paste into the `Enter the Solidity Contract` field in the explorer.
3434

0 commit comments

Comments
 (0)