Skip to content

Commit

Permalink
fixed vesting payments erroring if DAO has account on non-indexed chain
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 5, 2024
1 parent f178e0b commit dee9c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/state/query/queries/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ export const contractQueries = {
args: {
key,
},
noFallback: true,
}),
/**
* List all vesting contracts owned by a given account.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ export const TabRenderer = ({
],
combine: makeCombineQueryResultsIntoLoadingDataWithError({
firstLoad: 'one',
// Ignore errors from any of the queries unless all of them error.
errorIf: 'all',
}),
})

Expand Down

0 comments on commit dee9c92

Please sign in to comment.