@reality.eth/contracts 3.2.12 → 3.2.14

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "address": "0x3155836D28C0845c37791808287FaFC811742C5a",
3
+ "block": 73217319,
4
+ "token_address": "0x60Ea918FC64360269Da4efBDA11d8fC6514617C6",
5
+ "notes": null,
6
+ "arbitrators": {}
7
+ }
@@ -3,6 +3,7 @@
3
3
  "block": 26260675,
4
4
  "notes": null,
5
5
  "arbitrators": {
6
- "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
6
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)",
7
+ "0xd04f24364687dBD6db67D2101faE59e91a6e605B": "Kleros arbitrator (Precog)"
7
8
  }
8
9
  }
@@ -0,0 +1,7 @@
1
+ {
2
+ "address": "0x86b653Dc9aa6d7311109276925927087573f91CB",
3
+ "block": 34619265,
4
+ "notes": null,
5
+ "arbitrators": {
6
+ }
7
+ }
@@ -146,6 +146,9 @@
146
146
  "explorerURL": "https://mumbai.polygonscan.com",
147
147
  "network_name": "mumbai"
148
148
  },
149
+ "84532": {
150
+ "network_name": "base-sepolia"
151
+ },
149
152
  "421611": {
150
153
  "network_name": "arbitrum-rinkeby"
151
154
  },
@@ -628,6 +628,26 @@
628
628
  "https://mumbai.polygonscan.com"
629
629
  ]
630
630
  },
631
+ "84532": {
632
+ "chainId": "0x14a34",
633
+ "chainName": "Base Sepolia Testnet",
634
+ "nativeCurrency": {
635
+ "name": "Sepolia Ether",
636
+ "symbol": "ETH",
637
+ "decimals": 18
638
+ },
639
+ "network_name": "base-sepolia",
640
+ "rpcUrls": [
641
+ "https://sepolia.base.org",
642
+ "https://base-sepolia-rpc.publicnode.com",
643
+ "wss://base-sepolia-rpc.publicnode.com"
644
+ ],
645
+ "hostedRPC": "https://sepolia.base.org",
646
+ "blockExplorerUrls": [
647
+ "https://sepolia.basescan.org",
648
+ "https://base-sepolia.blockscout.com"
649
+ ]
650
+ },
631
651
  "421611": {
632
652
  "chainId": "0x66eeb",
633
653
  "chainName": "Arbitrum Rinkeby",
@@ -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": {
@@ -471,7 +480,8 @@
471
480
  "block": 26260675,
472
481
  "notes": null,
473
482
  "arbitrators": {
474
- "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
483
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)",
484
+ "0xd04f24364687dBD6db67D2101faE59e91a6e605B": "Kleros arbitrator (Precog)"
475
485
  }
476
486
  }
477
487
  }
@@ -572,6 +582,16 @@
572
582
  }
573
583
  }
574
584
  },
585
+ "84532": {
586
+ "ETH": {
587
+ "RealityETH-3.0": {
588
+ "address": "0x86b653Dc9aa6d7311109276925927087573f91CB",
589
+ "block": 34619265,
590
+ "notes": null,
591
+ "arbitrators": {}
592
+ }
593
+ }
594
+ },
575
595
  "421611": {
576
596
  "ARETH": {
577
597
  "Arbitrator": {
@@ -54,6 +54,7 @@
54
54
  "1301": true,
55
55
  "8453": true,
56
56
  "17000": true,
57
+ "84532": true,
57
58
  "421614": true,
58
59
  "534353": true,
59
60
  "1337702": true,
@@ -153,6 +154,13 @@
153
154
  "80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
154
155
  }
155
156
  },
157
+ "SUKU": {
158
+ "decimals": 18,
159
+ "small_number": 1000000000000000000,
160
+ "erc20_chains": {
161
+ "137": "0x60Ea918FC64360269Da4efBDA11d8fC6514617C6"
162
+ }
163
+ },
156
164
  "SWISE": {
157
165
  "decimals": 18,
158
166
  "small_number": 1000000000000000000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.2.12",
3
+ "version": "3.2.14",
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": "f7ba43cc16293f7b170fbc6775ae2ea6558f2e5e",
37
+ "gitHead": "ebf0e842ca770ff298ee2ad8861a707825d4c5a1",
38
38
  "dependencies": {
39
39
  "ethers": "^5.8.0"
40
40
  }
package/scripts/deploy.js CHANGED
@@ -63,6 +63,7 @@ const chains = {
63
63
  'mumbai': 80001,
64
64
  'ava': 43114,
65
65
  'arbitrum': 42161,
66
+ 'base-sepolia': 84532,
66
67
  'arbitrum-rinkeby': 421611,
67
68
  'arbitrum-goerli': 421613,
68
69
  'arbitrum-sepolia': 421614,
@@ -84,6 +85,7 @@ const non_infura_chains = {
84
85
  'arbitrum-rinkeby': 'https://rinkeby.arbitrum.io/rpc',
85
86
  'arbitrum-goerli': 'https://goerli-rollup.arbitrum.io/rpc',
86
87
  'arbitrum-sepolia': 'https://sepolia-rollup.arbitrum.io/rpc',
88
+ 'base-sepolia': 'https://base-sepolia.drpc.org',
87
89
  'ubiq': 'https://rpc.octano.dev',
88
90
  'cheapeth': 'https://node.cheapeth.org/rpc',
89
91
  'kovan-optimistic': 'https://kovan.optimism.io',
package/tokens/ETH.json CHANGED
@@ -15,6 +15,7 @@
15
15
  "1301": true,
16
16
  "8453": true,
17
17
  "17000": true,
18
+ "84532": true,
18
19
  "421614": true,
19
20
  "534353": true,
20
21
  "1337702": true,
@@ -0,0 +1,7 @@
1
+ {
2
+ "decimals": 18,
3
+ "small_number": 1000000000000000000,
4
+ "erc20_chains": {
5
+ "137": "0x60Ea918FC64360269Da4efBDA11d8fC6514617C6"
6
+ }
7
+ }