@reality.eth/contracts 3.0.17 → 3.0.19
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/deployments/137/MATIC/RealityETH-3.0.json +3 -1
- package/chains/deployments/97/BNB/RealityETH-3.0.json +6 -0
- package/chains/supported.json +5 -0
- package/generated/chains.json +23 -0
- package/generated/contracts.json +13 -1
- package/generated/tokens.json +2 -1
- package/package.json +2 -2
- package/scripts/deploy.js +2 -0
- package/tokens/BNB.json +2 -1
package/chains/supported.json
CHANGED
|
@@ -51,6 +51,11 @@
|
|
|
51
51
|
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-sokol",
|
|
52
52
|
"network_name": "poa-sokol"
|
|
53
53
|
},
|
|
54
|
+
"97": {
|
|
55
|
+
"explorerURL": "https://testnet.bscscan.com",
|
|
56
|
+
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-chapel",
|
|
57
|
+
"network_name": "chapel"
|
|
58
|
+
},
|
|
54
59
|
"100": {
|
|
55
60
|
"iconURL": "https://gblobscdn.gitbook.com/spaces%2F-Lpi9AHj62wscNlQjI-l%2Favatar.png",
|
|
56
61
|
"explorerURL": "https://blockscout.com/poa/xdai/",
|
package/generated/chains.json
CHANGED
|
@@ -191,6 +191,29 @@
|
|
|
191
191
|
"https://blockscout.com/poa/sokol"
|
|
192
192
|
]
|
|
193
193
|
},
|
|
194
|
+
"97": {
|
|
195
|
+
"chainId": "0x61",
|
|
196
|
+
"chainName": "Binance Smart Chain Testnet",
|
|
197
|
+
"nativeCurrency": {
|
|
198
|
+
"name": "Binance Chain Native Token",
|
|
199
|
+
"symbol": "tBNB",
|
|
200
|
+
"decimals": 18
|
|
201
|
+
},
|
|
202
|
+
"network_name": "chapel",
|
|
203
|
+
"rpcUrls": [
|
|
204
|
+
"https://data-seed-prebsc-1-s1.binance.org:8545",
|
|
205
|
+
"https://data-seed-prebsc-2-s1.binance.org:8545",
|
|
206
|
+
"https://data-seed-prebsc-1-s2.binance.org:8545",
|
|
207
|
+
"https://data-seed-prebsc-2-s2.binance.org:8545",
|
|
208
|
+
"https://data-seed-prebsc-1-s3.binance.org:8545",
|
|
209
|
+
"https://data-seed-prebsc-2-s3.binance.org:8545"
|
|
210
|
+
],
|
|
211
|
+
"hostedRPC": "https://data-seed-prebsc-1-s1.binance.org:8545",
|
|
212
|
+
"graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-chapel",
|
|
213
|
+
"blockExplorerUrls": [
|
|
214
|
+
"https://testnet.bscscan.com"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
194
217
|
"100": {
|
|
195
218
|
"chainId": "0x64",
|
|
196
219
|
"chainName": "Gnosis",
|
package/generated/contracts.json
CHANGED
|
@@ -297,6 +297,16 @@
|
|
|
297
297
|
}
|
|
298
298
|
}
|
|
299
299
|
},
|
|
300
|
+
"97": {
|
|
301
|
+
"BNB": {
|
|
302
|
+
"RealityETH-3.0": {
|
|
303
|
+
"address": "0x16E0a06b00020764F3f50bd2E03D73Da0253A6eA",
|
|
304
|
+
"block": 25029439,
|
|
305
|
+
"notes": null,
|
|
306
|
+
"arbitrators": {}
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
},
|
|
300
310
|
"100": {
|
|
301
311
|
"GNO": {
|
|
302
312
|
"RealityETH_ERC20-3.0": {
|
|
@@ -357,7 +367,9 @@
|
|
|
357
367
|
"address": "0x60573B8DcE539aE5bF9aD7932310668997ef0428",
|
|
358
368
|
"block": 18901674,
|
|
359
369
|
"notes": null,
|
|
360
|
-
"arbitrators": {
|
|
370
|
+
"arbitrators": {
|
|
371
|
+
"0x5AFa42b30955f137e10f89dfb5EF1542a186F90e": "Kleros"
|
|
372
|
+
}
|
|
361
373
|
}
|
|
362
374
|
}
|
|
363
375
|
},
|
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.19",
|
|
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": "f1fa5a1a1ea69e30311ecb14809fe2c1854b404b",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"ethers": "^5.6.8"
|
|
36
36
|
}
|
package/scripts/deploy.js
CHANGED
|
@@ -40,6 +40,7 @@ const chains = {
|
|
|
40
40
|
'optimism': 10,
|
|
41
41
|
'kovan': 42,
|
|
42
42
|
'bsc': 56,
|
|
43
|
+
'chapel': 97,
|
|
43
44
|
'sokol': 77,
|
|
44
45
|
'cheapeth': 777,
|
|
45
46
|
'xdai': 100,
|
|
@@ -55,6 +56,7 @@ const non_infura_chains = {
|
|
|
55
56
|
'xdai': 'https://rpc.ankr.com/gnosis',
|
|
56
57
|
'sokol': 'https://sokol.poa.network',
|
|
57
58
|
'bsc': 'https://bsc-dataseed.binance.org',
|
|
59
|
+
'chapel': 'https://bsc-testnet.public.blastapi.io',
|
|
58
60
|
'polygon': 'https://rpc-mainnet.maticvigil.com',
|
|
59
61
|
'ava': 'https://api.avax.network/ext/bc/C/rpc',
|
|
60
62
|
'arbitrum': 'https://arb1.arbitrum.io/rpc',
|