Skip to content

Commit

Permalink
feat: improve LDN ingestion (#2)
Browse files Browse the repository at this point in the history
- It turns we are getting storage deal clients, not providers.
- Sort the addresses and remove duplicates

Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos authored Nov 14, 2023
1 parent 55dfcbf commit be1ec7b
Show file tree
Hide file tree
Showing 4 changed files with 918 additions and 1,051 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ Remember to install dependencies after cloning this repository locally.
❯ npm install
```

### Update list of SPs participating in FIL+ LDN
### Update the list of clients participating in FIL+ LDN

```
node scripts/fetch-ldn-providers.js
node scripts/fetch-ldn-clients.js
```

The output is committed to git, see [./generated/ldn-providers.csv](./generated/ldn-providers.csv)
The output is committed to git, see [./generated/ldn-clients.csv](./generated/ldn-clients.csv)
Loading

0 comments on commit be1ec7b

Please sign in to comment.