-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f00752f
commit 4a8ba8e
Showing
4 changed files
with
77 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,69 @@ | ||
name: Deploy Graph Studio Prod | ||
on: | ||
push: | ||
branches: main | ||
# name: Deploy Graph Studio Prod | ||
# on: | ||
# push: | ||
# branches: main | ||
|
||
jobs: | ||
deploy-pools-sepolia: | ||
runs-on: ubuntu-latest | ||
environment: graph | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Install pnpm | ||
uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8 | ||
- name: Install dependencies | ||
run: pnpm install | ||
- name: Generate manifests | ||
run: pnpm generate-manifests | ||
- name: Graph Codegen | ||
working-directory: subgraphs/pools | ||
run: pnpm codegen subgraph.sepolia.yaml | ||
- name: Graph Build | ||
working-directory: subgraphs/pools | ||
run: pnpm build subgraph.sepolia.yaml | ||
- uses: balancer-labs/[email protected] | ||
with: | ||
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} | ||
graph_version_label: ${GITHUB_SHA::8} | ||
graph_subgraph_name: "balancer-pools-v3-sepolia-7th" | ||
graph_account: "mendesfabio" | ||
graph_config_file: "subgraphs/pools/subgraph.sepolia.yaml" | ||
graph_deploy_studio: true | ||
# jobs: | ||
# deploy-pools-sepolia: | ||
# runs-on: ubuntu-latest | ||
# environment: graph | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Install node | ||
# uses: actions/setup-node@v3 | ||
# with: | ||
# node-version: 18 | ||
# - name: Install pnpm | ||
# uses: pnpm/action-setup@v2 | ||
# with: | ||
# version: 8 | ||
# - name: Install dependencies | ||
# run: pnpm install | ||
# - name: Generate manifests | ||
# run: pnpm generate-manifests | ||
# - name: Graph Codegen | ||
# working-directory: subgraphs/pools | ||
# run: pnpm codegen subgraph.sepolia.yaml | ||
# - name: Graph Build | ||
# working-directory: subgraphs/pools | ||
# run: pnpm build subgraph.sepolia.yaml | ||
# - uses: balancer-labs/[email protected] | ||
# with: | ||
# graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} | ||
# graph_version_label: ${GITHUB_SHA::8} | ||
# graph_subgraph_name: "balancer-pools-v3-sepolia-7th" | ||
# graph_account: "mendesfabio" | ||
# graph_config_file: "subgraphs/pools/subgraph.sepolia.yaml" | ||
# graph_deploy_studio: true | ||
|
||
deploy-vault-sepolia: | ||
runs-on: ubuntu-latest | ||
environment: graph | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Install node | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- name: Install pnpm | ||
uses: pnpm/action-setup@v2 | ||
with: | ||
version: 8 | ||
- name: Install dependencies | ||
run: pnpm install | ||
- name: Generate manifests | ||
run: pnpm generate-manifests | ||
- name: Graph Codegen | ||
working-directory: subgraphs/vault | ||
run: pnpm codegen subgraph.sepolia.yaml | ||
- name: Graph Build | ||
working-directory: subgraphs/vault | ||
run: pnpm build subgraph.sepolia.yaml | ||
- uses: balancer-labs/[email protected] | ||
with: | ||
graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} | ||
graph_version_label: ${GITHUB_SHA::8} | ||
graph_subgraph_name: "balancer-v3-sepolia-7th" | ||
graph_account: "mendesfabio" | ||
graph_config_file: "subgraphs/vault/subgraph.sepolia.yaml" | ||
graph_deploy_studio: true | ||
# deploy-vault-sepolia: | ||
# runs-on: ubuntu-latest | ||
# environment: graph | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - name: Install node | ||
# uses: actions/setup-node@v3 | ||
# with: | ||
# node-version: 18 | ||
# - name: Install pnpm | ||
# uses: pnpm/action-setup@v2 | ||
# with: | ||
# version: 8 | ||
# - name: Install dependencies | ||
# run: pnpm install | ||
# - name: Generate manifests | ||
# run: pnpm generate-manifests | ||
# - name: Graph Codegen | ||
# working-directory: subgraphs/vault | ||
# run: pnpm codegen subgraph.sepolia.yaml | ||
# - name: Graph Build | ||
# working-directory: subgraphs/vault | ||
# run: pnpm build subgraph.sepolia.yaml | ||
# - uses: balancer-labs/[email protected] | ||
# with: | ||
# graph_deploy_key: ${{secrets.GRAPH_DEPLOY_KEY}} | ||
# graph_version_label: ${GITHUB_SHA::8} | ||
# graph_subgraph_name: "balancer-v3-sepolia-7th" | ||
# graph_account: "mendesfabio" | ||
# graph_config_file: "subgraphs/vault/subgraph.sepolia.yaml" | ||
# graph_deploy_studio: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"sepolia": { | ||
"Vault": { | ||
"address": "0x7966FE92C59295EcE7FB5D9EfDB271967BFe2fbA", | ||
"startBlock": 6450339 | ||
"address": "0x0EF1c156a7986F394d90eD1bEeA6483Cc435F542", | ||
"startBlock": 6638943 | ||
}, | ||
"WeightedPoolFactory": { | ||
"address": "0x765ce16dbb3D7e89a9beBc834C5D6894e7fAA93c", | ||
"startBlock": 6454545 | ||
"address": "0x7c5E586ed4EC1793a6076FC0Dcad03Ca2442f7F8", | ||
"startBlock": 6638995 | ||
}, | ||
"StablePoolFactory": { | ||
"address": "0x4b4b45Edf6Ca26ae894377Cf4FeD1FA9F82D85C6", | ||
"startBlock": 6454538 | ||
"address": "0x2a55364B7948a460f9DEfFFc4440cB838A10dc26", | ||
"startBlock": 6639020 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters