@reality.eth/contracts 3.0.76 → 3.0.77

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.
@@ -3,6 +3,7 @@
3
3
  "block": 8561869,
4
4
  "notes": null,
5
5
  "arbitrators": {
6
- "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
6
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)",
7
+ "0x6fa32dCAc55ADB31B3A2d87A2af653c46C68B9EB": "CFM arbitrator"
7
8
  }
8
9
  }
@@ -159,7 +159,7 @@
159
159
  },
160
160
  "11155111": {
161
161
  "network_name": "sepolia",
162
- "graphURL": "https://gateway.thegraph.com/api/[api-key]/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
162
+ "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
163
163
  "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5"
164
164
  },
165
165
  "11155420": {
@@ -724,7 +724,7 @@
724
724
  ],
725
725
  "hostedRPC": "https://rpc.sepolia.org",
726
726
  "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
727
- "graphURL": "https://gateway.thegraph.com/api/[api-key]/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
727
+ "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
728
728
  "blockExplorerUrls": [
729
729
  "https://sepolia.etherscan.io",
730
730
  "https://sepolia.otterscan.io",
@@ -333,7 +333,8 @@
333
333
  "block": 8561869,
334
334
  "notes": null,
335
335
  "arbitrators": {
336
- "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
336
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)",
337
+ "0x6fa32dCAc55ADB31B3A2d87A2af653c46C68B9EB": "CFM arbitrator"
337
338
  }
338
339
  }
339
340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.76",
3
+ "version": "3.0.77",
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": "a30a3c39e322a2de75a0ef4b0fb6f24d05040c9c",
37
+ "gitHead": "e7c5a92f690104c2e66c03aac4adabd0d6ca70ae",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }