@reality.eth/contracts 3.0.75 → 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
  }
@@ -66,6 +66,7 @@
66
66
  "130": {
67
67
  "explorerURL": "https://unichain.blockscout.com/",
68
68
  "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/ChZUYehW8ionezxqgM1UQsrjuZpcBbNkiTjQX5jBauEi",
69
+ "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
69
70
  "network_name": "unichain"
70
71
  },
71
72
  "137": {
@@ -158,7 +159,7 @@
158
159
  },
159
160
  "11155111": {
160
161
  "network_name": "sepolia",
161
- "graphURL": "https://gateway.thegraph.com/api/[api-key]/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
162
+ "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
162
163
  "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5"
163
164
  },
164
165
  "11155420": {
@@ -293,6 +293,7 @@
293
293
  },
294
294
  "network_name": "unichain",
295
295
  "rpcUrls": [],
296
+ "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
296
297
  "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/ChZUYehW8ionezxqgM1UQsrjuZpcBbNkiTjQX5jBauEi",
297
298
  "blockExplorerUrls": [
298
299
  "https://unichain.blockscout.com/"
@@ -723,7 +724,7 @@
723
724
  ],
724
725
  "hostedRPC": "https://rpc.sepolia.org",
725
726
  "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
726
- "graphURL": "https://gateway.thegraph.com/api/[api-key]/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
727
+ "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/F3XjWNiNFUTbZhNQjXuhP7oDug2NaPwMPZ5XCRx46h5U",
727
728
  "blockExplorerUrls": [
728
729
  "https://sepolia.etherscan.io",
729
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.75",
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": "9f2214b6aead6fa6951852afea11b8cfcf873770",
37
+ "gitHead": "e7c5a92f690104c2e66c03aac4adabd0d6ca70ae",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }