Skip to content

Commit

Permalink
Cleanup packages not required for uniswap watchers (#362)
Browse files Browse the repository at this point in the history
* Remove packages not used by uniswap

* Remove unused dependencies
  • Loading branch information
nikugogoi authored Aug 16, 2022
1 parent 548e156 commit 1407257
Show file tree
Hide file tree
Showing 136 changed files with 62 additions and 26,939 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Create the databases for the watchers:

```
createdb erc20-watcher
createdb address-watcher
createdb uni-watcher
createdb uni-info-watcher
```
Expand All @@ -63,7 +62,6 @@ Create the databases for the job queues and enable the `pgcrypto` extension on t

```
createdb erc20-watcher-job-queue
createdb address-watcher-job-queue
createdb uni-watcher-job-queue
createdb uni-info-watcher-job-queue
```
Expand All @@ -80,18 +78,6 @@ CREATE EXTENSION
erc20-watcher-job-queue=# exit
```

```
postgres@tesla:~$ psql -U postgres -h localhost address-watcher-job-queue
Password for user postgres:
psql (12.7 (Ubuntu 12.7-1.pgdg18.04+1))
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
address-watcher-job-queue=# CREATE EXTENSION pgcrypto;
CREATE EXTENSION
address-watcher-job-queue=# exit
```

```
postgres@tesla:~$ psql -U postgres -h localhost uni-watcher-job-queue
Password for user postgres:
Expand Down
5 changes: 0 additions & 5 deletions packages/address-watcher/.eslintignore

This file was deleted.

27 changes: 0 additions & 27 deletions packages/address-watcher/.eslintrc.json

This file was deleted.

6 changes: 0 additions & 6 deletions packages/address-watcher/.gitignore

This file was deleted.

80 changes: 0 additions & 80 deletions packages/address-watcher/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions packages/address-watcher/environments/local.toml

This file was deleted.

65 changes: 0 additions & 65 deletions packages/address-watcher/package.json

This file was deleted.

51 changes: 0 additions & 51 deletions packages/address-watcher/src/cli/watch-address.ts

This file was deleted.

Loading

0 comments on commit 1407257

Please sign in to comment.