diff --git a/libs/utils/src/constants/proposals.ts b/libs/utils/src/constants/proposals.ts index 7dc896e7..7d1929cb 100644 --- a/libs/utils/src/constants/proposals.ts +++ b/libs/utils/src/constants/proposals.ts @@ -108,7 +108,7 @@ export const PROPOSAL_FILTERS: Record = { // Processing gas estimate buffer export const GAS_BUFFER_MULTIPLIER = 2; // Adding to the gas limit to account for cost of processProposal -export const PROCESS_PROPOSAL_GAS_LIMIT_ADDITION = 250000; +export const PROCESS_PROPOSAL_GAS_LIMIT_ADDITION = 400000; // Adding to the gas limit to account for cost of each action export const ACTION_GAS_LIMIT_ADDITION = 150000;