Skip to content

Commit

Permalink
Merge pull request #4973 from Giveth/feat/add_estimation_time
Browse files Browse the repository at this point in the history
Added mixing clusterMatchingSyncAt to graphql
  • Loading branch information
kkatusic authored Jan 23, 2025
2 parents 0fd2ff7 + cae6ba6 commit 4b9598a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/apollo/gql/gqlProjects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const FETCH_PROJECT_BY_SLUG_DONATION = gql`
allocatedFundUSD
minimumValidUsdValue
qfStrategy
clusterMatchingSyncAt
}
anchorContracts {
address
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const EstimatedMatchingToast: FC<IEstimatedMatchingToast> = ({
estimatedMatching || {};

const { activeStartedRound } = getActiveRound(qfRounds);

const {
allocatedFundUSDPreferred,
allocatedFundUSD,
Expand Down

0 comments on commit 4b9598a

Please sign in to comment.