@reality.eth/contracts 3.0.35 → 3.0.36
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/README.md +10 -8
- package/chains/chainid.network.json +753 -147
- package/chains/deployments/1101/ETH/RealityETH-3.0.json +6 -0
- package/chains/supported.json +5 -4
- package/generated/chains.json +24 -21
- package/generated/contracts.json +10 -46
- package/generated/tokens.json +1 -0
- package/package.json +2 -2
- package/scripts/deploy.js +2 -2
- package/tokens/ETH.json +1 -0
- package/chains/deployments/42/ETH/RealityETH-2.0.json +0 -10
- package/chains/deployments/42/ETH/RealityETH-3.0.json +0 -9
- package/chains/deployments/42/POLK/Arbitrator.json +0 -5
- package/chains/deployments/42/POLK/RealityETH_ERC20-2.0.json +0 -9
- package/chains/deployments/42/POLK/RealityETH_ERC20-3.0.json +0 -7
package/chains/supported.json
CHANGED
|
@@ -32,10 +32,6 @@
|
|
|
32
32
|
"explorerURL": "https://optimistic.etherscan.io",
|
|
33
33
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-optimism"
|
|
34
34
|
},
|
|
35
|
-
"42": {
|
|
36
|
-
"explorerURL": "https://kovan.etherscan.io",
|
|
37
|
-
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-kovan"
|
|
38
|
-
},
|
|
39
35
|
"56": {
|
|
40
36
|
"explorerURL": "https://www.bscscan.com",
|
|
41
37
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-bsc",
|
|
@@ -81,6 +77,11 @@
|
|
|
81
77
|
"explorerURL": "https://zksync2-testnet.zkscan.io",
|
|
82
78
|
"network_name": "zkSync2-testnet"
|
|
83
79
|
},
|
|
80
|
+
"1101": {
|
|
81
|
+
"hostedRPC": "https://zkevm-rpc.com",
|
|
82
|
+
"explorerURL": "https://zkevm.polygonscan.com/",
|
|
83
|
+
"network_name": "polygon-zkevm"
|
|
84
|
+
},
|
|
84
85
|
"80001": {
|
|
85
86
|
"hostedRPC": "https://rpc.ankr.com/polygon_mumbai",
|
|
86
87
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-mumbai",
|
package/generated/chains.json
CHANGED
|
@@ -105,25 +105,6 @@
|
|
|
105
105
|
"https://optimistic.etherscan.io"
|
|
106
106
|
]
|
|
107
107
|
},
|
|
108
|
-
"42": {
|
|
109
|
-
"chainId": "0x2a",
|
|
110
|
-
"chainName": "Kovan",
|
|
111
|
-
"nativeCurrency": {
|
|
112
|
-
"name": "Kovan Ether",
|
|
113
|
-
"symbol": "ETH",
|
|
114
|
-
"decimals": 18
|
|
115
|
-
},
|
|
116
|
-
"rpcUrls": [
|
|
117
|
-
"https://kovan.poa.network",
|
|
118
|
-
"http://kovan.poa.network:8545",
|
|
119
|
-
"ws://kovan.poa.network:8546"
|
|
120
|
-
],
|
|
121
|
-
"hostedRPC": "https://kovan.poa.network",
|
|
122
|
-
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-kovan",
|
|
123
|
-
"blockExplorerUrls": [
|
|
124
|
-
"https://kovan.etherscan.io"
|
|
125
|
-
]
|
|
126
|
-
},
|
|
127
108
|
"56": {
|
|
128
109
|
"chainId": "0x38",
|
|
129
110
|
"chainName": "Binance Smart Chain Mainnet",
|
|
@@ -222,15 +203,19 @@
|
|
|
222
203
|
"chainName": "Gnosis",
|
|
223
204
|
"nativeCurrency": {
|
|
224
205
|
"name": "xDAI",
|
|
225
|
-
"symbol": "
|
|
206
|
+
"symbol": "XDAI",
|
|
226
207
|
"decimals": 18
|
|
227
208
|
},
|
|
228
209
|
"network_name": "gnosis",
|
|
229
210
|
"rpcUrls": [
|
|
230
211
|
"https://rpc.gnosischain.com",
|
|
212
|
+
"https://rpc.gnosis.gateway.fm",
|
|
231
213
|
"https://rpc.ankr.com/gnosis",
|
|
232
214
|
"https://gnosischain-rpc.gateway.pokt.network",
|
|
233
215
|
"https://gnosis-mainnet.public.blastapi.io",
|
|
216
|
+
"https://gnosis.api.onfinality.io/public",
|
|
217
|
+
"https://gnosis.blockpi.network/v1/rpc/public",
|
|
218
|
+
"https://web3endpoints.com/gnosischain-mainnet",
|
|
234
219
|
"wss://rpc.gnosischain.com/wss"
|
|
235
220
|
],
|
|
236
221
|
"hostedRPC": "https://rpc.gnosischain.com",
|
|
@@ -320,6 +305,24 @@
|
|
|
320
305
|
"https://explore.cheapswap.io/"
|
|
321
306
|
]
|
|
322
307
|
},
|
|
308
|
+
"1101": {
|
|
309
|
+
"chainId": "0x44d",
|
|
310
|
+
"chainName": "Polygon zkEVM",
|
|
311
|
+
"nativeCurrency": {
|
|
312
|
+
"name": "Ether",
|
|
313
|
+
"symbol": "ETH",
|
|
314
|
+
"decimals": 18
|
|
315
|
+
},
|
|
316
|
+
"network_name": "polygon-zkevm",
|
|
317
|
+
"rpcUrls": [
|
|
318
|
+
"https://zkevm-rpc.com"
|
|
319
|
+
],
|
|
320
|
+
"hostedRPC": "https://zkevm-rpc.com",
|
|
321
|
+
"blockExplorerUrls": [
|
|
322
|
+
"https://zkevm.polygonscan.com",
|
|
323
|
+
"https://zkevm.polygonscan.com/"
|
|
324
|
+
]
|
|
325
|
+
},
|
|
323
326
|
"42161": {
|
|
324
327
|
"chainId": "0xa4b1",
|
|
325
328
|
"chainName": "Arbitrum One",
|
|
@@ -429,7 +432,7 @@
|
|
|
429
432
|
"hostedRPC": "https://alpha-rpc.scroll.io/l2",
|
|
430
433
|
"blockExplorerUrls": [
|
|
431
434
|
"https://blockscout.scroll.io",
|
|
432
|
-
"https://
|
|
435
|
+
"https://scrollscan.co"
|
|
433
436
|
]
|
|
434
437
|
},
|
|
435
438
|
"1337702": {
|
package/generated/contracts.json
CHANGED
|
@@ -184,52 +184,6 @@
|
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
186
|
},
|
|
187
|
-
"42": {
|
|
188
|
-
"ETH": {
|
|
189
|
-
"RealityETH-2.0": {
|
|
190
|
-
"address": "0x50e35a1ed424ab9c0b8c7095b3d9ec2fb791a168",
|
|
191
|
-
"block": 0,
|
|
192
|
-
"token_address": null,
|
|
193
|
-
"notes": null,
|
|
194
|
-
"arbitrators": {
|
|
195
|
-
"0xB4683794998215B59a429e86c3A33F796F9aeb0f": "Reality.eth Team (dev)",
|
|
196
|
-
"0xDEd12537dA82C1019b3CA1714A5d58B7c5c19A04": "Kleros"
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
"RealityETH-3.0": {
|
|
200
|
-
"address": "0xcB71745d032E16ec838430731282ff6c10D29Dea",
|
|
201
|
-
"block": 27103177,
|
|
202
|
-
"notes": null,
|
|
203
|
-
"arbitrators": {
|
|
204
|
-
"0x99489d7bb33539f3d1a401741e56e8f02b9ae0cf": "Kleros (General Court)",
|
|
205
|
-
"0xb9fdd2904cbcc5543F02DB948B2CE59Ef10A950E": "Kleros DAO Governance (Technical Court)"
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
"POLK": {
|
|
210
|
-
"Arbitrator": {
|
|
211
|
-
"address": "0x9046D057D7957A2A93d55C711EBC5B62d812a5b8",
|
|
212
|
-
"block": 25399305,
|
|
213
|
-
"reality_eth_address": "0x1346800BC8915536B9eaa388fa9A6B93398E5999"
|
|
214
|
-
},
|
|
215
|
-
"RealityETH_ERC20-2.0": {
|
|
216
|
-
"address": "0x1346800BC8915536B9eaa388fa9A6B93398E5999",
|
|
217
|
-
"block": 25355307,
|
|
218
|
-
"token_address": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
|
|
219
|
-
"notes": null,
|
|
220
|
-
"arbitrators": {
|
|
221
|
-
"0x9046D057D7957A2A93d55C711EBC5B62d812a5b8": "Test POLK arbitrator (reality.eth)"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"RealityETH_ERC20-3.0": {
|
|
225
|
-
"address": "0xe9CF05F9F664b88160D5658619c028D1EEb00fc7",
|
|
226
|
-
"block": 27103188,
|
|
227
|
-
"token_address": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
|
|
228
|
-
"notes": null,
|
|
229
|
-
"arbitrators": {}
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
187
|
"56": {
|
|
234
188
|
"BNB": {
|
|
235
189
|
"Arbitrator": {
|
|
@@ -405,6 +359,16 @@
|
|
|
405
359
|
}
|
|
406
360
|
}
|
|
407
361
|
},
|
|
362
|
+
"1101": {
|
|
363
|
+
"ETH": {
|
|
364
|
+
"RealityETH-3.0": {
|
|
365
|
+
"address": "0x569Dcc6d797265Da700926fe8D10c0DA01717386",
|
|
366
|
+
"block": 1281264,
|
|
367
|
+
"notes": null,
|
|
368
|
+
"arbitrators": {}
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
},
|
|
408
372
|
"42161": {
|
|
409
373
|
"ARETH": {
|
|
410
374
|
"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.36",
|
|
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": "49c052b0c836059ef4b019123eed7d99fd9f12e3",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"ethers": "^5.6.8"
|
|
36
36
|
}
|
package/scripts/deploy.js
CHANGED
|
@@ -56,7 +56,7 @@ const chains = {
|
|
|
56
56
|
'gnosis': 100,
|
|
57
57
|
'scroll-alpha-testnet': 534353,
|
|
58
58
|
'polygon': 137,
|
|
59
|
-
'
|
|
59
|
+
'polygon-zkevm': 1101,
|
|
60
60
|
'mumbai': 80001,
|
|
61
61
|
'ava': 43114,
|
|
62
62
|
'arbitrum': 42161,
|
|
@@ -73,7 +73,7 @@ const non_infura_chains = {
|
|
|
73
73
|
'bsc': 'https://bsc-dataseed.binance.org',
|
|
74
74
|
'chapel': 'https://bsc-testnet.public.blastapi.io',
|
|
75
75
|
'polygon': 'https://rpc-mainnet.maticvigil.com',
|
|
76
|
-
'
|
|
76
|
+
'polygon-zkevm': 'https://zkevm-rpc.com',
|
|
77
77
|
'ava': 'https://api.avax.network/ext/bc/C/rpc',
|
|
78
78
|
'arbitrum': 'https://arb1.arbitrum.io/rpc',
|
|
79
79
|
'arbitrum-rinkeby': 'https://rinkeby.arbitrum.io/rpc',
|
package/tokens/ETH.json
CHANGED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x50e35a1ed424ab9c0b8c7095b3d9ec2fb791a168",
|
|
3
|
-
"block": 0,
|
|
4
|
-
"token_address": null,
|
|
5
|
-
"notes": null,
|
|
6
|
-
"arbitrators": {
|
|
7
|
-
"0xB4683794998215B59a429e86c3A33F796F9aeb0f": "Reality.eth Team (dev)",
|
|
8
|
-
"0xDEd12537dA82C1019b3CA1714A5d58B7c5c19A04": "Kleros"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0xcB71745d032E16ec838430731282ff6c10D29Dea",
|
|
3
|
-
"block": 27103177,
|
|
4
|
-
"notes": null,
|
|
5
|
-
"arbitrators": {
|
|
6
|
-
"0x99489d7bb33539f3d1a401741e56e8f02b9ae0cf": "Kleros (General Court)",
|
|
7
|
-
"0xb9fdd2904cbcc5543F02DB948B2CE59Ef10A950E": "Kleros DAO Governance (Technical Court)"
|
|
8
|
-
}
|
|
9
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"address": "0x1346800BC8915536B9eaa388fa9A6B93398E5999",
|
|
3
|
-
"block": 25355307,
|
|
4
|
-
"token_address": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
|
|
5
|
-
"notes": null,
|
|
6
|
-
"arbitrators": {
|
|
7
|
-
"0x9046D057D7957A2A93d55C711EBC5B62d812a5b8": "Test POLK arbitrator (reality.eth)"
|
|
8
|
-
}
|
|
9
|
-
}
|