Skip to content

Commit

Permalink
fix: arbitrum sepolia deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Jun 17, 2024
1 parent 63daf0e commit 3538a27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 55 deletions.
6 changes: 3 additions & 3 deletions networks.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"arbitrum-sepolia": {
"SubgraphAvailabilityManager": {
"address": "0x9bDC3264596850E7F5d141A8D898dFA7001355CC",
"startBlock": 22552633
"address": "0x71D9aE967d1f31fbbD1817150902de78f8f2f73E",
"startBlock": 49584061
},
"SAODataEdge": {
"address": "0xB61AF143c79Cbdd68f179B657AaC86665CC2B469",
"startBlock": 25463619
"startBlock": 49584061
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"create-local": "graph create --node http://localhost:8020/ network-monitoring-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ network-monitoring-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 network-monitoring-subgraph",
"test": "yarn && yarn prep:test && yarn codegen && graph test",
"prep:test": "mustache ./config/test.json subgraph.template.yaml > subgraph.yaml"
"test": "yarn && yarn codegen && graph test",
"deploy-arbitrum-sepolia": "yarn && yarn codegen && graph build --network arbitrum-sepolia && graph deploy --studio network-monitoring-subgraph"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.71.0",
Expand Down
50 changes: 0 additions & 50 deletions subgraph.template.yaml

This file was deleted.

0 comments on commit 3538a27

Please sign in to comment.