@reality.eth/contracts 3.0.30 → 3.0.32

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,8 @@
1
+ {
2
+ "address": "0x895b09919250f81505c089651d3cb61d284531d3",
3
+ "block": 35623862,
4
+ "token_address": "0x935f82d011ee37e8870c435417ac58407a9863f7",
5
+ "notes": null,
6
+ "arbitrators": {
7
+ }
8
+ }
@@ -446,6 +446,15 @@
446
446
  "notes": null,
447
447
  "arbitrators": {}
448
448
  }
449
+ },
450
+ "POLK": {
451
+ "RealityETH_ERC20-3.0": {
452
+ "address": "0x895b09919250f81505c089651d3cb61d284531d3",
453
+ "block": 35623862,
454
+ "token_address": "0x935f82d011ee37e8870c435417ac58407a9863f7",
455
+ "notes": null,
456
+ "arbitrators": {}
457
+ }
449
458
  }
450
459
  },
451
460
  "421611": {
@@ -108,7 +108,8 @@
108
108
  "decimals": 18,
109
109
  "small_number": 1000000000000000000,
110
110
  "erc20_chains": {
111
- "42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a"
111
+ "42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
112
+ "80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
112
113
  }
113
114
  },
114
115
  "SWISE": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.30",
3
+ "version": "3.0.32",
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": "03e4a48bc6ffcb5d327c5503fa1afb2eba3f97fb",
33
+ "gitHead": "833866a189c804fdd670f058681ac735e623e20c",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }
package/tokens/POLK.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "decimals": 18,
3
3
  "small_number": 1000000000000000000,
4
4
  "erc20_chains": {
5
- "42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a"
5
+ "42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
6
+ "80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
6
7
  }
7
8
  }