Skip to content
Open
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
16 changes: 9 additions & 7 deletions spot-staking-subgraph/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# spot-staking-subgraph

Ancillary subgraphs to keep track of spot staking.
Ancillary subgraphs to keep track of spot staking.

You should have your own Goldsky API key to use with the Goldsky CLI.

Note you must set the (new) version to deploy to, and then update the tag separately.
```
goldsky subgraph deploy spot-staking/<VERSION> --path .
```
yarn codegen

yarn build

export GRAPH_AUTH="SET_KEY"
yarn deploy
```
Once deployed, update the tag that frg-web-api looks for.
```
goldsky subgraph tag create spot-staking/<VERSION> --tag prod
```
Loading