Skip to content

Commit

Permalink
Merge pull request #3 from ensdomains/increase-max-deeds
Browse files Browse the repository at this point in the history
Updating max deeds queried from 100 to 500.
  • Loading branch information
makoto authored May 21, 2024
2 parents 393b82d + 14363c0 commit 64ef48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-app/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const GET_ACCOUNTS = gql`
query Account($account: String!){
account(id:$account){
id
deeds {
deeds(first:500) {
id
value
name {
Expand Down

0 comments on commit 64ef48e

Please sign in to comment.