Skip to content

Commit fb562b4

Browse files
authored
Create changeset for python sdk and bump packages versions (#3648)
1 parent 3063134 commit fb562b4

File tree

7 files changed

+9
-27
lines changed

7 files changed

+9
-27
lines changed

.changeset/early-words-arrive.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/rich-kids-rush.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@human-protocol/core",
33
"description": "Human Protocol Core Smart Contracts",
4-
"version": "5.0.0-beta.2",
4+
"version": "5.0.0",
55
"files": [
66
"contracts/**/*.sol",
77
"abis/**/*.json",

packages/sdk/python/human-protocol-sdk/human_protocol_sdk/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class OperatorCategory(Enum):
3838
"https://api.studio.thegraph.com/query/74256/ethereum/version/latest"
3939
),
4040
"subgraph_url_api_key": (
41-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmQwp4Rr2J4UbPFykb9eXg2t7GPcGRS6WT7QzExZtv32jK"
41+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmXGmcjEtwwEgB83KE2ECjjYY38kLMqzaq4ip8GWY7A6zz"
4242
),
4343
"hmt_address": "0xd1ba9BAC957322D6e8c07a160a3A8dA11A0d2867",
4444
"factory_address": "0xD9c75a1Aa4237BB72a41E5E26bd8384f10c1f55a",
@@ -70,7 +70,7 @@ class OperatorCategory(Enum):
7070
"https://api.studio.thegraph.com/query/74256/bsc/version/latest"
7171
),
7272
"subgraph_url_api_key": (
73-
"hthttps://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmT2VoBLjAfc4pQzDmeCGra6weoLuk2jPRgnRz5iSMUw1t"
73+
"hthttps://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmdVdpm9NnFz5B8QyzhW1bW1nNfRWemTiFn2MrhYZGTSQD"
7474
),
7575
"hmt_address": "0x711Fd6ab6d65A98904522d4e3586F492B989c527",
7676
"factory_address": "0x92FD968AcBd521c232f5fB8c33b342923cC72714",
@@ -104,7 +104,7 @@ class OperatorCategory(Enum):
104104
"https://api.studio.thegraph.com/query/74256/polygon/version/latest"
105105
),
106106
"subgraph_url_api_key": (
107-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmT72ecfx6Zaje21kLNi17kDJTpPKFYvzQETDyLpQgDrPu"
107+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmUt9mmfNjtC5ZnQNiWHRbFG3k5zfngMuoTyky9jhXYqG2"
108108
),
109109
"hmt_address": "0xc748B2A084F8eFc47E086ccdDD9b7e67aEb571BF",
110110
"factory_address": "0xBDBfD2cC708199C5640C6ECdf3B0F4A4C67AdfcB",

packages/sdk/python/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@human-protocol/python-sdk",
3-
"version": "4.4.0",
3+
"version": "5.0.0",
44
"private": true,
55
"description": "Stub package to integrate the Python SDK with Changesets (dev-only).",
66
"license": "MIT"

packages/sdk/typescript/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@human-protocol/sdk",
33
"description": "Human Protocol SDK",
4-
"version": "5.0.0-beta.3",
4+
"version": "5.0.0",
55
"files": [
66
"src",
77
"dist"

packages/sdk/typescript/human-protocol-sdk/src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const NETWORKS: {
3939
subgraphUrl:
4040
'https://api.studio.thegraph.com/query/74256/ethereum/version/latest',
4141
subgraphUrlApiKey:
42-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmQwp4Rr2J4UbPFykb9eXg2t7GPcGRS6WT7QzExZtv32jK',
42+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmXGmcjEtwwEgB83KE2ECjjYY38kLMqzaq4ip8GWY7A6zz',
4343
oldSubgraphUrl: '',
4444
oldFactoryAddress: '',
4545
},
@@ -69,7 +69,7 @@ export const NETWORKS: {
6969
subgraphUrl:
7070
'https://api.studio.thegraph.com/query/74256/bsc/version/latest',
7171
subgraphUrlApiKey:
72-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmT2VoBLjAfc4pQzDmeCGra6weoLuk2jPRgnRz5iSMUw1t',
72+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmdVdpm9NnFz5B8QyzhW1bW1nNfRWemTiFn2MrhYZGTSQD',
7373
oldSubgraphUrl: 'https://api.thegraph.com/subgraphs/name/humanprotocol/bsc',
7474
oldFactoryAddress: '0xc88bC422cAAb2ac8812de03176402dbcA09533f4',
7575
},
@@ -100,7 +100,7 @@ export const NETWORKS: {
100100
subgraphUrl:
101101
'https://api.studio.thegraph.com/query/74256/polygon/version/latest',
102102
subgraphUrlApiKey:
103-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmT72ecfx6Zaje21kLNi17kDJTpPKFYvzQETDyLpQgDrPu',
103+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmUt9mmfNjtC5ZnQNiWHRbFG3k5zfngMuoTyky9jhXYqG2',
104104
oldSubgraphUrl:
105105
'https://api.thegraph.com/subgraphs/name/humanprotocol/polygon',
106106
oldFactoryAddress: '0x45eBc3eAE6DA485097054ae10BA1A0f8e8c7f794',

0 commit comments

Comments
 (0)