We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fc6ac commit 0034326Copy full SHA for 0034326
2 files changed
fendermint/testing/graph-test/Makefile.toml
@@ -57,7 +57,7 @@ npm run graph-node
57
58
echo "Waiting for Graph node to start..."
59
# Notice that subgraph node does takes a while to spin up
60
-sleep 30s
+sleep 30
61
62
npm run create-local
63
npm run deploy-local
fendermint/testing/graph-test/subgraph/graph-node/docker-compose.yaml
@@ -2,6 +2,7 @@ version: '3'
2
services:
3
graph-node:
4
image: graphprotocol/graph-node:v0.27.0
5
+ platform: linux/amd64
6
ports:
7
- '8000:8000'
8
- '8001:8001'
@@ -24,6 +25,7 @@ services:
24
25
GRAPH_ETHEREUM_GENESIS_BLOCK_NUMBER: 1
26
ipfs:
27
image: ipfs/go-ipfs:v0.10.0
28
29
30
- '5001:5001'
31
postgres:
0 commit comments