Skip to content

Commit

Permalink
Merge pull request #975 from Giveth/hotfix_optimistic_validators
Browse files Browse the repository at this point in the history
Reactivate optimistic validators for verification form
  • Loading branch information
CarlosQ96 authored May 3, 2023
2 parents 41f6b0a + 064da45 commit d16a8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/validators/graphqlQueryValidators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const managingFundsValidator = Joi.object({
NETWORK_IDS.POLYGON,
NETWORK_IDS.CELO,
NETWORK_IDS.CELO_ALFAJORES,
// NETWORK_IDS.OPTIMISTIC,
NETWORK_IDS.OPTIMISTIC,
NETWORK_IDS.XDAI,
),
}),
Expand Down

0 comments on commit d16a8e6

Please sign in to comment.