Skip to content

Commit d49de12

Browse files
committed
update subgraph ids
1 parent e52594c commit d49de12

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class OperatorCategory(Enum):
3636
"https://api.studio.thegraph.com/query/74256/ethereum/version/latest"
3737
),
3838
"subgraph_url_api_key": (
39-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmVBdyLAcjVJSSG5fVyZSQ7KCD2uR8gqhkVUbdHUxYMhh4"
39+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmawHPbwEhAvmWgHQUH9Qgx5AqrXmq1uhfj69CGv9LLzNb"
4040
),
4141
"hmt_address": "0xd1ba9BAC957322D6e8c07a160a3A8dA11A0d2867",
4242
"factory_address": "0xD9c75a1Aa4237BB72a41E5E26bd8384f10c1f55a",
@@ -52,7 +52,7 @@ class OperatorCategory(Enum):
5252
"https://api.studio.thegraph.com/query/74256/sepolia/version/latest"
5353
),
5454
"subgraph_url_api_key": (
55-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmUeSVuXMa2jv7AfV149BxXMTFgVpvzFhtXUEaaXSwPf5d"
55+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmYx4iD24iBTBgxhK95WV4u4o4QSFQFJxuvSNwwSEvCMsE"
5656
),
5757
"hmt_address": "0x792abbcC99c01dbDec49c9fa9A828a186Da45C33",
5858
"factory_address": "0x5987A5558d961ee674efe4A8c8eB7B1b5495D3bf",
@@ -68,7 +68,7 @@ class OperatorCategory(Enum):
6868
"https://api.studio.thegraph.com/query/74256/bsc/version/latest"
6969
),
7070
"subgraph_url_api_key": (
71-
"hthttps://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmaoKdVNQ6nzq6KhwgJiASPFszU2M9Gzt2yQWgX1B9W1DG"
71+
"hthttps://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/Qmai26kHVvYnn59QzGyBAfVWTQ98utfA2bJxQTMV2NeU8K"
7272
),
7373
"hmt_address": "0x711Fd6ab6d65A98904522d4e3586F492B989c527",
7474
"factory_address": "0x92FD968AcBd521c232f5fB8c33b342923cC72714",
@@ -84,7 +84,7 @@ class OperatorCategory(Enum):
8484
"https://api.studio.thegraph.com/query/74256/bsc-testnet/version/latest"
8585
),
8686
"subgraph_url_api_key": (
87-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmTyH8PYGV7vqLUHQH2gngAd2ZoE1XpPjH6RxXRhuZeGgf"
87+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmbPzZWJMqCzdc6ZJir1Z2Va5mpLo8haGxAkfMySwfGxqs"
8888
),
8989
"hmt_address": "0xE3D74BBFa45B4bCa69FF28891fBE392f4B4d4e4d",
9090
"factory_address": "0x2bfA592DBDaF434DDcbb893B1916120d181DAD18",
@@ -102,7 +102,7 @@ class OperatorCategory(Enum):
102102
"https://api.studio.thegraph.com/query/74256/polygon/version/latest"
103103
),
104104
"subgraph_url_api_key": (
105-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmeV5cbwucFPvKk7AJfAHwntSfq4gQNqnBX6fQQNHkkjB3"
105+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmSyLqu2injQHCrMg68Wvp6n39J5piCDQkwHGWhKBqxhvV"
106106
),
107107
"hmt_address": "0xc748B2A084F8eFc47E086ccdDD9b7e67aEb571BF",
108108
"factory_address": "0xBDBfD2cC708199C5640C6ECdf3B0F4A4C67AdfcB",
@@ -120,7 +120,7 @@ class OperatorCategory(Enum):
120120
"https://api.studio.thegraph.com/query/74256/amoy/version/latest"
121121
),
122122
"subgraph_url_api_key": (
123-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmXhsLgMD7oeSQDVpNnZu3FZjQw1sFNPrpESEZXe9gWPDs"
123+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmYtZEaay5cX5XwGmoN8NpwfpFMbyqiKvtA1ub4GvavH2P"
124124
),
125125
"hmt_address": "0x792abbcC99c01dbDec49c9fa9A828a186Da45C33",
126126
"factory_address": "0xAFf5a986A530ff839d49325A5dF69F96627E8D29",

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const NETWORKS: {
3636
subgraphUrl:
3737
'https://api.studio.thegraph.com/query/74256/ethereum/version/latest',
3838
subgraphUrlApiKey:
39-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmVBdyLAcjVJSSG5fVyZSQ7KCD2uR8gqhkVUbdHUxYMhh4',
39+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmawHPbwEhAvmWgHQUH9Qgx5AqrXmq1uhfj69CGv9LLzNb',
4040
oldSubgraphUrl: '',
4141
oldFactoryAddress: '',
4242
},
@@ -51,7 +51,7 @@ export const NETWORKS: {
5151
subgraphUrl:
5252
'https://api.studio.thegraph.com/query/74256/sepolia/version/latest',
5353
subgraphUrlApiKey:
54-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmUeSVuXMa2jv7AfV149BxXMTFgVpvzFhtXUEaaXSwPf5d',
54+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmYx4iD24iBTBgxhK95WV4u4o4QSFQFJxuvSNwwSEvCMsE',
5555
oldSubgraphUrl: '',
5656
oldFactoryAddress: '',
5757
},
@@ -66,7 +66,7 @@ export const NETWORKS: {
6666
subgraphUrl:
6767
'https://api.studio.thegraph.com/query/74256/bsc/version/latest',
6868
subgraphUrlApiKey:
69-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmaoKdVNQ6nzq6KhwgJiASPFszU2M9Gzt2yQWgX1B9W1DG',
69+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/Qmai26kHVvYnn59QzGyBAfVWTQ98utfA2bJxQTMV2NeU8K',
7070
oldSubgraphUrl: 'https://api.thegraph.com/subgraphs/name/humanprotocol/bsc',
7171
oldFactoryAddress: '0xc88bC422cAAb2ac8812de03176402dbcA09533f4',
7272
},
@@ -81,7 +81,7 @@ export const NETWORKS: {
8181
subgraphUrl:
8282
'https://api.studio.thegraph.com/query/74256/bsc-testnet/version/latest',
8383
subgraphUrlApiKey:
84-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmTyH8PYGV7vqLUHQH2gngAd2ZoE1XpPjH6RxXRhuZeGgf',
84+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmbPzZWJMqCzdc6ZJir1Z2Va5mpLo8haGxAkfMySwfGxqs',
8585
oldSubgraphUrl:
8686
'https://api.thegraph.com/subgraphs/name/humanprotocol/bsctest',
8787
oldFactoryAddress: '0xaae6a2646c1f88763e62e0cd08ad050ea66ac46f',
@@ -97,7 +97,7 @@ export const NETWORKS: {
9797
subgraphUrl:
9898
'https://api.studio.thegraph.com/query/74256/polygon/version/latest',
9999
subgraphUrlApiKey:
100-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmeV5cbwucFPvKk7AJfAHwntSfq4gQNqnBX6fQQNHkkjB3',
100+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmSyLqu2injQHCrMg68Wvp6n39J5piCDQkwHGWhKBqxhvV',
101101
oldSubgraphUrl:
102102
'https://api.thegraph.com/subgraphs/name/humanprotocol/polygon',
103103
oldFactoryAddress: '0x45eBc3eAE6DA485097054ae10BA1A0f8e8c7f794',
@@ -113,7 +113,7 @@ export const NETWORKS: {
113113
subgraphUrl:
114114
'https://api.studio.thegraph.com/query/74256/amoy/version/latest',
115115
subgraphUrlApiKey:
116-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmXhsLgMD7oeSQDVpNnZu3FZjQw1sFNPrpESEZXe9gWPDs',
116+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmYtZEaay5cX5XwGmoN8NpwfpFMbyqiKvtA1ub4GvavH2P',
117117
oldSubgraphUrl: '',
118118
oldFactoryAddress: '',
119119
},

0 commit comments

Comments
 (0)