@reality.eth/contracts 3.2.5 → 3.2.6

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.
@@ -132,6 +132,7 @@
132
132
  },
133
133
  "42220": {
134
134
  "hostedRPC": "https://forno.celo.org",
135
+ "graphURL": "https://api.studio.thegraph.com/query/41571/realityeth-celo/version/latest",
135
136
  "network_name": "celo"
136
137
  },
137
138
  "43114": {
@@ -577,6 +577,7 @@
577
577
  "wss://forno.celo.org/ws"
578
578
  ],
579
579
  "hostedRPC": "https://forno.celo.org",
580
+ "graphURL": "https://api.studio.thegraph.com/query/41571/realityeth-celo/version/latest",
580
581
  "blockExplorerUrls": [
581
582
  "https://celoscan.io",
582
583
  "https://explorer.celo.org"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "description": "Collection of smart contracts for the Realitio fact verification platform",
5
5
  "scripts": {
6
6
  "generate-chains": "node scripts/generate_chains_json.js",
@@ -34,7 +34,7 @@
34
34
  "url": "https://github.com/RealityETH/monorepo/issues"
35
35
  },
36
36
  "homepage": "https://reality.eth.link",
37
- "gitHead": "1b6316bde7fd1739ece635a754d2c1ed1ae6610c",
37
+ "gitHead": "dfcc5aaac69c7afbaba97b1d567fce2997e757b1",
38
38
  "dependencies": {
39
39
  "ethers": "^5.8.0"
40
40
  }