Skip to content

Commit 13bcd94

Browse files
committed
fix: arbitrum workflow
1 parent 67f0141 commit 13bcd94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
# Run scripts
3030
- name: Prepare addresses mainnet
31-
run: ./node_modules/.bin/ts-node config/mainnetAddressScript.ts && ./node_modules/.bin/mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts
31+
run: ./node_modules/.bin/ts-node config/arbitrumAddressScript.ts && ./node_modules/.bin/mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts
3232
- name: Prepare mainnet
3333
run: ./node_modules/.bin/mustache ./config/generatedAddresses.json subgraph.template.yaml > subgraph.yaml && ./node_modules/@graphprotocol/graph-cli/bin/graph codegen --output-dir src/types/
3434
- name: Deploy to mainnet production
35-
run: ./node_modules/@graphprotocol/graph-cli/bin/graph deploy graphprotocol/graph-network-analytics --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token ${{secrets.access_token}}
35+
run: ./node_modules/@graphprotocol/graph-cli/bin/graph deploy graphprotocol/graph-analytics-arbitrum --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token ${{secrets.access_token}}

0 commit comments

Comments
 (0)