@reality.eth/graph 0.4.62 → 0.4.63
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/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/graph",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.63",
|
|
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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"deploy-local:rinkeby": "npm run prepare:rinkeby && graph deploy $GRAPH_AUTHrealityeth/realityeth --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
|
|
12
12
|
"deploy:arbitrum": "npm run prepare:arbitrum && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-arbitrum",
|
|
13
13
|
"deploy:ava": "npm run prepare:ava && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-ava",
|
|
14
|
+
"deploy:backstopTestnet": "npm run prepare:backstopTestnet && graph deploy realityeth-backstop --ipfs http://ipfs.backstop.technology:25001 --node http://backstop-testnet1:28020",
|
|
14
15
|
"deploy:bsc": "npm run prepare:bsc && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-bsc",
|
|
15
16
|
"deploy:chapel": "npm run prepare:chapel && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-chapel",
|
|
16
17
|
"deploy:kovan": "npm run prepare:kovan && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-kovan",
|
|
@@ -43,6 +44,7 @@
|
|
|
43
44
|
"deploy-studio:all": "npm run deploy-studio:arbitrum && npm run deploy-studio:ava && npm run deploy-studio:bsc && npm run deploy-studio:kovan && npm run deploy-studio:mainnet && npm run deploy-studio:mainnet && npm run deploy-studio:optimism && npm run deploy-studio:polygon && npm run deploy-studio:rinkeby && npm run deploy-studio:sokol && npm run deploy-studio:gnosis",
|
|
44
45
|
"prepare:arbitrum": "npm run clean && node render-templates.js 42161 && graph codegen",
|
|
45
46
|
"prepare:ava": "npm run clean && node render-templates.js 43114 && graph codegen",
|
|
47
|
+
"prepare:backstopTestnet": "npm run clean && node render-templates.js 88558801 && graph codegen",
|
|
46
48
|
"prepare:bsc": "npm run clean && node render-templates.js 56 && graph codegen",
|
|
47
49
|
"prepare:chapel": "npm run clean && node render-templates.js 97 && graph codegen",
|
|
48
50
|
"prepare:kovan": "npm run clean && node render-templates.js 42 && graph codegen",
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
"prettier-write": "prettier --write '**/*.ts'"
|
|
64
66
|
},
|
|
65
67
|
"dependencies": {
|
|
66
|
-
"@reality.eth/contracts": "^3.0.
|
|
68
|
+
"@reality.eth/contracts": "^3.0.60",
|
|
67
69
|
"babel-polyfill": "^6.26.0",
|
|
68
70
|
"babel-register": "^6.26.0",
|
|
69
71
|
"mustache": "^4.2.0",
|
|
@@ -73,5 +75,5 @@
|
|
|
73
75
|
"@graphprotocol/graph-cli": "^0.54.0",
|
|
74
76
|
"@graphprotocol/graph-ts": "^0.27.0"
|
|
75
77
|
},
|
|
76
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "59795c68f18975d4dd5cf84390a2d4bd197d7e69"
|
|
77
79
|
}
|