diff --git a/.github/workflows/deploy-production-arbitrum-subgraph.yaml b/.github/workflows/deploy-production-arbitrum-subgraph.yaml index a8ce9e1..a18ee7e 100644 --- a/.github/workflows/deploy-production-arbitrum-subgraph.yaml +++ b/.github/workflows/deploy-production-arbitrum-subgraph.yaml @@ -28,8 +28,8 @@ jobs: # Run scripts - name: Prepare addresses mainnet - run: ./node_modules/.bin/ts-node config/mainnetAddressScript.ts && ./node_modules/.bin/mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts + run: ./node_modules/.bin/ts-node config/arbitrumAddressScript.ts && ./node_modules/.bin/mustache ./config/generatedAddresses.json ./config/addresses.template.ts > ./config/addresses.ts - name: Prepare mainnet 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/ - name: Deploy to mainnet production - 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}} + 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}}