Skip to content

Commit

Permalink
Merge pull request #2045 from decentdao/roles-0.1.0/root
Browse files Browse the repository at this point in the history
`[roles-0.1.0]` Root
  • Loading branch information
adamgall committed Jul 9, 2024
2 parents 04e476d + 98df40d commit f735e7d
Show file tree
Hide file tree
Showing 67 changed files with 4,944 additions and 196 deletions.
5 changes: 5 additions & 0 deletions .graphclientrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ sources:
handler:
graphql:
endpoint: https://api.studio.thegraph.com/query/{context.subgraphSpace:71032}/{context.subgraphSlug:fractal-mainnet}/{context.subgraphVersion:v0.1.1}
- name: sablier
handler:
graphql:
endpoint: https://api.studio.thegraph.com/query/{context.subgraphSpace:57079}/{context.subgraphSlug:sablier-v2}/version/latest

documents:
- ./src/graphql/DAO.graphql
- ./src/graphql/Streams.graphql
111 changes: 102 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@fontsource/space-mono": "^5.0.19",
"@fractal-framework/fractal-contracts": "^0.7.1",
"@fractal-framework/fractal-contracts": "^0.8.0",
"@graphprotocol/client-apollo": "^1.0.16",
"@hatsprotocol/sdk-v1-core": "^0.9.0",
"@hatsprotocol/sdk-v1-subgraph": "^1.0.0",
"@lido-sdk/contracts": "^3.0.2",
"@netlify/blobs": "^6.5.0",
"@netlify/functions": "^2.6.0",
Expand Down Expand Up @@ -57,7 +59,8 @@
"vite": "^5.1.0",
"vite-plugin-checker": "^0.6.4",
"wagmi": "^2.9.7",
"yup": "^1"
"yup": "^1",
"zustand": "^4.5.2"
},
"scripts": {
"lint": "eslint . --ext .ts,.tsx --fix",
Expand Down
Loading

0 comments on commit f735e7d

Please sign in to comment.