Skip to content

Commit 8affbb5

Browse files
committed
Update config.ts
1 parent db14cde commit 8affbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/box/src/contracts/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ export const GAS_SETTINGS: Record<SupportedChain, {
135135
// Contract method gas limits
136136
export const METHOD_GAS_LIMITS = {
137137
joinPool: 200000,
138-
leavePool: 550000,
138+
leavePool: 850000,
139139
cancelJoinRequest: 100000,
140140
voteJoinRequest: 120000,
141-
claimRewards: 850000, // Increased from 500000 to provide buffer for token transfers (was using 490,622)
141+
claimRewards: 1100000, // Increased from 500000 to provide buffer for token transfers (was using 490,622)
142142
createPool: 250000,
143143
} as const;
144144

0 commit comments

Comments
 (0)