From 3d413ef64dfd47593daa5aa4d34d26ba09638208 Mon Sep 17 00:00:00 2001 From: Kaspar Kallas Date: Tue, 30 Apr 2024 17:50:32 +0300 Subject: [PATCH] use correct op-sepolia name --- .github/workflows/aw-subgraph-ci-goldsky.yml | 1 + .github/workflows/fs-subgraph-ci-goldsky.yml | 1 + .github/workflows/vs-subgraph-ci-goldsky.yml | 1 + README.md | 3 +++ subgraphs/flow-scheduler/config/optimism-sepolia.json | 2 +- subgraphs/vesting-scheduler/config/optimism-sepolia.json | 2 +- subgraphs/wrap-scheduler/config/optimism-sepolia.json | 2 +- 7 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aw-subgraph-ci-goldsky.yml b/.github/workflows/aw-subgraph-ci-goldsky.yml index e0db3b6..845612e 100644 --- a/.github/workflows/aw-subgraph-ci-goldsky.yml +++ b/.github/workflows/aw-subgraph-ci-goldsky.yml @@ -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 diff --git a/.github/workflows/fs-subgraph-ci-goldsky.yml b/.github/workflows/fs-subgraph-ci-goldsky.yml index d392a48..0962dfd 100644 --- a/.github/workflows/fs-subgraph-ci-goldsky.yml +++ b/.github/workflows/fs-subgraph-ci-goldsky.yml @@ -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 diff --git a/.github/workflows/vs-subgraph-ci-goldsky.yml b/.github/workflows/vs-subgraph-ci-goldsky.yml index 3888db5..f73fbea 100644 --- a/.github/workflows/vs-subgraph-ci-goldsky.yml +++ b/.github/workflows/vs-subgraph-ci-goldsky.yml @@ -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 diff --git a/README.md b/README.md index 898ea01..bb35af9 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/subgraphs/flow-scheduler/config/optimism-sepolia.json b/subgraphs/flow-scheduler/config/optimism-sepolia.json index 19af94f..d1e412b 100644 --- a/subgraphs/flow-scheduler/config/optimism-sepolia.json +++ b/subgraphs/flow-scheduler/config/optimism-sepolia.json @@ -1,5 +1,5 @@ { - "network": "opsepolia", + "network": "optimism-sepolia", "flowSchedulerAddress": "0x73B1Ce21d03ad389C2A291B1d1dc4DAFE7B5Dc68", "flowSchedulerStartBlock": 11122218 } diff --git a/subgraphs/vesting-scheduler/config/optimism-sepolia.json b/subgraphs/vesting-scheduler/config/optimism-sepolia.json index d2e5cfb..7e48790 100644 --- a/subgraphs/vesting-scheduler/config/optimism-sepolia.json +++ b/subgraphs/vesting-scheduler/config/optimism-sepolia.json @@ -1,5 +1,5 @@ { - "network": "opsepolia", + "network": "optimism-sepolia", "vestingSchedulerAddress": "0x27444c0235a4D921F3106475faeba0B5e7ABDD7a", "vestingSchedulerStartBlock": 11122232 } diff --git a/subgraphs/wrap-scheduler/config/optimism-sepolia.json b/subgraphs/wrap-scheduler/config/optimism-sepolia.json index 7c673bb..429ab8b 100644 --- a/subgraphs/wrap-scheduler/config/optimism-sepolia.json +++ b/subgraphs/wrap-scheduler/config/optimism-sepolia.json @@ -1,5 +1,5 @@ { - "network": "opsepolia", + "network": "optimism-sepolia", "wrapManagerAddress": "0x1fA76f2Cd0C3fe6c399A80111408d9C42C0CAC23", "wrapManagerStartBlock": 91580804 }