Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #373

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down