@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.
package/chains/supported.json
CHANGED
package/generated/chains.json
CHANGED
|
@@ -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",
|
package/generated/contracts.json
CHANGED
|
@@ -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": {
|
package/generated/tokens.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.0.
|
|
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": "
|
|
37
|
+
"gitHead": "d6063b3a0fd0ae8b21fdeaaa1bd5c0fa578e6ac9",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.6.8"
|
|
40
40
|
}
|