@reality.eth/graph 0.4.56 → 0.4.58

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 CHANGED
@@ -1,69 +1,69 @@
1
1
  {
2
2
  "name": "@reality.eth/graph",
3
- "version": "0.4.56",
3
+ "version": "0.4.58",
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",
7
7
  "codegen": "graph codegen",
8
8
  "build": "graph build",
9
9
  "oink": "echo $GRAPH_AUTH",
10
- "deploy-local": "yarn deploy-local:rinkeby",
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",
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 --studio 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
- "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",
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",
28
- "deploy-studio:arbitrum": "yarn prepare:arbitrum && graph deploy $GRAPH_AUTH --studio realityeth-arbitrum",
29
- "deploy-studio:ava": "yarn prepare:ava && graph deploy $GRAPH_AUTH --studio realityeth-ava",
30
- "deploy-studio:bsc": "yarn prepare:bsc && graph deploy $GRAPH_AUTH --studio realityeth-bsc",
31
- "deploy-studio:chapel": "yarn prepare:chapel && graph deploy $GRAPH_AUTH --studio realityeth-chapel",
32
- "deploy-studio:kovan": "yarn prepare:kovan && graph deploy $GRAPH_AUTH --studio realityeth-kovan",
33
- "deploy-studio:goerli": "yarn prepare:goerli && graph deploy $GRAPH_AUTH --studio realityeth-goerli",
34
- "deploy-studio:mainnet": "yarn prepare:mainnet && graph deploy $GRAPH_AUTH --studio realityeth",
35
- "deploy-studio:optimism": "yarn prepare:optimism && graph deploy $GRAPH_AUTH --studio realityeth-optimism",
36
- "deploy-studio:polygon": "yarn prepare:polygon && graph deploy $GRAPH_AUTH --studio realityeth-polygon",
37
- "deploy-studio:mumbai": "yarn prepare:mumbai && graph deploy $GRAPH_AUTH --studio realityeth-mumbai",
38
- "deploy-studio:rinkeby": "yarn prepare:rinkeby && graph deploy $GRAPH_AUTH --studio realityeth-rinkeby",
39
- "deploy-studio:sokol": "yarn prepare:sokol && graph deploy $GRAPH_AUTH --studio realityeth-sokol",
40
- "deploy-studio:gnosis": "yarn prepare:gnosis && graph deploy $GRAPH_AUTH --studio realityeth-gnosis",
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",
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",
44
- "prepare:arbitrum": "yarn clean && node render-templates.js 42161 && graph codegen",
45
- "prepare:ava": "yarn clean && node render-templates.js 43114 && graph codegen",
46
- "prepare:bsc": "yarn clean && node render-templates.js 56 && graph codegen",
47
- "prepare:chapel": "yarn clean && node render-templates.js 97 && graph codegen",
48
- "prepare:kovan": "yarn clean && node render-templates.js 42 && graph codegen",
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",
51
- "prepare:mainnet": "yarn clean && node render-templates.js 1 && graph codegen",
52
- "prepare:optimism": "yarn clean && node render-templates.js 10 && graph codegen",
53
- "prepare:polygon": "yarn clean && node render-templates.js 137 && graph codegen",
54
- "prepare:mumbai": "yarn clean && node render-templates.js 80001 && graph codegen",
55
- "prepare:rinkeby": "yarn clean && node render-templates.js 4 && graph codegen",
56
- "prepare:sokol": "yarn clean && node render-templates.js 77 && graph codegen",
57
- "prepare:gnosis": "yarn clean && node render-templates.js 100 && graph codegen",
58
- "prepare:zksync-goerli": "yarn clean && node render-templates.js 280 && graph codegen",
10
+ "deploy-local": "npm run deploy-local:rinkeby",
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
+ "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
+ "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: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
+ "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
+ "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",
17
+ "deploy:goerli": "npm run prepare:goerli && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-goerli",
18
+ "deploy:mainnet": "npm run prepare:mainnet && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth",
19
+ "deploy:optimism": "npm run prepare:optimism && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-optimism",
20
+ "deploy:polygon": "npm run prepare:polygon && graph deploy $GRAPH_AUTH --studio realityeth-polygon",
21
+ "deploy:mumbai": "npm run prepare:mumbai && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-mumbai",
22
+ "deploy:rinkeby": "npm run prepare:rinkeby && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-rinkeby",
23
+ "deploy:sokol": "npm run prepare:sokol && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-sokol",
24
+ "deploy:gnosis": "npm run prepare:gnosis && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-gnosis",
25
+ "deploy:zksync-goerli": "npm run 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": "npm run prepare:zksync-era && graph deploy $GRAPH_AUTH --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ realityeth/realityeth-zksync-era",
27
+ "deploy:all": "npm run deploy:arbitrum && npm run deploy:ava && npm run deploy:bsc && npm run deploy:kovan && npm run deploy:mainnet && npm run deploy:mainnet && npm run deploy:optimism && npm run deploy:polygon && npm run deploy:rinkeby && npm run deploy:sokol && npm run deploy:gnosis",
28
+ "deploy-studio:arbitrum": "npm run prepare:arbitrum && graph deploy $GRAPH_AUTH --studio realityeth-arbitrum",
29
+ "deploy-studio:ava": "npm run prepare:ava && graph deploy $GRAPH_AUTH --studio realityeth-ava",
30
+ "deploy-studio:bsc": "npm run prepare:bsc && graph deploy $GRAPH_AUTH --studio realityeth-bsc",
31
+ "deploy-studio:chapel": "npm run prepare:chapel && graph deploy $GRAPH_AUTH --studio realityeth-chapel",
32
+ "deploy-studio:kovan": "npm run prepare:kovan && graph deploy $GRAPH_AUTH --studio realityeth-kovan",
33
+ "deploy-studio:goerli": "npm run prepare:goerli && graph deploy $GRAPH_AUTH --studio realityeth-goerli",
34
+ "deploy-studio:mainnet": "npm run prepare:mainnet && graph deploy $GRAPH_AUTH --studio realityeth",
35
+ "deploy-studio:optimism": "npm run prepare:optimism && graph deploy $GRAPH_AUTH --studio realityeth-optimism",
36
+ "deploy-studio:polygon": "npm run prepare:polygon && graph deploy $GRAPH_AUTH --studio realityeth-polygon",
37
+ "deploy-studio:mumbai": "npm run prepare:mumbai && graph deploy $GRAPH_AUTH --studio realityeth-mumbai",
38
+ "deploy-studio:rinkeby": "npm run prepare:rinkeby && graph deploy $GRAPH_AUTH --studio realityeth-rinkeby",
39
+ "deploy-studio:sokol": "npm run prepare:sokol && graph deploy $GRAPH_AUTH --studio realityeth-sokol",
40
+ "deploy-studio:gnosis": "npm run prepare:gnosis && graph deploy $GRAPH_AUTH --studio realityeth-gnosis",
41
+ "deploy-studio:zksync-goerli": "npm run prepare:zksync-goerli && graph deploy $GRAPH_AUTH realityeth-zksync-goerli-2",
42
+ "deploy-studio:zksync-era": "npm run prepare:zksync-era && graph deploy $GRAPH_AUTH realityeth-zksync-era",
43
+ "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
+ "prepare:arbitrum": "npm run clean && node render-templates.js 42161 && graph codegen",
45
+ "prepare:ava": "npm run clean && node render-templates.js 43114 && graph codegen",
46
+ "prepare:bsc": "npm run clean && node render-templates.js 56 && graph codegen",
47
+ "prepare:chapel": "npm run clean && node render-templates.js 97 && graph codegen",
48
+ "prepare:kovan": "npm run clean && node render-templates.js 42 && graph codegen",
49
+ "prepare:goerli": "npm run clean && node render-templates.js 5 && graph codegen",
50
+ "prepare:zksync-era": "npm run clean && node render-templates.js 324 && graph codegen",
51
+ "prepare:mainnet": "npm run clean && node render-templates.js 1 && graph codegen",
52
+ "prepare:optimism": "npm run clean && node render-templates.js 10 && graph codegen",
53
+ "prepare:polygon": "npm run clean && node render-templates.js 137 && graph codegen",
54
+ "prepare:mumbai": "npm run clean && node render-templates.js 80001 && graph codegen",
55
+ "prepare:rinkeby": "npm run clean && node render-templates.js 4 && graph codegen",
56
+ "prepare:sokol": "npm run clean && node render-templates.js 77 && graph codegen",
57
+ "prepare:gnosis": "npm run clean && node render-templates.js 100 && graph codegen",
58
+ "prepare:zksync-goerli": "npm run clean && node render-templates.js 280 && graph codegen",
59
59
  "clean": "rm -rf build/Reality*",
60
- "lint": "yarn eslint .",
60
+ "lint": "npm run eslint .",
61
61
  "lint-fix": "eslint . --fix",
62
62
  "prettier": "prettier '**/*.ts'",
63
63
  "prettier-write": "prettier --write '**/*.ts'"
64
64
  },
65
65
  "dependencies": {
66
- "@reality.eth/contracts": "^3.0.54",
66
+ "@reality.eth/contracts": "^3.0.56",
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": "6277f6e0474a0051c6dd4531be3453bd56d7c75e"
76
+ "gitHead": "f4c81e0bf7ad9d6d93145d1c06052353f97c8937"
77
77
  }
@@ -1,5 +1,5 @@
1
1
  specVersion: 0.0.2
2
- description: Reality.eth
2
+ description: Reality.eth, a crowd-sourced smart contract oracle
3
3
  repository: https://github.com/RealityETH/monorepo/
4
4
  schema:
5
5
  file: ./schema.graphql