File tree Expand file tree Collapse file tree 4 files changed +6
-16
lines changed
Expand file tree Collapse file tree 4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1515 secrets :
1616 GRAPH_DEPLOY_KEY :
1717 required : true
18- outputs :
19- deployment_id :
20- value : ${{ jobs.deploy.outputs.deployment_id }}
2118
2219jobs :
2320 deploy :
5350 - name : Graph Codegen
5451 id : graph-codegen
5552 working-directory : ${{ inputs.working-directory }}
56- run : pnpm codegen ${{ inputs.manifest-file }}
53+ run : pnpm codegen subgraph.sepolia.yaml
5754
5855 - name : Graph Build
5956 id : graph-build
6865 --deploy-key ${{ secrets.GRAPH_DEPLOY_KEY }} \
6966 ${{ inputs.subgraph-name }} \
7067 ${{ inputs.manifest-file }} \
71- --version-label ${GITHUB_SHA::8} > deployment.log 2>&1
72-
73- - name : Deployment ID
74- id : extract-id
75- working-directory : ${{ inputs.working-directory }}
76- run : |
77- DEPLOY_ID=$(grep "Build completed:" deployment.log | awk '{print $3}')
78- echo "deployment_id=${DEPLOY_ID}" >> $GITHUB_OUTPUT
68+ --version-label ${GITHUB_SHA::8} > deployment.log 2>&1
Original file line number Diff line number Diff line change 187187 "avalanche" : {
188188 "Vault" : {
189189 "address" : " 0xba1333333333cbcdB5D83c2e5d1D898E07eD00Dc" ,
190- "startBlock" : 59388625
190+ "startBlock" : 59388624
191191 },
192192 "ProtocolFeeController" : {
193193 "address" : " 0x8de13A85136982F7a0F9E6836e98803de138fb88" ,
194194 "startBlock" : 59388449
195195 },
196196 "WeightedPoolFactory" : {
197197 "address" : " 0x7Ba29fE8E83dd6097A7298075C4AFfdBda3121cC" ,
198- "startBlock" : 59394296
198+ "startBlock" : 59394295
199199 },
200200 "StablePoolV2Factory" : {
201201 "address" : " 0x1702067424096F07A60e62cceE3dE9420068492D" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dataSources:
88 source :
99 abi : BasePoolFactory
1010 address : " 0x7Ba29fE8E83dd6097A7298075C4AFfdBda3121cC"
11- startBlock : 59394296
11+ startBlock : 59394295
1212 mapping :
1313 kind : ethereum/events
1414 apiVersion : 0.0.7
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dataSources:
88 source :
99 abi : Vault
1010 address : " 0xba1333333333cbcdB5D83c2e5d1D898E07eD00Dc"
11- startBlock : 59388625
11+ startBlock : 59388624
1212 mapping :
1313 kind : ethereum/events
1414 apiVersion : 0.0.7
You can’t perform that action at this time.
0 commit comments