@reality.eth/contracts 3.2.8 → 3.2.9

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.
@@ -3,5 +3,5 @@
3
3
  "block": 8526475,
4
4
  "token_address": "0x88498CE124778cB92b0b4c1ab9244D38c3aA7df3",
5
5
  "notes": null,
6
- "arbitrators": {}
6
+ "arbitrators": {"0x4b235d1Ac983Ff22EB23Ef02c40253246A5bef93": "Kleros"}
7
7
  }
@@ -652,7 +652,9 @@
652
652
  "block": 8526475,
653
653
  "token_address": "0x88498CE124778cB92b0b4c1ab9244D38c3aA7df3",
654
654
  "notes": null,
655
- "arbitrators": {}
655
+ "arbitrators": {
656
+ "0x4b235d1Ac983Ff22EB23Ef02c40253246A5bef93": "Kleros"
657
+ }
656
658
  }
657
659
  },
658
660
  "ETH": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.2.8",
3
+ "version": "3.2.9",
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": "88c70c0d165227d886d7fa0a2898e7c191b2db4e",
37
+ "gitHead": "2d98167e9e39733bfeee55cbf09c402c160e330c",
38
38
  "dependencies": {
39
39
  "ethers": "^5.8.0"
40
40
  }