Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use managed postgres subgraph #115

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
npmRegistryServer: "https://npm.fluence.dev"

yarnPath: .yarn/releases/yarn-4.4.0.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fluencelabs/deal-ts-clients": "0.22.3",
"@fluencelabs/deal-ts-clients": "0.22.4-use-subgraph-do-9246196-6899-1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -914,9 +914,9 @@ __metadata:
languageName: node
linkType: hard

"@fluencelabs/deal-ts-clients@npm:0.22.3":
version: 0.22.3
resolution: "@fluencelabs/deal-ts-clients@npm:0.22.3"
"@fluencelabs/deal-ts-clients@npm:0.22.4-use-subgraph-do-9246196-6899-1.0":
version: 0.22.4-use-subgraph-do-9246196-6899-1.0
resolution: "@fluencelabs/deal-ts-clients@npm:0.22.4-use-subgraph-do-9246196-6899-1.0"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.2.0"
debug: "npm:^4.3.4"
Expand All @@ -928,7 +928,7 @@ __metadata:
graphql-tag: "npm:^2.12.6"
ipfs-http-client: "npm:^60.0.1"
multiformats: "npm:^13.0.1"
checksum: 10c0/871afe9e643297cc639510e1f441011dcc5966a70012bb46ca265ad940d50e2b98114c9a279553821b56dae777f7ed5fd8fd8981e0e09d88467a940e5959db96
checksum: 10c0/8d8ad0159148051774cb8ad45b6bbfe1c2c137df62499a18c4d4cec66021f0b7faf1f731fc0f44a60b4d744ead6a8fb2f14d73bb255cfaf94b34af25e51df5ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -6470,7 +6470,7 @@ __metadata:
"@emotion/babel-plugin": "npm:^11.11.0"
"@emotion/react": "npm:^11.11.1"
"@emotion/styled": "npm:^11.11.0"
"@fluencelabs/deal-ts-clients": "npm:0.22.3"
"@fluencelabs/deal-ts-clients": "npm:0.22.4-use-subgraph-do-9246196-6899-1.0"
"@radix-ui/react-accordion": "npm:^1.1.2"
"@radix-ui/react-aspect-ratio": "npm:^1.0.3"
"@radix-ui/react-checkbox": "npm:^1.0.4"
Expand Down