Skip to content

Commit 5cff718

Browse files
authored
[SDK][Typescript] Fix operator reputation networks (#3723)
1 parent 45f5f3d commit 5cff718

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.changeset/hot-animals-trade.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ const LEADER_FRAGMENT = gql`
1515
jobTypes
1616
registrationNeeded
1717
registrationInstructions
18-
reputationNetworks
18+
reputationNetworks {
19+
address
20+
}
1921
name
2022
category
2123
staker {

0 commit comments

Comments
 (0)