@reality.eth/contracts 3.0.50 → 3.0.52

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.
@@ -49,5 +49,30 @@
49
49
  "standard": "EIP3091"
50
50
  }
51
51
  ]
52
+ } ,
53
+ {
54
+ "name": "Backstop Testnet 1",
55
+ "chainId": 88558801,
56
+ "shortName": "backstopTestnet1",
57
+ "chain": "Backstop",
58
+ "network": "mainnet",
59
+ "networkId": 88558801,
60
+ "nativeCurrency": {
61
+ "name": "Backstop Tokens",
62
+ "symbol": "ZBS",
63
+ "decimals": 18
64
+ },
65
+ "rpc": [
66
+ "https://testnet.rpc.backstop.technology"
67
+ ],
68
+ "faucets": [],
69
+ "infoURL": "https://backstop.technology/testnet",
70
+ "explorers": [
71
+ {
72
+ "name": "Backstop Testnet Explorer",
73
+ "url": "https://testnet.explorer.backstop.technology/",
74
+ "standard": "EIP3091"
75
+ }
76
+ ]
52
77
  }
53
78
  ]
@@ -0,0 +1,5 @@
1
+ {
2
+ "address": "0x7dEEa9D38d429081a6761Ca1EF828A0C12c1d7bc",
3
+ "block": 42,
4
+ "reality_eth_address": "0xd05Af7EAB843aA2A04f623c18d2a1C8bB4F301a9"
5
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "address": "0xd05Af7EAB843aA2A04f623c18d2a1C8bB4F301a9",
3
+ "block": 24,
4
+ "notes": null,
5
+ "arbitrators": {}
6
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "address": "0x74549fdf4e00C7c564bB193a911887d8C291b13C",
3
+ "block": 2,
4
+ "notes": null,
5
+ "arbitrators": {
6
+ "0xa6F3d82f7aEF02f3f24c3fBcfD814a74fE612D85": "Fork-backed adjudication framework"
7
+ }
8
+ }
@@ -110,6 +110,11 @@
110
110
  "explorerURL": "https://mumbai.polygonscan.com",
111
111
  "network_name": "mumbai"
112
112
  },
113
+ "88558801": {
114
+ "hostedRPC": "https://testnet.rpc.backstop.technology",
115
+ "explorerURL": "https://testnet.explorer.backstop.technology/",
116
+ "network_name": "backstopTestnet1"
117
+ },
113
118
  "421611": {
114
119
  "network_name": "arbitrum-rinkeby"
115
120
  },
@@ -603,5 +603,22 @@
603
603
  "https://sepolia.etherscan.io",
604
604
  "https://sepolia.otterscan.io"
605
605
  ]
606
+ },
607
+ "88558801": {
608
+ "chainId": "0x5474cd1",
609
+ "chainName": "Backstop Testnet 1",
610
+ "nativeCurrency": {
611
+ "name": "Backstop Tokens",
612
+ "symbol": "ZBS",
613
+ "decimals": 18
614
+ },
615
+ "network_name": "backstopTestnet1",
616
+ "rpcUrls": [
617
+ "https://testnet.rpc.backstop.technology"
618
+ ],
619
+ "hostedRPC": "https://testnet.rpc.backstop.technology",
620
+ "blockExplorerUrls": [
621
+ "https://testnet.explorer.backstop.technology/"
622
+ ]
606
623
  }
607
624
  }
@@ -546,5 +546,28 @@
546
546
  }
547
547
  }
548
548
  }
549
+ },
550
+ "88558801": {
551
+ "ZBS": {
552
+ "Arbitrator": {
553
+ "address": "0x7dEEa9D38d429081a6761Ca1EF828A0C12c1d7bc",
554
+ "block": 42,
555
+ "reality_eth_address": "0xd05Af7EAB843aA2A04f623c18d2a1C8bB4F301a9"
556
+ },
557
+ "RealityETH-3.0": {
558
+ "address": "0xd05Af7EAB843aA2A04f623c18d2a1C8bB4F301a9",
559
+ "block": 24,
560
+ "notes": null,
561
+ "arbitrators": {}
562
+ },
563
+ "RealityETH-4.0": {
564
+ "address": "0x74549fdf4e00C7c564bB193a911887d8C291b13C",
565
+ "block": 2,
566
+ "notes": null,
567
+ "arbitrators": {
568
+ "0xa6F3d82f7aEF02f3f24c3fBcfD814a74fE612D85": "Fork-backed adjudication framework"
569
+ }
570
+ }
571
+ }
549
572
  }
550
573
  }
@@ -86,6 +86,13 @@
86
86
  "100": true
87
87
  }
88
88
  },
89
+ "ZBS": {
90
+ "decimals": 18,
91
+ "small_number": 10000000000000000000,
92
+ "native_chains": {
93
+ "88558801": true
94
+ }
95
+ },
89
96
  "DAOOS": {
90
97
  "decimals": 18,
91
98
  "small_number": 1000000000000000000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.50",
3
+ "version": "3.0.52",
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": "0fea9401ab6efdf0ab72ae15374c9bb2058d8b22",
37
+ "gitHead": "f9d3cb6311dc265f3682aa4997f50e69c9799869",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }
package/scripts/deploy.js CHANGED
@@ -68,6 +68,7 @@ const chains = {
68
68
  'kovan-optimistic': 69,
69
69
  'kintsugi': 1337702,
70
70
  'sepolia': 11155111,
71
+ 'backstopTestnet1': 88558801
71
72
  }
72
73
  const non_infura_chains = {
73
74
  'gnosis': 'https://rpc.ankr.com/gnosis',
@@ -89,8 +90,9 @@ const non_infura_chains = {
89
90
  'kintsugi': 'https://rpc.kintsugi.themerge.dev',
90
91
  'mumbai': 'https://matic-mumbai.chainstacklabs.com',
91
92
  'sepolia': 'https://rpc.sepolia.org',
92
- 'holesky': 'https://ethereum-holesky.publicnode.com ',
93
+ 'holesky': 'https://ethereum-holesky.publicnode.com',
93
94
  'telosevm': 'https://mainnet.telos.net/evm',
95
+ 'backstopTestnet1': 'https://testnet.rpc.backstop.technology'
94
96
  }
95
97
 
96
98
  function constructContractTemplate(contract_name) {
@@ -0,0 +1,7 @@
1
+ {
2
+ "decimals": 18,
3
+ "small_number": 10000000000000000000,
4
+ "native_chains": {
5
+ "88558801": true
6
+ }
7
+ }