@reality.eth/contracts 3.2.13 → 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.
- package/chains/deployments/8453/ETH/RealityETH-3.0.json +2 -1
- package/chains/deployments/84532/ETH/RealityETH-3.0.json +7 -0
- package/chains/supported.json +3 -0
- package/generated/chains.json +20 -0
- package/generated/contracts.json +12 -1
- package/generated/tokens.json +1 -0
- package/package.json +2 -2
- package/scripts/deploy.js +2 -0
- package/tokens/ETH.json +1 -0
|
@@ -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
|
}
|
package/chains/supported.json
CHANGED
package/generated/chains.json
CHANGED
|
@@ -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",
|
package/generated/contracts.json
CHANGED
|
@@ -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,16 @@
|
|
|
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
|
+
}
|
|
593
|
+
}
|
|
594
|
+
},
|
|
584
595
|
"421611": {
|
|
585
596
|
"ARETH": {
|
|
586
597
|
"Arbitrator": {
|
package/generated/tokens.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reality.eth/contracts",
|
|
3
|
-
"version": "3.2.
|
|
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": "
|
|
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',
|