Skip to content

Commit 5b6c220

Browse files
authored
Merge pull request #296 from graphprotocol/juanmardefago/horizon-stage-1-signed
2 parents 9509806 + 4b314a0 commit 5b6c220

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+13373
-2640
lines changed

.github/workflows/deploy-goerli-arbitrum-subgraph.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-goerli-subgraph.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-production-arbitrum-subgraph.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-production-subgraph.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-sepolia-arbitrum-subgraph.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-sepolia-subgraph.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-staging-arbitrum-subgraph.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/deploy-staging-subgraph.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/template-deploy.yaml

Lines changed: 0 additions & 92 deletions
This file was deleted.

.github/workflows/tests-l1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: Prep addressess
2828
run: ./node_modules/.bin/ts-node config/testAddressesL1.ts && ./node_modules/.bin/mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts
2929
- name: Prep test L1
30-
run: ./node_modules/.bin/mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && ./node_modules/@graphprotocol/graph-cli/bin/run codegen --output-dir src/types/
30+
run: ./node_modules/.bin/mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && ./node_modules/@graphprotocol/graph-cli/bin/run.js codegen --output-dir src/types/
3131
- name: Test
32-
run: ./node_modules/@graphprotocol/graph-cli/bin/run test -v 0.6.0-rc.2
32+
run: ./node_modules/@graphprotocol/graph-cli/bin/run.js test -v 0.6.0-rc.2

0 commit comments

Comments
 (0)