We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f5f3d commit 5cff718Copy full SHA for 5cff718
2 files changed
.changeset/hot-animals-trade.md
@@ -0,0 +1,5 @@
1
+---
2
+"@human-protocol/sdk": patch
3
4
+
5
+Update LEADER_FRAGMENT to include address field in reputationNetworks
packages/sdk/typescript/human-protocol-sdk/src/graphql/queries/operator.ts
@@ -15,7 +15,9 @@ const LEADER_FRAGMENT = gql`
15
jobTypes
16
registrationNeeded
17
registrationInstructions
18
- reputationNetworks
+ reputationNetworks {
19
+ address
20
+ }
21
name
22
category
23
staker {
0 commit comments