Skip to content

Commit

Permalink
split pool event handlers (#213)
Browse files Browse the repository at this point in the history
* split core handlers

* remove yarn codegen from CI

* update export

* fix(lint): auto-fix [ci]

---------

Co-authored-by: mzywang <mzywang@users.noreply.github.com>
  • Loading branch information
mzywang and mzywang authored Apr 12, 2024
1 parent 13078d9 commit 4fda7e3
Show file tree
Hide file tree
Showing 10 changed files with 687 additions and 474 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,5 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Run GraphQL codegen
run: yarn codegen

- name: Build project
run: yarn build
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"license": "GPL-3.0-or-later",
"scripts": {
"lint": "eslint . --ext .ts --fix",
"build": "run-s codegen && graph build",
"buildonly": "graph build",
"deploy:alchemy": "graph deploy --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz",
"codegen": "graph codegen --output-dir src/types/",
"build": "graph build",
"create-local": "graph create ianlapham/uniswap-v3 --node http://127.0.0.1:8020",
"deploy-local": "graph deploy ianlapham/uniswap-v3 --debug --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"deploy": "graph deploy ianlapham/uniswap-v3-subgraph --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --debug",
Expand All @@ -22,6 +24,7 @@
"@uniswap/eslint-config": "^1.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^6.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.18.2",
"typescript": "^3.5.2"
}
Expand Down
Loading

0 comments on commit 4fda7e3

Please sign in to comment.