@reality.eth/contracts 3.0.58 → 3.0.59

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.
@@ -125,7 +125,8 @@
125
125
  "88558801": {
126
126
  "hostedRPC": "https://testnet.rpc.backstop.technology",
127
127
  "explorerURL": "https://testnet.explorer.backstop.technology/",
128
- "network_name": "backstopTestnet1"
128
+ "network_name": "backstopTestnet1",
129
+ "graphURL": "https://testnet.graph.backstop.technology/subgraphs/name/realityeth-backstop"
129
130
  },
130
131
  "421611": {
131
132
  "network_name": "arbitrum-rinkeby"
@@ -683,6 +683,7 @@
683
683
  "https://testnet.rpc.backstop.technology"
684
684
  ],
685
685
  "hostedRPC": "https://testnet.rpc.backstop.technology",
686
+ "graphURL": "https://testnet.graph.backstop.technology/subgraphs/name/realityeth-backstop",
686
687
  "blockExplorerUrls": [
687
688
  "https://testnet.explorer.backstop.technology/"
688
689
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.58",
3
+ "version": "3.0.59",
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": "bff8a19d318298eebdba71c5bd4dd31e76d67da3",
37
+ "gitHead": "5522786b048d9c54317fb6049040f25aa0aaed63",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }