@reality.eth/contracts 3.2.11 → 3.2.13
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
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"1": {
|
|
3
3
|
"hostedRPC": "https://eth-mainnet.alchemyapi.io/v2/c9uS--nIxEOjVjh0AJlNttMaqUXQy8gR",
|
|
4
4
|
"explorerURL": "https://etherscan.io",
|
|
5
|
-
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/
|
|
5
|
+
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/deployments/id/QmaugeofXNk2tCN3U3LaEi8vRq99zZ6pbKYJDWbbVF1Z9E",
|
|
6
6
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
7
7
|
"network_name": "mainnet"
|
|
8
8
|
},
|
package/generated/chains.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"hostedRPC": "https://eth-mainnet.alchemyapi.io/v2/c9uS--nIxEOjVjh0AJlNttMaqUXQy8gR",
|
|
30
30
|
"atprotoBot": "did:plc:u4d5v5zsl5jb2y33vtfhyjo5",
|
|
31
|
-
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/
|
|
31
|
+
"graphURL": "https://gateway.thegraph.com/api/73380b22a17017c081123ec9c0e34677/deployments/id/QmaugeofXNk2tCN3U3LaEi8vRq99zZ6pbKYJDWbbVF1Z9E",
|
|
32
32
|
"blockExplorerUrls": [
|
|
33
33
|
"https://etherscan.io",
|
|
34
34
|
"https://eth.blockscout.com",
|
package/generated/contracts.json
CHANGED
|
@@ -384,6 +384,15 @@
|
|
|
384
384
|
"notes": null,
|
|
385
385
|
"arbitrators": {}
|
|
386
386
|
}
|
|
387
|
+
},
|
|
388
|
+
"SUKU": {
|
|
389
|
+
"RealityETH_ERC20-3.2": {
|
|
390
|
+
"address": "0x3155836D28C0845c37791808287FaFC811742C5a",
|
|
391
|
+
"block": 73217319,
|
|
392
|
+
"token_address": "0x60Ea918FC64360269Da4efBDA11d8fC6514617C6",
|
|
393
|
+
"notes": null,
|
|
394
|
+
"arbitrators": {}
|
|
395
|
+
}
|
|
387
396
|
}
|
|
388
397
|
},
|
|
389
398
|
"280": {
|
package/generated/tokens.json
CHANGED
|
@@ -153,6 +153,13 @@
|
|
|
153
153
|
"80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
|
+
"SUKU": {
|
|
157
|
+
"decimals": 18,
|
|
158
|
+
"small_number": 1000000000000000000,
|
|
159
|
+
"erc20_chains": {
|
|
160
|
+
"137": "0x60Ea918FC64360269Da4efBDA11d8fC6514617C6"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
156
163
|
"SWISE": {
|
|
157
164
|
"decimals": 18,
|
|
158
165
|
"small_number": 1000000000000000000,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.13",
|
|
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": "873a53aa46538e476fcd35f045208eeaedb85dd8",
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"ethers": "^5.8.0"
|
|
40
40
|
}
|