watcher-ts/packages/eden-watcher
Nabarun Gogoi 9e53b1a498
Upgrade dependency versions to remove vulnerabilities from dependabot (#343)
* Dependency patch updates

* Minor update @apollo/client 3.3.19 -> 3.7.10

* Minor update @nomiclabs/hardhat-ethers 2.0.2 -> 2.2.2

* Minor update @openzeppelin/contracts 4.3.2 -> 4.8.2

* Minor update @types/chai 4.2.19 -> 4.3.4

* Minor update decimal 10.3.1 -> 10.4.3

* Minor update @graphql-tools/utils 9.1.1 -> 9.2.1

* Minor update @graphql, graphql-ws, graphql-request

* Minor update yargs

* Minor update @types/node

* Minor update graph-ts

* Minor updates graphql-tools, multiaddr

* Update dependencies with minor updates

* Minor updates to eslint and related dependencies

* Update solidity compiler version for erc721-watcher

* Fix ESLint indent rule

---------

Co-authored-by: Dhruv Srivastava <dhruvdhs.ds@gmail.com>
2023-03-28 13:17:53 +05:30
..
environments Refactor job-runner CLI to cli package (#255) 2022-11-23 18:20:16 +05:30
src Upgrade dependency versions to remove vulnerabilities from dependabot (#343) 2023-03-28 13:17:53 +05:30
test/queries Update CLI to compare only updated entities and verify IPLD state (#161) 2022-08-17 19:11:40 +05:30
.eslintignore Add eden-watcher generated using codegen (#47) 2021-12-28 16:08:05 +05:30
.eslintrc.json Upgrade dependency versions to remove vulnerabilities from dependabot (#343) 2023-03-28 13:17:53 +05:30
codegen.yaml Parse events for multiple contracts in the generated code (#95) 2021-12-28 16:08:05 +05:30
package.json Upgrade Typescript and ESLint (#337) (#342) 2023-03-24 10:31:33 +04:00
README.md deduplicate the Customize section 2023-01-16 07:40:40 -05:00
tsconfig.json Add a table for entites in frothy region for subgraph watchers (#231) 2022-11-16 17:12:54 +05:30

EdenNetwork Watcher

Setup

First try the stack orchestrator to quickly get started. Advanced users can see here for instructions on setting up a local environment by hand.

Run

Setup with:

yarn && yarn build

then checkout the CLI guide for examples of commands that can be run on this watcher.