Remove Uniswap watchers and related artifacts (#163)

* Remove Uniswap watchers and related code

* Remove Uniswap artifacts from graph-node

* Remove Uniswap artifacts from graph-test-watcher
This commit is contained in:
prathamesh0
2022-08-17 14:04:20 +05:30
committed by GitHub
parent bc1c267813
commit 80682e2755
123 changed files with 6 additions and 26144 deletions
-1
View File
@@ -17,7 +17,6 @@
"test": "lerna run test --stream --ignore @vulcanize/*-watcher",
"build": "lerna run build --stream",
"build:watch": "lerna run build --stream --parallel -- -w",
"build:contracts": "lerna run build:contracts",
"db:reset": "sudo ./scripts/reset-dbs.sh",
"prepare": "husky install"
}