@reality.eth/contracts 3.0.38 → 3.0.39

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": "0xaf33DcB6E8c5c4D9dDF579f53031b514d19449CA",
3
3
  "block": 3044431,
4
4
  "notes": null,
5
- "arbitrators": {}
5
+ "arbitrators": {
6
+ "0x05b942faecfb3924970e3a28e0f230910cedff45": "Kleros"
7
+ }
6
8
  }
@@ -499,7 +499,9 @@
499
499
  "address": "0xaf33DcB6E8c5c4D9dDF579f53031b514d19449CA",
500
500
  "block": 3044431,
501
501
  "notes": null,
502
- "arbitrators": {}
502
+ "arbitrators": {
503
+ "0x05b942faecfb3924970e3a28e0f230910cedff45": "Kleros"
504
+ }
503
505
  }
504
506
  }
505
507
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.38",
3
+ "version": "3.0.39",
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",
@@ -30,7 +30,7 @@
30
30
  "url": "https://github.com/RealityETH/monorepo/issues"
31
31
  },
32
32
  "homepage": "https://reality.eth.link",
33
- "gitHead": "a47ec2ab40f9ff4a8cbc65894f50c21b2f7b7f51",
33
+ "gitHead": "f2a4a6dc13190b8b15d852c1cee1bb357ab0cd6f",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }