@reality.eth/contracts 3.0.56 → 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.
@@ -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",
@@ -578,6 +578,16 @@
578
578
  }
579
579
  }
580
580
  },
581
+ "11155420": {
582
+ "ETH": {
583
+ "RealityETH-3.0": {
584
+ "address": "0xeAD0ca922390a5E383A9D5Ba4366F7cfdc6f0dbA",
585
+ "block": 14341474,
586
+ "notes": null,
587
+ "arbitrators": {}
588
+ }
589
+ }
590
+ },
581
591
  "88558801": {
582
592
  "ZBS": {
583
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.56",
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": "f4c81e0bf7ad9d6d93145d1c06052353f97c8937",
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
  }