@reality.eth/contracts 3.0.21 → 3.0.23

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.
@@ -73,7 +73,7 @@
73
73
  },
74
74
  "280": {
75
75
  "hostedRPC": "https://zksync2-testnet.zksync.dev",
76
- "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-goerli",
76
+ "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-goerli-2",
77
77
  "explorerURL": "https://zksync2-testnet.zkscan.io",
78
78
  "network_name": "zkSync2-testnet"
79
79
  },
@@ -269,7 +269,7 @@
269
269
  },
270
270
  "280": {
271
271
  "chainId": "0x118",
272
- "chainName": "ZKSync Goerli Alpha",
272
+ "chainName": "ZKSync Goerli",
273
273
  "nativeCurrency": {
274
274
  "name": "Ether",
275
275
  "symbol": "WETH",
@@ -280,9 +280,9 @@
280
280
  "https://zksync2-testnet.zksync.dev"
281
281
  ],
282
282
  "hostedRPC": "https://zksync2-testnet.zksync.dev",
283
- "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-goerli",
283
+ "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-zksync-goerli-2",
284
284
  "blockExplorerUrls": [
285
- "https://zksync2-testnet.zkscan.io/",
285
+ "https://goerli.explorer.zksync.io/",
286
286
  "https://zksync2-testnet.zkscan.io"
287
287
  ]
288
288
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.21",
3
+ "version": "3.0.23",
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": "a1a1c9160d34921ac395d23614820eaa8a13b305",
33
+ "gitHead": "d115d0f9e969993975ef156c559d6f247c783b81",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }