@reality.eth/contracts 3.0.17 → 3.0.18

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,6 @@
1
+ {
2
+ "address": "0x16E0a06b00020764F3f50bd2E03D73Da0253A6eA",
3
+ "block": 25029439,
4
+ "notes": null,
5
+ "arbitrators": {}
6
+ }
@@ -51,6 +51,11 @@
51
51
  "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-sokol",
52
52
  "network_name": "poa-sokol"
53
53
  },
54
+ "97": {
55
+ "explorerURL": "https://testnet.bscscan.com",
56
+ "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-chapel",
57
+ "network_name": "chapel"
58
+ },
54
59
  "100": {
55
60
  "iconURL": "https://gblobscdn.gitbook.com/spaces%2F-Lpi9AHj62wscNlQjI-l%2Favatar.png",
56
61
  "explorerURL": "https://blockscout.com/poa/xdai/",
@@ -191,6 +191,29 @@
191
191
  "https://blockscout.com/poa/sokol"
192
192
  ]
193
193
  },
194
+ "97": {
195
+ "chainId": "0x61",
196
+ "chainName": "Binance Smart Chain Testnet",
197
+ "nativeCurrency": {
198
+ "name": "Binance Chain Native Token",
199
+ "symbol": "tBNB",
200
+ "decimals": 18
201
+ },
202
+ "network_name": "chapel",
203
+ "rpcUrls": [
204
+ "https://data-seed-prebsc-1-s1.binance.org:8545",
205
+ "https://data-seed-prebsc-2-s1.binance.org:8545",
206
+ "https://data-seed-prebsc-1-s2.binance.org:8545",
207
+ "https://data-seed-prebsc-2-s2.binance.org:8545",
208
+ "https://data-seed-prebsc-1-s3.binance.org:8545",
209
+ "https://data-seed-prebsc-2-s3.binance.org:8545"
210
+ ],
211
+ "hostedRPC": "https://data-seed-prebsc-1-s1.binance.org:8545",
212
+ "graphURL": "https://api.thegraph.com/subgraphs/name/realityeth/realityeth-chapel",
213
+ "blockExplorerUrls": [
214
+ "https://testnet.bscscan.com"
215
+ ]
216
+ },
194
217
  "100": {
195
218
  "chainId": "0x64",
196
219
  "chainName": "Gnosis",
@@ -297,6 +297,16 @@
297
297
  }
298
298
  }
299
299
  },
300
+ "97": {
301
+ "BNB": {
302
+ "RealityETH-3.0": {
303
+ "address": "0x16E0a06b00020764F3f50bd2E03D73Da0253A6eA",
304
+ "block": 25029439,
305
+ "notes": null,
306
+ "arbitrators": {}
307
+ }
308
+ }
309
+ },
300
310
  "100": {
301
311
  "GNO": {
302
312
  "RealityETH_ERC20-3.0": {
@@ -18,7 +18,8 @@
18
18
  "decimals": 18,
19
19
  "small_number": 10000000000000000,
20
20
  "native_chains": {
21
- "56": true
21
+ "56": true,
22
+ "97": true
22
23
  }
23
24
  },
24
25
  "CTH": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
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",
@@ -30,7 +30,7 @@
30
30
  "url": "https://github.com/RealityETH/monorepo/issues"
31
31
  },
32
32
  "homepage": "https://reality.eth.link",
33
- "gitHead": "cb5d687e6d5fe075c7e01bf5cb06517eb211dc24",
33
+ "gitHead": "565472a3d16221d20f59161ff62d71b4fb4582c6",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }
package/scripts/deploy.js CHANGED
@@ -40,6 +40,7 @@ const chains = {
40
40
  'optimism': 10,
41
41
  'kovan': 42,
42
42
  'bsc': 56,
43
+ 'chapel': 97,
43
44
  'sokol': 77,
44
45
  'cheapeth': 777,
45
46
  'xdai': 100,
@@ -55,6 +56,7 @@ const non_infura_chains = {
55
56
  'xdai': 'https://rpc.ankr.com/gnosis',
56
57
  'sokol': 'https://sokol.poa.network',
57
58
  'bsc': 'https://bsc-dataseed.binance.org',
59
+ 'chapel': 'https://bsc-testnet.public.blastapi.io',
58
60
  'polygon': 'https://rpc-mainnet.maticvigil.com',
59
61
  'ava': 'https://api.avax.network/ext/bc/C/rpc',
60
62
  'arbitrum': 'https://arb1.arbitrum.io/rpc',
package/tokens/BNB.json CHANGED
@@ -2,6 +2,7 @@
2
2
  "decimals": 18,
3
3
  "small_number": 10000000000000000,
4
4
  "native_chains": {
5
- "56": true
5
+ "56": true,
6
+ "97": true
6
7
  }
7
8
  }