@reality.eth/contracts 3.0.7 → 3.0.8

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.
@@ -347,9 +347,9 @@
347
347
  "280": {
348
348
  "WETH": {
349
349
  "RealityETH_ERC20-3.0": {
350
- "address": "0xE80bc83Dad9B3794471912c29612A20d8170Befd",
351
- "block": 333541,
352
- "token_address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
350
+ "address": "0x7955DFA097Cd5474b2773dFe85F1988014d85C01",
351
+ "block": 444697,
352
+ "token_address": "0x000000000000000000000000000000000000800A",
353
353
  "notes": null,
354
354
  "arbitrators": {}
355
355
  }
@@ -124,7 +124,7 @@
124
124
  "decimals": 18,
125
125
  "small_number": 10000000000000000,
126
126
  "erc20_chains": {
127
- "280": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
127
+ "280": "0x000000000000000000000000000000000000800a"
128
128
  }
129
129
  }
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
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": "90c0439e77228028629bd5433698b2022b3f7eb6",
33
+ "gitHead": "05860734d57fdc767597d230a4898a26ec1ed019",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }