@reality.eth/graph 0.4.30 → 0.4.31

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 +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/graph",
3
- "version": "0.4.30",
3
+ "version": "0.4.31",
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",
@@ -23,6 +23,7 @@
23
23
  "deploy:sokol": "yarn prepare:sokol && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-sokol",
24
24
  "deploy:gnosis": "yarn prepare:gnosis && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-gnosis",
25
25
  "deploy:zksync-goerli": "yarn prepare:zksync-goerli && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-zksync-goerli-3",
26
+ "deploy:zksync-era": "yarn prepare:zksync-era && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-zksync-era",
26
27
  "deploy:all": "yarn deploy:arbitrum && yarn deploy:ava && yarn deploy:bsc && yarn deploy:kovan && yarn deploy:mainnet && yarn deploy:mainnet && yarn deploy:optimism && yarn deploy:polygon && yarn deploy:rinkeby && yarn deploy:sokol && yarn deploy:gnosis",
27
28
  "deploy-studio:arbitrum": "yarn prepare:arbitrum && graph deploy $GRAPH_AUTH --studio realityeth-arbitrum",
28
29
  "deploy-studio:ava": "yarn prepare:ava && graph deploy $GRAPH_AUTH --studio realityeth-ava",
@@ -38,6 +39,7 @@
38
39
  "deploy-studio:sokol": "yarn prepare:sokol && graph deploy $GRAPH_AUTH --studio realityeth-sokol",
39
40
  "deploy-studio:gnosis": "yarn prepare:gnosis && graph deploy $GRAPH_AUTH --studio realityeth-gnosis",
40
41
  "deploy-studio:zksync-goerli": "yarn prepare:zksync-goerli && graph deploy $GRAPH_AUTH realityeth-zksync-goerli-2",
42
+ "deploy-studio:zksync-era": "yarn prepare:zksync-era && graph deploy $GRAPH_AUTH realityeth-zksync-era",
41
43
  "deploy-studio:all": "yarn deploy-studio:arbitrum && yarn deploy-studio:ava && yarn deploy-studio:bsc && yarn deploy-studio:kovan && yarn deploy-studio:mainnet && yarn deploy-studio:mainnet && yarn deploy-studio:optimism && yarn deploy-studio:polygon && yarn deploy-studio:rinkeby && yarn deploy-studio:sokol && yarn deploy-studio:gnosis",
42
44
  "prepare:arbitrum": "yarn clean && node render-templates.js 42161 && graph codegen",
43
45
  "prepare:ava": "yarn clean && node render-templates.js 43114 && graph codegen",
@@ -45,6 +47,7 @@
45
47
  "prepare:chapel": "yarn clean && node render-templates.js 97 && graph codegen",
46
48
  "prepare:kovan": "yarn clean && node render-templates.js 42 && graph codegen",
47
49
  "prepare:goerli": "yarn clean && node render-templates.js 5 && graph codegen",
50
+ "prepare:zksync-era": "yarn clean && node render-templates.js 324 && graph codegen",
48
51
  "prepare:mainnet": "yarn clean && node render-templates.js 1 && graph codegen",
49
52
  "prepare:optimism": "yarn clean && node render-templates.js 10 && graph codegen",
50
53
  "prepare:polygon": "yarn clean && node render-templates.js 137 && graph codegen",
@@ -60,7 +63,7 @@
60
63
  "prettier-write": "prettier --write '**/*.ts'"
61
64
  },
62
65
  "dependencies": {
63
- "@reality.eth/contracts": "^3.0.28",
66
+ "@reality.eth/contracts": "^3.0.29",
64
67
  "babel-polyfill": "^6.26.0",
65
68
  "babel-register": "^6.26.0",
66
69
  "mustache": "^4.2.0",
@@ -70,5 +73,5 @@
70
73
  "@graphprotocol/graph-cli": "^0.38.0",
71
74
  "@graphprotocol/graph-ts": "^0.27.0"
72
75
  },
73
- "gitHead": "ee8105a5204125b708d3919365a2c53d72711124"
76
+ "gitHead": "d4c46277b826cbd64368cf37186050d0257c2d6f"
74
77
  }