@reality.eth/contracts 3.2.13 → 3.2.15

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.
@@ -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,8 @@
1
+ {
2
+ "address": "0x86b653Dc9aa6d7311109276925927087573f91CB",
3
+ "block": 34619265,
4
+ "notes": null,
5
+ "arbitrators": {
6
+ "0xd919c6Edfb458C15c12b921Cbc9F6eEf06F0E9c5": "Kleros arbitrator (Precog)"
7
+ }
8
+ }
@@ -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",
@@ -480,7 +480,8 @@
480
480
  "block": 26260675,
481
481
  "notes": null,
482
482
  "arbitrators": {
483
- "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)"
483
+ "0x05295972F75cFeE7fE66E6BDDC0435c9Fd083D18": "Kleros (Oracle court)",
484
+ "0xd04f24364687dBD6db67D2101faE59e91a6e605B": "Kleros arbitrator (Precog)"
484
485
  }
485
486
  }
486
487
  }
@@ -581,6 +582,18 @@
581
582
  }
582
583
  }
583
584
  },
585
+ "84532": {
586
+ "ETH": {
587
+ "RealityETH-3.0": {
588
+ "address": "0x86b653Dc9aa6d7311109276925927087573f91CB",
589
+ "block": 34619265,
590
+ "notes": null,
591
+ "arbitrators": {
592
+ "0xd919c6Edfb458C15c12b921Cbc9F6eEf06F0E9c5": "Kleros arbitrator (Precog)"
593
+ }
594
+ }
595
+ }
596
+ },
584
597
  "421611": {
585
598
  "ARETH": {
586
599
  "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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.2.13",
3
+ "version": "3.2.15",
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": "873a53aa46538e476fcd35f045208eeaedb85dd8",
37
+ "gitHead": "08c8713d17d5cf44f224e2d2cfcaa20eb02260fd",
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,