@reality.eth/contracts 3.0.73 → 3.0.75
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/chains/supported.json
CHANGED
|
@@ -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
|
|
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": {
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
},
|
|
65
66
|
"130": {
|
|
66
67
|
"explorerURL": "https://unichain.blockscout.com/",
|
|
68
|
+
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/ChZUYehW8ionezxqgM1UQsrjuZpcBbNkiTjQX5jBauEi",
|
|
67
69
|
"network_name": "unichain"
|
|
68
70
|
},
|
|
69
71
|
"137": {
|
package/generated/chains.json
CHANGED
|
@@ -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
|
-
"
|
|
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",
|
|
@@ -292,6 +293,7 @@
|
|
|
292
293
|
},
|
|
293
294
|
"network_name": "unichain",
|
|
294
295
|
"rpcUrls": [],
|
|
296
|
+
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/subgraphs/id/ChZUYehW8ionezxqgM1UQsrjuZpcBbNkiTjQX5jBauEi",
|
|
295
297
|
"blockExplorerUrls": [
|
|
296
298
|
"https://unichain.blockscout.com/"
|
|
297
299
|
]
|
package/generated/contracts.json
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "3.0.75",
|
|
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": "
|
|
37
|
+
"gitHead": "9f2214b6aead6fa6951852afea11b8cfcf873770",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.6.8"
|
|
40
40
|
}
|