Generate watcher for sushiswap subgraph #4

Merged
nabarun merged 6 commits from deep-stack/sushiswap-watcher-ts:pm-generate-sushiswap-watcher into main 2024-06-12 04:49:34 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 8397228074 - Show all commits

View File

@ -1,5 +1,5 @@
{ {
"name": "azimuth-watcher-ts", "name": "sushiswap-watcher-ts",
"private": true, "private": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"workspaces": { "workspaces": {

View File

@ -39,11 +39,11 @@
"homepage": "https://github.com/cerc-io/watcher-ts#readme", "homepage": "https://github.com/cerc-io/watcher-ts#readme",
"dependencies": { "dependencies": {
"@apollo/client": "^3.3.19", "@apollo/client": "^3.3.19",
"@cerc-io/cli": "^0.2.93", "@cerc-io/cli": "^0.2.94",
"@cerc-io/ipld-eth-client": "^0.2.93", "@cerc-io/ipld-eth-client": "^0.2.94",
"@cerc-io/solidity-mapper": "^0.2.93", "@cerc-io/solidity-mapper": "^0.2.94",
"@cerc-io/util": "^0.2.93", "@cerc-io/util": "^0.2.94",
"@cerc-io/graph-node": "^0.2.93", "@cerc-io/graph-node": "^0.2.94",
"@ethersproject/providers": "^5.4.4", "@ethersproject/providers": "^5.4.4",
"debug": "^4.3.1", "debug": "^4.3.1",
"decimal.js": "^10.3.1", "decimal.js": "^10.3.1",