Skip to content

Commit 869513e

Browse files
committed
update subgraph id for bsc testnet
1 parent 4e5c8a6 commit 869513e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class OperatorCategory(Enum):
8686
"https://api.studio.thegraph.com/query/74256/bsc-testnet/version/latest"
8787
),
8888
"subgraph_url_api_key": (
89-
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/Qmezp2vvVWXasTeyBmLHUaMA8WyX253r7RXcs1M4Zw2hN8"
89+
"https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmZjYMktZe8RAz7W7qL33VZBV6AC57xsLyE1cEfv6NABdZ"
9090
),
9191
"hmt_address": "0xE3D74BBFa45B4bCa69FF28891fBE392f4B4d4e4d",
9292
"factory_address": "0x2bfA592DBDaF434DDcbb893B1916120d181DAD18",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const NETWORKS: {
8484
subgraphUrl:
8585
'https://api.studio.thegraph.com/query/74256/bsc-testnet/version/latest',
8686
subgraphUrlApiKey:
87-
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/Qmezp2vvVWXasTeyBmLHUaMA8WyX253r7RXcs1M4Zw2hN8',
87+
'https://gateway-arbitrum.network.thegraph.com/api/[SUBGRAPH_API_KEY]/deployments/id/QmZjYMktZe8RAz7W7qL33VZBV6AC57xsLyE1cEfv6NABdZ',
8888
oldSubgraphUrl:
8989
'https://api.thegraph.com/subgraphs/name/humanprotocol/bsctest',
9090
oldFactoryAddress: '0xaae6a2646c1f88763e62e0cd08ad050ea66ac46f',

0 commit comments

Comments
 (0)