@reality.eth/contracts 3.0.54 → 3.0.55

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": "0xa0B6430cf3C0a2387E81d8BF167cDfA5a26d8807",
3
+ "block": 34587452,
4
+ "token_address": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
5
+ "notes": null,
6
+ "arbitrators": {}
7
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "address": "0x1E732a1C5e9181622DD5A931Ec6801889ce66185",
3
+ "block": 10438389,
4
+ "notes": null,
5
+ "arbitrators": {}
6
+ }
@@ -94,6 +94,11 @@
94
94
  "explorerURL": "https://zkevm.polygonscan.com/",
95
95
  "network_name": "polygon-zkevm"
96
96
  },
97
+ "10200": {
98
+ "hostedRPC": "https://rpc.chiadochain.net",
99
+ "explorerURL": "https://gnosis-chiado.blockscout.com/",
100
+ "network_name": "chiado"
101
+ },
97
102
  "17000": {
98
103
  "hostedRPC": "https://ethereum-holesky.publicnode.com",
99
104
  "explorerURL": "https://holesky.etherscan.io/",
@@ -423,6 +423,31 @@
423
423
  "https://zkevm.polygonscan.com/"
424
424
  ]
425
425
  },
426
+ "10200": {
427
+ "chainId": "0x27d8",
428
+ "chainName": "Gnosis Chiado Testnet",
429
+ "nativeCurrency": {
430
+ "name": "Chiado xDAI",
431
+ "symbol": "XDAI",
432
+ "decimals": 18
433
+ },
434
+ "network_name": "chiado",
435
+ "rpcUrls": [
436
+ "https://rpc.chiadochain.net",
437
+ "https://rpc.chiado.gnosis.gateway.fm",
438
+ "wss://rpc.chiadochain.net/wss",
439
+ "https://gnosis-chiado-rpc.publicnode.com",
440
+ "wss://gnosis-chiado-rpc.publicnode.com",
441
+ "https://gnosis-chiado.drpc.org",
442
+ "wss://gnosis-chiado.drpc.org"
443
+ ],
444
+ "hostedRPC": "https://rpc.chiadochain.net",
445
+ "blockExplorerUrls": [
446
+ "https://blockscout.chiadochain.net",
447
+ "https://gnosis-chiado.blockscout.com",
448
+ "https://gnosis-chiado.blockscout.com/"
449
+ ]
450
+ },
426
451
  "17000": {
427
452
  "chainId": "0x4268",
428
453
  "chainName": "Holesky",
@@ -283,6 +283,15 @@
283
283
  "arbitrators": {}
284
284
  }
285
285
  },
286
+ "POLK": {
287
+ "RealityETH_ERC20-3.0": {
288
+ "address": "0xa0B6430cf3C0a2387E81d8BF167cDfA5a26d8807",
289
+ "block": 34587452,
290
+ "token_address": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
291
+ "notes": null,
292
+ "arbitrators": {}
293
+ }
294
+ },
286
295
  "SWISE": {
287
296
  "RealityETH_ERC20-3.0": {
288
297
  "address": "0xC9FbdF0df8dE06Ad8d2193F7FA28bdA78c13a102",
@@ -408,6 +417,16 @@
408
417
  }
409
418
  }
410
419
  },
420
+ "10200": {
421
+ "XDAI": {
422
+ "RealityETH-3.0": {
423
+ "address": "0x1E732a1C5e9181622DD5A931Ec6801889ce66185",
424
+ "block": 10438389,
425
+ "notes": null,
426
+ "arbitrators": {}
427
+ }
428
+ }
429
+ },
411
430
  "17000": {
412
431
  "ETH": {
413
432
  "RealityETH-3.0": {
@@ -84,7 +84,8 @@
84
84
  "small_number": 1000000000000000000,
85
85
  "native_chains": {
86
86
  "77": true,
87
- "100": true
87
+ "100": true,
88
+ "10200": true
88
89
  }
89
90
  },
90
91
  "ZBS": {
@@ -128,6 +129,7 @@
128
129
  "small_number": 1000000000000000000,
129
130
  "erc20_chains": {
130
131
  "42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
132
+ "100": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
131
133
  "137": "0x996F19d4b1cE6D5AD72CEaaa53152CEB1B187fD0",
132
134
  "80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
133
135
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.54",
3
+ "version": "3.0.55",
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": "6277f6e0474a0051c6dd4531be3453bd56d7c75e",
37
+ "gitHead": "04ec377a41c3f5b37346bdd34145d0197fdb927c",
38
38
  "dependencies": {
39
39
  "ethers": "^5.6.8"
40
40
  }
package/scripts/deploy.js CHANGED
@@ -137,6 +137,13 @@ if (chain in chains) {
137
137
  chain_id = c;
138
138
  break;
139
139
  }
140
+ if (chain_configs[c].network_name) {
141
+ const cn2 = chain_configs[c].network_name.toLowerCase();
142
+ if (cn2 == chain) {
143
+ chain_id = c;
144
+ break;
145
+ }
146
+ }
140
147
  }
141
148
  }
142
149
 
package/tokens/POLK.json CHANGED
@@ -3,6 +3,7 @@
3
3
  "small_number": 1000000000000000000,
4
4
  "erc20_chains": {
5
5
  "42": "0x222E11E134F9AB3750812b37F0DA51B4467EaA7a",
6
+ "100": "0x9a2A80c38AbB1FDC3Cb0fbf94FEFe88BEf828E00",
6
7
  "137": "0x996F19d4b1cE6D5AD72CEaaa53152CEB1B187fD0",
7
8
  "80001": "0x935f82d011ee37e8870c435417ac58407a9863f7"
8
9
  }
package/tokens/XDAI.json CHANGED
@@ -3,6 +3,7 @@
3
3
  "small_number": 1000000000000000000,
4
4
  "native_chains": {
5
5
  "100": true,
6
- "77": true
6
+ "77": true,
7
+ "10200": true
7
8
  }
8
9
  }