Skip to content

Commit

Permalink
Merge pull request #2 from Tenderize/nv/multi-chain-subgraph
Browse files Browse the repository at this point in the history
feat: multi-chain subgraph client
  • Loading branch information
kyriediculous authored Feb 4, 2024
2 parents de27bb5 + 476cddb commit a804374
Show file tree
Hide file tree
Showing 20 changed files with 33,278 additions and 15,165 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
cache: 'yarn'
- run: yarn workspace @tender-graph/subgraph install
- run: yarn workspace @tender-graph/subgraph prettier:check
- run: yarn workspace @tender-graph/subgraph prepare:localhost
- run: yarn workspace @tender-graph/subgraph prepare:mainnet
- run: yarn workspace @tender-graph/subgraph codegen
- run: yarn workspace @tender-graph/subgraph build
- run: yarn workspace @tender-graph/client install
- run: yarn workspace @tender-graph/client prettier:check
- run: yarn workspace @tender-graph/cient codegen
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@tenderize/monorepo",
"version": "0.0.1",
"packageManager": "[email protected]",
"private": true,
"workspaces": {
"nohoist": [
Expand All @@ -19,4 +18,4 @@
"engines": {
"node": ">=16.4.0"
}
}
}
1 change: 1 addition & 0 deletions packages/graph-client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
.DS_STORE
yarn-error.log
.graphclient
Loading

0 comments on commit a804374

Please sign in to comment.