@reality.eth/contracts 3.0.47 → 3.0.48
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/generated/contracts.json +10 -0
- package/package.json +2 -2
package/generated/contracts.json
CHANGED
|
@@ -358,6 +358,16 @@
|
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
360
|
},
|
|
361
|
+
"300": {
|
|
362
|
+
"ETH": {
|
|
363
|
+
"RealityETH-3.0": {
|
|
364
|
+
"address": "0x4E346436e99fb7d6567A2bd024d8806Fc10d84D2",
|
|
365
|
+
"block": 255658,
|
|
366
|
+
"notes": null,
|
|
367
|
+
"arbitrators": {}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
361
371
|
"324": {
|
|
362
372
|
"ETH": {
|
|
363
373
|
"RealityETH-3.0": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.48",
|
|
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": "94611f2560bbff608c8c481d9ed6e65efba70159",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.6.8"
|
|
40
40
|
}
|