File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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}}
You can’t perform that action at this time.
0 commit comments