Skip to content

Commit 932ed20

Browse files
Merge pull request #289 from graphprotocol/juanmardefago/horizon-dispute-manager
feat: added HorizonDisputeManager
2 parents f7342e5 + 5a14c62 commit 932ed20

25 files changed

+3205
-1563
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)