From 17254dce38ca2e5660156968313d05f74557b82f Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:17:22 +0200 Subject: [PATCH 1/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 644dd0032..d28a77d33 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ It is recommended to setup the ide to work with solidity development. In case of We really appreciate and value any form of contribution to Socket Data Layer Contracts. As a contributor, you are expected to fork this repository, work on your own fork and then submit pull requests. The PRs are expected to have a proper description to make reviewing easy. The code is expected to be properly linted and tested. -Smart contracts manage value and are highly vulnerable to errors and attacks. We have very strict guidlines, please make sure to follow these - +Smart contracts manage value and are highly vulnerable to errors and attacks. We have very strict guidelines, please make sure to follow these - ### Simple and Modular From 3a31bc59b5622dae05ab2fc5d820495dbe1f6464 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:19:54 +0200 Subject: [PATCH 2/2] fix typos --- scripts/deploy/DEPLOY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/DEPLOY.md b/scripts/deploy/DEPLOY.md index d0e789225..3cd25f97d 100644 --- a/scripts/deploy/DEPLOY.md +++ b/scripts/deploy/DEPLOY.md @@ -23,7 +23,7 @@ There are three different modes for deployment (prod, dev, and surge) which are ### Setup overrides -Each blockchain have separate nuances when sending transaction. For example, ethers don't have proper gas estimation for type 2 transactions on polygon. Arbitrum have inconsistent gas limits. To add any overrides for these properties, add them in overrides onject in `config.ts`. +Each blockchain has separate nuances when sending transaction. For example, ethers don't have proper gas estimation for type 2 transactions on polygon. Arbitrum has inconsistent gas limits. To add any overrides for these properties, add them in overrides object in `config.ts`. ### Deploy Socket