@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.
- package/chains/supported.json +1 -1
- package/generated/chains.json +3 -3
- package/package.json +2 -2
package/chains/supported.json
CHANGED
|
@@ -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
|
},
|
package/generated/chains.json
CHANGED
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
},
|
|
270
270
|
"280": {
|
|
271
271
|
"chainId": "0x118",
|
|
272
|
-
"chainName": "ZKSync Goerli
|
|
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://
|
|
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.
|
|
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": "
|
|
33
|
+
"gitHead": "d115d0f9e969993975ef156c559d6f247c783b81",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"ethers": "^5.6.8"
|
|
36
36
|
}
|