From 13c64f0a57f4c6453d2ff759308bc8c66647fe1d Mon Sep 17 00:00:00 2001 From: dekanbro Date: Wed, 15 Nov 2023 11:25:31 -0700 Subject: [PATCH] temporary increase of processing gas addition until, needs more research --- libs/utils/src/constants/proposals.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/src/constants/proposals.ts b/libs/utils/src/constants/proposals.ts index 6f025533..7dc896e7 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 = 150000; +export const PROCESS_PROPOSAL_GAS_LIMIT_ADDITION = 250000; // Adding to the gas limit to account for cost of each action export const ACTION_GAS_LIMIT_ADDITION = 150000;