@reality.eth/graph 0.4.64 → 0.4.66

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.
Files changed (1) hide show
  1. 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.64",
3
+ "version": "0.4.66",
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",
@@ -37,6 +37,7 @@
37
37
  "deploy-studio:polygon": "npm run prepare:polygon && graph deploy $GRAPH_AUTH --studio realityeth-polygon",
38
38
  "deploy-studio:mumbai": "npm run prepare:mumbai && graph deploy $GRAPH_AUTH --studio realityeth-mumbai",
39
39
  "deploy-studio:rinkeby": "npm run prepare:rinkeby && graph deploy $GRAPH_AUTH --studio realityeth-rinkeby",
40
+ "deploy-studio:sepolia": "npm run prepare:sepolia && graph deploy $GRAPH_AUTH --studio realityeth-sepolia",
40
41
  "deploy-studio:sokol": "npm run prepare:sokol && graph deploy $GRAPH_AUTH --studio realityeth-sokol",
41
42
  "deploy-studio:gnosis": "npm run prepare:gnosis && graph deploy $GRAPH_AUTH --studio realityeth-gnosis",
42
43
  "deploy-studio:zksync-goerli": "npm run prepare:zksync-goerli && graph deploy $GRAPH_AUTH realityeth-zksync-goerli-2",
@@ -55,6 +56,7 @@
55
56
  "prepare:polygon": "npm run clean && node render-templates.js 137 && graph codegen",
56
57
  "prepare:mumbai": "npm run clean && node render-templates.js 80001 && graph codegen",
57
58
  "prepare:rinkeby": "npm run clean && node render-templates.js 4 && graph codegen",
59
+ "prepare:sepolia": "npm run clean && node render-templates.js 11155111 && graph codegen",
58
60
  "prepare:sokol": "npm run clean && node render-templates.js 77 && graph codegen",
59
61
  "prepare:gnosis": "npm run clean && node render-templates.js 100 && graph codegen",
60
62
  "prepare:zksync-goerli": "npm run clean && node render-templates.js 280 && graph codegen",
@@ -65,7 +67,7 @@
65
67
  "prettier-write": "prettier --write '**/*.ts'"
66
68
  },
67
69
  "dependencies": {
68
- "@reality.eth/contracts": "^3.0.61",
70
+ "@reality.eth/contracts": "^3.0.63",
69
71
  "babel-polyfill": "^6.26.0",
70
72
  "babel-register": "^6.26.0",
71
73
  "mustache": "^4.2.0",
@@ -75,5 +77,5 @@
75
77
  "@graphprotocol/graph-cli": "^0.54.0",
76
78
  "@graphprotocol/graph-ts": "^0.27.0"
77
79
  },
78
- "gitHead": "f6cef51640ccf3d13e5c0fd08ae418cf9a7d871f"
80
+ "gitHead": "5bba76f537e2056abeab2d4bfd33f3052287d14f"
79
81
  }