Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Add creating env file with FORK_URL to "Running this Package" section of Readme #142

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ const { calldata, value } = SwapRouter.swapCallParameters([unwrapWETH, seaportTr


## Running this package
Create `.env` file with forking url

```
FORK_URL='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
```

Make sure you are running `node v16`
Install dependencies and run typescript unit tests
```bash
Expand Down