@reality.eth/contracts 3.0.65 → 3.0.67
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.
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"address": "
|
|
3
|
-
"block":
|
|
2
|
+
"address": "0x288799697AE9EbceDC1b30BBAE6a38e03e41CdDb",
|
|
3
|
+
"block": 8809697,
|
|
4
4
|
"notes": null,
|
|
5
|
-
"arbitrators": {
|
|
5
|
+
"arbitrators": {
|
|
6
|
+
"0x756c1f6f031fA8ADa12c340EA2559C0C4C93439D": "Butter dev arbitrator",
|
|
7
|
+
"0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D1": "Kleros (Oracle court)"
|
|
8
|
+
}
|
|
6
9
|
}
|
package/generated/contracts.json
CHANGED
|
@@ -423,10 +423,13 @@
|
|
|
423
423
|
"1301": {
|
|
424
424
|
"ETH": {
|
|
425
425
|
"RealityETH-3.0": {
|
|
426
|
-
"address": "
|
|
427
|
-
"block":
|
|
426
|
+
"address": "0x288799697AE9EbceDC1b30BBAE6a38e03e41CdDb",
|
|
427
|
+
"block": 8809697,
|
|
428
428
|
"notes": null,
|
|
429
|
-
"arbitrators": {
|
|
429
|
+
"arbitrators": {
|
|
430
|
+
"0x756c1f6f031fA8ADa12c340EA2559C0C4C93439D": "Butter dev arbitrator",
|
|
431
|
+
"0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D1": "Kleros (Oracle court)"
|
|
432
|
+
}
|
|
430
433
|
}
|
|
431
434
|
}
|
|
432
435
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.67",
|
|
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": "d2a940ec61e0f22c7bbd6a33f1d4b3eb6904fb04",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.6.8"
|
|
40
40
|
}
|