@reality.eth/contracts 3.0.55 → 3.0.57

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.
@@ -1,7 +1,9 @@
1
1
  {
2
- "address": "0xa0B6430cf3C0a2387E81d8BF167cDfA5a26d8807",
3
- "block": 34587452,
2
+ "address": "0x934326a86A99DaB25bB8329089ce73ed9c7c0E4a",
3
+ "block": 34578493,
4
4
  "token_address": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
5
5
  "notes": null,
6
- "arbitrators": {}
6
+ "arbitrators": {
7
+ "0x5AFa42b30955f137e10f89dfb5EF1542a186F90e": "Kleros"
8
+ }
7
9
  }
@@ -0,0 +1,6 @@
1
+ {
2
+ "address": "0xeAD0ca922390a5E383A9D5Ba4366F7cfdc6f0dbA",
3
+ "block": 14341474,
4
+ "notes": null,
5
+ "arbitrators": {}
6
+ }
@@ -140,6 +140,9 @@
140
140
  "1337702": {
141
141
  "network_name": "kintsugi"
142
142
  },
143
+ "11155420": {
144
+ "network_name": "optimism-sepolia"
145
+ },
143
146
  "11155111": {
144
147
  "network_name": "sepolia"
145
148
  }
@@ -648,6 +648,25 @@
648
648
  "https://sepolia.otterscan.io"
649
649
  ]
650
650
  },
651
+ "11155420": {
652
+ "chainId": "0xaa37dc",
653
+ "chainName": "OP Sepolia Testnet",
654
+ "nativeCurrency": {
655
+ "name": "Sepolia Ether",
656
+ "symbol": "ETH",
657
+ "decimals": 18
658
+ },
659
+ "network_name": "optimism-sepolia",
660
+ "rpcUrls": [
661
+ "https://sepolia.optimism.io",
662
+ "https://optimism-sepolia.drpc.org",
663
+ "wss://optimism-sepolia.drpc.org"
664
+ ],
665
+ "hostedRPC": "https://sepolia.optimism.io",
666
+ "blockExplorerUrls": [
667
+ "https://optimism-sepolia.blockscout.com"
668
+ ]
669
+ },
651
670
  "88558801": {
652
671
  "chainId": "0x5474cd1",
653
672
  "chainName": "Backstop Testnet 1",
@@ -285,11 +285,13 @@
285
285
  },
286
286
  "POLK": {
287
287
  "RealityETH_ERC20-3.0": {
288
- "address": "0xa0B6430cf3C0a2387E81d8BF167cDfA5a26d8807",
289
- "block": 34587452,
288
+ "address": "0x934326a86A99DaB25bB8329089ce73ed9c7c0E4a",
289
+ "block": 34578493,
290
290
  "token_address": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
291
291
  "notes": null,
292
- "arbitrators": {}
292
+ "arbitrators": {
293
+ "0x5AFa42b30955f137e10f89dfb5EF1542a186F90e": "Kleros"
294
+ }
293
295
  }
294
296
  },
295
297
  "SWISE": {
@@ -576,6 +578,16 @@
576
578
  }
577
579
  }
578
580
  },
581
+ "11155420": {
582
+ "ETH": {
583
+ "RealityETH-3.0": {
584
+ "address": "0xeAD0ca922390a5E383A9D5Ba4366F7cfdc6f0dbA",
585
+ "block": 14341474,
586
+ "notes": null,
587
+ "arbitrators": {}
588
+ }
589
+ }
590
+ },
579
591
  "88558801": {
580
592
  "ZBS": {
581
593
  "Arbitrator": {
@@ -46,7 +46,8 @@
46
46
  "421614": true,
47
47
  "534353": true,
48
48
  "1337702": true,
49
- "11155111": true
49
+ "11155111": true,
50
+ "11155420": true
50
51
  }
51
52
  },
52
53
  "MATIC": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.55",
3
+ "version": "3.0.57",
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": "04ec377a41c3f5b37346bdd34145d0197fdb927c",
37
+ "gitHead": "d6063b3a0fd0ae8b21fdeaaa1bd5c0fa578e6ac9",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }
package/tokens/ETH.json CHANGED
@@ -14,6 +14,7 @@
14
14
  "421614": true,
15
15
  "534353": true,
16
16
  "1337702": true,
17
- "11155111": true
17
+ "11155111": true,
18
+ "11155420": true
18
19
  }
19
20
  }