You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Context
We should use the latest version of graph-sdk from
`@projectlibertylabs/graph-sdk`
Related to ProjectLibertyLabs/gateway#445
# verification
Successfully reading the graph from chain
```bash
➜ ~/source/frequency-scenario-template git:(main) ✗ npm run run-example --example=read-graph
> @projectlibertylabs/frequency-scenario-template@0.0.0 run-example
> set -a ; source .env ; tsx -r tsconfig-paths/register src/examples/${npm_config_example}.ts
Graph for MSA 2:
follow(public) => (4) ["4","3","5","6"]
follow(private) => (0) []
friendship(private) => (0) []```
Graph SDK now publishes to
@projectlibertylabs/graph-sdk
We should update to use the new package.
The text was updated successfully, but these errors were encountered: