@reality.eth/contracts 3.0.37 → 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/index.js CHANGED
@@ -132,6 +132,7 @@ function realityETHConfig(chain_id, token, version) {
132
132
  config.chain_id = chain_id;
133
133
  config.contract_name = contract_name;
134
134
  config.contract_version = contract_version;
135
+ config.token_ticker = token;
135
136
  return config;
136
137
  }
137
138
 
@@ -262,6 +263,7 @@ function configForAddress(addr, chain_id) {
262
263
  config.chain_id = cid;
263
264
  config.contract_name = contract_name;
264
265
  config.contract_version = contract_version;
266
+ config.token_ticker = ticker;
265
267
  return config;
266
268
  }
267
269
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.37",
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": "08756ff6e9dfae871e63dfa1f66fcdc39c75d658",
33
+ "gitHead": "f2a4a6dc13190b8b15d852c1cee1bb357ab0cd6f",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }