From 03726dd7a2d79209a006e9f81bf7a3662ccc3ea1 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 19 Jan 2025 16:22:00 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dbae51c2..ad3927daa 100644 --- a/README.md +++ b/README.md @@ -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 From 9917c4a417d2ae4572502780f1b40938cdca2508 Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 19 Jan 2025 16:22:43 +0100 Subject: [PATCH 2/4] Update README.md --- dapp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dapp/README.md b/dapp/README.md index 3d3f02761..f4bc9b179 100644 --- a/dapp/README.md +++ b/dapp/README.md @@ -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). From df4b70705139a61309aad727514897150f08754c Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 19 Jan 2025 16:23:13 +0100 Subject: [PATCH 3/4] Update README.md --- solidity/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solidity/README.md b/solidity/README.md index da86c24f0..a67667143 100644 --- a/solidity/README.md +++ b/solidity/README.md @@ -18,7 +18,7 @@ pnpm install ### Testing -To run the tests execute: +To run the tests execute the following: ``` $ pnpm test @@ -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: From 6d7ef1d8690d26934bc4afd78971be1e746fc82c Mon Sep 17 00:00:00 2001 From: crStiv Date: Sun, 19 Jan 2025 16:23:44 +0100 Subject: [PATCH 4/4] Update README.md --- subgraph/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subgraph/README.md b/subgraph/README.md index 42ca66836..f5729632c 100644 --- a/subgraph/README.md +++ b/subgraph/README.md @@ -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. @@ -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. ```