@reality.eth/contracts 3.0.69 → 3.0.70

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "address": "0x2642BFBfe5d8dfc53276c3D510484644dDb20276",
3
+ "block": 10756151,
4
+ "reality_eth_address": "0x8bF08aE62cbC9a48aaeB473a82DAE2e6D2628517"
5
+ }
@@ -3,6 +3,6 @@
3
3
  "block": 10747559,
4
4
  "notes": null,
5
5
  "arbitrators": {
6
- "0x9C644675dBbdd5882bE1969F09E755B0654b74D7": "Butter dev arbitrator"
6
+ "0x2642BFBfe5d8dfc53276c3D510484644dDb20276": "Butter dev arbitrator"
7
7
  }
8
8
  }
@@ -423,16 +423,16 @@
423
423
  "1301": {
424
424
  "ETH": {
425
425
  "Arbitrator": {
426
- "address": "0x9C644675dBbdd5882bE1969F09E755B0654b74D7",
427
- "block": 10754877,
428
- "reality_eth_address": "0x288799697AE9EbceDC1b30BBAE6a38e03e41CdDb"
426
+ "address": "0x2642BFBfe5d8dfc53276c3D510484644dDb20276",
427
+ "block": 10756151,
428
+ "reality_eth_address": "0x8bF08aE62cbC9a48aaeB473a82DAE2e6D2628517"
429
429
  },
430
430
  "RealityETH-3.0": {
431
431
  "address": "0x8bF08aE62cbC9a48aaeB473a82DAE2e6D2628517",
432
432
  "block": 10747559,
433
433
  "notes": null,
434
434
  "arbitrators": {
435
- "0x9C644675dBbdd5882bE1969F09E755B0654b74D7": "Butter dev arbitrator"
435
+ "0x2642BFBfe5d8dfc53276c3D510484644dDb20276": "Butter dev arbitrator"
436
436
  }
437
437
  }
438
438
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.69",
3
+ "version": "3.0.70",
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": "145d813ccb37b8213d8a15f84b591d8ae6f301a2",
37
+ "gitHead": "56f96971347ebfa2d1cce385e6f551b5250941fd",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }