@reality.eth/contracts 3.0.54 → 3.0.55
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/100/POLK/RealityETH_ERC20-3.0.json +7 -0
- package/chains/deployments/10200/XDAI/RealityETH-3.0.json +6 -0
- package/chains/supported.json +5 -0
- package/generated/chains.json +25 -0
- package/generated/contracts.json +19 -0
- package/generated/tokens.json +3 -1
- package/package.json +2 -2
- package/scripts/deploy.js +7 -0
- package/tokens/POLK.json +1 -0
- package/tokens/XDAI.json +2 -1
package/chains/supported.json
CHANGED
|
@@ -94,6 +94,11 @@
|
|
|
94
94
|
"explorerURL": "https://zkevm.polygonscan.com/",
|
|
95
95
|
"network_name": "polygon-zkevm"
|
|
96
96
|
},
|
|
97
|
+
"10200": {
|
|
98
|
+
"hostedRPC": "https://rpc.chiadochain.net",
|
|
99
|
+
"explorerURL": "https://gnosis-chiado.blockscout.com/",
|
|
100
|
+
"network_name": "chiado"
|
|
101
|
+
},
|
|
97
102
|
"17000": {
|
|
98
103
|
"hostedRPC": "https://ethereum-holesky.publicnode.com",
|
|
99
104
|
"explorerURL": "https://holesky.etherscan.io/",
|
package/generated/chains.json
CHANGED
|
@@ -423,6 +423,31 @@
|
|
|
423
423
|
"https://zkevm.polygonscan.com/"
|
|
424
424
|
]
|
|
425
425
|
},
|
|
426
|
+
"10200": {
|
|
427
|
+
"chainId": "0x27d8",
|
|
428
|
+
"chainName": "Gnosis Chiado Testnet",
|
|
429
|
+
"nativeCurrency": {
|
|
430
|
+
"name": "Chiado xDAI",
|
|
431
|
+
"symbol": "XDAI",
|
|
432
|
+
"decimals": 18
|
|
433
|
+
},
|
|
434
|
+
"network_name": "chiado",
|
|
435
|
+
"rpcUrls": [
|
|
436
|
+
"https://rpc.chiadochain.net",
|
|
437
|
+
"https://rpc.chiado.gnosis.gateway.fm",
|
|
438
|
+
"wss://rpc.chiadochain.net/wss",
|
|
439
|
+
"https://gnosis-chiado-rpc.publicnode.com",
|
|
440
|
+
"wss://gnosis-chiado-rpc.publicnode.com",
|
|
441
|
+
"https://gnosis-chiado.drpc.org",
|
|
442
|
+
"wss://gnosis-chiado.drpc.org"
|
|
443
|
+
],
|
|
444
|
+
"hostedRPC": "https://rpc.chiadochain.net",
|
|
445
|
+
"blockExplorerUrls": [
|
|
446
|
+
"https://blockscout.chiadochain.net",
|
|
447
|
+
"https://gnosis-chiado.blockscout.com",
|
|
448
|
+
"https://gnosis-chiado.blockscout.com/"
|
|
449
|
+
]
|
|
450
|
+
},
|
|
426
451
|
"17000": {
|
|
427
452
|
"chainId": "0x4268",
|
|
428
453
|
"chainName": "Holesky",
|
package/generated/contracts.json
CHANGED
|
@@ -283,6 +283,15 @@
|
|
|
283
283
|
"arbitrators": {}
|
|
284
284
|
}
|
|
285
285
|
},
|
|
286
|
+
"POLK": {
|
|
287
|
+
"RealityETH_ERC20-3.0": {
|
|
288
|
+
"address": "0xa0B6430cf3C0a2387E81d8BF167cDfA5a26d8807",
|
|
289
|
+
"block": 34587452,
|
|
290
|
+
"token_address": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
|
|
291
|
+
"notes": null,
|
|
292
|
+
"arbitrators": {}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
286
295
|
"SWISE": {
|
|
287
296
|
"RealityETH_ERC20-3.0": {
|
|
288
297
|
"address": "0xC9FbdF0df8dE06Ad8d2193F7FA28bdA78c13a102",
|
|
@@ -408,6 +417,16 @@
|
|
|
408
417
|
}
|
|
409
418
|
}
|
|
410
419
|
},
|
|
420
|
+
"10200": {
|
|
421
|
+
"XDAI": {
|
|
422
|
+
"RealityETH-3.0": {
|
|
423
|
+
"address": "0x1E732a1C5e9181622DD5A931Ec6801889ce66185",
|
|
424
|
+
"block": 10438389,
|
|
425
|
+
"notes": null,
|
|
426
|
+
"arbitrators": {}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
},
|
|
411
430
|
"17000": {
|
|
412
431
|
"ETH": {
|
|
413
432
|
"RealityETH-3.0": {
|
package/generated/tokens.json
CHANGED
|
@@ -84,7 +84,8 @@
|
|
|
84
84
|
"small_number": 1000000000000000000,
|
|
85
85
|
"native_chains": {
|
|
86
86
|
"77": true,
|
|
87
|
-
"100": true
|
|
87
|
+
"100": true,
|
|
88
|
+
"10200": true
|
|
88
89
|
}
|
|
89
90
|
},
|
|
90
91
|
"ZBS": {
|
|
@@ -128,6 +129,7 @@
|
|
|
128
129
|
"small_number": 1000000000000000000,
|
|
129
130
|
"erc20_chains": {
|
|
130
131
|
"42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
|
|
132
|
+
"100": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
|
|
131
133
|
"137": "0x996F19d4b1cE6D5AD72CEaaa53152CEB1B187fD0",
|
|
132
134
|
"80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
|
|
133
135
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.55",
|
|
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": "
|
|
37
|
+
"gitHead": "04ec377a41c3f5b37346bdd34145d0197fdb927c",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.6.8"
|
|
40
40
|
}
|
package/scripts/deploy.js
CHANGED
package/tokens/POLK.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"small_number": 1000000000000000000,
|
|
4
4
|
"erc20_chains": {
|
|
5
5
|
"42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
|
|
6
|
+
"100": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
|
|
6
7
|
"137": "0x996F19d4b1cE6D5AD72CEaaa53152CEB1B187fD0",
|
|
7
8
|
"80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
|
|
8
9
|
}
|