From c428a3f7e0f22153d2d9846a805f21a6eac96f48 Mon Sep 17 00:00:00 2001 From: Devkuni <155117116+detrina@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:19:05 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37e39cb9d..4212980d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # zkevm-contracts -Smart contract implementation which will be used by the polygon zkevm +Smart contract implementation which will be used by the Polygon zkEVM [![Main CI](https://github.com/0xPolygonHermez/zkevm-contracts/actions/workflows/main.yml/badge.svg)](https://github.com/0xPolygonHermez/zkevm-contracts/actions/workflows/main.yml) @@ -75,9 +75,9 @@ In order to test, the following private keys are being used. These keys are not To verify that the smartcontracts of this repository are the same deployed on mainnet, you could follow the instructions described [document](verifyMainnetDeployment/verifyDeployment.md) -The smartcontract used to verify a proof, it's a generated contract from zkEVM Rom and Pil (constraints). To verify the deployment of this smartcontract you could follow the instructions described in this [document](verifyMainnetDeployment/verifyMainnetProofVerifier.md) +The smartcontract used to verify a proof, it's a generated contract from zkEVM ROM and PIL (constraints). To verify the deployment of this smartcontract you could follow the instructions described in this [document](verifyMainnetDeployment/verifyMainnetProofVerifier.md) -## Activate github hook +## Activate GitHub hook ``` git config --local core.hooksPath .githooks/ From 9faaa73f8b1a89df32b2c5303db9c42c7ebb489a Mon Sep 17 00:00:00 2001 From: Devkuni <155117116+detrina@users.noreply.github.com> Date: Sat, 14 Dec 2024 20:20:15 +0100 Subject: [PATCH 2/2] Update README.md --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index af92beb28..f939b7f36 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,7 +4,7 @@ By default the following mnemonic will be used to deploy the smart contracts `MN Also the first 20 accounts of this mnemonic will be funded with ether. The first account of the mnemonic will be the deployer of the smart contracts and therefore the holder of all the MATIC test tokens, which are necessary to pay the `sendBatch` transactions. You can change the deployment `mnemonic` creating a `.env` file in the project root with the following variable: -`MNEMONIC=` +`MNEMONIC=` ## Requirements