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 #935

Merged
merged 4 commits into from
Jan 20, 2025
Merged
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 @@ -15,7 +15,7 @@ please see the [documentation](https://pnpm.io/installation).

#### Package Dependencies

To install the packages dependencies run:
To install the package dependencies run:

```sh
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion dapp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Acre dApp

The application is integrated with OrangeKit and allows people to earn yield on their Bitcoin via yield farming on Ethereum.
The application is integrated with OrangeKit and allows people to earn a yield on their Bitcoin via yield farming on Ethereum.

This project was bootstrapped with [Create Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite).

Expand Down
4 changes: 2 additions & 2 deletions solidity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pnpm install

### Testing

To run the tests execute:
To run the tests execute the following:

```
$ pnpm test
Expand All @@ -28,7 +28,7 @@ $ pnpm test

To run the integration tests follow these steps:

- Define `MAINNET_RPC_URL` environment variable pointing to Ethereum Mainnet RPC URL.
- Define `MAINNET_RPC_URL` environment variable pointing to the Ethereum Mainnet RPC URL.

- Run the Hardhat Node locally forking Mainnet:

Expand Down
4 changes: 2 additions & 2 deletions subgraph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains Acre staking subgraphs. Subgraphs are open APIs to
query data from networks like Ethereum and IPFS. The data is indexed by [The
Graph](https://thegraph.com/) decentralized protocol.

By the moment, there one subgraph have been developed:
By the moment, there one subgraph has been developed:

- sepolia: collects the data from contracts in Sepolia Testnet.

Expand Down Expand Up @@ -46,7 +46,7 @@ create a private one

2. Set the API key in the `docker-compose.yaml` file. Note that the provided RPC
URL should support the `trace_filter` method because the Acre subgraph
defines the contract's function call handler. Eg. Alchemy does not not
defines the contract's function call handler. Eg. Alchemy does not
support it in a free plan - it requires at least `growth` paid plan.

```
Expand Down
Loading