@reality.eth/graph 0.4.42 → 0.4.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -9,3 +9,8 @@ You may need to pass the GRAPH_AUTH environmental variable with the param
|
|
|
9
9
|
We suggest keeping this in a file, eg
|
|
10
10
|
GRAPH_AUTH="--access-token `cat ~/secrets/graph_auth`" yarn deploy:zksync-goerli
|
|
11
11
|
|
|
12
|
+
Update, 2023-08-11:
|
|
13
|
+
Studio now seems to want eg
|
|
14
|
+
GRAPH_AUTH="--deploy-key `cat ~/secrets/graph_studio_auth`" yarn deploy:zksync-goerli
|
|
15
|
+
...where the deploy key is subtly different.
|
|
16
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/graph",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.44",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"create-local": "graph create realityeth/realityeth --node http://127.0.0.1:8020",
|
|
6
6
|
"remove-local": "graph remove realityeth/realityeth --node http://127.0.0.1:8020",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"prettier-write": "prettier --write '**/*.ts'"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@reality.eth/contracts": "^3.0.
|
|
66
|
+
"@reality.eth/contracts": "^3.0.42",
|
|
67
67
|
"babel-polyfill": "^6.26.0",
|
|
68
68
|
"babel-register": "^6.26.0",
|
|
69
69
|
"mustache": "^4.2.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"@graphprotocol/graph-cli": "^0.54.0",
|
|
74
74
|
"@graphprotocol/graph-ts": "^0.27.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "5f6f73330b1b0da18a9fe9de4dcffa334bb5767f"
|
|
77
77
|
}
|