Skip to content

Commit

Permalink
remove graphql db queries (#46)
Browse files Browse the repository at this point in the history
* remove graphQL

* fix error
  • Loading branch information
0xShuk authored Nov 29, 2024
1 parent 36897e0 commit ef73aa9
Show file tree
Hide file tree
Showing 9 changed files with 676 additions and 504 deletions.
2 changes: 1 addition & 1 deletion hub/components/EditRealmConfig/gql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const getGovernanceResp = IT.type({
maxVoteDays: IT.number,
minInstructionHoldupDays: IT.number,
version: IT.number,
walletAddress: PublicKey,
walletAddress: PublicKey
}),
}),
});
Loading

0 comments on commit ef73aa9

Please sign in to comment.