@human-protocol/sdk 1.0.7 → 1.0.8

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/dist/constants.js CHANGED
@@ -194,7 +194,7 @@ exports.NETWORKS = {
194
194
  scanUrl: '',
195
195
  factoryAddress: '0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9',
196
196
  hmtAddress: '0x5FbDB2315678afecb367f032d93F642f64180aa3',
197
- stakingAddress: '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512',
197
+ stakingAddress: '0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0',
198
198
  kvstoreAddress: '0x5FC8d32690cc91D4c39d9d3abcBD16989F875707',
199
199
  subgraphUrl: '',
200
200
  oldSubgraphUrl: '',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@human-protocol/sdk",
3
3
  "description": "Human Protocol SDK",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "files": [
6
6
  "src",
7
7
  "dist"
package/src/constants.ts CHANGED
@@ -217,7 +217,7 @@ export const NETWORKS: {
217
217
  scanUrl: '',
218
218
  factoryAddress: '0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9',
219
219
  hmtAddress: '0x5FbDB2315678afecb367f032d93F642f64180aa3',
220
- stakingAddress: '0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512',
220
+ stakingAddress: '0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0',
221
221
  kvstoreAddress: '0x5FC8d32690cc91D4c39d9d3abcBD16989F875707',
222
222
  subgraphUrl: '',
223
223
  oldSubgraphUrl: '',