@reality.eth/graph 0.4.28 → 0.4.29

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 +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/graph",
3
- "version": "0.4.28",
3
+ "version": "0.4.29",
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",
@@ -9,19 +9,19 @@
9
9
  "oink": "echo $GRAPH_AUTH",
10
10
  "deploy-local": "yarn deploy-local:rinkeby",
11
11
  "deploy-local:rinkeby": "yarn prepare:rinkeby && graph deploy $GRAPH_AUTHrealityeth/realityeth --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
12
- "deploy:arbitrum": "yarn prepare:arbitrum && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-arbitrum",
13
- "deploy:ava": "yarn prepare:ava && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-ava",
14
- "deploy:bsc": "yarn prepare:bsc && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-bsc",
15
- "deploy:chapel": "yarn prepare:chapel && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-chapel",
16
- "deploy:kovan": "yarn prepare:kovan && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-kovan",
12
+ "deploy:arbitrum": "yarn prepare:arbitrum && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-arbitrum",
13
+ "deploy:ava": "yarn prepare:ava && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-ava",
14
+ "deploy:bsc": "yarn prepare:bsc && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-bsc",
15
+ "deploy:chapel": "yarn prepare:chapel && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-chapel",
16
+ "deploy:kovan": "yarn prepare:kovan && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-kovan",
17
17
  "deploy:goerli": "yarn prepare:goerli && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-goerli",
18
- "deploy:mainnet": "yarn prepare:mainnet && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth",
19
- "deploy:optimism": "yarn prepare:optimism && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-optimism",
20
- "deploy:polygon": "yarn prepare:polygon && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-polygon",
21
- "deploy:mumbai": "yarn prepare:mumbai && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-mumbai",
22
- "deploy:rinkeby": "yarn prepare:rinkeby && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-rinkeby",
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
- "deploy:gnosis": "yarn prepare:gnosis && graph deploy $GRAPH_AUTH--ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-gnosis",
18
+ "deploy:mainnet": "yarn prepare:mainnet && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth",
19
+ "deploy:optimism": "yarn prepare:optimism && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-optimism",
20
+ "deploy:polygon": "yarn prepare:polygon && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-polygon",
21
+ "deploy:mumbai": "yarn prepare:mumbai && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-mumbai",
22
+ "deploy:rinkeby": "yarn prepare:rinkeby && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-rinkeby",
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
+ "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
26
  "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
27
  "deploy-studio:arbitrum": "yarn prepare:arbitrum && graph deploy $GRAPH_AUTH --studio realityeth-arbitrum",
@@ -60,7 +60,7 @@
60
60
  "prettier-write": "prettier --write '**/*.ts'"
61
61
  },
62
62
  "dependencies": {
63
- "@reality.eth/contracts": "^3.0.26",
63
+ "@reality.eth/contracts": "^3.0.27",
64
64
  "babel-polyfill": "^6.26.0",
65
65
  "babel-register": "^6.26.0",
66
66
  "mustache": "^4.2.0",
@@ -70,5 +70,5 @@
70
70
  "@graphprotocol/graph-cli": "^0.38.0",
71
71
  "@graphprotocol/graph-ts": "^0.27.0"
72
72
  },
73
- "gitHead": "0d2dc425f700aaf514f1927384dd6fe0015e8dba"
73
+ "gitHead": "346bd597623b347e4e8cc578d9531236630616e9"
74
74
  }