@reality.eth/contracts 3.0.24 → 3.0.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reality.eth/contracts",
3
- "version": "3.0.24",
3
+ "version": "3.0.26",
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": "81ebb888b730674a02d147918ad2750a87f2e701",
33
+ "gitHead": "0d2dc425f700aaf514f1927384dd6fe0015e8dba",
34
34
  "dependencies": {
35
35
  "ethers": "^5.6.8"
36
36
  }
package/scripts/deploy.js CHANGED
@@ -51,6 +51,7 @@ const chains = {
51
51
  'arbitrum-rinkeby': 421611,
52
52
  'kovan-optimistic': 69,
53
53
  'kintsugi': 1337702,
54
+ 'sepolia': 11155111,
54
55
  }
55
56
  const non_infura_chains = {
56
57
  'xdai': 'https://rpc.ankr.com/gnosis',
@@ -67,6 +68,7 @@ const non_infura_chains = {
67
68
  'optimism': 'https://mainnet.optimism.io',
68
69
  'kintsugi': 'https://rpc.kintsugi.themerge.dev',
69
70
  'mumbai': 'https://matic-mumbai.chainstacklabs.com',
71
+ 'sepolia': 'https://rpc.sepolia.org',
70
72
  }
71
73
 
72
74
  function constructContractTemplate(contract_name) {
package/tokens/ETH.json CHANGED
@@ -7,6 +7,8 @@
7
7
  "5": true,
8
8
  "42": true,
9
9
  "280": true,
10
- "1337702": true
10
+ "324": true,
11
+ "1337702": true,
12
+ "11155111": true
11
13
  }
12
14
  }