Skip to content

Commit

Permalink
Merge pull request #10 from superfluid-finance/use-correct-op-sepolia…
Browse files Browse the repository at this point in the history
…-cli-name

use correct op-sepolia name
  • Loading branch information
kasparkallas authored Apr 30, 2024
2 parents 56e7049 + 3d413ef commit 1627a40
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aw-subgraph-ci-goldsky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
run: pnpm exec goldsky login --token ${{secrets.GOLDSKY_API_KEY}}
- name: Goldsky Deploy
run: pnpm exec goldsky subgraph deploy ${{format('auto-wrap-v1-{0}/{1}', matrix.networks, steps.get-version.outputs.result) }} --path ./build
continue-on-error: true # We still want to tag the latest deployment if it was already deployed.
- name: Goldsky Tag
run: pnpm exec goldsky subgraph tag ${{format('auto-wrap-v1-{0}/{1}', matrix.networks, steps.get-version.outputs.result) }} --tag latest
1 change: 1 addition & 0 deletions .github/workflows/fs-subgraph-ci-goldsky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
run: pnpm exec goldsky login --token ${{secrets.GOLDSKY_API_KEY}}
- name: Goldsky Deploy
run: pnpm exec goldsky subgraph deploy ${{format('scheduling-v1-{0}/{1}', matrix.networks, steps.get-version.outputs.result) }} --path ./build
continue-on-error: true # We still want to tag the latest deployment if it was already deployed.
- name: Goldsky Tag
run: pnpm exec goldsky subgraph tag ${{format('scheduling-v1-{0}/{1}', matrix.networks, steps.get-version.outputs.result) }} --tag latest
1 change: 1 addition & 0 deletions .github/workflows/vs-subgraph-ci-goldsky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ jobs:
run: pnpm exec goldsky login --token ${{secrets.GOLDSKY_API_KEY}}
- name: Goldsky Deploy
run: pnpm exec goldsky subgraph deploy ${{format('vesting-v1-{0}/{1}', matrix.networks, steps.get-version.outputs.result) }} --path ./build
continue-on-error: true # We still want to tag the latest deployment if it was already deployed.
- name: Goldsky Tag
run: pnpm exec goldsky subgraph tag ${{format('vesting-v1-{0}/{1}', matrix.networks, steps.get-version.outputs.result) }} --tag latest
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ Superfluid Automation Subgraphs index the [peripheral Superfluid automation cont
- Inspect the source code in the [protocol-monorepo](https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/automation-contracts)
- Find the deployment addresses programmatically from [@superfluid-finance/metadata](https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/metadata)

## Other
The Graph Supported Networks CLI names: https://thegraph.com/docs/en/developing/supported-networks/

## License
The Superfluid Automation Subgraphs are [MIT licensed](./LICENSE).
2 changes: 1 addition & 1 deletion subgraphs/flow-scheduler/config/optimism-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "opsepolia",
"network": "optimism-sepolia",
"flowSchedulerAddress": "0x73B1Ce21d03ad389C2A291B1d1dc4DAFE7B5Dc68",
"flowSchedulerStartBlock": 11122218
}
2 changes: 1 addition & 1 deletion subgraphs/vesting-scheduler/config/optimism-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "opsepolia",
"network": "optimism-sepolia",
"vestingSchedulerAddress": "0x27444c0235a4D921F3106475faeba0B5e7ABDD7a",
"vestingSchedulerStartBlock": 11122232
}
2 changes: 1 addition & 1 deletion subgraphs/wrap-scheduler/config/optimism-sepolia.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "opsepolia",
"network": "optimism-sepolia",
"wrapManagerAddress": "0x1fA76f2Cd0C3fe6c399A80111408d9C42C0CAC23",
"wrapManagerStartBlock": 91580804
}

0 comments on commit 1627a40

Please sign in to comment.