From caf1e0cfbb1dd24c5f800515591ecd27b75f6dff Mon Sep 17 00:00:00 2001 From: Ermyas Abebe Date: Wed, 11 Oct 2023 11:09:54 +1100 Subject: [PATCH] Minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441dbfd..14d09bd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ forge build To run the tests, you will need a local fork of Ethereum, Polygon, and BSC mainnet states. To accomplish this, you must specify RPC endpoints for each of these networks. You can obtain RPC endpoints to use for Ethereum and Polygon, from Alchemy, Infura, or other infrastructure providers. For BSC, you can choose from a list of public RPC endpoints available [here](https://docs.bscscan.com/misc-tools-and-utilities/public-rpc-nodes). -To set the RPC endpoints, make a copy of the `.env.sample` file and rename it to `.env`. Then, fill in the respective values in the file. +To set the RPC endpoints, make a copy of the `.env.sample` file and name it `.env`. The file contains a list of parameter names (e.g. `ETH_FORK_URL`) that correspond to each network. Set the respective values of each of these parameters to the RPC endpoints you wish to use. Once you have set these values, you can run both the unit and integration tests using the following command: