From 6412d5a6770df2e8c127fa89c4f9ea54756ecfda Mon Sep 17 00:00:00 2001 From: Soulcollector <63009461+SoulcoIIector@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:48:54 +0300 Subject: [PATCH] Typos Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e780f16..d7bd9f6 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ This repository contains both - Hardhat and Foundry tests. Foundry will be used 3. Follow the on-screen instructions to verify if everything is correct and confirm deployment & contract verification. 4. If only the verification is needed of an existing deployed contract - use the `--verify-only` flag followed by ABI-Encoded constructor args. -## Deployement addresses in `addresses.json` +## Deployment addresses in `addresses.json` The `addresses.json` file in root contains all existing deployed contracts on all of target environments (mainnet/testnet/sandbox) on corresponding chains. -After a succesful module deployment the new address will be added to `addresses.json`, overwriting the existing one (the script will ask for confirmation if you want to redeploy an already existing deployment). +After a successful module deployment the new address will be added to `addresses.json`, overwriting the existing one (the script will ask for confirmation if you want to redeploy an already existing deployment). ## Coverage