@reality.eth/contracts 3.0.73 → 3.0.74

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.
@@ -2,5 +2,7 @@
2
2
  "address": "0xB920dBedE88B42aA77eE55ebcE3671132ee856fC",
3
3
  "block": 8561869,
4
4
  "notes": null,
5
- "arbitrators": {}
5
+ "arbitrators": {
6
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
7
+ }
6
8
  }
@@ -2,5 +2,7 @@
2
2
  "address": "0x2F39f464d16402Ca3D8527dA89617b73DE2F60e8",
3
3
  "block": 26260675,
4
4
  "notes": null,
5
- "arbitrators": {}
5
+ "arbitrators": {
6
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
7
+ }
6
8
  }
@@ -2,7 +2,8 @@
2
2
  "1": {
3
3
  "hostedRPC": "https://eth-mainnet.alchemyapi.io/v2/c9uS--nIxEOjVjh0AJlNttMaqUXQy8gR",
4
4
  "explorerURL": "https://etherscan.io",
5
- "graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/AGLkTv6eaW7JhQsLgB6SMzo43uM9V12ZoNkjAw7uijra",
5
+ "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/AGLkTv6eaW7JhQsLgB6SMzo43uM9V12ZoNkjAw7uijra",
6
+ "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
6
7
  "network_name": "mainnet"
7
8
  },
8
9
  "3": {
@@ -27,7 +27,8 @@
27
27
  "https://api.securerpc.com/v1"
28
28
  ],
29
29
  "hostedRPC": "https://eth-mainnet.alchemyapi.io/v2/c9uS--nIxEOjVjh0AJlNttMaqUXQy8gR",
30
- "graphURL": "https://gateway-arbitrum.network.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/AGLkTv6eaW7JhQsLgB6SMzo43uM9V12ZoNkjAw7uijra",
30
+ "atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
31
+ "graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/AGLkTv6eaW7JhQsLgB6SMzo43uM9V12ZoNkjAw7uijra",
31
32
  "blockExplorerUrls": [
32
33
  "https://etherscan.io",
33
34
  "https://eth.blockscout.com",
@@ -332,7 +332,9 @@
332
332
  "address": "0xB920dBedE88B42aA77eE55ebcE3671132ee856fC",
333
333
  "block": 8561869,
334
334
  "notes": null,
335
- "arbitrators": {}
335
+ "arbitrators": {
336
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
337
+ }
336
338
  }
337
339
  }
338
340
  },
@@ -454,7 +456,9 @@
454
456
  "address": "0x2F39f464d16402Ca3D8527dA89617b73DE2F60e8",
455
457
  "block": 26260675,
456
458
  "notes": null,
457
- "arbitrators": {}
459
+ "arbitrators": {
460
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
461
+ }
458
462
  }
459
463
  }
460
464
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.73",
3
+ "version": "3.0.74",
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": "339632bde8fd27add20263a775a6aca8ff494c57",
37
+ "gitHead": "ee04dbb38772893c0c45d02f0525f65839343764",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }